main_program: Internal Error:(minIndex < m_outputLinkObjA

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
bucks
Premium Member
Premium Member
Posts: 21
Joined: Tue Feb 20, 2007 1:31 pm

main_program: Internal Error:(minIndex < m_outputLinkObjA

Post by bucks »

Hi,

I am trying to run a parallel job with Oracle connector stage as source and direct load of data to a dataset in 9.1 DS. However I see the below error message.

main_program: Internal Error: (minIndex < m_outputLinkObjArraySize): pxbridge.C: 4263
Traceback: Could not obtain stack trace; check that 'gdb' and 'sed' are installed and on your PATH

Could someone please help me out how to overcome this issue.

NOTE:- I have already checked any special characters in the columns from source and also checked for any orphan stages if any but I dont see such scenario in my code base.
rkashyap
Premium Member
Premium Member
Posts: 532
Joined: Fri Dec 02, 2011 12:02 pm
Location: Richmond VA

Post by rkashyap »

See this IBM technote.
bucks
Premium Member
Premium Member
Posts: 21
Joined: Tue Feb 20, 2007 1:31 pm

Post by bucks »

I referred to the IBM technotes. Dont see the below,
This error has 3 different known causes:
1.A column name defined in stage contains a period or other special or invalid characters.
2.The job design contains an orphan stage with no input or output links.
3.The new Unstructured Data stage in Information Server 9.1 reads input data containing special characters on row 1.

Howver I used the oracle connector stage instead of oracle enterprise stage . Please let me know if this is the reason for the issue.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Best to take this to support, IMHO.
-craig

"You can never have too many knives" -- Logan Nine Fingers
bucks
Premium Member
Premium Member
Posts: 21
Joined: Tue Feb 20, 2007 1:31 pm

Post by bucks »

Craig,

Can you please let me know IMHO?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check it out here.
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 »

Sorry, almost spelled it out but thought it was a pretty common internet acronym... or that a quick search would turn it up.
-craig

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