Hi Robert
just to make sure: you started an sql agent with parameter -service ? => only if an SQL agent is started with this parameter it gets a "DB Service" that will be used by a VARA.SQL (not VARA.SQLI! VARA.SQLI is actually a "server functionality", that doesn't require any agent. The AE always runs the SELECT only against its own database.)
- DB_Service agents can not be assigned to a HOSTG
- The AE selects the DB_Service agents using the round-robin method
- A DB_Service agent doesn't require to be enabled for any of your clients:

- Only if the CONN object used in the VARA.SQL doesn't contain any Login information a Login object needs to be used:


- When creating a CONN object for the DB in question, you can not choose or assign a DB_Service agent, the AE picks any of the existing agents when the VARA.SQL is executed
- when testing a DB-CONN any of the existing DB_Service agents connects to the DB and checks if the connection parameter provided are valid. If there's no DB_Service agent, the connection test can't be executed:
Hope this helps ;-)
Cheers Christoph