Quantcast
Channel: Microsoft SQL Server
Viewing all articles
Browse latest Browse all 4871

Can't connect to AWS RDS Microsoft SQL Server

$
0
0

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]...

Viewing all articles
Browse latest Browse all 4871


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>