Search found 53125 matches

by ray.wurlod
Mon Jul 20, 2009 4:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output multi byte data indicating NLS:UTF8
Replies: 9
Views: 3706

If you can not View Data correctly in the job that reads from Oracle and populates data into the hashed file, then the mapping problem is in that job. You need to investigate. It may be that you need RAWTOHEX functions in the derivations for some of the Oracle columns.
by ray.wurlod
Mon Jul 20, 2009 4:22 pm
Forum: General
Topic: Using Lookups And Error Reporting
Replies: 12
Views: 3460

In the Lookup stage you need to open the rules editor and change your "lookup failed" rule to output to a reject link. Then you need to provide a second output link (it will be painted with long-dashed lines) to capture those input rows for which the lookup failed. On that stream of proces...
by ray.wurlod
Mon Jul 20, 2009 4:20 pm
Forum: General
Topic: Tshort operator
Replies: 2
Views: 1036

I think tshort is the toothless version of the tsort operator. DataStage is inserting tsort operators (and alerting you to the fact that it's doing so) because sorting is required on the input links to the Join stage and your design does not provide explicit sorting on those links (so DataStage assu...
by ray.wurlod
Mon Jul 20, 2009 4:17 pm
Forum: General
Topic: Convert INFA mapping to DS job
Replies: 7
Views: 2066

I don't believe IBM's "tool" has a name. It is only available through their services organization, and would be sold to you as a "migration service" of some kind with the specifics laid out in a Statement of Work.
by ray.wurlod
Mon Jul 20, 2009 4:13 pm
Forum: General
Topic: how to Run DSjobs on command prompt on Unix machine
Replies: 7
Views: 5927

I tried to start my car this morning.

But it didn't work out.

Please suggest.

Your issue is no easier to solve BECAUSE you have not provided any useful diagnostic information. What error message did you get?

Do you even understand what the PATH and LD_LIBRARY_PATH environment variables do?
by ray.wurlod
Mon Jul 20, 2009 4:12 pm
Forum: General
Topic: unable to execute istool command
Replies: 2
Views: 1605

Perhaps there is nothing that matches Jobs/*/*.* in your Repository.

What happens if you try Jobs/*/* ?
by ray.wurlod
Mon Jul 20, 2009 4:10 pm
Forum: General
Topic: Aggregation
Replies: 8
Views: 1709

You need TWO outputs from the Transfomer stage.

You need to write TWO files.

You can put them together afterwards.
by ray.wurlod
Fri Jul 17, 2009 12:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01036: illegal variable name/number
Replies: 7
Views: 2316

What ever happened to :1 ?
by ray.wurlod
Fri Jul 17, 2009 12:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 195 Phantom 16230
Replies: 13
Views: 4272

Your problem has nothing whatsoever to do with buffer sizes. It has something to do with writing to a job log.
by ray.wurlod
Thu Jul 16, 2009 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: normalization
Replies: 3
Views: 938

Yes, that's how I answered.

(Actually I think the blocking operation in the server shared container might not be permitted. But everything else I suggested, including the use of server shared container, is perfectly legal for parallel jobs.
by ray.wurlod
Thu Jul 16, 2009 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: to sort on row in asc and second row in desc in a table of 1
Replies: 4
Views: 1011

You want to sort odd numbered rows and even numbered rows separately? Then separate them into two streams and sort them separately. Use a Funnel when re-assembling the rows into a single stream.
by ray.wurlod
Thu Jul 16, 2009 11:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 195 Phantom 16230
Replies: 13
Views: 4272

The first requirement is that you have an IPC stage in your design. I don't think you do.
by ray.wurlod
Thu Jul 16, 2009 11:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: normalization
Replies: 3
Views: 938

That question is too vague. One way would be to construct a server shared container containing a UniVerse stage or Hashed File stage and use the intrinsic dynamic normalization capability of that stage type. Another way would be to use the Complex Flat File stage. This has the ability to handle OCCU...
by ray.wurlod
Thu Jul 16, 2009 11:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 195 Phantom 16230
Replies: 13
Views: 4272

prasad.bodduluri wrote:you can increase ipc stge buffer size try once, i think it will solve your problem
:?:
Why do you think that changing buffer size on an IPC stage will affect log writing behaviour?
by ray.wurlod
Thu Jul 16, 2009 11:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 195 Phantom 16230
Replies: 13
Views: 4272

You don't. DSD.WriteLog is an internal routine (this is indicated by its "DSD" prefix). You look at the arguments you gave to whatever it was that you used to write an entry into the log (for example DSLogInfo() in a routine), or you involve your official support provider because there may...