Search found 15603 matches

by ArndW
Wed Jun 11, 2008 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After-job subroutine
Replies: 6
Views: 1985

You can use the mnemonic DSJ.ME in both the before and after job subroutines. You cannot pass a stage variable into the routine.
by ArndW
Wed Jun 11, 2008 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: moving data to Mainframe via MQ - not all data getting there
Replies: 8
Views: 1884

Sorry, my mistake.

Don't you just have one data output column called "Payload", which comprises all the column data, to which you write? The template for this is in Table Definitions -> Real Time -> WebSphere MQ Connector -> MQMessage.
by ArndW
Wed Jun 11, 2008 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD Run Error
Replies: 10
Views: 6232

No uvconfig changes will affect the multiinstance behaviour. The "compteur" variable use is quite odd, particularly adding the internal date (days since Dec 31 1967) and internal time (seconds since midnight). Wait a second, I recall issues when using numeric instance numbers. Is that the case for y...
by ArndW
Wed Jun 11, 2008 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: moving data to Mainframe via MQ - not all data getting there
Replies: 8
Views: 1884

Have you tried using the MQ Connector stage? We are using MQ from mainframe with very long and variable message sizes with no issues.
by ArndW
Wed Jun 11, 2008 5:49 am
Forum: General
Topic: Starting Director raises 'Run-time error 13' exception
Replies: 7
Views: 2289

Which did you install first, DS or the dot.net update? Have you tried re-installing DS?
by ArndW
Wed Jun 11, 2008 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project currently locked
Replies: 23
Views: 11396

In the first reply on this thread, Ray detailed how to start the deadlock daemon. Do you have this running?
by ArndW
Wed Jun 11, 2008 4:50 am
Forum: General
Topic: Tarnsformer Compilation error
Replies: 3
Views: 1485

You either have not installed, or not correctly installed, your c++ compiler in the 2nd environment.
by ArndW
Wed Jun 11, 2008 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Virtual Hash files , Distributed Hash file
Replies: 4
Views: 1207

Maybe this person was thinking of the PX virtual datasets and applied it (incorrectly) to server hashed files.
by ArndW
Wed Jun 11, 2008 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Post-installation problems with IBM info server
Replies: 17
Views: 8625

The "telnet localhost" works only if your client and server machines are the same. Try "telnet {ds-server-name}".
by ArndW
Wed Jun 11, 2008 3:37 am
Forum: General
Topic: job locks release
Replies: 3
Views: 1748

Turn on the dsdlockd process so that locks are automatically cleared every 15 minutes.
by ArndW
Wed Jun 11, 2008 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Upsert errors
Replies: 6
Views: 1324

I expected rejects, not correct records... What about putting a transform stage between source and target, putting in a second output link to a peek stage with a constraint of only sending records where the value of a column is null. That way you could see if the problem is happening on the read or ...
by ArndW
Wed Jun 11, 2008 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Post-installation problems with IBM info server
Replies: 17
Views: 8625

The message with teh UV.ACCOUNT points to file access issues. Do you have any security software installed? Can you globally change access rights to the DataStage server and project directories (temporarily, to see if it makes a difference)? If you execute "telnet localhost" from the server, do you g...
by ArndW
Wed Jun 11, 2008 1:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault Type 11
Replies: 16
Views: 6066

This would seem to point to the error occuring in the TRANSform stage. Both your changes and link to DSP.Open reflect that. Address 574 in the program (assuming you have the same release 8.0.1 that I do) is a call to "$DSP.Open" routine that has been cataloged in memory. Assuming you had no installa...
by ArndW
Wed Jun 11, 2008 1:29 am
Forum: General
Topic: dsjobreport argument
Replies: 4
Views: 2756

Use "C:\Temp" instead of "C:\Temp\" and see if that makes a difference.
by ArndW
Wed Jun 11, 2008 1:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it possible to assign an amount of RAM for Datastage?
Replies: 8
Views: 2210

There are job design methods you can use to control memory (i.e. not cacheing hashed lookups will use less memory, but work slower) and a couple of the uvconfig settings also affect memory use. But you need to know that by doing so you are going to seriously slow down DS processing and it is much ch...