Search found 53125 matches

by ray.wurlod
Wed Nov 07, 2012 2:47 pm
Forum: Site/Forum
Topic: Premium Membership
Replies: 2
Views: 4151

Your status is showing as premium member.
by ray.wurlod
Tue Nov 06, 2012 10:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter in WHERE clause
Replies: 23
Views: 7268

Not if you generate TempKeyCol in a Modify stage.
by ray.wurlod
Tue Nov 06, 2012 9:43 am
Forum: General
Topic: Run-time error '9': Subscript out of range.
Replies: 12
Views: 8460

I think this is a Windows (Visual Basic) error. Can you log in with Director client?
by ray.wurlod
Tue Nov 06, 2012 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XALAN error in XML input stage
Replies: 11
Views: 4427

Check patches for your particular operating system, version, etc., at http://www.ibm.com/support/fixcentral
by ray.wurlod
Tue Nov 06, 2012 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How many osh processes will this job create?
Replies: 6
Views: 5949

Adjacent operators that execute in parallel mode on the same set of nodes will always be combined. This is documented somewhere, if only in the Advanced DataStage class. Such aggressive operator combination is not always optimal, but it's easy to implement algorithmically.
by ray.wurlod
Mon Nov 05, 2012 10:13 pm
Forum: General
Topic: Using Parameter set file value by default
Replies: 4
Views: 1693

Re: Using Parameter set file value by default

SURA wrote:Is there is any other way we can achieve this?
No.
by ray.wurlod
Mon Nov 05, 2012 10:41 am
Forum: General
Topic: Copyright Violation
Replies: 10
Views: 3451

Copyright Violation

The article What Is DataStage? purports to be authored by Akshyat Sharma, Lead ETL Developer, Talentain Technologies. It wasn't. This has been stolen word for word from a document whose copyright I own, which forms part of one of my training classes and which is available as a white paper through DS...
by ray.wurlod
Mon Nov 05, 2012 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel routine appears to have a memory leak
Replies: 18
Views: 9561

Change() and Ereplace() functions are available in parallel Transformer stage from version 9.1, scheduled for GA in December 2012.
by ray.wurlod
Mon Nov 05, 2012 1:19 am
Forum: General
Topic: DSRunJob clarification
Replies: 4
Views: 1536

If it's the C language API you're writing code in C, if it's the DataStage BASIC API you're writing code in DataStage BASIC. The API performs the same way in either case (for example the DSRunJob function exists in both); it's just that the dot has a special meaning in C languages so they used under...
by ray.wurlod
Mon Nov 05, 2012 1:17 am
Forum: General
Topic: Accessing remote server files via datastage
Replies: 2
Views: 1467

Under what user ID does your DataStage process run? That is, how are your Engine credentials set? I'll warrant that that user does not have permission to the remote server.
by ray.wurlod
Sun Nov 04, 2012 12:36 pm
Forum: General
Topic: DSRunJob clarification
Replies: 4
Views: 1536

When you use the C language API the constants use underscores.

When you use the DataStage BASIC variant, the constants use dots.
by ray.wurlod
Sat Nov 03, 2012 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Junk characters in Sequential file
Replies: 8
Views: 5562

There are almost never genuinely junk characters.

I believe that the first two bytes of your file are a byte-order mark. Set the property of the Sequential File stage to tell the stage to ignore the byte-order mark - that is, that the file has one.
by ray.wurlod
Fri Nov 02, 2012 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custome Wrapper Stage Java error
Replies: 4
Views: 1894

You have to determine where the java folder (the correct location for /usr/java5_64) is and, if you can't, install it from wherever you have it. This folder is not part of DataStage; presumably it is associated with whatever command you invoke via the Wrapper stage.
by ray.wurlod
Fri Nov 02, 2012 3:59 pm
Forum: General
Topic: How to change the date format in the job control
Replies: 10
Views: 2328

You'd better be more precise in what you mean by "the job control".
by ray.wurlod
Fri Nov 02, 2012 3:58 pm
Forum: General
Topic: Installing Big Data File Stage
Replies: 7
Views: 2862

You need to tell the update installer precisely where the package file is.