Datastage batch job failures

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
Angelok
Participant
Posts: 10
Joined: Tue Feb 28, 2012 12:05 pm
Location: Markham

Datastage batch job failures

Post by Angelok »

Has anybody ever experienced a batch job failure, where the Source Stage says that it's "Starting" and the Target stage is "Waiting".? After 6 hours, the job fails and there is nothing in the Director Log.

Thank you,
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Not a lot to go on here.

There is always something in the log. You just did say why the job aborted. What is the abort message?
Angelok
Participant
Posts: 10
Joined: Tue Feb 28, 2012 12:05 pm
Location: Markham

Post by Angelok »

This is the message from the UNIX Log. It times out after 6 hours.

DataStage output is: Waiting for job...
Error 81002 waiting for job

Status code = 81002
ERROR: Job did not run
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

There are 10 other matches for "Error 81002" if you do an exact search here, see if any of them help.

Also, what is your project level timeout value set to, 21600?
-craig

"You can never have too many knives" -- Logan Nine Fingers
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

Does the job run if you run it manually? What is your job design?
Kandy
_________________
Try and Try again…You will succeed atlast!!
Angelok
Participant
Posts: 10
Joined: Tue Feb 28, 2012 12:05 pm
Location: Markham

Post by Angelok »

kandyshandy wrote:Does the job run if you run it manually? What is your job design?
Yes, after restarting the job, it always completes successfully.

The job design contains some data checking and a couple of look ups. It also goes through our firewall and the Vendor's Firewall as well. I am thinking that it may be running into some Network issue?

I have never seen this failure message for jobs that run within our Organization.
Angelok
Participant
Posts: 10
Joined: Tue Feb 28, 2012 12:05 pm
Location: Markham

Post by Angelok »

chulett wrote:Also, what is your project level timeout value set to, 21600?
Thnak you,

Llet me check with the Admin Group.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Angelok wrote:Yes, after restarting the job, it always completes successfully.
That smacks of a resource issue, probably on your source / vendor side. Can you go into a little more detail on your source and the "data checking" you are doing?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Angelok
Participant
Posts: 10
Joined: Tue Feb 28, 2012 12:05 pm
Location: Markham

Post by Angelok »

Hi Craig,

The Source tables are located in an Oracle (9i) Database. Datastage connects through a DB_Link.

As far as the Data checking goes, it's very basic, just simple validations. Actually, most of the Datastage jobs are just straight pulls. The interface contains 18 jobs, and almost all have failed with the same message (81002), at one time or another over the past year.

Thank you,
Angelo
Post Reply