Search found 42189 matches

by chulett
Fri Jan 15, 2010 6:57 am
Forum: General
Topic: Job Scheduling is not functioning.
Replies: 25
Views: 53107

Ramu, please start your own thread.
by chulett
Fri Jan 15, 2010 6:56 am
Forum: General
Topic: Problem useing multiple value in parameter with where clause
Replies: 26
Views: 6325

You first need to do what Arnd asked and confirm if the quotes are indeed being stripped or not. Does your 'other environment' source from a different database? If so, any chance there's legitimately no records that match the where clause?
by chulett
Fri Jan 15, 2010 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I restart the server after particular job finished?
Replies: 32
Views: 37342

Interesting... a search here for "OutOfMemoryException" gets 7 matches, 6 of which were various incarnations of the same problem posted by you and they go all the way back to November of 2008. The only other one was a problem someone else was having importing XML metadata from a gigantic x...
by chulett
Fri Jan 15, 2010 6:41 am
Forum: General
Topic: Problem useing multiple value in parameter with where clause
Replies: 26
Views: 6325

The Peek stage can be anywhere in the job, and no that behaviour is not environment specific unless (perhaps) your environments are different hardware platforms and/or operating systems.
by chulett
Fri Jan 15, 2010 6:37 am
Forum: General
Topic: Warning Message
Replies: 2
Views: 1360

Your job blew up. Seriously, that's all that means. As noted, there should be other supporting messages logged as to the cause, that or you need to Reset the job and look for a 'From previous run...' log message.
by chulett
Thu Jan 14, 2010 6:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding new CPU in datastage server
Replies: 6
Views: 2308

All CPUs will always be utilized. The license doesn't restrict that, it only serves as a check against what it finds.
by chulett
Thu Jan 14, 2010 6:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2 bulk load error
Replies: 7
Views: 2157

If you set it correctly, it won't be the same error from "APT_CombinedOperatorController".
by chulett
Thu Jan 14, 2010 6:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2 bulk load error
Replies: 7
Views: 2157

First suggestion is always going to be to disable operator combination so you can see where the error is actually being generated. Add $APT_DISABLE_COMBINATION to your job, set it to True and rerun the job.
by chulett
Thu Jan 14, 2010 6:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Job Doesn't Abort
Replies: 8
Views: 3584

You can specifically transfer control to a Terminator stage, but IMHO it's cleaner to only use 'OK' triggers and enable the compiler option to 'Automatically handle activities that fail'... it handles them by aborting the Sequence.
by chulett
Thu Jan 14, 2010 6:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP as a Service
Replies: 3
Views: 2005

You'll need to stick with Approach 1, it's best all around. 2 doesn't do any kind of secure transfer and it is metadata driven, making it ok for a specific file transfer but not for generic file transfers. You could try treating everything as one large varchar field, but I'd go with a scripted appro...
by chulett
Thu Jan 14, 2010 5:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00060 Deadlock
Replies: 4
Views: 5467

This topic would be a great conversation starter for your DBA. :wink:
by chulett
Thu Jan 14, 2010 5:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_JOBOBJECTS
Replies: 3
Views: 1942

ray.wurlod wrote:You only get the common fields, the first five fields, from a dictionary listing. After that, the record structure is different for each different OLETYPE.
Ah, yes... forgot about that.
by chulett
Thu Jan 14, 2010 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get Number Of Columns in Delimited File
Replies: 7
Views: 2203

Not sure it would be simpler and what you'd get (if there was a way) is the number of columns the file is supposed to have while your first method will get you what it actually does have. Which are you after?
by chulett
Thu Jan 14, 2010 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting DB2 environment variables
Replies: 16
Views: 4985

No clue. Why not ask your official support provider?
by chulett
Thu Jan 14, 2010 10:06 am
Forum: General
Topic: Job Scheduling is not functioning.
Replies: 25
Views: 53107

Not sure. Can you answer the question I asked, please?