Search found 42189 matches

by chulett
Fri Jan 23, 2009 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Director error
Replies: 10
Views: 4188

First suggestion is always to search the forums for your error, more than likely you're not the first person to have the problem. For you, see if an exact search for "Error calling subroutine: DSR_EXECJOB (Action=5)" turns up anything helpful.
by chulett
Fri Jan 23, 2009 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to convert ascii to EBCDIC format
Replies: 3
Views: 2736

That function is only valid for character data, for those (I assume) packed fields you just need to 'unpack' them. Or are they not packed? Also, have you tried the CFF stage?
by chulett
Fri Jan 23, 2009 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To run datastage job through UNIX
Replies: 3
Views: 1970

If where it lives is in your PATH you can launch it from anywhere. Otherwise, fully path the command: $DSHOME/bin/dsjob from anywhere.
by chulett
Fri Jan 23, 2009 12:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduling through Datastage
Replies: 16
Views: 5438

The Administrator client connects to the server. Why not just give it a try?
by chulett
Fri Jan 23, 2009 12:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Calling Subroutine
Replies: 8
Views: 2286

Right, you'd have to be logged in as "dsadm" to make the change and then bounce DataStage for the change to take effect.
by chulett
Thu Jan 22, 2009 10:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Calling Subroutine
Replies: 8
Views: 2286

The Inactivity Timeout setting is on the General tab of the Administrator, it's not an environment variable.
by chulett
Thu Jan 22, 2009 8:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Calling Subroutine
Replies: 8
Views: 2286

It would help to state when/where you get this message.
by chulett
Thu Jan 22, 2009 4:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Vertical to Horizontal
Replies: 4
Views: 1545

The Pivot stage does a "horizontal" pivot, i.e. columns to rows so unsure why you would think it is not working or that it goes the other way. Can you post examples of your input data and what your pivoted output data should look like? Perhaps there's just a terminology issue at work here....
by chulett
Thu Jan 22, 2009 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Vertical to Horizontal
Replies: 4
Views: 1545

Use the Pivot stage.
by chulett
Thu Jan 22, 2009 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute dsjob command from client machine
Replies: 25
Views: 8614

Don't see why not. [shrug] You might want to check again, I've had IBM peoples tell me some pretty good whoppers in the past.
by chulett
Thu Jan 22, 2009 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: display GUI for DS ...
Replies: 5
Views: 1298

There is no UNIX client, it is Windows only.
by chulett
Thu Jan 22, 2009 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Audit Tables
Replies: 2
Views: 4386

The current run's information is stored in one of the "RT_" tables with the job itself. And the information is in the job's log, provided it hasn't been purged. Use the API to retrieve the data: Most recent DSGetJobInfo DSGetStageInfo DSGetLinkInfo Historical DSGetLogEntry DSGetLogSummary ...
by chulett
Thu Jan 22, 2009 2:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: display GUI for DS ...
Replies: 5
Views: 1298

The "GUI" is the client software you install on your Windows PC and use to connect to the Server, which can be installed on either Windows or UNIX. There is no Server GUI.
by chulett
Thu Jan 22, 2009 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute dsjob command from client machine
Replies: 25
Views: 8614

kandyshandy wrote:How do you have 8.0.1 and 8.1 on the same environment? It is not possible at all !!
They're just talking about the client software and for multiple versions of that all you should need to do is install them to different directories. And use the MCM to switch between them.