cancel
Showing results for 
Search instead for 
Did you mean: 

Error starting shadow instance

Former Member
0 Kudos

Hi all,

I am appying EHP4, and I get a error in the phase START_SHDI_FIRST.

Sapstart log

SAP-R/3-Startup Program Rel 701 V1.8 (2003/04/24)

-


Starting at 2011/12/27 01:22:07

Startup Profile: "/usr/sap/NMC/EHPI/abap/NMC/SYS/profile/START_DVEBMGS03_MAQUI09"

Setup Environment Variables

-


(14286) SETENV DIR_LIBRARY=/usr/sap/NMC/EHPI/abap/exe

Execute Pre-Startup Commands

-


(14287) Local: /usr/sap/NMC/EHPI/abap/exe/CLEANIPC 03 remove

(14286) Okay!

(14288) Local: QSH CMD('rm -f ms.sapNMC_DVEBMGS03_SHD')

(14286) Okay!

(14291) Local: QSH CMD('ln -s -f /usr/sap/NMC/EHPI/abap/exe/msg_server ms.sapNMC_DVEBMGS03_SHD')

(14286) Okay!

(14294) Local: QSH CMD('rm -f dw.sapNMC_DVEBMGS03_SHD')

(14286) Okay!

(14297) Local: QSH CMD('ln -s -f /usr/sap/NMC/EHPI/abap/exe/disp+work dw.sapNMC_DVEBMGS03_SHD')

(14286) Okay!

Starting Programs

-


(14286) Cannot execute "/usr/sap/NMC/EHPI/abap/exe/DLTOLDPKGS NMC" - as4_examine failed.

(14286) **** Failed to create new Child Process. Error 0 ****

(14286) Parent Shutdown at 2011/12/27 01:22:09

Execute Post-Shutdown Commands

-


(14302) Local: /usr/sap/NMC/EHPI/abap/exe/CLEANIPC 03 remove

(14286) Okay!

(14286) Exiting with Return-Code -110. (Internal error)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi William,

unfortunately, it is necessary - and no problem - to deactivate the DLTOLDPGS ...

Just comment it out in the shadow, and it will work ...

Regards

Volker Gueldenpfennig, consolut international ag

http://www.consolut.com http://www.4soi.de http://www.easymarketplace.de

Former Member
0 Kudos

Hi Volker,

How Do I desactive the DLTOLDPKGS?

I apply EHP4 on iseries in many occasion and never I get this error.

Many thanks,

William Neira

Former Member
0 Kudos

Hi William,

sorry for that ;-(

the start profile of the shadow needs a "#" at the beginning ...

Regards

Volker Gueldenpfennig, consolut international ag

http://www.consolut.com http://www.4soi.de http://www.easymarketplace.de

Former Member
0 Kudos

Hi volker, You are a master jeje

Why the DLTOLDPKGS must to desactived?

Now, I get error:

      • ERROR => not allowed to connect to message server via port 3603 [dpxxdisp.c 12739]

      • ERROR => Please check your configuration (profile parameter rdisp/msserv_internal) [dpxxdisp.c 12740]

DpHalt: shutdown server >MAQUI09_NMC_03 < (normal)

Stop work processes

Regards

William Neira

Former Member
0 Kudos

Hi William,

that happens nearly every EHPI as well ;-((

(finally with the very latest SAPehpi it should be fixed ...)

What we typically do before the first shadow start:

edtf '/usr/sap/><sid>/EHPI/abap/SE1/SYS/global/ms_acl_info'

old:

HOST=<your server>

HOST=<your server>

HOST=<your server>

...

new:

HOST=*

HOST=<your server>

HOST=<your server>

...

=> there is no restriction any more ...

Regards

Volker Gueldenpfennig, consolut international ag

http://www.consolut.com http://www.4soi.de http://www.easymarketplace.de

Former Member
0 Kudos

Hi Volker,

I solved the issue, I deleted this file, following the sap note 822296

START_SHDI_FIRST phase

Symptom: The shadow system does not start. The following message is issued in the dev_ms developer trace of the shadow instance:

client ... is not in acl list, access denied

Reason: When the shadow instance is structured, SAPup calculates a host name for the host of the shadow instance, and uses this information to create the DIR_PUT/<SID>/SYS/ ms_acl_info file. This entry does not correspond to the entries expected by the message server in certain, as yet undefined cases.

Solution: Delete the DIR_PUT/<SID>/SYS/ ms_acl_info file and repeat the phase.

Regards

William Neira

Former Member
0 Kudos

Hi William,

for sure - the result of both actions is the same ...

good luck in the further phases

Regards

Volker Gueldenpfennig, consolut international ag

http://www.consolut.com http://www.4soi.de http://www.easymarketplace.de

Answers (0)