Search found 42189 matches

by chulett
Mon Dec 06, 2004 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling a Job Sequence from a Server Batch
Replies: 2
Views: 983

As Chuck noted, the display order is... not what most people expect. Keep looking, your Sequencer job is in there! :wink:

And, yes, what you are doing is perfectly fine.
by chulett
Mon Dec 06, 2004 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Multiple text files from a folder
Replies: 2
Views: 788

I'm sorry, but is there a question in here somewhere? I could take a guess (mostly from the title of the thread) but I'd rather not. :?
by chulett
Mon Dec 06, 2004 2:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can ds7 support AIX5.3?
Replies: 4
Views: 1441

Is it supported? I'd say 'no' based on what's in the most recent version (7.5) of the readme: This version of the product is intended for use on the following operating systems: HP HP-UX 11.00/11.11 HP/Compaq Tru64 5.1/5.1A/5.1B IBM AIX 5.1/5.2 Red Hat Linux Advanced Server 2.1/3.0 Sun Solaris 2.7/2...
by chulett
Sun Dec 05, 2004 8:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp Comparison
Replies: 10
Views: 3749

Are both of the timestamps in the format you posted? If so, then you can simply compare them without having to anything special. It also seems that you've got your field delimiters backwards - you should be using a space for both the date portion and the time portion, but only take the time up to th...
by chulett
Sun Dec 05, 2004 10:22 am
Forum: Site/Forum
Topic: phpBB critical updates
Replies: 3
Views: 3144

phpBB critical updates

Dennis, et. al. - On the off chance that you might not be aware, there have been some critical updates released for the phpBB software used here. These patch some "exploits" script kiddies out there have found that let them do nasty things to the boards using this software if they stumble across the...
by chulett
Sun Dec 05, 2004 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting a preidentified set of records from database
Replies: 3
Views: 1069

Well, if you really need to do this in a DataStage job... Drop the first ODBC stage and simply start with a Transformer. It looks a little weird but works great for generating test data or in your case - a single row. You'll need to define a Stage Variable in it so that the job will compile, but oth...
by chulett
Fri Dec 03, 2004 9:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: @INROWNUM dosn't match @OUTROWNUM
Replies: 6
Views: 1637

That or .dsx required. :wink:
by chulett
Fri Dec 03, 2004 9:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 11 Apps (PACK) and detecting deleted records
Replies: 6
Views: 2059

Peter - on the off chance you are still in search of information on this topic, you may want to check out Replicate1 from MIMIX... formerly called Omni Replicator. Should be able to handle your requirements, I believe.
by chulett
Fri Dec 03, 2004 8:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA00001
Replies: 2
Views: 1218

It's exactly what it says it is - a unique constraint on your target table was "violated", meaning you tried to insert a unique record that already existed. The error will report the constraint name (not table name) that was violated, so you can use a tool like TOAD or SQL*Plus to check if you are n...
by chulett
Fri Dec 03, 2004 11:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NOTFOUND constraint
Replies: 6
Views: 1497

I'm in the same boat as Mike. Got burned by it "back in the day" and haven't used it since. :wink:
by chulett
Thu Dec 02, 2004 11:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can system generated error be captured?
Replies: 11
Views: 2475

True, a 'pure' Reject Link will capture all rejects. However, that doesn't mean you can't capture just the database errors in a previous link. Create yet-another-link that comes after your target links but before the Reject Link (if you have one). Add a contraint that checks the DBMS return code of ...
by chulett
Thu Dec 02, 2004 11:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE Enterprise Stage
Replies: 6
Views: 2424

Sorry, not a PX guru... just remember stuff I see posted. :? Someone else will have to help with the gory details. Or you could search through the forum again for those keywords, I doubt it's the first time the question has been asked.
by chulett
Thu Dec 02, 2004 3:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with DS.TOOLS Option 6
Replies: 2
Views: 577

Excellent! Exactly the information I was looking for... thanks for taking to time to post all that here. :D
by chulett
Thu Dec 02, 2004 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unlinked Data
Replies: 0
Views: 892

This is a Server job question? You are in the wrong forum, technically.

The error means your OCI stage is not properly setup. Even if you use custom sql, you must put something in the Tablename property of the stage, even if it's not used.
by chulett
Thu Dec 02, 2004 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: capture error log
Replies: 3
Views: 980

I'd be curious as well... honestly. :? We're capturing job metrics but I'd really like to know what the value add is for this sudden spurt of interest in capturing logs.

Maybe I'm missing out on something!