Hi all,
I'm trying to migrate our MSQL Database to a Amazon RDS MSQL instance, but I seem not able to connect.
The migration went find by importing a .bak file from Amazon S3. The database is imported successfully, and I am able to connect just fine with SSMS as well. But the software we're using (an CRM/ERP system writen by a local software company) isn't able to connect to the new database.
This is the original config.ini:
Text
[Database] Type = MSSQL Connection1 = PROVIDER=SQLOLEDB.1;PASSWORD=**PASSWORD**;USER ID=sa;INITIAL CATALOG=**DATABASENAME**;DATA SOURCE=tcp:192.168.0.10,1433 Connection = PROVIDER=SQLOLEDB.1;PASSWORD=**PASSWORD**;USER ID=sa;INITIAL CATALOG=**DATABASENAME**;DATA SOURCE=192.168.1.1 FormatDate=EN
Not sure why connection1 is there, think this version isn't used anymore. This is what I made of it:
Text
[Database]...