Package Ship Remote Confirmation not working
search cancel

Package Ship Remote Confirmation not working

book

Article ID: 92368

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

This is a new setup of Package Ship. This can be any transmission method.  

Why does the remote confirmation job not update Endevor on the host?

Environment

Release:
Component: ENDBAS

Resolution

Check if the confirmation job ran on the remote.
Check the JCL of confirmation job see if it has a ROUTE XEQ card. 
 If it does not then the problem is that the remote confirmation job will not be routed to the host site to update Endevor.  

To fix this update the skeleton CSIQSENU(C1BMXHJC) in DD ISPSLIB.

Change from:
)SEL &C1SJC1 ¬= &Z 
&C1SJC1 
)ENDSEL 
)SEL &C1SJC2 ¬= &Z 
&C1SJC2 
)ENDSEL 
)SEL &C1SJC3 ¬= &Z 
&C1SJC3 
)ENDSEL 
)SEL &C1SJC4 ¬= &Z 
&C1SJC4 
)ENDSEL 
)IM SCMM@SYM 

to: (replace  HOST with the node name of your host site)
)SEL &C1SJC1 ¬= &Z 
&C1SJC1 
)ENDSEL 
)SEL &C1SJC2 ¬= &Z 
&C1SJC2 
)ENDSEL 
)SEL &C1SJC3 ¬= &Z 
&C1SJC3 
)ENDSEL 
)SEL &C1SJC4 ¬= &Z 
&C1SJC4 
)ENDSEL 
/*ROUTE XEQ HOST
)IM SCMM@SYM