Search found 42189 matches

by chulett
Thu Mar 12, 2009 11:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multipule instance Server Job execution
Replies: 2
Views: 1331

What routine? Why not leverage USERSTATUS to pass the value, if you think that's the issue?

ps. UtilityHashLookup() will fail silently if not used properly, test your logic elsewhere to ensure it's doing what you think it is doing.
by chulett
Thu Mar 12, 2009 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MS access arabic character display - problem
Replies: 2
Views: 1197

And the resolution was?
by chulett
Thu Mar 12, 2009 11:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using CRC32() to detect changed data in SCD2 implementation
Replies: 9
Views: 8051

Well, well... let's see if I can help. :D On the MD5 front, we implemented that at the O/S level using Java. Basically, we landed a flat file with all of the data to be 'munged' using a Sequential File stage and then using the Filter option on the reading side passed the contents of the landed file ...
by chulett
Thu Mar 12, 2009 10:42 am
Forum: General
Topic: Convert the Date Formate from Timestamp to Date only
Replies: 2
Views: 903

Or substring off the first 10 characters (essentially the same thing) or use the Field function:

Code: Select all

InLink.TheTimestamp[1,10]

Field(InLink.TheTimestamp," ",1,1)
by chulett
Thu Mar 12, 2009 10:40 am
Forum: General
Topic: Job Multiple Instance Fail
Replies: 24
Views: 10294

Sheesh... will have to keep that in mind, it seems, when people post 8.x questions on this topic. :?
by chulett
Thu Mar 12, 2009 10:38 am
Forum: General
Topic: I want to display only year or month or date from Date colum
Replies: 4
Views: 897

Year or month or day, perhaps? In any case, either substring with [] or use Field() to get just the parts you want.
by chulett
Wed Mar 11, 2009 6:34 pm
Forum: General
Topic: Job Multiple Instance Fail
Replies: 24
Views: 10294

The property appears to remain unchecked when auto-purge was inherited from the project. :? That's... not really true unless this is changed behaviour in the 8.x version. What I've seen pre-8 is auto-purge always checked when it is on, regardless of how that was set - manually or via inheritance. U...
by chulett
Wed Mar 11, 2009 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate data - Un-usable index
Replies: 2
Views: 611

Moderator, please move to the Server forum.
by chulett
Wed Mar 11, 2009 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StingtoDate
Replies: 6
Views: 1348

:? What do you mean 'keep the date'? A date is a date and is stored in an internal representation, only external (string) formats have display options like that. So use whatever mask matches the incoming date format in the StringToDate function.
by chulett
Wed Mar 11, 2009 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Table Error
Replies: 9
Views: 2332

I believe you'll find there's a patch for that. What 8.x version are you running? If you're not on 8.1 have you loaded the 'fixpack'? :?
by chulett
Wed Mar 11, 2009 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to pass multiple records to Web Service transformer
Replies: 2
Views: 844

Re: Unable to pass multiple records to Web Service transform

verify wrote:As i am processing 100 xml files, so i am getting this error as "Consumed more than 100,000 bytes,job aborts"
:? I don't see one as causing the other, something else must be going on. What exactly are you doing in the External Source stage?
by chulett
Wed Mar 11, 2009 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate data - Un-usable index
Replies: 2
Views: 611

Hmmm... I don't see more questions, I see the same questions we already went over in your other thread on this topic. And I answered them over there. :? Two points: 1) You're still posting in the wrong forum. 2) More questions means adding them to your existing topic, please don't start a new one to...
by chulett
Wed Mar 11, 2009 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cobol over/under code
Replies: 5
Views: 1502

Well... not sure what all of the dsjob comments have to do with the subject line. The PX Sequential File stage has the ability to read those zoned decimal / overpunched fields without needing any special function like Server does. Set the decimal field Packed attribute to 'Yes' and then a sub-proper...
by chulett
Wed Mar 11, 2009 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage - OCI stage
Replies: 4
Views: 2461

Buggy Oracle release, it would seem. Hard to imagine, I know, but it does happen. Now, I am expecting you to ask this question of your official support provider as they would be the only ones to truly know.