Search found 53125 matches

by ray.wurlod
Wed Oct 01, 2008 10:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is this approcah right?
Replies: 2
Views: 843

Welcome aboard.

Unfortunately you are wrong in your assertion. The change detection stages can take one input directly from the target table. No Lookup stage is required.

I suspect you first learned change detection in a server job environment.
by ray.wurlod
Wed Oct 01, 2008 8:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Store the Job Status when executed From Command Line
Replies: 3
Views: 1220

Sounds like someone's been burned in the past. Experience is what you get when what you expected to happen doesn't.
by ray.wurlod
Wed Oct 01, 2008 7:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RunTime Information IIS 8.0.1
Replies: 8
Views: 2349

Does Workbench cost extra?
by ray.wurlod
Wed Oct 01, 2008 7:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort Stage
Replies: 3
Views: 1512

How are you trying to sort? What kind of data are the sort keys?
by ray.wurlod
Wed Oct 01, 2008 7:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Store the Job Status when executed From Command Line
Replies: 3
Views: 1220

If you are using dsjob with -jobstatus the exit status of the job is also the exit status of the dsjob command. Therefore you have two possibilities. You can parse the output from the dsjob command itself and do whatever it is you need to do with that (e.g. write to a file). You can interrogate the ...
by ray.wurlod
Wed Oct 01, 2008 7:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Schedule - On Business Day 3
Replies: 7
Views: 1768

Correct. There was a one-time-only half-price deal for early adopters.
by ray.wurlod
Wed Oct 01, 2008 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Schedule - On Business Day 3
Replies: 7
Views: 1768

Premium membership price is unchanged in the last 12 months.
by ray.wurlod
Wed Oct 01, 2008 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do we Remove Alphanumeric characters
Replies: 4
Views: 1445

Yes, why not? Load them when initializing a stage variable. It's surprisingly efficient.
by ray.wurlod
Wed Oct 01, 2008 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling NULL in timestamp with Modify stage
Replies: 1
Views: 1132

Are you intending to convert the timestamp to a date? This may be the source of your problem if the input column is a timestamp and is not null.
by ray.wurlod
Wed Oct 01, 2008 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Waht is the size of Dataset and SAS Dataset in Version 8
Replies: 2
Views: 1327

You don't have that much disk space. The limit is approximately (max_file_size * 10000 * partition_count). So, if the maximum file size on your operating system is 2GB and your Data Set is five partitions, that's 100000GB. Most operating systems these size have a larger allowable maximum file size t...
by ray.wurlod
Wed Oct 01, 2008 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating directory structures
Replies: 2
Views: 992

What Craig says is apposite.
by ray.wurlod
Wed Oct 01, 2008 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator Invalid Argument
Replies: 1
Views: 959

Why would you have more than one value in the state file?

The state file is intended to "deliver the next surrogate key value".
by ray.wurlod
Wed Oct 01, 2008 3:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .IPC_in.IDENT1: %s error
Replies: 4
Views: 2516

Try disabling row buffering completely rather than increasing.
by ray.wurlod
Wed Oct 01, 2008 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Pipe read failed
Replies: 2
Views: 3765

... and whatever it is you're doing fills the scratch disk. Allocate more.
by ray.wurlod
Wed Oct 01, 2008 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nulls appear for business key columns on SCD Type1 update
Replies: 11
Views: 3198

If it's urgent why are you waiting for my advice? You are paying your support provider; let them earn some of it.