Search found 42189 matches

by chulett
Wed Nov 16, 2011 8:47 am
Forum: General
Topic: Error while using ISTOOL
Replies: 8
Views: 2147

A null pointer exception is (generally speaking) a code issue, I for one would make sure you have the latest and greatest version of istool.
by chulett
Wed Nov 16, 2011 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating multiple records
Replies: 9
Views: 4021

Sure, that will happen automatically based on the "grain" of the key values sent. It will update however many records have that key value, be that one or more than one, no different than any other SQL tool.
by chulett
Wed Nov 16, 2011 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perfromance issue while loading into SQL Server 2008
Replies: 4
Views: 1266

The "normal" ones are there - Array Size, Autocommit Mode / Record count, etc. What settings are you using? I'd also be curious what "Write Mode" you are using.
by chulett
Wed Nov 16, 2011 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer constraints and multiple otherwises
Replies: 19
Views: 10167

They're called Reject links in server job Transformer stages, and you can have more than one and, conditionally or unconditionally, they handle any row that has not been processed by a prior output. Right and I've had plenty of experience over the years to play all kinds of reject row games. I was ...
by chulett
Wed Nov 16, 2011 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: System Crash due to the usage of "Loop Condition"
Replies: 3
Views: 2021

Sounds like a bug, something you should report to your official support provider and see if it is a known issue with a patch or other resolution available.
by chulett
Wed Nov 16, 2011 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between two timestamps
Replies: 9
Views: 3965

Ray has Server versions of those kind of functions available on his site, which he has posted before. I don't have a direct link right now. Otherwise, you'll have to do what he did - roll your own. Split the timestamp into date and time portions and treat each difference separately using IConv. Comb...
by chulett
Wed Nov 16, 2011 7:02 am
Forum: General
Topic: passing parameters
Replies: 5
Views: 1361

Create a job that reads the table and writes the values out to the appropriate value set file(s) in the appropriate format.
by chulett
Tue Nov 15, 2011 9:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer constraints and multiple otherwises
Replies: 19
Views: 10167

Can anyone else confirm or deny if it is possible to specify multiple Otherwise links and have them 'stick'? The wording in the documentation seems to imply that you can have more than one, or at least doesn't rule out multiples. This from the 7.5 docs: Clicking on the Otherwise/Log field so a tick ...
by chulett
Tue Nov 15, 2011 9:56 am
Forum: General
Topic: Error Scheduling
Replies: 5
Views: 1518

Show them (your Admin) the command that was logged and what might be wrong with it.
by chulett
Tue Nov 15, 2011 9:55 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Webservices jobs failing in 8.5
Replies: 5
Views: 5214

Moved this over to the SOA Forum...
by chulett
Tue Nov 15, 2011 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job run times doubling in 8.5
Replies: 9
Views: 3026

This "new environment"... what else is different about it other than the version of DataStage? If this is a completely different server then you don't really have an "apples to apples" comparison of just 7.5 versus 8.5.
by chulett
Tue Nov 15, 2011 9:28 am
Forum: General
Topic: Error Scheduling
Replies: 5
Views: 1518

I've scheduled many many jobs on this server ! Understood. However, the question is - have you used the every option for "many many jobs" and it has suddenly stopped working or is this the first time you've tried to use it? Do you have someone who administers that server that you can shar...
by chulett
Tue Nov 15, 2011 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple jobs reading status file of SKG stage at same time
Replies: 12
Views: 2357

Why not take your questions to your official support provider and then let us know what you find out "from the horse's mouth" as they say. We're just like you - on the outside looking inside - why not ask those who know what's going on on the inside?
by chulett
Tue Nov 15, 2011 8:46 am
Forum: General
Topic: passing parameters
Replies: 5
Views: 1361

Welcome. What exactly is in the ssequential file? Name/value pairs, I assume? Regardless, what you'll basically need is something to read the file and then assign those values to the parameters either before you run the job or as you launch it. The former approach would all be handled via the API in...
by chulett
Tue Nov 15, 2011 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: If value is negative need to make it default 0(zero)
Replies: 4
Views: 1850

selina_king wrote:both of peddakkagari and jwiles are right. but I have another idea to resolve the problem.

you can user transformer stage and use "null handing" function, you can set any value when is null
Note, however, that nowhere in their problem statement is the word "null" mentioned.