Search found 42189 matches

by chulett
Sat Apr 08, 2006 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQseries plugin reading XML Data in DataStage7.0 Instead of
Replies: 1
Views: 718

I'm a little confused. You don't use the MQSeries Plug-in in DataStage simply to read XML, you use it because you have to interface with MQSeries. :?

If all you need to do is read XML files, that's what the Folder stage and the XML Input stage are for... in both 7.0 and 7.5.
by chulett
Sat Apr 08, 2006 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file look up not working
Replies: 10
Views: 3032

Actually, a single record with a hard-coded key cached in memory is pretty darned efficient for something like this. I've been known to do something like that in other situations. So Ravindra, to clarify are you saying that: 1) You counted the number of lines in the sequential file. 2) You loaded th...
by chulett
Fri Apr 07, 2006 7:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling multiple commands inside FilterCommand in Seq File?
Replies: 15
Views: 5653

Actually, you've gotten several solutions. Stop fixating on the 'Filter' ability of the Sequential file stage, it's not appropriate for any of the scenarios you've made up yet. If you need to 'pre-process' a file or series of files to build something the Sequential File stage can read, then as previ...
by chulett
Fri Apr 07, 2006 5:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling multiple commands inside FilterCommand in Seq File?
Replies: 15
Views: 5653

There's no text file support inside the Filter command, so you can't take that route. Multiple command support there is probably pretty limited. Dont' expect to be able to run multiple commands in a serial fashion there, but you may be able to pipe commands together. Keep in mind how the Filter work...
by chulett
Fri Apr 07, 2006 4:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling multiple commands inside FilterCommand in Seq File?
Replies: 15
Views: 5653

Those are not appropriate Filter commands. Those could go in a Command stage in a Sequence job. They could also be used directly or via a script before/after job with ExecSH or ExecDOS.
by chulett
Fri Apr 07, 2006 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trailing Record in Seq File
Replies: 3
Views: 983

Spin off another leg from your Transform to an Aggregator. Pass it anything - a single field, a constant value - and have it 'Count' it. What comes out is the count needed for your trailer record. Then either write it to a separate file and cat the two together 'after job' or - if and only if - the ...
by chulett
Fri Apr 07, 2006 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Source is empty after job finished successfully
Replies: 2
Views: 944

If you are sure there are no warnings when you check the job's log from the Director and the monitor shows the correct number of rows going 'in' to the target stage, check a couple of things: Double-check the table name you are writing to. Are you specifying a schema/owner in the stage? Also double-...
by chulett
Fri Apr 07, 2006 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStageBackup.bat setup
Replies: 21
Views: 6740

Yah, still using a version of this on a daily basis. I should probably look into adding your magic unlocker from ETLStats so that I don't get 'skipped' jobs all the time. Are you using this with 7.5.1A Kim? It was working flawlessly for me before I upgraded but since the upgrade been having an odd p...
by chulett
Thu Apr 06, 2006 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence doesnt restart from checkpoint
Replies: 7
Views: 1570

Yah, Ray's pretty 'old school' (wink wink) when it comes to aborting jobs. In the past I would have agreed 100% with him, but when Checkpoint Restarting was added to Sequencer jobs that all changed - in that context. I prefer to not manually run or rerun failed bits of Sequence jobs. Once you come t...
by chulett
Thu Apr 06, 2006 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence doesnt restart from checkpoint
Replies: 7
Views: 1570

In my case, I dont want my Master sequence to abort, I just want it to finish with warnings so that if I restart it, only the jobsequence containing the aborted server job runs. You need to abort it in order for that to happen. I do this 'all the time' and it does work. The status of the Sequencer ...
by chulett
Thu Apr 06, 2006 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence doesnt restart from checkpoint
Replies: 7
Views: 1570

I've found they work just fine. The 'trick' when running sub-sequencer jobs is to propogate any errors in a sub-sequence job up to the master sequence.

Use the Exception Handler. When a sub-sequencer doesn't complete normally, branch there and abort the master sequence job as well.
by chulett
Thu Apr 06, 2006 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datbase connection status..........
Replies: 6
Views: 1225

Oh nos, Mr Kim, please don't tell on me! :cry:
by chulett
Thu Apr 06, 2006 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tab Delimited file Delimited Value in the stage properties ?
Replies: 3
Views: 2817

Re: Tab Delimited file Delimited Value in the stage properti

rxs0005 wrote:I have a TAB delimited txt file that I saved using TOAD it has more than 65000rows so i cannot save it using .CSV extension

Sure you can, there's no limit on the number of rows that can be in a csv file. Just don't try to load it into Excel... :wink:
by chulett
Thu Apr 06, 2006 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: kill job using job id
Replies: 15
Views: 6609

I agree. Too many times stopping or killing the DS process leaves the database process joyfully continuing on it's merry way. :wink:
by chulett
Thu Apr 06, 2006 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: suggest best approach for doing this job..........
Replies: 9
Views: 1489

You don't think so because you have been doing it. Trust me, Average Job wants to work only in the GUI and not have to write or maintain hand coded job control. I'm not in a position where I can check, but those components probably do ship with DataStage. Perhaps I'm incorrect, but if they use the '...