Internal Error

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
sri_vin
Premium Member
Premium Member
Posts: 20
Joined: Wed Aug 25, 2010 10:58 pm

Internal Error

Post by sri_vin »

Can anyone come across this error before?
What needs to be done to get rid of the error?


main_program: Internal Error: (minIndex < m_outputLinkObjArraySize): pxbridge.C: 3313
Traceback: Could not obtain stack trace; check that 'gdb' and 'sed' are installed and on your PATH
zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

Re: Internal Error

Post by zulfi123786 »

sri_vin wrote: check that 'gdb' and 'sed' are installed and on your PATH
looks like it is not able to find the location of the commands gdb and sed.

To test that , take the value of PATH from Dastage administrator and open a unix session, set the value of PATH variable by running the command
PATH='<value of PATH from administrator>'

and then run the sed, gdb to make sure PATH variable is correctly set.

if you face any issue with running the sed, gdb commands then you need to modify you PATH variable so that the listed commands can be referenced
Post Reply