Search found 42189 matches

by chulett
Mon Apr 16, 2012 8:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join in Server job
Replies: 3
Views: 1104

It's not really anything like the Merge stage on the Parallel side, matter of fact what it does is merge two sequential file sources... hence the recommendation. And it uses hashed files under the covers to do the dirty work. :wink:
by chulett
Mon Apr 16, 2012 8:42 pm
Forum: General
Topic: Conencting DS 7.5.3 server from my 7.5.2 Client version
Replies: 10
Views: 4536

I don't recall much in the way of gory details as it was quite some time ago as well but I think it was about using a 7.5.1a client against a 7.5.3 server. Sequences compiled differently, we had odd issues with the XML stages which was the killer for us as we did a ton of XML work at the time. Suppo...
by chulett
Mon Apr 16, 2012 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to Timestamp
Replies: 16
Views: 4747

You could alway fix the call to the function I pointed you towards to use the correct format mask... you know, one that matches your source format.
by chulett
Mon Apr 16, 2012 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to Timestamp
Replies: 16
Views: 4747

StringToTimestamp().
by chulett
Mon Apr 16, 2012 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to Timestamp
Replies: 16
Views: 4747

Sorry, but that does not answer my question at all.
by chulett
Mon Apr 16, 2012 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join in Server job
Replies: 3
Views: 1104

Look into the merge stage.
by chulett
Mon Apr 16, 2012 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating number of Files
Replies: 13
Views: 12906

OK... tell us, is the shipment id actually in the file as well or is it only used to determine the filename?
by chulett
Mon Apr 16, 2012 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DRS Stage Could not find input field
Replies: 10
Views: 4557

That would be a question for your official support provider, perhaps there is a patch available.
by chulett
Mon Apr 16, 2012 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector Update statement
Replies: 6
Views: 9320

It won't. That's about a bug in the SQL generation. There's no bug here, they are just seeking... enlightenment. :wink:

It is returning the count of records updated (I assume) to drive the switch to an insert when that count is zero.
by chulett
Sun Apr 15, 2012 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to Timestamp
Replies: 16
Views: 4747

First confirm for us the data type of this incoming 'date'... is it indeed a date or is it a string in that format? I suspect the latter as real dates have no 'format'.
by chulett
Sun Apr 15, 2012 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating number of Files
Replies: 13
Views: 12906

I guess the answer to the above question could depend on what happens when you see the same shipment id later - do you create the file with the same number you used before or does it always get a new number? The latter would simplify things if all you need to do is separate the files by id and then ...
by chulett
Sun Apr 15, 2012 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating number of Files
Replies: 13
Views: 12906

There are a number of posts here on the subject of dynamically creating output files. However, they all involve using the actual file data in the filename rather than what looks like an incremented number. Is there any reason you can't do that? Use the "shipment id" in the filename? for 10...
by chulett
Sun Apr 15, 2012 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating number of Files
Replies: 13
Views: 12906

Start by posting in the correct forum... which I've just moved you to.
by chulett
Sat Apr 14, 2012 7:16 pm
Forum: General
Topic: Not able to login in DS 8.5 and getting some error
Replies: 8
Views: 2173

I for one am a little surprised it is working for some people as I thought there was enough of an internal architecture difference down where it matter between XP and the 'Server' versions that certain key functionality would be impacted. I know I've dealt with that issue with other software, made a...
by chulett
Fri Apr 13, 2012 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: An insert, update, or delete statement failed to run
Replies: 15
Views: 21505

WHY is your insert statement failing? Is it for a... duplicate key violation?