Sequence Aborted: Timed out while waiting for an event

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Deepakinstyle
Participant
Posts: 47
Joined: Wed Apr 18, 2007 4:49 am

Sequence Aborted: Timed out while waiting for an event

Post by Deepakinstyle »

Hi All,

while running a sequence in UAT environment i got it aborted and the message in log is:

16:28:19: Exception raised: @IBTLoan_Update_Chkpnt_Complete_Job, Error
calling DSRunJob (IBTLoan_Update_Chkpnt_Complet
e_Job.IBT), code=-14 [Timed out while waiting for an event]

and log for the job IBTLoan_Update_Chkpnt_Complete_Job is:

Item #: 1
Event ID: 0
Timestamp: 2007-10-31 16:10:01
Type: Fatal
User Name: dsadm
Message: Job IBTLoan_Update_Chkpnt_Complete_Job cannot be multiply invoked

Item #: 2
Event ID: 1
Timestamp: 2007-10-31 16:10:01
Type: Warning
User Name: dsadm
Message: Attempting to Cleanup after ABORT raised in stage IBTLoan_Update_Chkpnt_Complete_Job.IBT

Item #: 3
Event ID: 2
Timestamp: 2007-10-31 16:27:18
Type: Fatal
User Name: dsadm
Message: Job IBTLoan_Update_Chkpnt_Complete_Job cannot be multiply invoked

Item #: 4
Event ID: 3
Timestamp: 2007-10-31 16:27:18
Type: Warning
User Name: dsadm
Message: Attempting to Cleanup after ABORT raised in stage IBTLoan_Update_Chkpnt_Complete_Job.IBT

End of report.

Could you please let me know cause for this error?

Thanks,
Deepak
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

Your server may be busy.

Search for the term "Timed out while waiting for an event" and see if any of the posts help. It has been discussed many times.
Deepakinstyle
Participant
Posts: 47
Joined: Wed Apr 18, 2007 4:49 am

Post by Deepakinstyle »

Hi,

Its running quite fine in Dev but am getting this error only in UAT environment, which i can see only logs.

thanks,
Deepak
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

And? Did you search the forums as suggested? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Deepakinstyle
Participant
Posts: 47
Joined: Wed Apr 18, 2007 4:49 am

Post by Deepakinstyle »

yes, some solutions include server may be busy. but could you please let me know about the log message from the job which has message like :

Item #: 1
Event ID: 0
Timestamp: 2007-10-31 16:10:01
Type: Fatal
User Name: dsadm
Message: Job IBTLoan_Update_Chkpnt_Complete_Job cannot be multiply invoked

Item #: 2
Event ID: 1
Timestamp: 2007-10-31 16:10:01
Type: Warning
User Name: dsadm
Message: Attempting to Cleanup after ABORT raised in stage IBTLoan_Update_Chkpnt_Complete_Job.IBT

Item #: 3
Event ID: 2
Timestamp: 2007-10-31 16:27:18
Type: Fatal
User Name: dsadm
Message: Job IBTLoan_Update_Chkpnt_Complete_Job cannot be multiply invoked

Item #: 4
Event ID: 3
Timestamp: 2007-10-31 16:27:18
Type: Warning
User Name: dsadm
Message: Attempting to Cleanup after ABORT raised in stage IBTLoan_Update_Chkpnt_Complete_Job.IBT

End of report.

Thanks,
Deepak
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Your first fatal error is
Job IBTLoan_Update_Chkpnt_Complete_Job cannot be multiply invoked
That is pretty clear, concise and descriptive to me.
Post Reply