When running the 360Eyes – Audit job, the job fails during DO_SPECIFIC_JOB_ACTIONS and the log displays:
The Audit data source is configured with a SQL Anywhere–specific JDBC URL (jdbc:sqlanywhere:…). 360Eyes does not support that driver for snapshot generation. 360Eyes supports SAP’s jConnect JDBC driver (generic for SQL Anywhere and ASE) using jdbc:sybase:Tds.
Add the jConnect driver to Tomcat.
Copy the jConnect JAR into:
Use the jConnect JDBC URL format.
Replace any jdbc:sqlanywhere: URL.
Save and test the connection.
Open the Audit data source in 360Eyes/360Suite → paste the new URL → provide credentials → Test Connection → Save.
Run the Audit job.
Confirm the snapshot step completes without the “not supported” error.
Previously observed URL: jdbc:sqlanywhere:DSN=BIA_Audit_PROD (unsupported)
Supported: SAP jConnect / jdbc:sybase:Tds:<server>:<port>