Search found 53125 matches

by ray.wurlod
Sun Mar 02, 2014 1:11 pm
Forum: General
Topic: XML Best Practices
Replies: 1
Views: 1244

XML Best Practices

The "XML Best Practices" document can now be accessed through http://www.raywurlod.com
by ray.wurlod
Fri Feb 28, 2014 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Share container Exporting nullable field error from Sequ fi
Replies: 1
Views: 1093

No, and it has nothing to do with using a shared container. It's an error that was not picked up in 8.0 (it IS picked up in 8.7). You need to check that you are sending a nullable field into a Sequential File stage but have not provided a NullFieldValue property to tell that stage how you wish null ...
by ray.wurlod
Fri Feb 28, 2014 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job hanging up while decimal(12,3) to decimal(10,3
Replies: 13
Views: 4030

Are you using DecimalToDecimal() conversion function?
by ray.wurlod
Fri Feb 28, 2014 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to initialize communication channel
Replies: 2
Views: 898

Possibly also the temporary directory does not have enough free space.
by ray.wurlod
Fri Feb 28, 2014 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CheckSum Stage in datastage
Replies: 13
Views: 8297

Resist stupid requirements.

The Checksum stage gives no additional information about what is different.
by ray.wurlod
Fri Feb 28, 2014 3:09 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Cannot see table
Replies: 2
Views: 2807

Not only do you need to import the table metadata (which you have done) you also have to register interest in analyzing that table in the project in which you want to perform the analysis. I believe it's this step that you have missed.
by ray.wurlod
Fri Feb 28, 2014 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CheckSum Stage in datastage
Replies: 13
Views: 8297

You'll find it easier to use Change Capture or Difference stage.
by ray.wurlod
Fri Feb 28, 2014 12:45 am
Forum: General
Topic: Multiple jobs on the same Designer canvas
Replies: 7
Views: 2530

If it is not a good idea then why datastage is allowing to design and run in that way. Ideally engine should throw error. There are some - infrequent - situations where this type of design does make sense. I have used four such job designs this week. The data in the two streams were related, but in...
by ray.wurlod
Fri Feb 28, 2014 12:42 am
Forum: General
Topic: DS client can't connect to server (v9.1) after installation
Replies: 12
Views: 7983

Try using telnet to the DataStage server with port number 31538.

Can you open the web console for Information Server (which uses port number 9080 on the services tier machine)?
by ray.wurlod
Thu Feb 27, 2014 8:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key generation using transformer
Replies: 6
Views: 4923

I agree with Arnd. Create a Surrogate Key state file.

In the Transformer stage use the NextSurrogateKey() function.

You will need to configure the Transformer stage properties (Surrogate Key tab) with the location of the state file.
by ray.wurlod
Thu Feb 27, 2014 8:08 pm
Forum: General
Topic: DS client can't connect to server (v9.1) after installation
Replies: 12
Views: 7983

That proves that dsrpcd is running. Using the port number is more reliable (imho) than the service name.

Can you connect to the DataStage engine machine by some other means (such as telnet)?

How are your Engine Credentials configured?
by ray.wurlod
Thu Feb 27, 2014 8:05 pm
Forum: General
Topic: Environment Variable
Replies: 7
Views: 1343

In any case, it would depend on how and where the environment variables were encrypted, and with what utility.
by ray.wurlod
Thu Feb 27, 2014 3:58 pm
Forum: General
Topic: DS client can't connect to server (v9.1) after installation
Replies: 12
Views: 7983

Try netstat -an | grep 31538 instead.

If this finds nothing, then dsrpcd is not actually running, and you'll need to diagnose why not.
by ray.wurlod
Thu Feb 27, 2014 3:46 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: No rows exist for the selected Rule Set
Replies: 1
Views: 2566

Perhaps there were no exceptions?