Search found 53125 matches

by ray.wurlod
Mon Aug 07, 2006 3:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch SID
Replies: 16
Views: 3453

My priority is always to those that pay me. Misspelling my name and using SMS-style abbreviations reduces my desire to help. If you were paying for my time you would be in a better position to demand help from me personally. I post on the forum as and when I can, and I am probably in a different tim...
by ray.wurlod
Mon Aug 07, 2006 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excecute command activity
Replies: 15
Views: 5250

Is the PATH environment variable correctly set in the dsenv script for DataStage processes?
by ray.wurlod
Mon Aug 07, 2006 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob executable
Replies: 8
Views: 5403

Actually you don't need PXEngine/lib for server jobs.
by ray.wurlod
Mon Aug 07, 2006 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Reading Oracle Enterprise Stage
Replies: 1
Views: 1165

Please post your configuration file so that we can see how node1 is defined. Also post the first two messages from the job log, one showing the job parameter values and the other showing environment variable values. Without this information your question is too general to be able to be answered othe...
by ray.wurlod
Sun Aug 06, 2006 10:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ZEROES in Decimal data
Replies: 2
Views: 875

The zeroes are displayed by View Data so that you can verify that precision and scale are being handled properly. You can do regular comparisons (such as InLink.MyColumn = 0.0) to test for zero. You ought not to need the Trim() functions at all.
by ray.wurlod
Sun Aug 06, 2006 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql server
Replies: 4
Views: 1211

Set up a rejects link from the SQL Server Enterprise stage. This will capture any row rejected by the database. You can then inspect the data and make an informed decision as to the cause of the problem.
by ray.wurlod
Sun Aug 06, 2006 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row count always correct?
Replies: 6
Views: 2146

That's not the only scenario. Modify ---> Peek will also not report a row count to the Designer.
by ray.wurlod
Sat Aug 05, 2006 8:13 am
Forum: Site/Forum
Topic: Ascential DeveloperNet sunsetting this month
Replies: 20
Views: 10678

Have you provided any friendly feedback so that they can try to get it right? These guys are as new to what we do as you once were; if we can be constructive in our feedback we can make friends and maybe even influence people.

Sometimes you have to help them to help you.
by ray.wurlod
Fri Aug 04, 2006 8:18 pm
Forum: General
Topic: Necessary Evil?
Replies: 13
Views: 8447

Red Brick still is set up to install off 1.44MB floppy disks! :)
by ray.wurlod
Fri Aug 04, 2006 8:14 pm
Forum:
Topic: Oracle 10g
Replies: 3
Views: 1475

Oracle 10g

Has anyone successfuly installed MetaStage 7.5 with Oracle 10g ?

If so, was it a "straight" installation, or did you need to employ some kind of workaround? The site I'm at is new - it does not have Oracle 9 client software.
by ray.wurlod
Thu Aug 03, 2006 7:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Possible to add a timed delay between 2 jobs in a sequence?
Replies: 3
Views: 1478

It could be that the first job is still flushing buffers to disk, which is why the delay is efficacious. Interpose an Execute Command activity or Routine activity that sleeps for the desired interval.
by ray.wurlod
Thu Aug 03, 2006 7:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure stage - Error
Replies: 2
Views: 1384

Did you import the stored procedure definition into your project and Load it (as a "table definition") into your job design? Have you tried just sending the three input values, and receiving back the two output values?
by ray.wurlod
Thu Aug 03, 2006 7:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row count always correct?
Replies: 6
Views: 2146

Under certain circumstances other links also are not updated, for example the output link from a Modify stage. The display of "performance statistics" in Designer was only ever a marketing gimmick; prefer the Director client "stage finishing" messages, or Monitor, to get row counts (if not the API)....
by ray.wurlod
Thu Aug 03, 2006 7:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: nulls to zero in aggregator stage
Replies: 4
Views: 1832

There are some null-handling properties in the Aggregator stage that give you some alternative strategies. Investigate these.
by ray.wurlod
Thu Aug 03, 2006 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in Executing dsjob: module libvmdsapi.so not found
Replies: 4
Views: 3469

You need to make sure that the requisite libraries are installed on the machine on which you want to execute the dsjob command and that they are findable via the shared library search list (the LD_LIBRARY_PATH, SHLIB_PATH or LIBPATH environment variable, depending on exactly which UNIX platform you ...