Search found 42189 matches
- Tue Nov 03, 2009 11:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error msg
- Replies: 7
- Views: 3045
- Tue Nov 03, 2009 8:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Sequencer name from the job name
- Replies: 16
- Views: 5933
Your syntax is bad and you need to let the routine do all the work.DSMaestro wrote:DSGetJobInfo(GetJobStatus(JobName), DSJobController)
Code: Select all
GetJobStatus(JobName)- Tue Nov 03, 2009 8:35 am
- Forum: General
- Topic: List of inbuilt routines
- Replies: 2
- Views: 1269
- Tue Nov 03, 2009 6:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Sequencer name from the job name
- Replies: 16
- Views: 5933
- Tue Nov 03, 2009 6:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Status in Server transformer
- Replies: 11
- Views: 3936
Recheck the syntax. It requires a job handle, not a name, so you'll need to put it in a routine and add a call to DSAttachJob(), then call it with the appropriate InfoType: jHandle = DSAttachJob(JobName) jStatus = DSGetJobInfo(jHandle, DSJ.JOBSTATUS ErrCode = DSDetachJob(jHandle) Begin Case Case jS...
- Mon Nov 02, 2009 11:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Log file size
- Replies: 4
- Views: 1152
- Mon Nov 02, 2009 11:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle OCI Initialisation Failed
- Replies: 9
- Views: 2697
- Mon Nov 02, 2009 6:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date_generation
- Replies: 2
- Views: 1599
- Mon Nov 02, 2009 6:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Log file size
- Replies: 4
- Views: 1152
- Mon Nov 02, 2009 6:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle OCI Initialisation Failed
- Replies: 9
- Views: 2697
- Mon Nov 02, 2009 5:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle OCI Initialisation Failed
- Replies: 9
- Views: 2697
These 'normal' ODBC connections, are they setup with the wired or the non-wired drivers? The former will work without an Oracle client on the DataStage server while the latter (and any OCI stages) require a client to be installed and for DataStage to be properly configured. This 'configuration' that...
- Mon Nov 02, 2009 5:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maximum sql length in OCI
- Replies: 6
- Views: 6223
Maximum sql length in OCI
Does anyone know exactly how long is "too long" for a SQL query in the OCI stage? I'll ask IBM, but hoping for a speedier answer here, if anyone knows. Trying to cut one down from over 2000 lines, ~40k bytes.
Thanks.
Thanks.
- Mon Nov 02, 2009 4:16 pm
- Forum: General
- Topic: Accessing Remote Files
- Replies: 2
- Views: 1246
- Mon Nov 02, 2009 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer Constraint Data Filtering Issue
- Replies: 1
- Views: 1153
- Mon Nov 02, 2009 1:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_uvput() error with a valid value
- Replies: 9
- Views: 3832