Search found 4992 matches

by kcbland
Tue Apr 11, 2006 2:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Look up
Replies: 4
Views: 1128

Did you define the key values used in the WHERE clause on the reference stage?
by kcbland
Tue Apr 11, 2006 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to pass UNIX script(Procedure) output to job parameter?
Replies: 12
Views: 6828

You mean like a filename or a query value? Instead, use job control to feed the parameter.
by kcbland
Tue Apr 11, 2006 2:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LONGNAMES
Replies: 7
Views: 1632

It's the internal program that creates hashed files, similar to mkdbfile, which the CREATE.FILE command uses. Any chance the physical filename is locked? Have to tried using some junk filename and does it work?
by kcbland
Tue Apr 11, 2006 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetStageLinks Error
Replies: 4
Views: 1441

Go to your Start button, Ascential, Online Documentation, and open the BASIC manual. Go to the functions section, everything is alphabetically listed. If you look at the two functions I listed, you'll find them in the documentation in detail. This is your API documentation. I suggest you use this in...
by kcbland
Tue Apr 11, 2006 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetStageLinks Error
Replies: 4
Views: 1441

That would be because it doesn't exist. DSGetStageInfo and DSGetLinkInfo exist though.
by kcbland
Tue Apr 11, 2006 1:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to pass UNIX script(Procedure) output to job parameter?
Replies: 12
Views: 6828

From a before-job routine? Can't set a jobs parameter values from its before-job routine. Consider using a staging variable in your transformer, and for the initialization of the value do the ExecSH call to your script to get the startup value. :wink:
by kcbland
Tue Apr 11, 2006 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 6
Views: 1680

You specify the format for input conversion and also output conversion.
by kcbland
Tue Apr 11, 2006 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: strange problem with tar command
Replies: 11
Views: 1662

When a DS job runs the CWD is the project, go see if your files are appearing in the project directory. I think you need to qualify the output directory for the tar files.
by kcbland
Tue Apr 11, 2006 1:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 6
Views: 1680

Search the forum for ICONV and OCONV.
by kcbland
Tue Apr 11, 2006 12:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: strange problem with tar command
Replies: 11
Views: 1662

Before/after job/stage routines put messages into the job log when they are called. Look about 3 or four lines down from the first message in the job log from when you last ran the job. You'll see some Event message with (ExecSH) at the beginning. Look at that message to see what the tar command is ...
by kcbland
Tue Apr 11, 2006 12:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSEnv File in Windows
Replies: 3
Views: 1359

Because it's not used on Windoze.
by kcbland
Tue Apr 11, 2006 12:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling datastage jobs
Replies: 2
Views: 1653

You could use a Sequencer job with a Wait For File Activity stage watching for your file and then run the appropriate job. Write a Sequencer per file to run the appropriate jobs therein, then put all the Sequencers in the scheduler.
by kcbland
Tue Apr 11, 2006 12:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSEnv File in Windows
Replies: 3
Views: 1359

You need to go to the ODBC icon in Control Panel-->Administration on the Server and configure ODBC there.
by kcbland
Tue Apr 11, 2006 12:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: strange problem with tar command
Replies: 11
Views: 1662

What is the log message from the ExecSH command?
by kcbland
Tue Apr 11, 2006 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS jobs hang
Replies: 6
Views: 2805

prstat (Solaris 2.8+), iostat, vmstat, netstat are commonly used tools for performance monitoring. Consider downloading top (prstat is a version of it) or glance from HP.