Search found 53125 matches

by ray.wurlod
Mon Nov 23, 2009 4:34 am
Forum: General
Topic: use of oprators
Replies: 3
Views: 1011

No. Only in an Orchestrate shell (osh).

A better reference manual is the Orchestrate Operators manual. This can be sourced free of charge from your official support provider. Ask for the "OEM manuals".
by ray.wurlod
Mon Nov 23, 2009 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting user defined Environment Variable to $ENV
Replies: 5
Views: 1579

Not unless there's at least one reference to $ENV as a default value - either in the Administrator client or in the job parameters grid.
by ray.wurlod
Mon Nov 23, 2009 4:28 am
Forum: General
Topic: use of oprators
Replies: 3
Views: 1011

Operators are the classes instantiated when a parallel job is compiled or, perhaps, when its score is composed.

You will need to be a bit more specific about what you mean by "the syntax" in the Parallel Job Advanced Developer's Guide - it is a very thick manual.
by ray.wurlod
Mon Nov 23, 2009 4:26 am
Forum: General
Topic: Field with 'delim=end' did not consume entire input
Replies: 20
Views: 18917

A hex dump is output that shows each byte as a pair of hex characters. You can use a command like od -c filename to get one. You must be using a record schema. Open the generated OSH in the Job Properties dialog; you will find it there. You will also find it on the Layout tab of the table definition...
by ray.wurlod
Mon Nov 23, 2009 4:06 am
Forum: General
Topic: Calculating the time effort
Replies: 2
Views: 955

Do you mean time to design, or time to execute? If the former, it will depend on your ETL developer's skill level. And does the time include time for unit testing the componentry? The answer in the latter case is "the difference between finish time and start time". For goodness' sake, you ...
by ray.wurlod
Mon Nov 23, 2009 4:03 am
Forum: General
Topic: Field with 'delim=end' did not consume entire input
Replies: 20
Views: 18917

That's not a hex dump. I'd like to see what's really there. What are you using as your Null Field Value property? I did also ask for the record schema.
by ray.wurlod
Mon Nov 23, 2009 4:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: System.OutOfMemoryException
Replies: 5
Views: 1580

Try disabling the hashed file write cache.
by ray.wurlod
Mon Nov 23, 2009 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error setting up internal communications
Replies: 17
Views: 6650

What are the permissions on RT_SCTEMP in your project? What permissions do you have to it? What permissions does dsapi_slave have to it?
by ray.wurlod
Mon Nov 23, 2009 3:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control Error
Replies: 15
Views: 3826

If you don't set them at all, they take their default values. (That's what "default" means in this context.)

Where is your routine obtaining the values with which to set the parameters?
by ray.wurlod
Mon Nov 23, 2009 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: limit to number of updates in a single job
Replies: 5
Views: 1812

None of which I am aware or can find mentioned in the manuals.
by ray.wurlod
Mon Nov 23, 2009 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting user defined Environment Variable to $ENV
Replies: 5
Views: 1579

In 7.5x2 View Data does not accept environment variable parameters with $PROJDEF, $ENV or $UNSET as default values at all. You should not need to start the server. However, you probably do need to create an environment variable called ORA_PWD in the Administrator client. Set that one's default value...
by ray.wurlod
Mon Nov 23, 2009 3:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS 7.5.2 intalled on XP sp2 - parellel job dosn't run
Replies: 12
Views: 4321

I have no idea whether or not U agrees with what you have done.

I suspect that MKS Toolkit has to be on the same drive as DataStage engines.

And I have no experience at all with sp3, so can not advise about that. I had success with sp2 (after installing the DataStage XPSP2 patch) only.
by ray.wurlod
Mon Nov 23, 2009 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record on file DS_STAGETYPES can not be written
Replies: 20
Views: 8842

OK, now we begin to suspect the local DS_STAGETYPES hashed file. Can you please execute these commands and report the results? Each is intended to check the internal integrity of the hashed file.

Code: Select all

COUNT DS_STAGETYPES

UVFIXFILE DS_STAGETYPES
by ray.wurlod
Mon Nov 23, 2009 3:49 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Datastage TX Tutorial Files
Replies: 30
Views: 46652

TX is no longer a part of DataStage (it never was, really, but marketing got it wrong). TX is now called WebSphere Transformation Extender.

If you have this product you have the tutorial files.

If you get the tutorial files but don't have the product, they are useless.
by ray.wurlod
Sun Nov 22, 2009 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing integer to a a job activity
Replies: 11
Views: 2901

DataStage converts all line terminators to field marks. In that way it does not matter whether you are running on UNIX or Windows operating system.