Search found 42189 matches

by chulett
Thu Jan 04, 2007 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding wait for file activity
Replies: 3
Views: 1095

Not sure what's so confusing about that message. It didn't need to wait at all as the file was there the first time it checked. Nothing more mysterious than that.
by chulett
Thu Jan 04, 2007 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: load sequential file with varying number of columns
Replies: 7
Views: 2733

It would be simple in a Server job... does this really need to be PX? :?
by chulett
Thu Jan 04, 2007 2:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help: Abnormal termination of stage
Replies: 13
Views: 4639

Unfortunately, none of that means squat. As noted, the only thing that will shed some light on this is the 'From previous run...' entry if it shows up. It doesn't always. Keep at it, reset the job after failure and see if that log entries appears... without it we really don't know where to start. BT...
by chulett
Thu Jan 04, 2007 12:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get source file's name into a transformer?
Replies: 12
Views: 4328

kcbland wrote:Set the derivation of the stage variable to itself (FRED = FRED).

Actually, just leave it blank. :wink:
by chulett
Thu Jan 04, 2007 12:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get source file's name into a transformer?
Replies: 12
Views: 4328

Been discussed a number of times, here is one example.
by chulett
Thu Jan 04, 2007 12:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 'PRIMARY' filegroup is full
Replies: 6
Views: 2163

Clear is transactional, so that part may have failed and you ended up inserting into a non-empty table. Either that or there's duplicates in your source. One of the two... or perhaps both reasons.
by chulett
Thu Jan 04, 2007 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data
Replies: 9
Views: 2874

Search the forum, causes for this have been covered a number of times.
by chulett
Thu Jan 04, 2007 12:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 'PRIMARY' filegroup is full
Replies: 6
Views: 2163

Database (lack of) space issue - take it to your DBA for resolution. Heck, if they are any good they should already know about it and be out looking for more space. :wink:
by chulett
Thu Jan 04, 2007 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help: Abnormal termination of stage
Replies: 13
Views: 4639

Ignore any Fatal errors logged during the reset, they aren't germain to any problem but are an artifact of the reset. All that matters is the 'From previous run...' entry if it exists, as it will pull the appropriate entry from the &PH& phantom directory and (hopefully) provide a clue as to ...
by chulett
Thu Jan 04, 2007 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting varchar to timestamp in Oracle-ORA-01850 error
Replies: 9
Views: 6196

sheema wrote:I have used user defined Sql, where i am not doing any conversion.

You have to follow all of the suggestions, not just some. Let the stage generate the sql.
by chulett
Thu Jan 04, 2007 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help: Abnormal termination of stage
Replies: 13
Views: 4639

Reset the job from the Director and let us know if you get a new entry in the log that says "From previous run...". If so, double-click on it and post the contents.
by chulett
Thu Jan 04, 2007 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting varchar to timestamp in Oracle-ORA-01850 error
Replies: 9
Views: 6196

Knock it off with the User Defined, let the stage generate the sql for you unless you've got absolutely no other choice. Define it in the job as a size 19 Timestamp and then format the date as the sql expects it: YYYY-MM-DD HH24:MI:SS Use something very much like this to achieve that: OCONV(ICON...
by chulett
Thu Jan 04, 2007 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Whats does this mean?
Replies: 13
Views: 3660

A colon is the concatenation operator and for some reason an empty string is being appended to the field. [shrug]
by chulett
Thu Jan 04, 2007 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calling shell script form datastage
Replies: 6
Views: 5790

You might also want to elaborate on what your problem is. Saying "this is not working" doesn't help us help you. What's not working about it? :?
by chulett
Thu Jan 04, 2007 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling a job with input file frequency unknown
Replies: 3
Views: 1753

All would work and be fine, not sure any one is 'best' or especially better than the other unless it more closely aligns with your company's standards. In any case, the job (or script) could be scheduled and run each day and if there's nothing to do then do not run the processing job. If you want to...