cancel
Showing results for 
Search instead for 
Did you mean: 

database instance not found in DMS server

former_member556006
Participant
0 Kudos

After sudden reboot for DMS server,

Connection failed to node (local) for database "SID"

database instance not found in DMS server

Accepted Solutions (0)

Answers (3)

Answers (3)

thomas_korn
Explorer
0 Kudos

Hi,

I had the problem that dbm_cli db_enum not works and the DB-Export with SWPM stands still.

dbmcli -d SID db_enum works

I change the type from 0x6 to 0x4 and it works now!

SAP150QE1:qe1adm 98> more Installations.ini

[Installations]
/sapdb/QE1/db=7.9.10.2


SSLPortNoOrService=7202
NIPortNoOrService=7201
PortNoOrService=7200
XserverAutostart=yes
Type=0x4
Name=QE1
SAP150QE1:qe1adm 99> pwd
/sapdb/data/config
SAP150QE1:qe1adm 100>

Kind regards

Thomas

former_member556006
Participant
0 Kudos

dbmcli -d <dbsid> -u superdba,<password> db_state

Error! Connection failed to node (local) for database PDB:
database instance not found

xinstinfo <dbsid>

Can't exec program </bin/cpc> : No such file or directory

JamesZ
Advisor
Advisor
0 Kudos

Hi,

In this case, please check whether it is the problem mentioned in SAP note 1292182.

Best regards,
James

JamesZ
Advisor
Advisor
0 Kudos

Hi,

Please log on maxdb host and check followings:

dbmcli -d <dbsid> -u superdba,<password> db_state
dbmcli db_enum
xinstinfo <dbsid>

This will verify whether maxdb itself is working fine.

Best regards,
James