Search found 5168 matches

by kumar_s
Thu Feb 01, 2007 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in assignment. SQLSTATE=22005
Replies: 4
Views: 15052

A quick search on SQLSTATE=22005 will should you that, its due to data type mismatch. The same reason why Arnd asking the question.
Also check if the value that been send for lookup fields (key1 and key2) are of compatiable datatype.
by kumar_s
Thu Feb 01, 2007 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass value between jobs
Replies: 19
Views: 6725

How are you trying it? Write a routine which calls the UserStatus function. It has been discussed serveral times. Following will be the code for the function. INCLUDE DSINCLUDE JOBCONTROL.H *FUNCTION UpdateUserStatus(Arg1) Call DSSetUserStatus(Arg1) Ans = Arg1 RETURN(Ans)
by kumar_s
Thu Feb 01, 2007 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looking for Parallel Extender Developer PDF Guide
Replies: 26
Views: 7360

Hmm... thats interesting to find all these online.
by kumar_s
Thu Feb 01, 2007 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load unmatched data
Replies: 11
Views: 2341

ChangeCapture/Difference stages are also available for this reason.
by kumar_s
Thu Feb 01, 2007 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use rejected data in same job ?
Replies: 9
Views: 2558

May be not in the same job. Chances to get Read error or unexpected result based on the design of your job. Why do you need to use it in the same job?
by kumar_s
Thu Feb 01, 2007 4:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Set Management is very slow!
Replies: 20
Views: 4288

By the way, what are you trying to do through dataset Management window? Are you trying to delete a file?
What you see if you click on 'Output'?
by kumar_s
Thu Feb 01, 2007 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call a Oracle package
Replies: 8
Views: 2150

Wrap the statement in a stored procedure and call the SP from Datastage. There should be other way as well, but the above mentioned is doable.
by kumar_s
Thu Feb 01, 2007 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup failure
Replies: 3
Views: 1031

Is it Server Edition?
There is no data available for the given data in the reference table.
by kumar_s
Tue Jan 30, 2007 6:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CRC32 in PX
Replies: 15
Views: 5005

http://www.dsxchange.com/viewtopic.php? ... 32&start=0

You can just have look in to this thread.
by kumar_s
Tue Jan 30, 2007 5:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reference link get the first row of the reference table
Replies: 29
Views: 4178

Paddu - There could be of various reasons for this. Search for your error or create a new topic as mentioned.
by kumar_s
Tue Jan 30, 2007 5:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automation of DS JOBS BACKUP
Replies: 7
Views: 1631

Its my mistake. I failed to give a space after '.' and ".
FOR /f "tokens=2-4 delims=."
. Though it created the directory, it was gives out permission error for that directory.
by kumar_s
Tue Jan 30, 2007 5:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reference link get the first row of the reference table
Replies: 29
Views: 4178

xinhuang66 - The reason explained earlier. Bind variables not been used. Thats the reason, Fully generated query is advised, which will be taken care by it self. The query will return the tows as you expect. But while doing a lookup, it matches with only the first row in the array irrespective any c...
by kumar_s
Tue Jan 30, 2007 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reference link get the first row of the reference table
Replies: 29
Views: 4178

ray.wurlod wrote:I suspect kumar_s meant "linking" rather than "liking".

Problem with Keyboard and Chair. :oops:
Ray, You could have used atleast LoL emoticons. :lol:
by kumar_s
Tue Jan 30, 2007 3:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error XML import - no data processed
Replies: 3
Views: 939

By the 'Edit/Delete this Post' option. You can delete from reverse order.