Search found 42189 matches

by chulett
Mon Jul 07, 2008 12:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using system Date variables making JOB slow
Replies: 3
Views: 1824

It will only be 'fixed within a job' if you use the Sytem Variable in the Initial Value of the stage variable, otherwise it will be evaluated for each record. That and leave the derivation in the Transformer empty.
by chulett
Mon Jul 07, 2008 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle hints issue?
Replies: 9
Views: 2843

What about the explain plan? Is it the same when checked, Toad run versus DataStage run?
by chulett
Mon Jul 07, 2008 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Invalid file path syntax
Replies: 6
Views: 2241

In other words, the 'path' is what the FTP stage will attempt to 'cd' to before the put/get is issued for the 'filename'.
by chulett
Mon Jul 07, 2008 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder stage : Increase the length?
Replies: 3
Views: 1270

You cannot. What kind of files are you reading? You may need to loop through them or concatenate them together before processing.
by chulett
Mon Jul 07, 2008 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control fatal error (-14)
Replies: 7
Views: 3520

It doesn't need to be 100% to cause this error, just 'busy enough' to cause the job to take longer than the timeout value to start. And from what I recall, that value is 60 secods.
by chulett
Mon Jul 07, 2008 7:27 am
Forum: General
Topic: Version 8 to solve backup and access permission problems?
Replies: 6
Views: 3879

Just want to double-check that you actually need the 'read only' routines in the extract. Typically what are being excluded are the core routines that ship with the product and exist in every 'empty' project when it is first created.
by chulett
Mon Jul 07, 2008 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Repository
Replies: 4
Views: 4342

The repository itself isn't published, but you can query the forums here for DS_JOBS and DS_JOBOBJECTS to find some examples of the kind of information available in it.
by chulett
Sun Jul 06, 2008 11:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling Datastage Basic Routine in UNIX script
Replies: 8
Views: 2361

I'm curious why you are asking... what are you trying to accomplish?
by chulett
Sun Jul 06, 2008 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routines
Replies: 7
Views: 1713

Once it has been added to the job and is thus active in the job's environment, does it really need to be 'passed' to the routine? :?
by chulett
Sun Jul 06, 2008 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routines
Replies: 7
Views: 1713

Great, let us know how it turns out!

ps. It helps if you actually ask a question. Or state a problem. Or both.
by chulett
Sun Jul 06, 2008 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get user defined environment variable in job sequence
Replies: 11
Views: 3406

What kind of problems? I doubt you'll be able to use encrypted values with a technique like this.
by chulett
Sun Jul 06, 2008 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get user defined environment variable in job sequence
Replies: 11
Views: 3406

Let me make an assumption here that the db name is part of the variable name. Put the pieces together and 'echo' the result: echo $#P_DB_NAME#_USER echo $#P_DB_NAME#_PWD Two Execute Command stages or a custom routine called in two Routine Activity stages. I'd probably prefer the latter as you have m...
by chulett
Sun Jul 06, 2008 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get user defined environment variable in job sequence
Replies: 11
Views: 3406

And how do you plan on doing that? Meaning, how will the database name tell you which username and pwd environment variable to get?
by chulett
Sun Jul 06, 2008 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Information Server - How to pass parms in a select SQL
Replies: 2
Views: 1048

Doesn't need to be 'user defined' to utilize a job parameter.