cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
889
Views
10
Helpful
1
Replies

RME 4.0.5 database account

hleschin
Level 1
Level 1

I'm trying to install the patch CSCsh39475-1.0. For that I need the configured RME dbaccount. Is there a possibility to find out the current username/password or to overwrite the account?

Thanks

Hendrik

1 Accepted Solution

Accepted Solutions

Martin Ermel
VIP Alumni
VIP Alumni

for the RME db account the user is fixed to 'DBA' and the password is the one that you have entered during installation of the RME software. If you have not entered a PW then the default 'c2kY2k' should be used.

If you have changed the PW and you cannot remember the PW, then you can reset it with the following cli tool:

You need to stop the processes first:

net stop crmdmgtd (windows)

/etc/init.d/dmgtd stop (solaris)

change the directory to

C:\Program Files\CSCOpx\bin (windows)

/opt/CSCOpx/bin (solaris)

and issue the following cmd

dbpasswd.pl dsn=rmeng encryption=yes npwd=

restart the daemons:

net start crmdmgtd (windows)

/etc/init.d/dmgtd start (solaris)

View solution in original post

1 Reply 1

Martin Ermel
VIP Alumni
VIP Alumni

for the RME db account the user is fixed to 'DBA' and the password is the one that you have entered during installation of the RME software. If you have not entered a PW then the default 'c2kY2k' should be used.

If you have changed the PW and you cannot remember the PW, then you can reset it with the following cli tool:

You need to stop the processes first:

net stop crmdmgtd (windows)

/etc/init.d/dmgtd stop (solaris)

change the directory to

C:\Program Files\CSCOpx\bin (windows)

/opt/CSCOpx/bin (solaris)

and issue the following cmd

dbpasswd.pl dsn=rmeng encryption=yes npwd=

restart the daemons:

net start crmdmgtd (windows)

/etc/init.d/dmgtd start (solaris)