Search found 42189 matches

by chulett
Fri Oct 06, 2006 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot read SQLLoader .bad files
Replies: 6
Views: 3144

You mean they are garbage and unreadable, or you don't understand them? Post an example in either case and let's see...
by chulett
Fri Oct 06, 2006 5:50 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: More a question of IBM support....
Replies: 10
Views: 6501

Ha! Me too! I'm still (mostly) talking to the same people I've always talked to, some for years, when I call support. Sure, there's new ones but it's nice to hear a familiar voice. However, every time I've had to do something licensing related they've porked it up. Going through that right now as a ...
by chulett
Thu Oct 05, 2006 2:02 pm
Forum: General
Topic: Server setting problem
Replies: 17
Views: 9901

Not a DataStage setting issue, should be an issue with your sort command. More that likely, running it from the command line (outside of DataStage) will generate the same error.
by chulett
Thu Oct 05, 2006 9:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic program to monitor path
Replies: 23
Views: 6485

Pretty much echoes what I said - assume nothing in your script: where you are, what environment variables are available, path settings - nothing.
by chulett
Thu Oct 05, 2006 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic program to monitor path
Replies: 23
Views: 6485

You don't need to "change the path". Your script needs some tweakage to use absolute paths I would bet. Easiest way to resolve this is to post your script, wrapped in 'code' tags to preserve formatting. Then we can make more specific 'suggestions' for changes. :wink:
by chulett
Thu Oct 05, 2006 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting a Large text file into small files
Replies: 13
Views: 4753

[sigh] Any error in particular or do we have to guess?
by chulett
Thu Oct 05, 2006 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic program to monitor path
Replies: 23
Views: 6485

Your problem isn't with how you are calling the script but the script itself, I would bet. Make sure you are using absolute paths in your script or are cd'ing to the appropriate directory before attempting to work with any files. Make no assumptions about anything in your script - environment variab...
by chulett
Thu Oct 05, 2006 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Updates Gone Missing
Replies: 2
Views: 1011

Common 'problem'. As noted, the monitor shows update requests - it's up to your job to ensure they are valid updates. Keep in mind the fact that Oracle updates that update zero records are not considered to have failed - they successfully update nothing. Same with deletes. So DataStage has nothing b...
by chulett
Thu Oct 05, 2006 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic program to monitor path
Replies: 23
Views: 6485

"Doesn't work" in what sense? What does the job's log say when the command is execute?

Not sure what you are asking about the parameters. There is a specific 'box' for them as well, put any you need there. It will combine the two before the command is executed.
by chulett
Thu Oct 05, 2006 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Autosys and Wait
Replies: 4
Views: 2443

Who manages / administers your Autosys system? Have they not been able to provide you with a solution to this, other than the one you are currently using that is?
by chulett
Thu Oct 05, 2006 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Update Query problem
Replies: 10
Views: 3459

Yes, you can force it to work in a single link by using custom / user-defined sql and hard-coding any 'missing' values as you've found. I, for one, would never take that approach but if others are comfortable with it... You are much better off using two links and specifically handling inserts versus...
by chulett
Thu Oct 05, 2006 6:37 am
Forum: General
Topic: Err - All available licenses in use : 77478-DSDES Limit=20
Replies: 5
Views: 6130

I'm curious if these commands actually work for anyone. The -lic_report always shows the following information regardless of usage: 0 license seats are in use 8 license seats are available Note: we're licensed for 22 seats. The -info command seems a little more useful but shows active 'User segments...
by chulett
Thu Oct 05, 2006 6:25 am
Forum: General
Topic: calling a sequencer from teradata-multi load stage
Replies: 7
Views: 5813

That's good... care to share the solution? That way others with the same questions searching the forum can benefit from your efforts.
by chulett
Wed Oct 04, 2006 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting .xls to .csv
Replies: 4
Views: 1740

Typically, one would do a File/Save As and change the type. Excel does the rest. Are you looking for something other than that?