Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
Data for the application is in more than one SQL Server Named Instance. How can Acu4GL access tables in multiple named instances?
There are four things you must do to enable Acu4GL to successfully access multiple SQL Server named Instances:
DEFAULT_HOST MSSQL
A_MSSQL_DEFAULT_CONNECTION SERVERNAME\INSTANCE1
MYTABLE SERVERNAME,nnnn.DATABASENAME.DBO.MYTABLE
(that is servername comma port number with no spaces)
Note that if you are using version 9.2.5 or later you can use the Named Instance name in this format ‘SERVERNAME\INSTANCE1’ but you must add the following to your Runtime configuration file:
A_MSSQL_STRIP_PATH_INFO OFF
This has implications for disk files that relay on FILE_PREFIX so be sure to read the documentation on it.