Skip to main content
Level 2
October 24, 2023
Resuelto

Database password Update

  • October 24, 2023
  • 1 respuesta
  • 1162 visualizaciones

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.

 

 

Este tema ha sido cerrado para respuestas.
Mejor respuesta de 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 respuesta

Marcel_Szimonisz
Community Advisor
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