cancel
Showing results for 
Search instead for 
Did you mean: 

-24977,ERR_COMMAND: Unknown

Former Member
0 Kudos

Hi,

in this document :

MaxDB

Database Administration

(Version 7.6/7.7)

I have :

At this point, all database tasks are suspended until the db_full situation is sorted out.

Corresponding DBMCLI command:

dbmcli u2013d <db_name> -u <dbm_user>,<password> -uSQL <dba_user>,<password>

info state

But when I execute :

C:\Documents and Settings\Administrateur>dbmcli -d MAXDB1 -u DBADMIN,pwd -uSQL DBADMIN,admin info state

ERR

-24977,ERR_COMMAND: Unknown DBM command "-d"

Any idea ?

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use the command, below;

dbmcli.exe -d <DBNAME> -u <User>,<PWD> -c info state

For example;

dbmcli.exe -d LCA -u SUPERDBA,xxxx -c info state

Best regards,

Orkun Gedik

Former Member
0 Kudos

yes, thank you.

Answers (0)