Page 1 of 1

ERROR ***SCANED TIME OUT *** while xped setup.,

PostPosted: Tue Dec 17, 2013 11:54 am
by praveenm
ERROR ***SCANED TIME OUT *** while xped setup.,can anyone help to resolve the scan time out error.,have given required jcl libraries, ddio files and message class with A.,could figure out the exact reason for scan time out erorr.,i do remember a command we used to give in command line for increasing the timelimit

Re: ERROR ***SCANED TIME OUT *** while xped setup.,

PostPosted: Tue Dec 17, 2013 8:52 pm
by Ed Goodman
Can you tell us what it's waiting for? Like, are you in CICS and waiting for a transaction to happen?

Re: ERROR ***SCANED TIME OUT *** while xped setup.,

PostPosted: Tue Dec 17, 2013 9:18 pm
by Robert Sample
Assuming that you meant this message
XPM021K  'SCAN timed out'              .ALARM=YES  .HELP=*           &XTNOKANA
' TYPRUN=SCAN job did not end within required time (CONVERT option)'
when you posted, you most likely will need to work with your site support group to resolve the issue. Possible reasons for this problem would include (but not be limited to):
- Xpediter not being set up correctly
- Xpediter attempting to run the TYPRUN-SCAN job in the wrong job class
- No initiators being available for the job class
- Invalid JOB statement flushing job from system

As such, it is unlikely that an application programmer would have the authority to fix the problem, whatever it may be. You need to work with your site support group who will be able to make the necessary changes.

Re: ERROR ***SCANED TIME OUT *** while xped setup.,

PostPosted: Wed Dec 18, 2013 9:46 pm
by Ed Goodman
I want to make sure the original poster understands something very important...that job never actually ran. The 'typerun=scan' parameter is meant to allow you to sumbit some JCL to make sure it's OK before you try to run it.

What I want to make SURE you understand is that this is NOT an XPEDITOR error. You could have been running a simple sort and still gotten this message.

Even if you had not hit the scan time out, NOTHING would have run. The typerun=scan would have let you see a return code of 0 for the job, but there would have been no executed steps.