cancel
Showing results for 
Search instead for 
Did you mean: 

how to get the login name and password

Former Member
0 Kudos

Hi,

I had installed the SAP NW2004s on Windows platform with MaxDB as backend.

The master user name and password which i used for instllation was

Username :Administrator

password:trustno1.

My SAPSID and DBSID is J2E

Now i want to login into maxdb

how should i procedd

IF i fire the following commnd

dbmcli -d J2E -u Administrator,trustno1

i get the follwoing error

C:\sapdb\programs\bin>dbmcli -d J2E-u Administrator,punadmin

Error! Connection failed to node (local) for database J2E: ERR_USRFAIL: User aut

horization failed

Please help.

Accepted Solutions (0)

Answers (2)

Answers (2)

JPReyes
Active Contributor
0 Kudos

Hi Manoj,

Usually MAXDB use a user called control with pass control...

try,

dbmcli -d J2E -u control,control

Hope this help

Juan

Please reward with points if helpful

Former Member
0 Kudos

Hi Manoj,

You are trying to login into database using SAP level user:Administrator. Try login using <sid>adm/SAPService<SID> user or the database user. For more info on MAXDB adminsitration please check:

<a href="https://websmp230.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=846890">MAXDB admin</a>

Also check OSS note 143412.

Please award points accordingly.

Regards.

Message was edited by:

Ruchit Khushu