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

Database password Update

Avatar

Level 2

I want to update the password of database in ACC as the account password is reset. (MySQL)

 

I have update the new password in the config-instance file.

 

but now i an getting below error if i try to check connection 

 

>>> INT-150012 The HTTP query returned a '' type error (500) (iRc=-53)
>>> SOP-330021 Communication error with server: please make sure it is configured correctly.

 

 

i also see the password in the config-instance is encrypted , but i have updated the unencrypted password. can this be the reason ? if yes then how do i encrypt the password.

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @ash20 ,

you can change it from command line as neolane user:

 

nlserver config -setdblogin:<[dbms:]account[:database][/password]@server>

//example
nlserver config -setdblogin:PostgreSQL:<accountName>:test6@dbserver

 

Take a look at the usual commands documentation:
https://experienceleague.adobe.com/docs/campaign-classic/using/monitoring-campaign-classic/productio...

Marcel

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hello @ash20 ,

you can change it from command line as neolane user:

 

nlserver config -setdblogin:<[dbms:]account[:database][/password]@server>

//example
nlserver config -setdblogin:PostgreSQL:<accountName>:test6@dbserver

 

Take a look at the usual commands documentation:
https://experienceleague.adobe.com/docs/campaign-classic/using/monitoring-campaign-classic/productio...

Marcel