Search found 42189 matches

by chulett
Thu Jun 16, 2005 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to avoid warnings?
Replies: 15
Views: 3230

Obviously, hence the little winky guy. However, I have encountered people that don't care if an update doesn't actually update anything. If you consider it a failure, as previously noted several times, you need to create a reference hash and do a lookup check ahead of time, validating your inserts a...
by chulett
Thu Jun 16, 2005 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to avoid warnings?
Replies: 15
Views: 3230

One simple way to make this error go away is to switch from ODBC to an OCI stage. :wink:

Oracle doesn't generate a warning if an update 'affects' zero rows and the OCI stage doesn't report it - it's an artifact of using ODBC.
by chulett
Thu Jun 16, 2005 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cluster
Replies: 5
Views: 1045

Heck, anything can run on a cluster and can be made to failover from one cluster node to another. I've worked with SAs and DBAs to get it done in the past on a Tru64 cluster for DataStage Server, Oracle, etc. However, we had to define the failover rules - how it determined that something had failed,...
by chulett
Wed Jun 15, 2005 10:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure job complexity?
Replies: 30
Views: 13226

I know... but it trips off the tongue a little nicer the other way 'round.
by chulett
Wed Jun 15, 2005 10:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS stage and Oracle Unique key violations
Replies: 11
Views: 5443

By Jove, I think he's got it! Don't forget you can always use ODBC from the DRS stage to connect to anything you have drivers for as well. As to your last question... me thinks it sounds like a bug in the DRS stage implementation. But that would be something only Ascential/IBM support would be able ...
by chulett
Wed Jun 15, 2005 9:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure job complexity?
Replies: 30
Views: 13226

Ray Man, the Little Brother from Down Under. :wink:
by chulett
Wed Jun 15, 2005 9:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure job complexity?
Replies: 30
Views: 13226

Come along little brother, we need to get you back into your room where it's safe and warm and the bad mens won't get you...
by chulett
Wed Jun 15, 2005 9:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Option for Job to "Fail" if the "Before Job-R
Replies: 7
Views: 1437

Sreenivasulu wrote:I just found that the header of my message say datastage7. The issue is in datastage 5.2.2

Don't worry about it. In this case, that's not an issue - the advice still applies.
by chulett
Wed Jun 15, 2005 9:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Disable NLS
Replies: 6
Views: 1748

That's true, a clean install wouldn't require a new server. Just a good filesystem backup, an export (or two) of all current projects and the guts to pull the trigger on an uninstall. Some additional caveats would apply if there are Account hash files involved.

Go for it! :wink:
by chulett
Wed Jun 15, 2005 8:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS stage and Oracle Unique key violations
Replies: 11
Views: 5443

I would think that any native driver will be more performant (and robust) than an ODBC implementation. Even if you are using an ODBC driver supplied by the database vendor. The only 'advantage' I've seen is when using a thin driver as it doesn't require the vendor's client software be installed on t...
by chulett
Wed Jun 15, 2005 8:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Disable NLS
Replies: 6
Views: 1748

ray.wurlod wrote:Set NLSMODE to 0 in uvconfig, regenerate and restart DataStage.

Doh! Ok, disable is possible. What about uninstall?

Ray, did you mean that during the upgrade process to 7.5 that NLS support could be removed?
by chulett
Wed Jun 15, 2005 8:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Disable NLS
Replies: 6
Views: 1748

Narasimha, Take all this with a grain of salt, considering the fact that I've never had an opportunity to work in an NLS-enabled environment. But from hanging out here for a while, I think you'll find that - once installed - NLS is there forever and can't be disabled or 'uninstalled'. If your migrat...
by chulett
Wed Jun 15, 2005 8:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improving the performance of OCI 9i Stage
Replies: 6
Views: 1255

Re: Improving the performance of OCI 9i Stage

Can you also tell me which one would yield a better result? Unfortunately, no. There are too many variables involved - variables related to your particular server, database design, table layout, etc, etc - to hand out one-size-fits-all advice. Array size is probably your best bet for a cheap 'perfo...
by chulett
Wed Jun 15, 2005 8:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS stage and Oracle Unique key violations
Replies: 11
Views: 5443

Understood. I'm well aware of the PeopleSoft implementations and how they leverage the DRS stage. Or why someone in general would want to use it. Heck, the PeopleSoft deal was the reason why Ascential had to put together this fancy new DRS stage in the first place. Question still stands. Why not lea...
by chulett
Wed Jun 15, 2005 8:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential FIle Problem
Replies: 12
Views: 3054

Nope, sorry. :wink:

'Required column missing' means that a column required by the stage is not present in the file being read. I.E. you've declared six columns in the stage and it only found five in the file - and the sixth one is still marked as 'required' (the default) on the Columns tab.