cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to connect to max db via maxdb console

Former Member
0 Kudos

Hi,

While trying to connect to maxdb it is giving error like : Error! Connection failed to node (local) for database (no dbname): ERR_SYSLOGON: logon to system failed

And i can able to connect to maxdb using sqlstudio with the same username and password.

I am giving the command "dbmcli -u SAPJ2EDB,admin"

Can any body pls resolve this problem and help me out.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi kiran

You can also use DBManager tool for administartion

. This can be downloaded from http://www.sapdb.org/7.4/sap_db_tools.htm

regards

rajeshkr

Former Member
0 Kudos

Hi,

Its a 2 step process.

1. Opening a DBM Server session:

dbmcli – d <database_name> [-n <database_computer>]

2. Logging on to the Database Manager:

user_logon <dbm_user_name>,<dbm_user_password>

Please refer the link for more details

http://help.sap.com/saphelp_nw2004s/helpdata/en/7f/702f3dd3a3752de10000000a114084/frameset.htm

Hope that helps.

Regards,

S.Divakar