Search found 53125 matches

by ray.wurlod
Mon Mar 31, 2014 1:58 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: REST? WSDL? WADL?
Replies: 16
Views: 17158

Isn't WADL a description of duck locomotion on land? :lol:
by ray.wurlod
Sun Mar 30, 2014 11:47 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Why data rule results don’t match to data source?
Replies: 3
Views: 3759

There's no Cust_Type_Ind IN ('I', 'N') and no Cust_Type_Ind IS NOT NULL constraint in your SQL query.
by ray.wurlod
Fri Mar 28, 2014 5:28 pm
Forum: General
Topic: ETLstats
Replies: 19
Views: 7883

Won't be a problem to host.

Now if only I could find the time to put the rest of my website together!
by ray.wurlod
Fri Mar 28, 2014 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hanging after processing records
Replies: 4
Views: 1554

Are you reading from the same table that you're updating? You may be seeing lock contention.
by ray.wurlod
Fri Mar 28, 2014 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Array Size - DTS Stage
Replies: 1
Views: 1333

Array size is merely the number of records transmitted at one burst. It should be calculated as the buffer or packet size divided by the estimated record size, rounded down to a whole number (ideally a multiple of two). Number of records per commit (per transaction) is typically a separate property....
by ray.wurlod
Fri Mar 28, 2014 4:05 am
Forum: General
Topic: Control Table in datastage?
Replies: 3
Views: 1763

There isn't one.

If there is, it's something YOUR developers/designers have implemented. It is they, therefore, who need to do the explaining.
by ray.wurlod
Thu Mar 27, 2014 10:11 pm
Forum: General
Topic: DataStage Designer hang
Replies: 9
Views: 4436

What advice have you had from your official support provider? Have you even asked your official support provider about this issue?
by ray.wurlod
Thu Mar 27, 2014 7:48 pm
Forum: General
Topic: Cheap Flights from Australia to IOD 2014
Replies: 0
Views: 623

Cheap Flights from Australia to IOD 2014

Qantas is having a sale at the moment - if you book before 5th April 2014 you can get a return economy fare to Las Vegas of $1399 (usually just over $2000).
by ray.wurlod
Thu Mar 27, 2014 6:32 pm
Forum: General
Topic: DataStage Designer hang
Replies: 9
Views: 4436

I've seen something similar when connected via Remote Desktop to the client machine. I keep a Director client open, and Alt-Tab to it and back again. My main gripe is that using scroll bars seems to lose focus from all other controls in the Designer client. I do not see this behaviour when directly ...
by ray.wurlod
Thu Mar 27, 2014 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserts more records than the source has
Replies: 8
Views: 4858

What count do you get running Test #3 or Test #5 through a non-DataStage client, such as TOAD?
by ray.wurlod
Thu Mar 27, 2014 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we run job without columns
Replies: 2
Views: 1099

Re: Can we run job without columns

deesh wrote:to solve the issue, do we need to enable the Runtime Column Propagation.
First can you please explain what you believe "the issue" to be?
by ray.wurlod
Thu Mar 27, 2014 3:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Termination - Fault type is 11
Replies: 1
Views: 1811

Welcome aboard. Fault type 11 is an access violation (SIGSEGV). Your application has tried to access a memory location it does not own. There are very many possible causes. Reset (rather than re-compile) your job and view the "from previous run" message that is logged as a result. Share it...
by ray.wurlod
Wed Mar 26, 2014 11:59 pm
Forum: General
Topic: Unable to run through Sequencer
Replies: 25
Views: 7040

I don't really see this as being a parameter issue. It might be. I have had one experience of a job running in PROD that was passed parameters to the DEV environment, which did not have the capacity to do all the things that were being requested to be done in PROD environment. Took a while to diagn...
by ray.wurlod
Wed Mar 26, 2014 6:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserts more records than the source has
Replies: 8
Views: 4858

Welcome aboard.

What is the row count reported from the Oracle Connector stage (in the job log)?
Are you really selecting from the correct Oracle schema and table in your DataStage job? Double check, then triple check.

How many nodes are there in your parallel execution configuration file?
by ray.wurlod
Wed Mar 26, 2014 4:05 pm
Forum: General
Topic: Unable to run through Sequencer
Replies: 25
Views: 7040

Look at the "job starting" events in the jobs that are getting aborted, and verify whether parameters are being passed correctly.