Search found 53125 matches

by ray.wurlod
Thu Jun 28, 2007 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Job Subroutine
Replies: 4
Views: 904

That option (check box) also exists in version 7.5.
by ray.wurlod
Thu Jun 28, 2007 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in using Fileset
Replies: 9
Views: 3140

Please explain the precise process that you used to do this.
s_porkalai wrote:i have create fileset samp1.fs explicitly in unix enviorment


I do not believe that a true File Set can be created using UNIX commands.
by ray.wurlod
Thu Jun 28, 2007 2:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export DS jobs using command line in UNIX
Replies: 5
Views: 1288

It is not possible.

Export is initiated from the client, which is Windows. You can use dscmdexport.exe or dsexport.exe.
by ray.wurlod
Thu Jun 28, 2007 2:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can i store more than 2 GB hashed file in unix dir.
Replies: 2
Views: 761

You still need 64-bit addressing to exceed 2GB.

32-bit addresses (32-bit, or four-byte, signed integers can only address up to 2GB).
by ray.wurlod
Thu Jun 28, 2007 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project got corrupted while executing the job
Replies: 8
Views: 3236

Just job #5, it would seem.

Can you post the code of the routine called from the Routine activity, so that we can assess its potential to corrupt the project?
by ray.wurlod
Thu Jun 28, 2007 2:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change DataStage clients default directory (compilation)
Replies: 8
Views: 2371

DataStage is rather prolific in its use of the Registry. In addition you probably need to change
HKEY_CURRENT_USER\Software\Ascential Software\DataStage Client\DSCC\Wizard\GenCodeRootLoc

Rather than have me search, why don't you do a registry search for any other instances of GenCodeRootLoc ?
by ray.wurlod
Thu Jun 28, 2007 1:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: environment variable in the DSJOB.EXE
Replies: 11
Views: 3870

Please list the names, types and default values of the job parameters in the job in question (FIRSTJOB1).
by ray.wurlod
Thu Jun 28, 2007 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: environment variable in the DSJOB.EXE
Replies: 11
Views: 3870

Don't use file names or pathnames that contain space characters, or add another layer of quotes.

Try using forward slashes rather than backslashes within the pathname.
by ray.wurlod
Thu Jun 28, 2007 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCIBL problem
Replies: 20
Views: 4558

You specify (in a property in the ORAOCIBL stage) the location where the control script will be created. Click Property Help to learn the default location. Check there.
by ray.wurlod
Thu Jun 28, 2007 7:19 am
Forum: General
Topic: Problem regarding Plugins
Replies: 2
Views: 1089

As always, please post precise/exact error messages.

Your lack of understanding - which I'm sure you admit - makes your paraphrases unreliable for diagnosis.
by ray.wurlod
Thu Jun 28, 2007 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in using Fileset
Replies: 9
Views: 3140

Welcome aboard. :D

My first guess is that you used a Data Set stage rather than a File Set stage to create the File Set.
by ray.wurlod
Thu Jun 28, 2007 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Spaces inbetween data getting trimmed off
Replies: 9
Views: 2440

Can you post your example inside Code tags so we can see the differences?

Also explain precisely what function you are using to eliminate the ^M characters.
by ray.wurlod
Thu Jun 28, 2007 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is Version 7.5.2
Replies: 3
Views: 1311

All editions are avaiable in some variant of 7.5.2 except for Enterprise Edition on Windows (which is 7.5x2).
by ray.wurlod
Thu Jun 28, 2007 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Manager
Replies: 6
Views: 986

Or indeed any explanation.
:roll:

Answer me this:
How do I handle this situation when using my motorcycle and sometimes it starts first time and sometimes it doesn't? Please provide solution.
by ray.wurlod
Thu Jun 28, 2007 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DecimalToString warning in job
Replies: 5
Views: 2148

Well done.

In words, the string needs nine characters for the nine significant digits (precision of the Decimal data type), plus one for the sign and one for the decimal point character. That's a total of eleven characters. The VarChar needs to be at least this large.