Unstructured Stage - Array index out of range

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
clarcombe
Premium Member
Premium Member
Posts: 515
Joined: Wed Jun 08, 2005 9:54 am
Location: Europe

Unstructured Stage - Array index out of range

Post by clarcombe »

I am trying to use the Unstructured stage and I get the following error

Code: Select all

Message: Unstructured_Data_1,0: com.ascential.e2.common.CC_Exception: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
I have tried using this on the sample code too and I still get the same error

Has anyone else experienced this too ?
Colin Larcombe
-------------------

Certified IBM Infosphere Datastage Developer
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Doesn't seem like it, unfortunately. Did you resolve this?
-craig

"You can never have too many knives" -- Logan Nine Fingers
clarcombe
Premium Member
Premium Member
Posts: 515
Joined: Wed Jun 08, 2005 9:54 am
Location: Europe

Post by clarcombe »

Still waiting for a response from our favorite support provider :(
Colin Larcombe
-------------------

Certified IBM Infosphere Datastage Developer
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Ray? :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Is the error at the cluent? During edit and design? Or run time?

If at the client, have you tried other workstations? Do you habe flash installed?

If at the server, not sute what to suggest, but certainly try with the simplest excel spreadsheet possible, and dont (yet) try any tricks with multi tab or specialized metadata scenarios.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This is almost always a client-side problem. Some structure that needs 1..N elements has either none or too many. Alas, it's rarely easy to work out exactly where it is (hence the advice to involve official support). It CAN be a bug in IBM's code, it may be a problem with whatever structure you're working with.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
clarcombe
Premium Member
Premium Member
Posts: 515
Joined: Wed Jun 08, 2005 9:54 am
Location: Europe

Post by clarcombe »

For an update, I have had a remote session with IBM Support and they were unable to find out why this fails to work.

Even running the OSH manually under debug failed to shed any light.

Next stop. IBM Engineering team.
Colin Larcombe
-------------------

Certified IBM Infosphere Datastage Developer
sjfearnside
Premium Member
Premium Member
Posts: 278
Joined: Wed Oct 03, 2007 8:45 am

Post by sjfearnside »

Were you ever able to resolve this issue? If so, can you post the root cause and solution?

Thanks
Post Reply