Search found 42189 matches

by chulett
Thu Sep 04, 2008 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: array size while inserting
Replies: 9
Views: 6882

Seems to me, everything is in the error message you posted. Your array size needs to be no more than 1567 with that row length to ensure the buffer size is not exceeded.
by chulett
Thu Sep 04, 2008 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to schedule a job to run every 5 minutes
Replies: 6
Views: 2718

I would stick with the approach Ray mentioned and have implemented the very same myself, or at least something very similar using the techniques mentioned.
by chulett
Thu Sep 04, 2008 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find the "Last_Run_Time" and insert it in a table
Replies: 10
Views: 2327

Note that there is also an InfoType of DSJ.JOBLASTTIMESTAMP to get the time the job finished.
by chulett
Thu Sep 04, 2008 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data.30 in my input Data
Replies: 19
Views: 5064

thurmy34 wrote:I already did that the job work well the day after and abort the next day (is it clear ?).

Meaning, you removed the hashed file, it worked for a day or two afterwards and then aborted again? :?

If that's the case, what was the abort message? Can you post it in its entirety?
by chulett
Thu Sep 04, 2008 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: removing junk charecter
Replies: 1
Views: 1182

You need to define what in the heck you mean by 'junk' characters. Be as specific as possible and use a hex editor (or something similar, perhaps 'od') to get the ASCII values for them.
by chulett
Wed Sep 03, 2008 5:53 pm
Forum: Site/Forum
Topic: DSXChange does not work in Google Chrome
Replies: 2
Views: 2675

Hmmm... for some odd reason this was the first place I went with Chrome and it worked fine. Well, fine once I loaded Flash, otherwise certain aspects were broken but other than that in was fine.
by chulett
Wed Sep 03, 2008 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Return code from ExecuteCommand Stage in Job Sequencer
Replies: 2
Views: 1254

Use 'ReturnValue' for a Routine Activity stage, for the Execute Command stage use a Custom trigger and check $CommandOutput instead.
by chulett
Wed Sep 03, 2008 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Last calender date
Replies: 8
Views: 3959

Do an Exact search on "month end date" in the PX forum.
by chulett
Wed Sep 03, 2008 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Last calender date
Replies: 8
Views: 3959

:idea: Rather than make people puzzle out and guess what you mean by "last calendar date" why not provide specific examples so it hopefully becomes clearer? For example, show an "END_DATE" value and what it should be transformed into as a "last calendar date".
by chulett
Wed Sep 03, 2008 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration from Oracle 9i to 10g
Replies: 1
Views: 1016

Not sure why you would be using the OCI8 stage over the OCI stage, that may complicate things. Otherwise it should just be a case of updating your tnsnames entries to point to the 10g instance while still using the 9i client on your DataStage server. In other words, no changes to your jobs. That may...
by chulett
Wed Sep 03, 2008 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Datastage Jobs From .NET
Replies: 1
Views: 1155

The answer is 'yes' and we've seen people posting on how to do this, something a search should turn up I would think.
by chulett
Wed Sep 03, 2008 9:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Funnel
Replies: 9
Views: 2594

:? Not if both links are 'firing' at the same time. Sequential files by their very nature support multiple readers but only one writer at a time, so you'd need to arrange for them to run in a serial fashion.
by chulett
Wed Sep 03, 2008 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data.30 in my input Data
Replies: 19
Views: 5064

Me, assuming this is a pathed hashed file, I would just remove the directory and let whatever process created it recreate it. Assuming you're not using it for persistent storage and couldn't afford to lose what's there. If this is an account based hashed file, then you'll need to delete the VOC entr...
by chulett
Wed Sep 03, 2008 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Funnel
Replies: 9
Views: 2594

Depending on what 'union' means to you, you can also investigate the Merge stage.
by chulett
Tue Sep 02, 2008 5:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Output stage
Replies: 7
Views: 2610

If you mean the 'Best Practices' document, you can download that from Kim Duke's site:

http://www.duke-consulting.com

Tips & Tricks page.