Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Adobe Campaign Classic SQL Server DB

Avatar

Community Advisor

Hello everyone,

 

I am installing AC marketing instance on-premise by using Microsoft SQL Server for connection to database. The port allowed for DB connectivity on this database is 16000 and we are unable to pass this port as part of the server name or other DB details. It is by default picking up the 1433 for connection to Microsoft SQL. 

 

Please provide some advise on how to custom configure this connection port for microsoft SQL.

Thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
Hi All, the solution is setting server="127.0.0.1, CUSTOM SQL SERVER PORT"

View solution in original post

5 Replies

Avatar

Employee Advisor

Hi Luca,

 

I'd suggest checking server side in the config-<instance>.xml file.  The file is stored in the /conf/ Adobe Campaign install directory and typically houses the configured DB configurations.

 

Regards,

Craig

Avatar

Community Advisor

Hi Graig, I checked the config-<instance> and I have this 

 

 

<dataStore hosts="demo*" lang="en_GB" uploadWhitelist="(?i).*\.(jpg|jpeg|png|favicon|xml|gif|bmp|txt|tab|csv|css|htm|html|zip|pdf|ppt|pptx|xls|xlsx|doc|docx|odt|p12)">
<dataSource name="default">
<dbcnx encrypted="1" login="XXX" password="XXXX"
provider="XXX" server="127.0.0.1"/>
</dataSource>
</dataStore>

Did u mean this?

 

Avatar

Correct answer by
Community Advisor
Hi All, the solution is setting server="127.0.0.1, CUSTOM SQL SERVER PORT"