cancel
Showing results for 
Search instead for 
Did you mean: 

SM66

Former Member
0 Kudos

Hi all,

In the Sm66, some dialog process show as completed and some of the dialog process show as Stopped CPIC. They show as red mark in the SM66 this stopped and completed process. I have tried to remove that process by going thorugh sm50 and cancel without core , smo4 and kill the pid at unix level.But nothing worked.

Still the dialog process are in red mark in sm66 showing stopped and completed.

Please help me , what should i do to remove.

thanks

xyz

Accepted Solutions (1)

Accepted Solutions (1)

former_member204746
Active Contributor
0 Kudos

this status means that it is waiting for something else, such as an OS command running at OS level. jobs that DB13 launch through SM37 does exactly that.

from SM50, double-click on the process to get more details.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

Stopped as mentioned above means that the process is waiting for someother process to finish,an OS command ,some other background or dialog job and in some cases due to lack of dialog resources as well.You should check thoroughly before killing any such processes in production.

Also if your processes are showing status completed ,it means they are not re starting again after finish a certian job.In SM50 choose the option "re start after error" for all the processes.

Thanks

Amit

Former Member
0 Kudos

thanks

markus_doehr2
Active Contributor
0 Kudos

Check the dev_* traces of those workprocesses - what do you see there?

--

Markus