cancel
Showing results for 
Search instead for 
Did you mean: 

Error during Update with SUM

lu_huynh
Participant
0 Kudos

Dear experts,

I'm trying to install EHP6 for ERP and EHP3 for NW.

After upgrading the Database to 7.9.08_24 the SUM stops during upgrade-phase "PREP_INIT/SPACECHK_INI" I with the follwing Message:

SAPup broke during phase SPACECHK_INI in module PREP_INIT / Initialization

Error Message: put_call_exe call (dbmcli) failed with return code '-1'

I couldn't find any thread with the same or similar error message.

In SDBDBMCLI.LOG I have the follwing message:

ERR

-24961,ERR_STATE: The operational state of the database instance could not be determined

-24994,ERR_RTE: Runtime environment error

20109,Open kernel process failed, rc = 5

Another message in the logs:

EXECUTING E:\sapdb\TST\db\pgm\dbmcli.EXE -U c -o I:\SUM\abap\log\SDBDBMCLI.LOG AUTO_EXTEND SHOW

Can you help me please?

Thanks in advance.

Kind Regards

Lu

Accepted Solutions (1)

Accepted Solutions (1)

lu_huynh
Participant
0 Kudos

Hi all,

I think I have found the solution or corresponding note, after starting TA DB13. I realized that no backup was made in the system.

The note is 1795639 case 2, because I have installed 7.9.08.24 like SUM suggested.

Now I have to wait until Patch 25 will be released I think.

If this should be the solution I wil let you know.

Regards,

Lu Huynh

Answers (5)

Answers (5)

Former Member
0 Kudos

It seems like you ran in the same error which occured to me - check if you can access the database with SUPERDBA, if it's not possible set the password again with

db_execute ALTER PASSWORD SUPERDBA <password>

See http://service.sap.com/sap/support/notes/1882932 ().

lu_huynh
Participant
0 Kudos

Hello Daniel,

thanks for your help.

I just connected to the DB as SUPERDBA user with no problem. I have installed a higher version of MaxDB where this behaviour is solved.

Kind regards,

Lu Huynh

lu_huynh
Participant
0 Kudos

Hi Guys,

thanks for your answers.

During that SUM process, the DB is running and also SAP.

Connection by R3trans and dbmcli on commandline is possible.

I'm using database studio and the DB is in online state.

Kind regards,

Lu Huynh

Message was edited by: Lu Huynh Here is another message, what might be a hint: XECUTION OF dbmclidbm with DBM command='AUTO_EXTEND SHOW' OS Output File: I:\SUM\abap\log\SDBOSOUT.LOG DBMCLI Output File: I:\SUM\abap\log\SDBDBMCLI.LOG put_call_exe call (dbmcli) failed with returncode -1 ACTION : put_ada_get_dbaspace PHASE  : SPACECHK_INI at 20140904162739

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Lu,

Check you DB is running or not ?

dbmcli -d <DBNAME> -u <dbm>,<dbmpwd> db_status

If off-line then restart using below command

dbmcli -d <DBNAME> -u <dbm>,<dbmpwd> db_online

If you have DBMGUI, check from there.

Regards

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Install MaxDB studio or Database Manager and check the status of the database.

Former Member
0 Kudos

Hi

there are few things you can check

1. whether your SAP system is running or not

2. check your DB connection using R3trans -d

3. your DB is open and working .

after you check all this try with sum

it is not getting proper response from your DB with using your kernal.

if all fine try upgrading your Kernel first and then try with SUM

and start SUM with SIDAdm and make sure SIDadm has necessary access over Database .

Regards

Dishant