New or changed features in Release 10.0.45.70 (September 2025) – Connectivity Studio.

1. Improved Reliability for Database Connectivity

Implemented retry mechanisms for transient SQL connection errors during batch processing operations. The system now automatically detects TransientSqlConnectionError exceptions during sales transaction exports and other database-intensive operations, then attempts automatic recovery with incremental delays. This enhancement significantly improves the reliability of long-running batch jobs and reduces the need for manual intervention when temporary database connectivity issues occur.

Details:

  • Retry Logic: The system employs an exponential backoff strategy for retrying failed SQL connections, ensuring minimal disruption to ongoing processes.
  • Improved Stability: By handling transient errors gracefully, the system ensures that batch jobs complete successfully without requiring manual intervention, even in environments with intermittent database connectivity issues.


Provide feedback