Search found 53125 matches

by ray.wurlod
Tue Aug 14, 2012 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Stage
Replies: 7
Views: 2605

It would be more interesting had Chandra advised the data volume on which the test was done, and if the Column Import stage had been user rather than a Transformer stage for the parsing.
by ray.wurlod
Tue Aug 14, 2012 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid buffering parameters specified fordataset
Replies: 2
Views: 1459

Buffering parameters are set using environment variables. I suspect the culprit here is APT_BUFFER_FREE_RUN (but do check with your more experienced colleagues as to why this may have been set at 0).
by ray.wurlod
Tue Aug 14, 2012 3:04 pm
Forum: General
Topic: DSATTACH for multiple instance job
Replies: 2
Views: 1347

Please post the resolution, which I suspect was simply to provide the argument in the form jobname.invocationID
by ray.wurlod
Tue Aug 14, 2012 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job hangs
Replies: 5
Views: 2713

I note also that you're using 64-bit libraries. Do you have a 64-bit version of DataStage?
by ray.wurlod
Tue Aug 14, 2012 3:01 pm
Forum: General
Topic: Parallel job is not running
Replies: 6
Views: 1813

Look in the job log for the sequence. Were job run requests for the parallel jobs even issued? If not, something in the logic of the sequence is preventing that. If they were, check the job logs of the parallel jobs themselves. Tip: you can jump to these from the log of the sequence; on the job run ...
by ray.wurlod
Tue Aug 14, 2012 2:58 pm
Forum: General
Topic: Populate a variable
Replies: 4
Views: 1165

You could use the job's user status area as that variable. But you would then need to retrieve it using a routine that invokes DSGetJobInfo() function. Messy, but doable in a server job.
by ray.wurlod
Tue Aug 14, 2012 2:53 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer - can not analyze Oracle columns having
Replies: 6
Views: 3556

Information Analyzer runs on the "DataStage" engine. Therefore Robert's suggestion may be apposite.
by ray.wurlod
Tue Aug 14, 2012 2:51 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Bad Request Error when calling a Web Service through WST
Replies: 10
Views: 9177

I too have had problems importing WSDL that had namespace labels in the lowest level elements. Replacing these with actual namespace URLs (suggested by Ernie Ostic) allowed the WSDLs to be imported.
by ray.wurlod
Mon Aug 13, 2012 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture & Change apply to a dataset
Replies: 3
Views: 1523

Have you tried using Change Capture and Change Apply stage types?
by ray.wurlod
Mon Aug 13, 2012 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Big Data File Stage
Replies: 1
Views: 2767

What happens if you invoke Help (F1) with the stage open?

The Big Data stage is very like the Sequential File stage. The "file" to which you point it is a reference to a file in a Hadoop file system.
by ray.wurlod
Mon Aug 13, 2012 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job hangs
Replies: 5
Views: 2713

Does your routine generate a double free(), as the error report indicates?
by ray.wurlod
Mon Aug 13, 2012 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Typeconversion
Replies: 11
Views: 2847

You have a single digit day part. Your mask specifies two digits for day. How does your data represent 8 Aug 2011 and 28 Aug 2011. You need to organise matters such that the format of the string you're converting matches the specification given in the conversion function.
by ray.wurlod
Mon Aug 13, 2012 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash value in output
Replies: 1
Views: 1021

The Checksum() function should achieve this result for small enough strings. (There's also a Checksum stage but I can't recall whether this existed in version 7.)
by ray.wurlod
Mon Aug 13, 2012 1:17 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA: Invalid File Path in External Bundle Location
Replies: 8
Views: 5980

Congratulations on solving this. I am not aware of any such requirement being documented.
by ray.wurlod
Sun Aug 12, 2012 11:15 pm
Forum: General
Topic: Administrator 8.7 client not showing environment variables
Replies: 6
Views: 1779

Are you logging in as a user with DataStage and QualityStage Administrator role?