Search found 53125 matches

by ray.wurlod
Thu Jan 12, 2006 7:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warings msgs for Update Or insert type in ODBC Stage
Replies: 8
Views: 2018

Noted. How about the other "O" word - ODBC driver? Might the "2 rows affected" message have been generated by an ODBC driver?
by ray.wurlod
Thu Jan 12, 2006 7:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Default warnings limit in the Designer
Replies: 10
Views: 2321

What's the limit when you run from Designer? That's what this thread is about.
by ray.wurlod
Thu Jan 12, 2006 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Default warnings limit in the Designer
Replies: 10
Views: 2321

I guess the question is why running from Designer doesn't pick up the defaults specified in Director. Have you asked this over on ADN, or of your support provider?
by ray.wurlod
Thu Jan 12, 2006 5:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log
Replies: 10
Views: 2660

DELETE is a transaction. If the database is logging transactions, then all DELETE transactions will be logged, along with all others. The whole point is the ability to roll forward to a given clean point. TRUNCATE is not a transaction; it's an operation on the table, so is not logged. You lose the a...
by ray.wurlod
Thu Jan 12, 2006 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copy one row to multiple rows
Replies: 16
Views: 8137

Transformer stage with N output links ought to do it.
by ray.wurlod
Thu Jan 12, 2006 5:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pivot Stage Performance
Replies: 3
Views: 1459

It occured to me that the IPC stages are not required in my second design, which will make maintenance even easier. I've editied it to eliminate them.
by ray.wurlod
Thu Jan 12, 2006 5:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve all the records matched
Replies: 4
Views: 1283

Read the help on how to signal to the ODBC stage that you want multiple rows returned (it's actually a check box in the Transformer stage). You can not do it at all with a DB2 stage - it returns all three but only ever uses the last one in the result set - and generates the warning you mentioned.
by ray.wurlod
Thu Jan 12, 2006 5:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phanto Error - Warning
Replies: 4
Views: 1175

Arnd, I thought you were on vacation! Didn't want to risk the slopes on Friday the thirteenth, eh?
by ray.wurlod
Thu Jan 12, 2006 5:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in modifying sql statement in db2/udb stage
Replies: 6
Views: 1676

If this is the DB2/UDB Enterprise stage then you're talking about a parallel job. Is it a parallel job? Techniques are different in parallel and server jobs; you have posted in the server forum, yet mentioned the DB2/UDB Enterprise stage.
by ray.wurlod
Thu Jan 12, 2006 5:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parameters not being passed in test environment
Replies: 7
Views: 1754

You may lack write privilege to the job configuration file (RT_CONFIGnn) in the test environment.
by ray.wurlod
Thu Jan 12, 2006 5:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to open the job
Replies: 10
Views: 2511

And enable auto-start of the deadlock daemon (the dsdlockd.config file is in the DataStage engine directory on the server). The deadlock daemon has a secondary task of freeing up locks and shared memory held by defunct processes each time it wakes.
by ray.wurlod
Thu Jan 12, 2006 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create Plugin
Replies: 3
Views: 1005

Ah, one of those clients! OK, request the manual, maybe it will scare them off. That said, if you have the skills, writing your own plug-in can be useful for functionality that DataStage lacks. For example, Hitachi (in Japan) created plug-in stages that allowed their database (HiRDB) to be accessed ...
by ray.wurlod
Thu Jan 12, 2006 5:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade DS from 5.2 to 7.x
Replies: 7
Views: 1694

Sorry to hear of your tribulations. I guess all mine have been well-disciplined projects from the start, then. 8)
by ray.wurlod
Thu Jan 12, 2006 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Variables
Replies: 3
Views: 1286

In on-line Help from Designer or Manager, the topic you need is Input and Output Link Variables . The constants are selected from the expression editor drop-down menu. I guess, by not documenting them, "they" can add to the list as and when they choose. You will find an EQUATE declaration for each l...
by ray.wurlod
Thu Jan 12, 2006 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom 5812 error
Replies: 2
Views: 961

TIMLogErrorMsg should be a transform function in the Routines branch of your Repository. This error will occur if it does not exist or if it has not been compiled successfully. Make sure, when you compile it, that you get a "compilation successful" message.