cancel
Showing results for 
Search instead for 
Did you mean: 

STMS - SAP NW 7.0 - MSCS Architecture

Former Member
0 Kudos

Hi:

We have installed SAP NW 7.0 on Windows 2003 64bit environment with Microsoft Cluster architecture. As per new cluster architecture, we have installed our app server locally on Node A and Node B whereas ASCS is running on cluster with system number 01 on Node A. Database is running on Cluster too on Node B.

App server CI (Node A) and DB (Node B) are installed with system number 00 and ASCS is installed with system number 01.

We are trying to setup STMS with virtual host name of ASCS with system number 01 but it doesn't accept it. As per our understanding, it is supposed to use virtual hostname (ASCS) and through message server it should do load balancing. If we use application server hostname with system number 00 it works but than we will have SPOF.

Please help.

Thanks,

View Entire Topic
Former Member
0 Kudos

After applying logon load balancing, we started getting following error.

WARNING: System PIP. Warning. 20090413141440 :

ERROR: The following call returned with exit code 7:

ERROR: sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=PIP

ERROR: Background jobs cannot be started.

ERROR: Please check trace file dev_evt.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System PIP. Warning. 20090413141540 :

WARNING: Background job RDDIMPDP could not be started or terminated abnormally.

Please check that the R/3 system is running.

Please check the system. Use transactions SM21, SM37, SM50.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System PIP. Warning. 20090413141551 :

ERROR: The following call returned with exit code 7:

ERROR: sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=PIP

ERROR: Background jobs cannot be started.

ERROR: Please check trace file dev_evt.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System PIP. Warning. 20090413141723 :

ERROR: The following call returned with exit code 7:

ERROR: sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=PIP

ERROR: Background jobs cannot be started.

ERROR: Please check trace file dev_evt.

WARNING: (This warning is harmless if no further warnings follow.)

START tp_getprots PIP P 20090413141723 VORAM SAPPIPDB 20090413141422661

WARNING: System PIP. Warning. 20090413141840 :

ERROR: The following call returned with exit code 7:

ERROR: sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=PIP

ERROR: Background jobs cannot be started.

ERROR: Please check trace file dev_evt.

WARNING: (This warning is harmless if no further warnings follow.)

Thanks,

Miral.

Former Member
0 Kudos

Dear Miral,

check in the file dev_evt. If you find an error message like this one : cannot determine ms server; then create a system profile for your HA system in a shared directory like
<SAPTRANSHOST>\sapmnt\trans

This file should have the following content

# This profile is needed to be able to trigger sapevents during transports
# DO NOT DELETE IT
rdisp/mshost = <virtual ASCS host name>
rdisp/msserv_internal = 39<instance number>
SAPSYSTEM = <instance number>

Name the file like DEFAULT.<SID>

Then, start the transaction STMS in client 000 of your TMS domain controller

Click on the Systems button. Select the HA system.

Go to tab Transport Tool and add the parameter SYSTEM_PF =
<SAPTRANSHOST>\sapmnt\trans\DEFAULT.<SID>

After these steps, events should be triggered again in your HA SAP installation.

Seb

Former Member
0 Kudos

Hi

Have u solved the problem

I am also having the same issue

Former Member
0 Kudos

Thanks for the solution. I have also just experienced the same issue new ECC 6 EhP4, Windows 2008 MSCS w/ SQL 2008

used your solution and it resolve my issue.

Thanks

Raymond

Former Member
0 Kudos

Hi Seb - I know it's a old message but solution you suggested helped me fix the issue i was battling with...

THank you So much - u r a star *

Edited by: Harinath Gonuguntla on Nov 11, 2010 9:46 PM

Edited by: Harinath Gonuguntla on Nov 11, 2010 9:47 PM

0 Kudos

Always glad to help

agaurav10
Explorer
0 Kudos

Thanks Sebastien.

This worked for me.