Search found 53125 matches

by ray.wurlod
Wed Feb 21, 2007 4:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle drivers for Datastage 7.5 unix 5.8
Replies: 4
Views: 1401

Welcome aboard. :D

ODBC drivers ship with DataStage. OCI client software is available with your Oracle software - contact your DBA.
by ray.wurlod
Wed Feb 21, 2007 12:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The Precompilation failed - no other information provided!..
Replies: 14
Views: 10375

Welcome aboard. :D Failed precompilation involves DataStage losing track of some kind of relationship between the objects in a job design. In Siva's case it was link properties; in your case it appears to have been either another link or stage properties. In any case you appear to have resolved it.
by ray.wurlod
Wed Feb 21, 2007 12:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: fatal error when using a BCP load stage
Replies: 4
Views: 1128

Use a UNIX find command to determine where SYBCTLIB is located. Make sure that its parent directory is included in your shared library search path.
by ray.wurlod
Wed Feb 21, 2007 12:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sending Email problem
Replies: 7
Views: 1705

What are you using as the value of the SMTP Mail server property?
by ray.wurlod
Tue Feb 20, 2007 10:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format and date difference
Replies: 8
Views: 2260

Break the dates into their components (for example month_from_date, year_from_date in a Modify stage, or equivalent Transformer stage functions) and apply appropriate logic and arithmetic.
by ray.wurlod
Tue Feb 20, 2007 10:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: fatal error when using a BCP load stage
Replies: 4
Views: 1128

Where is SYBCTLIB ? Is this directory in your shared library search path (your LD_LIBRARY_PATH, LIBPATH or SHLIB_PATH environment variable)?
by ray.wurlod
Tue Feb 20, 2007 10:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HASH FILES AND SMAT
Replies: 1
Views: 1250

The maximum number of dynamic (Type 30) hashed files that can be open simultaneously is controlled by the T30FILE configuration parameter (in the uvconfig file). This determines the number of slots in the in-memory table that is reported by smat -d command. Most of the Repository tables (DS_* and RT...
by ray.wurlod
Tue Feb 20, 2007 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning in Lookup Stage
Replies: 6
Views: 9626

It's taught in the IBM Advanced DataStage class. Therefore it's documented in the training manual. I'm not aware that it's documented in any of the PDF manuals that ship with the product.
by ray.wurlod
Tue Feb 20, 2007 8:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date options is Parallel transformer
Replies: 4
Views: 1516

Re: Date options is Parallel transformer

But it seems that the BASIC transformer will be unable to work on the parallel grid we are using. Who said? Of course it can - you just need to make sure it runs on a node where the DataStage run machine is installed. You can use a node pool or a one-node configuration file. for some reason they wa...
by ray.wurlod
Tue Feb 20, 2007 8:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning in Lookup Stage
Replies: 6
Views: 9626

For a Lookup stage, "Auto" selects:
    Round Robin for the stream input link

    Entire for the reference input link(s)

The latter can have performance implications in a cluster/grid configuration, as all rows need to be moved to all nodes.
by ray.wurlod
Tue Feb 20, 2007 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning with PWD environment!
Replies: 6
Views: 2583

And Search doesn't work for you either?
by ray.wurlod
Tue Feb 20, 2007 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing to sequential file
Replies: 8
Views: 1865

Just curious - how are you setting the user status in a parallel job?
by ray.wurlod
Tue Feb 20, 2007 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning in job and aborted
Replies: 2
Views: 843

Your metadata should match. Failing that, you could include a TRIM or SUBSTRING function in the SQL statement.
by ray.wurlod
Tue Feb 20, 2007 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage-netezza performance problem---please help!
Replies: 2
Views: 1526

Is tha partition table the same table as the one from which you are selecting? Is this truly a partitioned table?
by ray.wurlod
Tue Feb 20, 2007 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Change Capture Stage
Replies: 9
Views: 2215

What are you doing with the records downstream of the Change Capture stage? In particular, are any records loaded into the Teradata table (thereby to become a populated "before" data set)?