Hello,
Can someone please clear a few things up for me when we're converting vba to .NET on how to handle/log in Accpac? Here's the setup. Accpac is install on APP_SERVER1 and a backup APP_SERVER2, the data is on SQL_SERVER and back a on SQL_SERVER2, and 10 users are connected via RDP to terminal server to run Accpac. The the server APP_SERVER1 has two DNS that Accpac could use to log into SQL_SERVER1 and SQL_SERVER2. When I successfully connected to Accpac via my custom .NET app running on APP_SERVER1 to get a few viewId. Later on, which sql server (SQL_SERVER1 or SQL_SERVER2) will Accpac log on? Which DNS will it use as both of my sql box has the same user name, password, and database schema. I use session.Open("USER1", "ACCPAC", "DSDAT", System.DateTime.Now, 0)
Thanks.
Can someone please clear a few things up for me when we're converting vba to .NET on how to handle/log in Accpac? Here's the setup. Accpac is install on APP_SERVER1 and a backup APP_SERVER2, the data is on SQL_SERVER and back a on SQL_SERVER2, and 10 users are connected via RDP to terminal server to run Accpac. The the server APP_SERVER1 has two DNS that Accpac could use to log into SQL_SERVER1 and SQL_SERVER2. When I successfully connected to Accpac via my custom .NET app running on APP_SERVER1 to get a few viewId. Later on, which sql server (SQL_SERVER1 or SQL_SERVER2) will Accpac log on? Which DNS will it use as both of my sql box has the same user name, password, and database schema. I use session.Open("USER1", "ACCPAC", "DSDAT", System.DateTime.Now, 0)
Thanks.