Search found 42189 matches

by chulett
Fri Dec 12, 2008 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: List of all Px Stages
Replies: 8
Views: 2285

ray.wurlod wrote:Administrator client Command window or within a dssh shell in the project directory on the DataStage server machine.
Either that or "LOGTO" the project in question after you connect.
by chulett
Fri Dec 12, 2008 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command Line utility to read the joblog and write into file
Replies: 1
Views: 1050

That command line utility is "dsjob". Search here or read the Command Line Interface section of either Designer Guide pdf for usage. Also search here for "ETLStats" for another approach.
by chulett
Fri Dec 12, 2008 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to remove box character insequential file
Replies: 17
Views: 5976

You can see everything I posted.
by chulett
Fri Dec 12, 2008 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to read a CSV file from remote server by using FTP stag
Replies: 4
Views: 1622

No. What exactly would I mail you? :?

Get a local copy of the file, make sure you can read it and then adding the FTP part should be fairly easy.
by chulett
Fri Dec 12, 2008 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to remove box character insequential file
Replies: 17
Views: 5976

You need to know what the character is before you can remove or otherwise handle it properly. And do not use private email to ask for help when people here are obviously trying to do exactly that.
by chulett
Fri Dec 12, 2008 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Handling
Replies: 17
Views: 3912

What you require should be handled automatically by the stage as long as the data types are defined correctly for each field.
by chulett
Fri Dec 12, 2008 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to read a CSV file from remote server by using FTP stag
Replies: 4
Views: 1622

Create your metadata like normal as if you were going to be reading it from a Sequential File stage and then load that metadata into the FTP stage. That or script a solution using command line FTP to get the file local to your DataStage server.
by chulett
Fri Dec 12, 2008 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to remove box character insequential file
Replies: 17
Views: 5976

First step would be to determine exactly what this "box character" is, typically by checking with a hex editor to get the hex/octal value, many of which are free downloads.
by chulett
Fri Dec 12, 2008 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg Loading using ODBC
Replies: 2
Views: 1314

A LongVarchar field would imply a LOB field of some time in the source and, if that's the case, there really isn't a good way to "load data very fastly".
by chulett
Fri Dec 12, 2008 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcgetnext() - timeout waiting for mutex
Replies: 9
Views: 5681

For the database logs question, that one should go to your DBA as each can have multiple log types that need to be cleared / archived periodically and which can wreak havoc when full / stalled / out of space or just generally messed up.
by chulett
Fri Dec 12, 2008 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcgetnext() - timeout waiting for mutex
Replies: 9
Views: 5681

Runtime Column Propagation. A Parallel job feature where columns not mentioned in the job would automatically 'propagate' at runtime and flow through the stages.
by chulett
Fri Dec 12, 2008 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HI
Replies: 2
Views: 855

Next time, try to do a better job of picking meaningful subjects.

viewtopic.php?t=88639
by chulett
Thu Dec 11, 2008 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting DSJS.RUNFAILED to DSJS.RUNWARN or DSJS.RUNOK
Replies: 4
Views: 5321

If you need that "automatically handle" functionality for other parts of the Sequence, let us know. There are ways to work around the issue you are having with it and that one particular job.
by chulett
Thu Dec 11, 2008 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcgetnext() - timeout waiting for mutex
Replies: 9
Views: 5681

Well, the "turn off RCP" advice would only apply to PX jobs.
by chulett
Thu Dec 11, 2008 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting DSJS.RUNFAILED to DSJS.RUNWARN or DSJS.RUNOK
Replies: 4
Views: 5321

While you can't change one status to another, you can let the Sequence know it's ok by using the right triggers for the situation. What are you using now and do you have the "Automatically handle activities that fail" option enabled?