Search found 42189 matches

by chulett
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

Or you could just delete and recreate it, I would think.
by chulett
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....
by chulett
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

Good eye! I didn't notice the JonHandles. :wink:
by chulett
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

Ok. I get those at times using 7.0.1, typically when I've use a connection for multiple things before trying to debug a job. Usually can be 'worked around' by opening a new Designer session and doing the debugging of the job in isolation.
by chulett
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

Post your code.
by chulett
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...
by chulett
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

Are you saying it's broken, Ray? In what version?
by chulett
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

It looks like it was caused by the next error logged:

ORA-24329: invalid character set identifier
by chulett
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

What? You don't sound too! excited! about! all! this! Vince!

At least there was a plus side. :lol:
by chulett
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,...
by chulett
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...
by chulett
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.
by chulett
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

So, is the target an Oracle DATE field? If you treat this as a Timestamp in the job and make sure it looks like YYYY-MM-DD HH24:MI:SS when it gets to Oracle, you should be fine. This also assumes you are using an OCI stage to write to the database, that or the DRS stage set to Oracle.
by chulett
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...
by chulett
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 ...