Search found 53125 matches

by ray.wurlod
Fri Oct 17, 2003 8:51 pm
Forum: Site/Forum
Topic: Individual Post View
Replies: 2
Views: 3500

Copy/Paste? 8)
by ray.wurlod
Fri Oct 17, 2003 8:36 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: DataStage TX
Replies: 17
Views: 9634

More stuff to learn! Aaaarrrggh!! :lol:
by ray.wurlod
Fri Oct 17, 2003 8:35 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: RTI instance locks
Replies: 2
Views: 2471

The archive from Oliver has been there since day 1. Third from the top under Data Services in the DSXchange Forum Index. :)
by ray.wurlod
Fri Oct 17, 2003 8:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maintenance Plan
Replies: 2
Views: 1018

For server jobs the main things are to ensure that logs are purged regularly (set project-wide defaults in Administrator), and that unneeded files in &PH& (which is most of them) are deleted regularly. They're on your system backup anyway, so you don't need to keep them for long. Apart from ...
by ray.wurlod
Fri Oct 17, 2003 8:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use Pivot Stage and receive Ora 1002 error
Replies: 10
Views: 4115

You might try increasing the transaction isolation level in the stage doing the SELECT to at least Read Committed. No guarantees, but I've seen this work in a similar situation (years ago, so details are hazy).
by ray.wurlod
Fri Oct 17, 2003 8:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tools to close this weekend
Replies: 4
Views: 1141

Alas :cry: being self-employed I could not justify the A$7400 plus foregone revenue. I'll actually be teaching DS390 while AscentialWorld is happening. Oh, well, this post is another three points! (Don't know where the other 100 came from.) :o
by ray.wurlod
Fri Oct 17, 2003 8:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing a stored procedure in after sql
Replies: 3
Views: 1543

You usually need CALL to invoke a stored procedure from an ODBC, or ODBC-based, client.
by ray.wurlod
Fri Oct 17, 2003 8:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Union in Datastage Designer
Replies: 9
Views: 8215

Job Type

:!:
This confusion is one of the reasons those new fields appear at the top when you post a new message. If the OP had signalled that server jobs were implied in the question, an answer pertinent to parallel jobs would have been less likely to have been given.
by ray.wurlod
Fri Oct 17, 2003 8:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: upgrade to Oracle 9i
Replies: 3
Views: 1060

Search the archives. Some folks have had issues, and worked around them by not upgrading the Oracle client software, and continuing to use the ORAOCI8 stage, even though the TNSNAMES.ORA entry points to an Oracle 9i instance.
by ray.wurlod
Fri Oct 17, 2003 8:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read a dsx file
Replies: 6
Views: 3448

The reporting assistant (documentation tool) is to be preferred for another reason. If your data source names, user IDs, passwords, pathnames and the like are parameterized, which is recommended best practice as they can differ between development and production systems and/or can change over time, ...
by ray.wurlod
Fri Oct 17, 2003 8:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix Security and Job Compilation
Replies: 16
Views: 3489

:!:
Beware of an anomaly.

/etc/rc2.d/S99ds.rc (your path may differ) is executed when UNIX is started (or if invoked directly).

$DSHOME/sample/ds.rc is executed when ds -admin -start is used.
by ray.wurlod
Fri Oct 17, 2003 7:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to set up job sequencer
Replies: 12
Views: 2302

You can have two links from Job Activity 1 into a Job Sequencer with its rule set to "Any" and a link from the Job Sequencer into Job Activity 2.
One link has "OK" as its trigger, the other has "Warning".
by ray.wurlod
Fri Oct 17, 2003 7:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need advice on DataStage QualityStage interaction.
Replies: 5
Views: 2087

This isn't a bad idea - it's part of "best practice" for the INTEGRITY product to maintain a cross-reference file containing a (generated) unique key to rows in source data.
by ray.wurlod
Fri Oct 17, 2003 7:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtKeyNextValue transform
Replies: 6
Views: 2493

Alternatives, depending on the target database server's capabilities, include using a sequence in the database (for example, in Oracle, SEQNAME.NEXTVAL) or using a serial (auto-incrementing integer) data type for the key column.
by ray.wurlod
Fri Oct 17, 2003 7:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: phantom warning message
Replies: 5
Views: 1826

Can you start another thread for this? It's entirely unrelated to the original question. The name is that of the DataStage BASIC subroutine generated by compiling a particular Transformer stage; the actual name of the stage is incorporated in the first ten-digit string in the file name, and is docum...