Search found 53125 matches

by ray.wurlod
Mon Feb 23, 2009 2:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is dscc.exe reliable?
Replies: 16
Views: 5887

Reliable?

It works the same way every time.

That is a common definition of "reliable".
by ray.wurlod
Mon Feb 23, 2009 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: informix date datatype
Replies: 6
Views: 2186

Does it actually prevent your job from running?
by ray.wurlod
Mon Feb 23, 2009 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reset a Job from a TRANSFORMER
Replies: 4
Views: 1788

Prevention is better than cure. Write jobs that don't abort in the first place.
by ray.wurlod
Mon Feb 23, 2009 2:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOB STOPPING WITHOUT EXPLANATION
Replies: 32
Views: 6079

I would expect an error to be thrown if a 32-bit hashed file reaches 2GB.
by ray.wurlod
Mon Feb 23, 2009 2:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS Schedule
Replies: 3
Views: 1148

I must confess that I have never seen Arabic or Hebrew presented left-to-right in server jobs. And the fact that it only occurs when run from a scheduler is even more mystifying. Please keep your support provider (GBM?) involved. For the moment all I can ask you to do is to look for ANY differences ...
by ray.wurlod
Mon Feb 23, 2009 2:14 pm
Forum: General
Topic: Version Control
Replies: 1
Views: 907

Version Control no longer exists. There is, however, a new tool called Information Server Manager that performs similar tasks.
by ray.wurlod
Mon Feb 23, 2009 2:11 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: How to read fixed width files(Header,Trailer and detail rec)
Replies: 3
Views: 2669

I can not guarantee that. Only the provider of the file can guarantee that.
by ray.wurlod
Mon Feb 23, 2009 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is dscc.exe reliable?
Replies: 16
Views: 5887

You can certainly do that too, and I have done. The job sends zero rows into the hashed file.
by ray.wurlod
Mon Feb 23, 2009 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not writing to column: NVL
Replies: 6
Views: 2003

Is CODE not nullable both on the input and on the output of the Modify stage? What is the data type of CODE ?
by ray.wurlod
Mon Feb 23, 2009 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing rows Per second
Replies: 6
Views: 1607

After the job is best; I wanted to establish you weren't trying to gather these statistics within the job itself. But beware that the timing still has statistical error for short durations. For a start it's only reported in whole seconds, so (for example) 1.0 means somewhere between 0.5 and 1.5 seco...
by ray.wurlod
Mon Feb 23, 2009 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output stage for Change Capture stage
Replies: 7
Views: 1590

Was there any warning logged about export failing? Do you have a reject link on your Sequential File stage?
by ray.wurlod
Mon Feb 23, 2009 5:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is dscc.exe reliable?
Replies: 16
Views: 5887

Ever think about validating the job first time you move into a new environment? This should create the hashed file without the inconvenience of processing any rows.
by ray.wurlod
Mon Feb 23, 2009 5:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS Schedule
Replies: 3
Views: 1148

Welcome to DSXchange, sala'am.

Please compare the job logs when you run the job manually compared with when you run from a job sequence. In particular do you notice any difference in the environment variables or in the NLS settings for any stage?
by ray.wurlod
Mon Feb 23, 2009 5:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOB STOPPING WITHOUT EXPLANATION
Replies: 32
Views: 6079

You do not need a 64-bit platform to use 64-bit addressing within hashed files. DataStage is clever enough to manage it.
by ray.wurlod
Mon Feb 23, 2009 5:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to generate config file
Replies: 3
Views: 1350

Please explain what a "config file" actually means in the context (that of a Sybase stored procedure executed from the command line, presumably). Do you mean a "script file"? Can you provide an example?