Search found 42189 matches

by chulett
Mon Jul 09, 2007 9:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup concerning date in between
Replies: 1
Views: 647

You didn't specify a database, so...

Code: Select all

AND (TBL_TEST.EXP_DATE > ? OR TBL_TEST.EXP_DATE IS NULL)
by chulett
Mon Jul 09, 2007 9:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle - Upsert (Update then Insert)
Replies: 6
Views: 2176

Re: Oracle - Upsert (Update then Insert)

If I run the job again, the runs very slow. I haven't been able to run an Update. I created a primary indexed key on the Oracle table and I still get the same problem. You'd need an index on whatever Key field(s) control what gets updated, otherwise what you are waiting on is a full table scan for ...
by chulett
Mon Jul 09, 2007 9:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture Stage characteristics
Replies: 3
Views: 905

Mostly by taking cheap shots at my friends. 8)

Hopefully someone CDC savvy will wander along and give you a real answer RSN.
by chulett
Mon Jul 09, 2007 6:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture Stage characteristics
Replies: 3
Views: 905

Re: Change Capture Stage characteristics

crouse wrote:Am I missing something?

Undoubtedly... but then again, par for the course. :wink:
by chulett
Mon Jul 09, 2007 1:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Promoting Auto-purge settings
Replies: 2
Views: 1197

Automatically? Nope.
by chulett
Mon Jul 09, 2007 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer
Replies: 26
Views: 5298

Again, please post the actual values from the log, not from the job. It should have all those parameters translated and show exactly what was actually run.
by chulett
Mon Jul 09, 2007 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer
Replies: 26
Views: 5298

Post your command syntax, not Ray's. And I mean the actual 'Executed command' from the same log entry you posted the output from.
by chulett
Mon Jul 09, 2007 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERROR : ExtractKey detected
Replies: 4
Views: 1078

No, it doesn't - and it's not one I've seen before. :?

Suggest you open a ticket with your official Support provider, get some professional help tracking that down.

If you remove that one 160MB file from the directory, does the job run to completion?
by chulett
Mon Jul 09, 2007 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERROR : ExtractKey detected
Replies: 4
Views: 1078

Reset the Aborted job and let us know if a 'From previous run...' message is added to your log. If so, double-click on it and post the contents.
by chulett
Mon Jul 09, 2007 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with timestamp
Replies: 16
Views: 7100

Timestamp datatype all the way through? Generated sql at both ends?
by chulett
Mon Jul 09, 2007 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer --Calling Jobs in other projects
Replies: 1
Views: 620

You can't - at least not directly. You can, however, use 'dsjob' at the O/S level to accomplish that.
by chulett
Sun Jul 08, 2007 9:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate XML format
Replies: 1
Views: 988

Are you looking at the XMLPACK_20_Designer.pdf manual? If that truly doesn't match with what you have installed then I'd say you still have the 1.0 release of the XML PACK installed somehow. As for other resources, check Kim Duke's tips page where, if you scroll down near the bottom, you'll find an ...
by chulett
Sun Jul 08, 2007 9:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calculating Factorial in DS Routine returning junk values
Replies: 9
Views: 3251

Check your teammate's thread.
by chulett
Sun Jul 08, 2007 9:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with timestamp
Replies: 16
Views: 7100

Make sure the field is a Timestamp in the target stage as well and the stage generates the sql. Then it will do a matching TO_DATE() on your data with the same mask the TO_CHAR() used to select the data: YYYY-MM-DD HH24:MI:SS. Don't "use substrings on the field to get the date and time individually"...
by chulett
Sun Jul 08, 2007 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Stage
Replies: 5
Views: 1847

No, it was pretty clear the first time and not something all that unusual around here as issues handling Oracle DATE fields aren't all that uncommon. Well, except for the DS_NO_FF thing, never heard of it and have no clue that 'FF' would stand for. You really shouldn't have any problems with Oracle ...