Search found 53125 matches

by ray.wurlod
Mon Mar 03, 2008 5:14 pm
Forum: General
Topic: Do Informatica skills translate to Datastage skills?
Replies: 14
Views: 5945

Don't need Informatica in the equation for that. Hence the need/demand for a Server to Parallel Transition Lab to help folks to unlearn some server job "square pegs".
by ray.wurlod
Mon Mar 03, 2008 3:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate Headers
Replies: 6
Views: 1318

Yeah. Hmm. "External tables"?

Is there a before-job or before-stage subroutine that is creating a header? Are you overwriting or appending to the file?
by ray.wurlod
Mon Mar 03, 2008 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Size errror in Transformer
Replies: 13
Views: 3971

Capture and inspect the score - the script that is actually executed, rather than the generated osh.
by ray.wurlod
Mon Mar 03, 2008 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: when i try to load data into idoc
Replies: 2
Views: 840

Your shared library search list (LD_LIBRARY_PATH, LIBPATH or SHLIB_PATH) is not set up correctly. It does not include the parent directories of the libraries indicated in the error messages. You need to ensure that it does, where the list is configured in the dsenv script.
by ray.wurlod
Mon Mar 03, 2008 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating flat file from xml file
Replies: 29
Views: 7547

IS there a Folder stage in parallel jobs? If not, follow the suggestion of using an External Source stage.
by ray.wurlod
Mon Mar 03, 2008 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Single Processor with Multiple Cores
Replies: 3
Views: 895

The DataStage licensing check will report that you have 32. If you have licensed for fewer you will receive warnings.
by ray.wurlod
Mon Mar 03, 2008 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading SAP data through DataStage
Replies: 15
Views: 9949

Nice try but, if so, what's a SAP dataset?
:?
by ray.wurlod
Mon Mar 03, 2008 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can a single DB Connectn be used in multiple parallel jobs?
Replies: 8
Views: 1972

There's nothing to exemplify. Can multiple clients use the database? Yes. DataStage job is just another client application, as far as the database is concerned.
by ray.wurlod
Mon Mar 03, 2008 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assigning values from file to paramter
Replies: 3
Views: 1012

Does the answer in this post (a duplicate from you) help?
by ray.wurlod
Mon Mar 03, 2008 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding the residense of log files in datastage.
Replies: 13
Views: 5414

A further search will reveal the column names in RT_LOGnnn tables. You can use a Hashed File stage or a UV stage to extract records from the log tables in a regular DataStage job and dump them to a text file by that means. There is also a Print option in the Project menu in Director that allows you ...
by ray.wurlod
Mon Mar 03, 2008 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence job in loop getting aborted
Replies: 12
Views: 3224

Timeout waiting for a job to start may be (usually is) a symptom that something in the execution environment is overloaded - either processing capacity or network capacity are the usual suspects.
by ray.wurlod
Mon Mar 03, 2008 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: seq stage to db2api stage
Replies: 3
Views: 1023

Seems like the DB2 client software is not correctly installed or configured on the DataStage server machine, or on one of the processing nodes. This might be something as simple as getting the shared library search list correct in the dsenv script.
by ray.wurlod
Mon Mar 03, 2008 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assigning values from file to paramter
Replies: 3
Views: 1012

You can not pass them the the parameters of the job sequence itself (these are locked in when the job sequence starts), but you can use user variables or activity variables to retrieve the results.
by ray.wurlod
Mon Mar 03, 2008 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate Headers
Replies: 6
Views: 1318

If you read the file without "first line is column headings" checked, then the first row will be regarded as data. If you then write a file with column headings checked, the header is written, then the first row of data that you read (a header again) is also written, then the remaining data rows are...
by ray.wurlod
Mon Mar 03, 2008 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hot to load A huge file with space and no proper structure
Replies: 6
Views: 1655

Try specifying a space character or the equivalent decimal ASCII code (032) as the delimiter character on the Format tab. Otherwise please post sample data and some information about what is supposed to be in each column (field). Enclose data in Code tags so we can get a feel for the record layout.