Search found 53125 matches

by ray.wurlod
Thu Oct 15, 2009 5:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Real Time processing of data
Replies: 2
Views: 927

A trigger on the source table could invoke ETL processing.
by ray.wurlod
Thu Oct 15, 2009 5:29 pm
Forum: IBM QualityStage
Topic: some warnings with sort stage
Replies: 1
Views: 1449

A SortMerge collector is nothing to do with a Sort stage; it is the collection algorithm specified on the input link to a stage - probably a Sequential File stage - that is executing in sequential mode.
by ray.wurlod
Thu Oct 15, 2009 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look-up
Replies: 7
Views: 2251

Re: Look-up

shirishareddy wrote:If we set the Condition Not Met=FAIL, job will fail.I guess we need to give the Condition Not Met=DROP.Correct me if i am wrong
You are wrong.

This is because the Condition Not Met rule is irrelevant to the original question.
by ray.wurlod
Thu Oct 15, 2009 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Loading in Oracle
Replies: 4
Views: 1677

You may need to look on scratchdisk to find the log, if you have not specified a location for the sqlldr log file to be written.
by ray.wurlod
Thu Oct 15, 2009 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look Up Stage Problem
Replies: 2
Views: 1124

Three Lookup stages with the second and third being conditional lookups would be one way to solve this, otherwise one Lookup stage with three reference inputs and a Transformer stage downstream of that to test for the null columns.
by ray.wurlod
Thu Oct 15, 2009 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error calling subroutine DSR_EDIT (Action = 2)
Replies: 9
Views: 5423

ODBC.H does exist in UNIVERSE.INCLUDE SELECT @ID FROM UNIVERSE.INCLUDE WHERE @ID = 'ODBC.H'; So it's not that. Is this error reproducible? Perhaps you simply lost the connection from that client. The error is occurring when you are editing the routine, not when you are trying to access the database....
by ray.wurlod
Thu Oct 15, 2009 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error in Web Service Transformer Stage
Replies: 8
Views: 9896

Sreenivasulu wrote:I think sooner or later datastage would need to become fully webbased
I have no idea why you think that but I, for one, would oppose any such suggetion vehemently. Most of the serious "heavy lifting" is best done in batch using very high speed server-to-server network connections.
by ray.wurlod
Thu Oct 15, 2009 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on surrogate key genarator stage
Replies: 15
Views: 5899

If you initialize the stage (see my earlier post) it will initialize the state file (assuming that the stage has a state file associated with it).
by ray.wurlod
Thu Oct 15, 2009 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Increase Buffer Size more than 1024 in a job?
Replies: 5
Views: 2088

It's not possible. The behaviour you have observed confirms that. You are specifying a 1MB buffer on every link in the job - that should be more than enough for most jobs. Buffers do not fill - they are continually being written to and read from. They simply allow more rows than one at a time to be ...
by ray.wurlod
Thu Oct 15, 2009 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage
Replies: 3
Views: 1359

What are the transaction and array sizes in the Oracle stage that writes data into the database? If these are too large they can cause this problem.
by ray.wurlod
Thu Oct 15, 2009 3:04 pm
Forum: General
Topic: Missing record delimiter
Replies: 2
Views: 3211

The error message suggests that the last line in the file lacks its record terminator. I agree with Craig's comment about record terminator; you need to use the Record Terminator String property set to "DOS format".
by ray.wurlod
Thu Oct 15, 2009 1:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on surrogate key genarator stage
Replies: 15
Views: 5899

You can initialize the stage by creating a job in which the stage has an input link.
by ray.wurlod
Thu Oct 15, 2009 1:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error calling subroutine DSR_EDIT (Action = 2)
Replies: 9
Views: 5423

DSR_EDIT is an internal helper subroutine called, among other things, when you are editing something in the Repository. Can you edit routines in other projects successfully? Try re-booting your DataStage client machine.
by ray.wurlod
Thu Oct 15, 2009 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJE_REPERROR error
Replies: 1
Views: 2379

This is a "general" repository error, meaning that no other information is available. Can you:
  • (a) run jobs from DataStage clients in this project?

    (b) run other jobs in this project using dsjob command?

    (c) run jobs in other projects?
by ray.wurlod
Thu Oct 15, 2009 1:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets being created by IA
Replies: 2
Views: 1088

Perhaps your teams have designed things so as to preserve/stage data in Data Sets. I would consult them before proceeding.