Search found 42189 matches

by chulett
Sat Mar 02, 2013 12:07 pm
Forum: General
Topic: Conditional execution of job
Replies: 19
Views: 5991

So the same error again, this time with a "C" rather than a "D". I don't have time right now for more trouble-shooting but I'll ponder this.
by chulett
Sat Mar 02, 2013 8:00 am
Forum: General
Topic: Passing read rows from one job activity to other in seq
Replies: 17
Views: 5252

Yes, it does... that why I posed it more as a question. I thought that might be ok since you are considering a looping sequence. And you didn't miss anything significant so I unmarked it.
by chulett
Sat Mar 02, 2013 7:57 am
Forum: General
Topic: Conditional execution of job
Replies: 19
Views: 5991

You'd have to post the error.
by chulett
Fri Mar 01, 2013 11:26 pm
Forum: General
Topic: Passing read rows from one job activity to other in seq
Replies: 17
Views: 5252

UserStatus only holds a single 'record' or element. Are you able to use UtilityRunJob for this? Meaning rather than the Server job writing the name of the job to run out it actually runs it instead.
by chulett
Fri Mar 01, 2013 11:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Omit null columns in XML output
Replies: 9
Views: 3729

eostic wrote:There are a lot of us 'ol server types around. :)
<raises hand>
by chulett
Fri Mar 01, 2013 2:37 pm
Forum: General
Topic: Abort job if ran more than 30 minutes
Replies: 7
Views: 1589

That wasn't a question. If your scheduler creates a ticket when the threshold is passed, why not have it also stop the job?
by chulett
Fri Mar 01, 2013 2:36 pm
Forum: General
Topic: Conditional execution of job
Replies: 19
Views: 5991

Not sure, my DOS days are way behind me. First thing that jumps out at me though is I don't believe there is a /D option for FIND command, so it assumes it must be a file.
by chulett
Fri Mar 01, 2013 2:30 pm
Forum: General
Topic: Format XML Output
Replies: 8
Views: 1820

Trying to remember what we ended up using after job - XML Beans, perhaps? :?
by chulett
Fri Mar 01, 2013 2:27 pm
Forum: General
Topic: Readings values from a file into Variables in UVA stage
Replies: 3
Views: 1520

You could probably leverage the Field() function, one stage run referenced twice where the first takes field 1 and the second field 2.
by chulett
Fri Mar 01, 2013 2:23 pm
Forum: General
Topic: Abort job if ran more than 30 minutes
Replies: 7
Views: 1589

Have your scheduling tool issue the stop request from the command line.
by chulett
Fri Mar 01, 2013 11:15 am
Forum: General
Topic: Conditional execution of job
Replies: 19
Views: 5991

Do you have the MKSToolkit installed on your server? You should nowadays. If so you can use UNIX commands which are a wee bit easier on the eyes:

wc -l D:\APP_DATA\VBS\PAS\CIA\REJECTS\SOURCE\ALISSourceRejects.csv
by chulett
Fri Mar 01, 2013 9:22 am
Forum: General
Topic: Format XML Output
Replies: 8
Views: 1820

First question - why format it at all? It's not anything needed and if you want to see it formatted open it in something like IE. To pursue this, in your shoes I'd look into something like a 'pretty printing' utility you could call from the command line as a post-process that would output a formatte...
by chulett
Fri Mar 01, 2013 9:18 am
Forum: General
Topic: Conditional execution of job
Replies: 19
Views: 5991

That could just be trigger expressions. After you count the file (Execute Command stage most likely) then two triggers from it could evaluate the output and branch to either a Job Activity stage or a Notification stage.

What have you tried so far?
by chulett
Fri Mar 01, 2013 9:15 am
Forum: Data Integration
Topic: ODI Vs DS
Replies: 12
Views: 34396

Right, BO moves what it can into the database and anything it can't gets processed in the engine like normal. And if pure SQL means SQL rather than something like PL/SQL then yes, that's my understanding.
by chulett
Fri Mar 01, 2013 7:53 am
Forum: Data Integration
Topic: ODI Vs DS
Replies: 12
Views: 34396

Re: ODI Vs DS

"Balanced Optimization approach is comparable to ODI ELT architecture." How true is that statement? I would think "comparable" is a decent choice of words. Balanced Optimization is also known as Push Down Optimization and moves applicable processing into the target database, ess...