Job getting aborted with strange error

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
dbdecoy
Premium Member
Premium Member
Posts: 17
Joined: Tue Jul 15, 2008 1:17 pm
Location: Hyderabad

Job getting aborted with strange error

Post by dbdecoy »

Hi All

When I am trying to trigger a job its getting aborted by showing the below error.
[main_program: Internal Error: (contextValue && *contextValue >= eSource && *contextValue <= eRequest): pxbridge.C: 7386
Traceback: Could not obtain stack trace; check that 'gdb' and 'sed' are installed and on your PATH]

Can some one help on this please!!!
arvind_ds
Participant
Posts: 428
Joined: Thu Aug 16, 2007 11:38 pm
Location: Manali

Post by arvind_ds »

Does your datastage job read or write any dataset?

If yes, delete those datasets manually before running the datastage job.
Arvind
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

arvind_ds wrote:Does your datastage job read or write any dataset?

If yes, delete those datasets manually before running the datastage job.
How do you come to that conclusion? There's no mention of data sets in the error message.

There is, however, a mention of pxbridge.C, which suggests that there may be a problem with connectivity, either to metadata or to data.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

So what was the resolution?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply