An Autosys DBMON (Database Monitoring) job fails immediately with the following error in the job log or autorep detail output:
<java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection>
Autosys 12.1, 24.x
Oracle Database
The error typically indicates one of the following configuration issues:
connect_string format does not match the required Oracle Thin driver syntax for the target service or SID.To resolve the connection failure, verify and update the job definition and secure credentials:
Ensure the connect_string uses the correct format for an Oracle Service Name. Using the //hostname:port/service_name syntax is recommended for modern Oracle environments.
Example job definition:
Autosys requires database passwords to be stored securely. If the job uses a stored credential, ensure it is synchronized:
autosys_secure command.user1) and provide the correct database password.