Issue:
Harbinger has a communication program, EDI600SSO which calls SSO020, that brings in the EDI interchanges from our VAN.
(EDI600SSO, CL, Retrieve interchanges from ordernet)
(SSO020, RPGLE, Ordernet communication program)
-
This program usually takes less than a minute to complete.
Lately, this program just hangs until I manually end the batch job. There are no messages in the job log.
If I manually run the job from the menu option, it runs fine.
When the EDI job scheduler runs it, it hangs most of the time now.
-
It seems the device, controller and line are varied on before EDI600SSO calls SSO020 to retrieve the interchanges:
VRYCFG CFGOBJ(SSOLINE32) CFGTYPE(*LIN) STATUS(*ON)
VRYCFG CFGOBJ(SSOCTL32) CFGTYPE(*CTL) STATUS(*ON)
OVRICFF FILE(SSO020CF) TOFILE(*LIBL/SSO020CF) ACQPGMDEV('SSODEV32')
note: device, SSODEV32, is varied on as well.
Has anyone else had this problem before?
Any assistance on how to resolve this issue will be much appreciated.
Harbinger has a communication program, EDI600SSO which calls SSO020, that brings in the EDI interchanges from our VAN.
(EDI600SSO, CL, Retrieve interchanges from ordernet)
(SSO020, RPGLE, Ordernet communication program)
-
This program usually takes less than a minute to complete.
Lately, this program just hangs until I manually end the batch job. There are no messages in the job log.
If I manually run the job from the menu option, it runs fine.
When the EDI job scheduler runs it, it hangs most of the time now.
-
It seems the device, controller and line are varied on before EDI600SSO calls SSO020 to retrieve the interchanges:
VRYCFG CFGOBJ(SSOLINE32) CFGTYPE(*LIN) STATUS(*ON)
VRYCFG CFGOBJ(SSOCTL32) CFGTYPE(*CTL) STATUS(*ON)
OVRICFF FILE(SSO020CF) TOFILE(*LIBL/SSO020CF) ACQPGMDEV('SSODEV32')
note: device, SSODEV32, is varied on as well.
Has anyone else had this problem before?
Any assistance on how to resolve this issue will be much appreciated.