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.
Search found 42189 matches
- 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
- 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...
- 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...
- 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...
- 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
- 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 ...
- 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-...
- 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...
- 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...
- 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 ...
- 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
- Thu Apr 06, 2006 7:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datbase connection status..........
- Replies: 6
- Views: 1225
- 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...
- 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
- 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 '...