Search found 42189 matches

by chulett
Sat Mar 12, 2011 6:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to find sum(sal) for all the active employees
Replies: 16
Views: 6760

Why, look at that... yes you did. Guess we should read your pithy replies once in a while. :wink:
by chulett
Sat Mar 12, 2011 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to find sum(sal) for all the active employees
Replies: 16
Views: 6760

Ah... there you go - cycle through one value. Thanks James.
by chulett
Sat Mar 12, 2011 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to find sum(sal) for all the active employees
Replies: 16
Views: 6760

I don't have any way to check directly but it should be a 'Generate' option and the need to set it to something other than 'Cycle'... I think. Poke around and see if you can set it to generate a constant value... or perhaps cycle a number by 0? :? And there's no "performance" problem with ...
by chulett
Sat Mar 12, 2011 12:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning message: DSD.BCIPut call to SQLExecute failed.
Replies: 11
Views: 5406

Then, as noted, see if you can correct the key fields you are using to properly identify the single record you are trying to update. Once your update only affects 1 record, the warnings will go away.
by chulett
Fri Mar 11, 2011 4:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning message: DSD.BCIPut call to SQLExecute failed.
Replies: 11
Views: 5406

Call it what you like, I'm trying to assertain if you are updating 16 rows in the one update you posted on purpose (i.e. it was expected) or by accident and it was an unexpected result. The former you may have to take up with your DBA while the latter could be because (for example) your key choice w...
by chulett
Fri Mar 11, 2011 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning message: DSD.BCIPut call to SQLExecute failed.
Replies: 11
Views: 5406

Answer my question, please... are you intentionally updating multiple records in the target table with each record you process?
by chulett
Fri Mar 11, 2011 2:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning message: DSD.BCIPut call to SQLExecute failed.
Replies: 11
Views: 5406

The key piece of information is the 16 Rows affected part, which is an extra informational message the database is returning and which causes DataStage to generate the warning. What database is this? Are you purposefully trying to update multiple records at a time?
by chulett
Fri Mar 11, 2011 1:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date format issue
Replies: 7
Views: 2427

StringToDate() (and DatetoString) would be PX functions and not applicable in a Server job. The equivalent would be IConv and OConv. However, somewhat as noted, you can put the date into a string format that Oracle is expecting and your target stage should generate the appropriate SQL to do that. Me...
by chulett
Fri Mar 11, 2011 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregrator stage behaving indifferent
Replies: 4
Views: 1650

How many nodes are you running on and how are you partitioning the data?
by chulett
Fri Mar 11, 2011 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to find sum(sal) for all the active employees
Replies: 16
Views: 6760

That would be the 'create' part I mentioned. :wink:
by chulett
Fri Mar 11, 2011 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to find sum(sal) for all the active employees
Replies: 16
Views: 6760

Find or create a static value to group on.
by chulett
Fri Mar 11, 2011 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IsNull not working
Replies: 9
Views: 6649

Re: IsNull not working

Since i am working in Server job, i was not able to use NulltoEmpty() function. Of course you can use it... but it will do exactly what you've already done. If it is "not working" then you either don't have nulls, are confusing an empty string with a null or have an Oracle target where yo...
by chulett
Fri Mar 11, 2011 7:09 am
Forum: General
Topic: Datastage MCM issue
Replies: 2
Views: 1490

Did you make sure you installed the two clients in completely separate paths?
by chulett
Thu Mar 10, 2011 11:49 pm
Forum: General
Topic: 100 job in one Sequence Job
Replies: 4
Views: 1650

Curious what you think is going to happen to your poor Windows server when you attempt to start 100 jobs (parallel or otherwise) at anything approximating the same time?