error "ds_uvgetnext() - Pin 1 not initialised"

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
aime
Participant
Posts: 4
Joined: Wed Oct 11, 2006 11:35 am

error "ds_uvgetnext() - Pin 1 not initialised"

Post by aime »

I'm french man and i use DS 5x to make.
I have error in my transformer:
ds_uvgetnext() - Pin 1 not initialised
i don't know the action i must to do

Thank you very much
AIME
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Welcome French man! :D

That is an odd error, have you tried simply recompiling the job?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What are the input and output links to this transformer going to? The error is an odd one to get - is this a new job or one that used to work?
aime
Participant
Posts: 4
Joined: Wed Oct 11, 2006 11:35 am

Post by aime »

thans for your answer,

I try to recompile but the error already exist.
There are 2 links come to the transformer, one is stream and the other is reference.
One link go outside to the transformer and go to ashed file.

Excuse me for my english.
AIME
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Try putting a "dummy" transform stage between your source hashed file and your current lookup transform stage; just to see if the error remains or if it changes to the new transfrom stage.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Bienvenue! I think, from your message, that you may have the wrong links to the Transformer stage. The reference link must come from the Hashed File stage. Can you post your job design? For example (wrapped in Code tags)

Code: Select all

                   HashedFile
                      :
                      : (reference)
                      :
SeqFile   ------>  Transformer  ------>
          (stream)
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
aime
Participant
Posts: 4
Joined: Wed Oct 11, 2006 11:35 am

Post by aime »

I do that and i have the same error
AIME
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The function ds_uvgetnext() is trying to fetch the next row from a stream input connected from a Hashed File stage.

If there were a reference link from the Hashed File stage to the Transformer stage the function would be something likeds_uvgetbykey().

Are you SURE that the stream input is coming from a Sequential File stage and not from a Hashed File stage?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
aime
Participant
Posts: 4
Joined: Wed Oct 11, 2006 11:35 am

Post by aime »

thank you very much everyone,

i resolve the problem, it came to another stage which haven't link whith the tranformer i tell you.

thank you again for your help
AIME
Post Reply