Search found 6797 matches

by DSguru2B
Tue Feb 06, 2007 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Dates from a CSV file
Replies: 3
Views: 533

When you ftp the file from windows to unix, ftp it from command line, this way it will transfer in ascii mode and change all the CR/LR to LF. That pipe type character was actually a CR i.e, char(013).
by DSguru2B
Tue Feb 06, 2007 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Dates from a CSV file
Replies: 3
Views: 533

Specify the file type as DOS and see if it shows up after the change.
by DSguru2B
Tue Feb 06, 2007 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashed file key field
Replies: 12
Views: 3806

I think even when you pass NULL, it will overwrite the previous record. Because all three keys are the same. I have to try that but as far as I know it will be overwritten. Build a small job that does that and you will get the results.
by DSguru2B
Tue Feb 06, 2007 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Not bounded length
Replies: 31
Views: 7176

ArndW wrote:What are your column definitions? At least one of these is incorrect for DataStage.

Post the reply for ArndW's question. There is little we can do sitting on the other side of your screen. Try making the date column as varchar and see if that helps.
by DSguru2B
Tue Feb 06, 2007 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Not bounded length
Replies: 31
Views: 7176

Did you try ArndW's suggestion?
Alternatively, do all the hardcoding in the transformer and dont hardcode anything inside the sql.
Are you getting any sql codes along with your error message, including the warning messages?
by DSguru2B
Tue Feb 06, 2007 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Not bounded length
Replies: 31
Views: 7176

Did you try Inserting from command line? Does that work? Have you tried just insert and just update?
by DSguru2B
Tue Feb 06, 2007 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with the DSGETLINKINFO Function
Replies: 5
Views: 2810

O yea, sorry thats the stage name. Hmm, so an open link can still be counted for row counts, I didnt know that. I was under the impression that the link as to close to be able to get the link count. Thanks for the clarification. :)
by DSguru2B
Tue Feb 06, 2007 12:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Not bounded length
Replies: 31
Views: 7176

You think its the CURRENT DATE that might be the problem? What database are you connecting to. Get the current date within the transformer and pass it to the column "EFF_DT"
by DSguru2B
Tue Feb 06, 2007 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with the DSGETLINKINFO Function
Replies: 5
Views: 2810

And I believe "x_Extract" is the name of the link connected to Oracle, correct?
That link is still open and hence you cannot get the correct result. You have to do this after the link closes. Probably create a file and then in a second job load that file into Oracle.
by DSguru2B
Tue Feb 06, 2007 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Not bounded length
Replies: 31
Views: 7176

Apologies on my part, I re-read your previous post. Insert is working but update is not huh.. Have you tried generated sql query as I asked you before. The error maybe due to the fact that you are passing less number of columns in update as compared to the number specified in the column's tab. Try a...
by DSguru2B
Tue Feb 06, 2007 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Not bounded length
Replies: 31
Views: 7176

Is it because your missing an "I" from Insert :?
by DSguru2B
Tue Feb 06, 2007 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue
Replies: 18
Views: 3019

How many stage variables are you using? Can you paste them here and their respective derivations.
by DSguru2B
Tue Feb 06, 2007 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue
Replies: 18
Views: 3019

It should work. Hmm, dont know whats going on. Well untill someone throws some more light on it, resort back to your original code. Its not good to have red in your transformer.
by DSguru2B
Tue Feb 06, 2007 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: environmental variable in a rountine
Replies: 12
Views: 3810

You can echo the value of that environtment variable using DSExecute() and assign it to your routine variable. This was discussed here a few weeks back. Search for more details.
by DSguru2B
Tue Feb 06, 2007 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue
Replies: 18
Views: 3019

Did this happen after assigning the function to the initial value? What version of DataStage are you on?