Search found 42189 matches

by chulett
Fri Jul 27, 2012 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not In clause in Filter stage...
Replies: 8
Views: 12847

I'm curious who's version of SQL you're working with that takes care of NULL comparisons "implicitly"? :?
by chulett
Fri Jul 27, 2012 12:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server Locking Issue
Replies: 3
Views: 1476

A "truncate load" doesn't change the fact that you have to handle the partitioning properly to avoid the lock issues you are seeing when running in parallel. Try using a hash partition over the fields that make up the primary key for the table.
by chulett
Fri Jul 27, 2012 12:39 am
Forum: General
Topic: Job is not in the right state (compiled and not running)
Replies: 60
Views: 17247

The one without the invocation has the status "Finished". And it shows mixed lines from the 2 sequences when they run in parallel. That means you ran the MI job without an Invocation ID which is not something you generally should be doing, as while it runs no "real" invocations ...
by chulett
Fri Jul 27, 2012 12:35 am
Forum: General
Topic: Job is not in the right state (compiled and not running)
Replies: 60
Views: 17247

Not sure how I can be "wrong" when the they in this forum is me. Can't answer your question as I don't know. I for one would never use anything like what you're calling "long" invocation ids nor ones that matched the name of the job itself. I prefer to keep them short, simple and...
by chulett
Fri Jul 27, 2012 12:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server Locking Issue
Replies: 3
Views: 1476

That would imply to me that your partitioning is not correct. What have you specified?
by chulett
Fri Jul 27, 2012 12:20 am
Forum: General
Topic: Error: The configuration does not contain the invoking node
Replies: 17
Views: 6676

If by that you mean that you think the Execute Command stage runs the command on the Client, you'd be mistaken... it runs it on the Server just like your routine does. :?
by chulett
Thu Jul 26, 2012 9:42 pm
Forum: General
Topic: Error: The configuration does not contain the invoking node
Replies: 17
Views: 6676

The Execute Command stage. It allows one to run something from the command line directly (like orchadmin) - no routine required.
by chulett
Thu Jul 26, 2012 6:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: user defined query in odbc
Replies: 4
Views: 1805

The best way? Let the stage generate it so you get the bind parameters correct and then... tweak it.
by chulett
Thu Jul 26, 2012 5:02 pm
Forum: General
Topic: Using runscript command
Replies: 3
Views: 1175

If you still want some help with this, I'd imagine you'd need to post the Perl script you have that is attempting to run a DataStage job so we can see how it manages that (via dsjob I assume) and what is throwing the error.
by chulett
Thu Jul 26, 2012 11:03 am
Forum: General
Topic: Using runscript command
Replies: 3
Views: 1175

"runscript"? Not something I've ever heard of.

The literal answer to your question is no, not out of the box - but that doesn't mean you couldn't have created one in your environment.
by chulett
Thu Jul 26, 2012 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastge server job
Replies: 8
Views: 3285

Yes, if you want to ensure that only successful lookups go down the link.
by chulett
Thu Jul 26, 2012 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastge server job
Replies: 8
Views: 3285

First, please don't "Reply with quote" all the time, there's no need to do that the vast majority of the time. Do it when it makes sense, otherwise use the perfectly lovely Reply to topic link that is always there as well. It will save me from much of the clean-up work I'm always needing t...
by chulett
Thu Jul 26, 2012 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastge server job
Replies: 8
Views: 3285

:idea: I edited your derivation and formatted it to better show the structure and then used 'code' tags to preserve it here. So, according to the code it should return a "5" if both H.2 = 'OS' and A.5 ='CJ'. Are you saying both do and yet it returns some other value? I'd suggest you step t...
by chulett
Thu Jul 26, 2012 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastge server job
Replies: 8
Views: 3285

OK. So what is "F4301"? If that's your source you'll need to leave off the "where" clause and let it stream everything into your job. Then the Hashed File lookup will do the four "equals" and you can check the results. After that you should just need your "if-then-...
by chulett
Thu Jul 26, 2012 7:01 am
Forum: General
Topic: Job is not in the right state (compiled and not running)
Replies: 60
Views: 17247

Off you go to your own topic... Sorry ? Simple. You jumped on the end of someone else's post, not to help out but to add your own problem to the mix. That's frowned on here so I split your posts out and created a new topic that you now own and linked your first post back to the original jacked post...