Search found 42189 matches

by chulett
Mon Oct 05, 2009 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to stop the working of any compute node
Replies: 4
Views: 1481

So, are we talking about a "grid" here? If not, please explain what you mean by "dynamic config file configuration".
by chulett
Mon Oct 05, 2009 7:26 am
Forum: General
Topic: Syntax for calling execsqlproc from before sub routine
Replies: 5
Views: 1577

Your ExecSQLProc routine is a user-written custom routine, something we wouldn't know anything about. Find and double-click on it to see what it does and needs.
by chulett
Sun Oct 04, 2009 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to see the performance stats of earlier run
Replies: 2
Views: 773

See, like in the Monitor? No. They can be recreated, however, for a Server job from the 'finishing' log entries from those earlier runs with a little math. A PX job gets more complicated (and this I've never tried to do) but I believe you'd need to farm the 'consumed' and 'produced' log entries wit...
by chulett
Sat Oct 03, 2009 10:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in storing the previous record in the stage variable
Replies: 3
Views: 1114

Confusing. :? I'm really unsure exactly what it is you are trying to accomplish. Storing the 'previous value' is simple and is just a matter of setting it last as you've done. However, the "if-then-else" logic you are doing is what is tripping you up. Can you explain in words what it is yo...
by chulett
Sat Oct 03, 2009 9:10 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Files are geting locked during Simple select from job
Replies: 4
Views: 3558

In the meantime, have you tried searching for "file is locked" or "Error setting up internal communications"? There are several discussions here on those subjects.
by chulett
Sat Oct 03, 2009 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Making the orchadmin commands work
Replies: 13
Views: 10668

Do a "long listing" in that directory, you should find that your "PXEngine" directory is actually a link to the current version. Something like: $ pwd /appl/Ascential/DataStage $ ls -ld PX* lrwxrwxrwx 1 dsadm dstage 40 Jul 23 2007 PXEngine -> /appl/Ascential/DataStage/PXEngine.75...
by chulett
Sat Oct 03, 2009 8:40 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Files are geting locked during Simple select from job
Replies: 4
Views: 3558

I'm guessing you are missing the point that you posted this in the wrong forum. Perhaps we can get a Moderator to move it for us?
by chulett
Sat Oct 03, 2009 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: path search failed - Unable to locate dscapiop
Replies: 9
Views: 6350

So... to make sure we understand, you made an ODBC change to a working job (IP change) and now it no longer works?
by chulett
Sat Oct 03, 2009 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does DataStage store Annotations?
Replies: 17
Views: 5496

Is it possible to start a new post when questions become unrelated to the current topic?
by chulett
Sat Oct 03, 2009 8:07 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Files are geting locked during Simple select from job
Replies: 4
Views: 3558

Is this an RTI / SOA / WISD job?
by chulett
Fri Oct 02, 2009 6:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to rename a table using datastage server
Replies: 1
Views: 850

Nothing specific to DataStage, you would issue the same command as you would directly in the database or from your favorite client tool - possibly 'after SQL', possibly 'after job' or even as a separate scripted step post job.
by chulett
Fri Oct 02, 2009 5:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Windows to Unix transitioning question
Replies: 6
Views: 1421

If you still have issues you should take this to your Admins, whomever is mounting the Windows drives, and see if their problems are causing your problem. Otherwise, a couple of points. Is that "xxxx.archive" filename shown as your target a directory? It needs to be. Also note that while y...
by chulett
Fri Oct 02, 2009 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UsExecuting a Batch file in Datastage Sequence
Replies: 5
Views: 2306

Ah... so the Windows 'Command' stage is a Server job stage? Figured it was yet another flavor of Sequence stage, which didn't really make much sense to me.
by chulett
Fri Oct 02, 2009 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File name with value from column
Replies: 2
Views: 952

Right, the name is set when the job starts so it must provided at that time. You'll either need to pass it in as a job parameter or arrange for the file to be renamed post-job.
by chulett
Fri Oct 02, 2009 5:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot find job TEST
Replies: 12
Views: 3751

I don't believe so. The other thing to note is the issue occurs in all projects on both servers, so if someone did this they were very thorough.