Database password Update | Community
Skip to main content
Level 2
October 24, 2023
Solved

Database password Update

  • October 24, 2023
  • 1 reply
  • 1136 views

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.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Marcel_Szimonisz

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/production-procedures/usual-commands.html?lang=en

Marcel

1 reply

Marcel_Szimonisz
Community Advisor
Marcel_SzimoniszCommunity AdvisorAccepted solution
Community Advisor
October 25, 2023

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/production-procedures/usual-commands.html?lang=en

Marcel