Search found 53125 matches

by ray.wurlod
Wed Oct 21, 2009 3:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CRITICAL ERROR
Replies: 4
Views: 1748

Did this happen only once or is it reliably repeatable?
by ray.wurlod
Wed Oct 21, 2009 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: APT_DECIMAL
Replies: 6
Views: 3983

The result of division by zero is, by definition, undefined.
by ray.wurlod
Tue Oct 20, 2009 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 6
Views: 1592

Server job (as marked) or parallel job (as posted) or sequence?
by ray.wurlod
Tue Oct 20, 2009 7:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What values stored in node1 folder
Replies: 6
Views: 1266

Control files for Data Sets are stored at whatever pathname is given in the Data Set stage. The default location is the project directory, NOT the resource disk directories. Craig made the point that the file name of the data file CONTAINS ".ds", rather than ENDS IN ".ds". Only a...
by ray.wurlod
Tue Oct 20, 2009 5:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What values stored in node1 folder
Replies: 6
Views: 1266

Look at your configuration file, particularly the "resource disk" sections. One of these will refer to that particular node1 folder. Resource disk is storage for data files of Data Sets, File Sets and Lookup File Sets. Do not delete these data files directly; do so via the control file (th...
by ray.wurlod
Tue Oct 20, 2009 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Files arrival loop logic
Replies: 3
Views: 1037

Don't use @DATE and @TIME, because these are set when the job starts and are not updated while the job runs. Prefer Date() and Time().
by ray.wurlod
Tue Oct 20, 2009 3:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: importing table definitions from mainframe
Replies: 1
Views: 1199

Through DB2 plug-in stage that connects via DB2Connect.
by ray.wurlod
Tue Oct 20, 2009 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the best practice to load 50Mil+ in HF
Replies: 12
Views: 3884

there is one column by 13 (char) byte length in all files, the other columns are between 1 byte to 5 bytes in all hashed files. the maximum concatinated lenght for the key columns about 18 - 22 bytes (char) Plug those numbers into Hashed File Calculator and see the recommended size. Choose file typ...
by ray.wurlod
Tue Oct 20, 2009 3:28 pm
Forum: General
Topic: Failed to connect
Replies: 13
Views: 5512

... and now every user is a DataStage Administrator. Did you really want that?
by ray.wurlod
Mon Oct 19, 2009 11:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timeout error
Replies: 2
Views: 1021

What other load is on the machine? What CPU resource consumption is indicated by the Monitor? Are you monitoring the operating system separately? If so, what results obtain?
by ray.wurlod
Mon Oct 19, 2009 11:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage logs
Replies: 6
Views: 2336

Logs ARE stored on the server machine, in tables in the DataStage repository (I note that you are on version 7).

Job logs are NOT files. They are database tables.

Search for "RT_LOG" to get way too much information.
by ray.wurlod
Mon Oct 19, 2009 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slowly Changing Dimension stage Usage
Replies: 1
Views: 1135

Hard to say with no information about how you specified things in the SCD stage. How about you provide more detail?
by ray.wurlod
Mon Oct 19, 2009 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read .XLS files
Replies: 6
Views: 1523

Its very obvious that Datastage server located in windows can read excel seamlessly. Nothing is obvious to beginners. And accessing Excel worksheet "table definitions" (metadata) through ODBC is non-intuitive; the driver reports each worksheet as a system table, so you have to check "...
by ray.wurlod
Mon Oct 19, 2009 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read .XLS files
Replies: 6
Views: 1523

my datastage server located on windows. Then why did you mark it as UNIX? Arnd's answer about ODBC driver for Excel still applies, but you get one with Microsoft Office - if you have Excel then you have the ODBC driver for Excel. Just don't create a user DSN - DataStage requires either a system DSN...