cancel
Showing results for 
Search instead for 
Did you mean: 

MAXDB service fails to start with errorcode 9050

Sigurdur
Participant
0 Kudos

Hi

Just recently my MaxDb server ran out of diskspace on the data volume, during that time the server attempted to create four devices that all appear empty on the OS level.

Now when I try to start the service it fails with I/O error on those devices. (see attached picture)

How can I fix this ?

Error text from dbm.prt

2014-02-11 11:36:49    916 INF    283 DBMSrv   Command 'db_addvolume DATA "F:\sapdb\CSP\sapdata\DISKD0018" F 128000' is being executed.
2014-02-11 11:36:50    916 INF      1 DBMKnl   Sending an administrative statement to the database
                       916 INF      8 DBMKnl   Statement:  ADD DATA VOLUME 'F:\sapdb\CSP\sapdata\DISKD0018' PAGES 128000 DEVICE 19
2014-02-11 11:36:50    916 ERR      3 DBMKnl   Received the result of an administrative statement from the database
                       916 ERR      9 DBMKnl   Statement:  ADD DATA VOLUME 'F:\sapdb\CSP\sapdata\DISKD0018' PAGES 128000 DEVICE 19
                       916 ERR     10 DBMKnl   Returncode: -914
                       916 ERR      5 DBMKnl   Errortext:  New volume not accessible
2014-02-11 11:36:50    916 ERR -24580 DBMSrv   ERR_COMMAND_FAILED: Command 'db_addvolume' has ended and failed with return code -24988.
                       916 ERR -24988 DBMSrv   ERR_SQL: SQL error
                       916 ERR -24778 DBMSrv   -914,New volume not accessible
2014-02-11 11:37:26    916 INF    283 DBMSrv   Command 'db_addvolume DATA "F:\sapdb\CSP\sapdata\DISKD0018" F 128000' is being executed.
2014-02-11 11:37:27    916 INF      1 DBMKnl   Sending an administrative statement to the database
                       916 INF      8 DBMKnl   Statement:  ADD DATA VOLUME 'F:\sapdb\CSP\sapdata\DISKD0018' PAGES 128000 DEVICE 19
2014-02-11 11:37:27    916 ERR      3 DBMKnl   Received the result of an administrative statement from the database
                       916 ERR      9 DBMKnl   Statement:  ADD DATA VOLUME 'F:\sapdb\CSP\sapdata\DISKD0018' PAGES 128000 DEVICE 19
                       916 ERR     10 DBMKnl   Returncode: -914
                       916 ERR      5 DBMKnl   Errortext:  New volume not accessible
2014-02-11 11:37:27    916 ERR -24580 DBMSrv   ERR_COMMAND_FAILED: Command 'db_addvolume' has ended and failed with return code -24988.
                       916 ERR -24988 DBMSrv   ERR_SQL: SQL error
                       916 ERR -24778 DBMSrv   -914,New volume not accessible
2014-02-11 11:38:26    916 INF    283 DBMSrv   Command 'auto_extend SHOW' is being executed.
2014-02-11 11:38:26    916 INF    419 DBMSrv   Command 'auto_extend' has ended with return code 0.
2014-02-11 11:38:26    916 INF    283 DBMSrv   Command 'auto_update_statistics SHOW' is being executed.
2014-02-11 11:38:26    916 INF    419 DBMSrv   Command 'auto_update_statistics' has ended with return code 0.
2014-02-11 11:38:27    916 INF    283 DBMSrv   Command 'event_dispatcher SHOW' is being executed.
2014-02-11 11:38:27    916 INF    419 DBMSrv   Command 'event_dispatcher' has ended with return code 0.
2014-02-11 11:38:27    916 INF    283 DBMSrv   Command 'auto_recreate_bad_index SHOW' is being executed.
2014-02-11 11:38:27    916 INF    419 DBMSrv   Command 'auto_recreate_bad_index' has ended with return code 0.
2014-02-11 11:38:47   7296 INF      1 DBMSrvCo A DBM Server client connection was established at 2014-02-11 11:38:46 (client process has process ID 7456 on computer server.domain.com).
2014-02-11 11:38:47   7296 INF    421 DBMSrv   Command 'file_getfirst ...' was executed since 2014-02-11 11:38:47.
2014-02-11 11:38:47   7296 ERR -24580 DBMSrv   ERR_COMMAND_FAILED: Command 'file_getfirst' has ended and failed with return code -24994.
                      7296 ERR -24994 DBMSrv   ERR_RTE: Runtime environment error
                      7296 ERR -24778 DBMSrv   1,wrong file or device name

Accepted Solutions (1)

Accepted Solutions (1)

Sigurdur
Participant
0 Kudos

Solved found fix in Sap Note

1331982 - Inconsistencies in the paramfile

by using DbCli commands param_getvolsall and param_directdel DataVolumeNameXXXX

Answers (0)