Search found 42189 matches

by chulett
Tue Sep 11, 2007 7:05 am
Forum: General
Topic: IBM U2 University
Replies: 15
Views: 5316

Now's our chance to catch up! (cough)

:D
by chulett
Tue Sep 11, 2007 7:04 am
Forum: General
Topic: Regarding Executing jobs in Unix
Replies: 16
Views: 4573

You are getting that from what? You've never explained exactly how you are 'running' this command. A script? Bat file? Hand? Cron? Control-M? A solid gold Khama Sutra coffee pot or... a baby's arm holding an apple. (sorry) ps. You haven't managed to run anything, let alone attempted to execute the d...
by chulett
Mon Sep 10, 2007 5:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to initialize the connection to oracle server
Replies: 5
Views: 1714

Please start a new post so we know your O/S and DataStage version. Also include *all* related messages from your job's log and describe your job design for us. Have you ever used this stage before successfully or is this the first time you are attempting it? All that in the new post, not here.
by chulett
Mon Sep 10, 2007 1:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Like statement in transformer
Replies: 6
Views: 2910

There's also Index if you want to find a substring inside a string, but your first Matches would need '...MDN...' I believe. '3X3N' means any three characters followed by any three numbers.
by chulett
Mon Sep 10, 2007 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to design with optimal performance...........
Replies: 6
Views: 1186

Re: i don't know much..it,s client demand

ajay.prakash03 wrote:ithink in this way==
oracle stage----->trans---->oracle--------->trans----------------->oracle..last table DB2.

Yes, that's what the job would need to look like. Have you tried to create it yet? What part do you help with?
by chulett
Mon Sep 10, 2007 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort a job on based of a hash file lookup
Replies: 3
Views: 1028

Off the top of my head - Send down a reject link set to Abort after 1 record or call DSLogFatal in a derivation based on a check of the lookup result.
by chulett
Mon Sep 10, 2007 12:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How configure 1 ODBC name with two databases in ODBC.ini
Replies: 3
Views: 1158

In other words, create two entries. :wink:
by chulett
Mon Sep 10, 2007 12:05 am
Forum: General
Topic: Jop for dropping tables.
Replies: 11
Views: 2748

id4dstech wrote:Can we define it for dropping more than one table in the same job?

chulett wrote:Two tables, two links.

One stage with two input links if both tables are in the same 'database' accessible by the same userid. If not, use two stages as well.
by chulett
Sun Sep 09, 2007 11:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to design with optimal performance...........
Replies: 6
Views: 1186

I'm curious why you 'need' to create 5 temp tables? I'm sure you could do all these in one SQL statement without necessarily creating scads of temp tables.
by chulett
Sun Sep 09, 2007 9:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs have become invisible!!
Replies: 17
Views: 7278

The RT_CONFIG651 directory is in ./CAT and ./VCOMM. What? Those are DSEngine directories and should have nothing to do with any job specific directories. Did you end up doing any kind of restore from your backup to the wrong place? Regardless, we can come back to that later... You need to check in ...
by chulett
Sun Sep 09, 2007 7:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How configure 1 ODBC name with two databases in ODBC.ini
Replies: 3
Views: 1158

Create two entries with different names - TEST1 and TEST2, for example. Or name them something that makes more sense based on the difference between the two.
by chulett
Sun Sep 09, 2007 7:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs have become invisible!!
Replies: 17
Views: 7278

You need to check and see if there is an RT_CONFIG651 directory there. (note the correct spelling) This is actually a dynamic hashed file that has been corrupted in some fashion for this job. If the directory exists, I'd suggest you copy the contents (all three files, one is hidden) of any other RT_...
by chulett
Sun Sep 09, 2007 7:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs have become invisible!!
Replies: 17
Views: 7278

abc123 wrote:Error calling subroutine DSR_JOB(Action=5) Check DataStage is set up correctly.

So... to be clear... you get this error when you try to delete one particular job? Just a delete issue, meaning you can edit the job and perhaps even run it? :?
by chulett
Sun Sep 09, 2007 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs have become invisible!!
Replies: 17
Views: 7278

abc123 wrote:Tried some of the solutions which got me into the trouble of jobs being invisible.

:? Such as? If there's some bad advice out there, point it out and we'll see about getting it corrected.
by chulett
Sun Sep 09, 2007 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs have become invisible!!
Replies: 17
Views: 7278

Tell us exactly what you did. How did you 'try to fix the problem' in the Adminstrator? What, if anything, did you actually restore from backup? When your jobs 'go invisible' the first suggestion is to ensure no-one else is connected to DataStage and then use the DS.TOOLS option #2 to Rebuild Reposi...