Search found 42189 matches

by chulett
Wed Jul 23, 2008 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to the timestamp
Replies: 6
Views: 1091

What is your target - sequential file, database, what? How is the field defined there? I'm assuming the 'column as timestamp' applies to the DataStage job so we need to clarify how the actual target column is defined.
by chulett
Wed Jul 23, 2008 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to see the data after inserting
Replies: 12
Views: 3602

You probably have a filter condition set in Toad, if you are looking via the Schema Browser.
by chulett
Wed Jul 23, 2008 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Records displayed out of a Hashed file
Replies: 9
Views: 3447

Hint: Destructive Overwrite. Are your key values unique? I would wager... not. :wink:
by chulett
Wed Jul 23, 2008 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to read higher volume of record with ODBC(Sql server)
Replies: 19
Views: 5708

Have you confirmed a timeout issue or is it just a belief? I for one haven't heard of a "3 minute timeout" - a 3 minute egg, sure, but timeouts are usually more in the 30 to 60 minute range. IMHO, 3 would just be crazy and would affect more than this one job. :?
by chulett
Wed Jul 23, 2008 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to read higher volume of record with ODBC(Sql server)
Replies: 19
Views: 5708

:? Why do you believe you need to "dump 400+ million" records into a hashed file? Best Practice is to constrain your hashed builds to the incremental keys so you only have "just what you need" hashed up.
by chulett
Wed Jul 23, 2008 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: run time entry
Replies: 4
Views: 1000

And a derivation of Convert("%!?","",In.Col) will remove these "special characters" from the field. Etc. :wink:
by chulett
Wed Jul 23, 2008 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to see the data after inserting
Replies: 12
Views: 3602

All the monitor shows is how many records were sent down the link to the database, it is not an indication of how many were successful.
by chulett
Wed Jul 23, 2008 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: From 7.5.2 to 7.5.3
Replies: 3
Views: 1505

You can arrange for a "total refresh" but I really wouldn't suggest it.
by chulett
Wed Jul 23, 2008 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bad record delimiter Fixed width length "\n" got &
Replies: 9
Views: 8955

Post the actual, complete, unedited error. Also curious what you believe the difference between "English text" and "Ascii text" to be. :?
by chulett
Wed Jul 23, 2008 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load error into Oracle
Replies: 10
Views: 3618

Looking at some previously generated log files they just contain table information and rows loaded etc so i'm not so sure if it will hold any key information as to why it's not being loaded. They will if something goes wrong, you must be looking at logs from successful loads. Any "bad" file will ju...
by chulett
Wed Jul 23, 2008 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: From 7.5.2 to 7.5.3
Replies: 3
Views: 1505

A simple "upgrade in place" where the new version overwrites the old version will not cause any loss of job logs.
by chulett
Wed Jul 23, 2008 7:06 am
Forum: General
Topic: The connection was refused or the RPC daemon is not running
Replies: 2
Views: 2369

You can help yourself rather easily. This has been discussed ad nauseum here, search for the error message to find the conversations.
by chulett
Wed Jul 23, 2008 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best Practices for using ODBC stage
Replies: 5
Views: 1770

Click on the Help button inside the ODBC stage.
by chulett
Wed Jul 23, 2008 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL disable Index then Bulk Load Problem.
Replies: 5
Views: 3336

In your shoes, I would be taking a problem like this to my DBA since it has nothing to do with DataStage. You may not be able to simply disable them but rather need to drop and then rebuild them.
by chulett
Wed Jul 23, 2008 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bulk Load to MySQL database
Replies: 3
Views: 2301

The equivalent seems to be the LOAD DATA command in MySQL, but you are better off asking questions like this over in the official MySQL forums.