Search found 42189 matches
- Tue Jul 19, 2005 6:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Way to decrease hash file size
- Replies: 5
- Views: 1122
- Tue Jul 19, 2005 6:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS version control process
- Replies: 15
- Views: 3609
Well, 'better' is a pretty subjective (and relative) term. Some organizations may feel it's better to use other existing tools, but Version Control is bundled with DataStage and is well integrated into the suite. It sure beats the heck out of the original process of 'releasing' and 'packaging' jobs....
- Mon Jul 18, 2005 3:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while calling a job from Job Control Code
- Replies: 14
- Views: 6643
- Mon Jul 18, 2005 3:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: From Hash file to loading Table
- Replies: 9
- Views: 1674
- Mon Jul 18, 2005 12:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while calling a job from Job Control Code
- Replies: 14
- Views: 6643
- Mon Jul 18, 2005 6:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 50 WARNINGS PROBLEM IN NESTED SEQUENCES
- Replies: 3
- Views: 1002
The best way to resolve the problem is to ensure your jobs do not log any errors. Seriously, this should be your goal with any job and running with all of your jobs set to unlimited warnings is asking for trouble. I hope you have plenty of disk space whereever DataStage is installed. That being said...
- Mon Jul 18, 2005 6:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: From Hash file to loading Table
- Replies: 9
- Views: 1674
- Mon Jul 18, 2005 6:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CSV file to Oracle
- Replies: 4
- Views: 1442
- Sun Jul 17, 2005 11:10 pm
- Forum: Data Integration
- Topic: Good grief, have you seen Ascential World's new name?
- Replies: 5
- Views: 4325
- Sun Jul 17, 2005 11:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: wait for file activity
- Replies: 2
- Views: 970
Welcome. :D You can't stop the stage from creating the file, it does so when the stage cranks up or 'opens'. If you don't write to it, what you are left with is a zero byte file. As you've found. Given the path you've been taking with this, I'd suggest you write your output file to a different name,...
- Sun Jul 17, 2005 10:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS version control process
- Replies: 15
- Views: 3609
Chapter 2 of the help (either online or pdf) is the Methodology chapter and gives you a good grounding in how the tool is meant to be used. The rest of it gets into the details of Initializing objects into the Version Control project from Dev and then Promoting them from there into Test and Producti...
- Sun Jul 17, 2005 10:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Replacing Carriage Returns in fields
- Replies: 9
- Views: 3611
Convert and Ereplace are two of the weapons of choice here. Searching the forum would turn up several examples like this one.
- Sun Jul 17, 2005 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: From Hash file to loading Table
- Replies: 9
- Views: 1674
- Sun Jul 17, 2005 1:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: From Hash file to loading Table
- Replies: 9
- Views: 1674
More information needed. * What format is the date stored in in the hashed file? * What format is it in when you send it to Oracle? * How is it defined in your target - DATE? TIMESTAMP? * What datatype did you define it as in your job - Date? Timestamp? Varchar? What size? * What kind of transformat...
- Sun Jul 17, 2005 9:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Telnet Service Not starting
- Replies: 4
- Views: 1303
Well, your first issue is going to be the fact that XP of any flavor is not a supported Server platform. Client, yes - but not for the server. Didn't say it can't be made to work (have no clue, actually) but you'll have to face that hurdle when attempting to get any 'official' support for it if you ...