Search found 42189 matches

by chulett
Thu Jan 26, 2012 11:36 am
Forum: General
Topic: Execute Command activity does not run the script
Replies: 17
Views: 6671

isulpova wrote:The paths are actually absolute
Sorry, for some reason when I was looking at this originally, I thought I saw a space before the ".."

Code: Select all

>> $4/../logs/TIN5AS/sql_log.log
by chulett
Thu Jan 26, 2012 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparing two files
Replies: 4
Views: 2027

OK, so off we go to the Server forum. Since a transformer can't have two stream inputs, how are you bringing them in? HF1 is the stream input and HF2 is a reference input? Can we assume that 'policy number' is the key field in both hashed files and your reference lookup is based on that key? Please ...
by chulett
Thu Jan 26, 2012 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparing two files
Replies: 4
Views: 2027

First question - is this actually a Server job as you've marked it?

Secondly, what is your job design? How are you bringing two files in and comparing them "in transformer"?
by chulett
Thu Jan 26, 2012 6:52 am
Forum: General
Topic: paramerising a jobparameter
Replies: 6
Views: 1368

If, on the other hand, you ask whether it is possible to include a parameter within a job parameter, the answer is also no.
by chulett
Thu Jan 26, 2012 6:51 am
Forum: General
Topic: Char(254) value for @FM
Replies: 5
Views: 3926

No, it's not a space and would not be useful in removing them. For a space, you can simply use " " or CHAR(20) if you prefer.
by chulett
Thu Jan 26, 2012 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Access violation
Replies: 3
Views: 1617

So nothing really helpful, unfortunately. Please post details of your job design and I'd also be curious what exactly you are doing in the OCI stage... is the stage generating the SQL or are you using something "user generated"? The more details you can provide the better and it might help...
by chulett
Wed Jan 25, 2012 6:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Access violation
Replies: 3
Views: 1617

Post the entire, unedited error message. Also include anything "From previous run..." if that log entry shows up when you Reset the aborted job.
by chulett
Wed Jan 25, 2012 6:27 pm
Forum: General
Topic: Execute Command activity does not run the script
Replies: 17
Views: 6671

Are you certain you are looking in the right place for the log file? It's a relative path so it would be relative to the job's Project directory.
by chulett
Wed Jan 25, 2012 7:54 am
Forum: General
Topic: Count Jobs in a project (Parallel, Server, Sequencer)
Replies: 8
Views: 5636

One man's obvious is another man's wtf. Sure, it "should be" (hence the smiley in my post) but honestly, why would I want to report on how many "zeroes, ones and twos" each project had? Was just suggesting that the OP take a moment to lookup what each value means so there's no am...
by chulett
Wed Jan 25, 2012 7:32 am
Forum: General
Topic: New Functions
Replies: 16
Views: 6349

For Server routines, I've always found the best 'study guide' to be the included SDK routines themselves. Double-click on each to see their properties where the usage guide typically is and to see their source code. Work your way through them to get a feel for what functions are typically used. Then...
by chulett
Tue Jan 24, 2012 11:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi Instance Job
Replies: 1
Views: 900

1. If you want to be able to process A and B at the same time, yes.

2. Yes, that's how it works. The Designer only shows stats for "non multi-instance" job runs.
by chulett
Tue Jan 24, 2012 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job failed due to connection closed error
Replies: 3
Views: 3025

I'd go back to your admin team as that sounds very DB2 specific.

http://dbaspot.com/db2-udb/169323-error ... abase.html
by chulett
Tue Jan 24, 2012 9:52 pm
Forum: General
Topic: Count Jobs in a project (Parallel, Server, Sequencer)
Replies: 8
Views: 5636

ray.wurlod wrote:Or don't even worry about the values, just report them.
Unless you're not sure which is which. :wink:
by chulett
Tue Jan 24, 2012 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User privileges for running parallel jobs
Replies: 5
Views: 1240

Replace "ishome" with where your software is installed... and I fixed the link you posted so it actually works.
by chulett
Tue Jan 24, 2012 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: facing problem using Routine
Replies: 1
Views: 923

I'd suggest starting by doing an exact search here for something like "the library was compiled on a system that is incompatible with this system".