cancel
Showing results for 
Search instead for 
Did you mean: 

SAPCCM4X autostart on iSeries fails

Former Member
0 Kudos

Hi Guys,

I am trying to start the SAPCCM4X agent automatically on the monitored system, as soon as we start the monitored system. Our agent is registered on the CEN already.

So for that we modified our start up profile of the monitored system and inserted:

Start_Program_XX local CALL PGM(SAPCCM4X) PARM('-DCCMS' 'pf=/usr/sap/ECD/SYS/profile/ECD_DVEBMGS55_SAPDEV')

This thing starts and shows us a CALLCMD in the starting SAP subsystem, but dies out within seconds...

If we run the command on the green screen, it starts the agent successfully in QINTER and we are able to connect to it from the CEN.

CALL PGM(SAPCCM4X) PARM('-DCCMS' 'pf=/usr/sap/ECD/SYS/profile/ECD_DVEBMGS55_SAPDEV')

What are we missing here? Can't we call a program directly from the start up profile??

Thanks

Abhi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Figured that out...

Instead of the CALL PGM..used the program for the DIR_EXECUTABLE

PARM1 $(DIREXECUTABLE)/sapccm4x

Start_Program_07 local $(_PARM1) -DCCMS pf=$(_PF)

Thanks Guys...

Abhi

Answers (0)