Search found 42189 matches

by chulett
Thu Nov 15, 2012 8:09 am
Forum: General
Topic: DS JOb Command: To identify the list of jobs in a Sequencer
Replies: 4
Views: 1763

Do an exact search for dssearch here. That will dig up many conversations on this topic.
by chulett
Wed Nov 14, 2012 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java transformer error
Replies: 8
Views: 5758

Or just read the annotation. :wink:
by chulett
Wed Nov 14, 2012 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The OCI function OCIStmtExecute returned status 1. Error cod
Replies: 3
Views: 4460

However, in a way it doesn't matter. The answer is to ensure your data can fit into the target column. Details still might help, though.
by chulett
Wed Nov 14, 2012 11:08 am
Forum: General
Topic: Parameter set file location
Replies: 5
Views: 1413

Wouldn't you be able to re-negotiate that via a link?
by chulett
Wed Nov 14, 2012 8:13 am
Forum: General
Topic: Generate Report not producing bmp for large jobs
Replies: 1
Views: 1460

You'd be best served by taking this to your official support provider, I would imagine. There are limits on the size of bmp files but it can depend on a number of factors including the bpp (bits per pixel) setting and the amount of free memory available. Out of curiousity, does the workstation you u...
by chulett
Wed Nov 14, 2012 7:54 am
Forum: General
Topic: Parameter set file location
Replies: 5
Views: 1413

Your posted link actually answers this question:

"How do I change the default location of the PROJECTS directory?"

Are they in fact one in the same?
by chulett
Wed Nov 14, 2012 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 New server connection issues
Replies: 3
Views: 2409

VAS issue? For those of us who are not DB2 fluent, can you expand on that a little?
by chulett
Tue Nov 13, 2012 7:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data issue
Replies: 5
Views: 1747

Next time please spell words like that all the way out. We're not people you are texting and it's not a 140 character tweet you are sending so take the extra second and type all of the letters. The people who are trying to help you will be forever grateful.
by chulett
Tue Nov 13, 2012 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data issue
Replies: 5
Views: 1747

So... is "-ve" supposed to mean "negative"? :?
by chulett
Tue Nov 13, 2012 11:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage: trying to understand an aspect
Replies: 3
Views: 1660

1. Inserts should be at least equal to the updates but could be higher.
2. No, they should be inserted.
by chulett
Tue Nov 13, 2012 8:34 am
Forum: General
Topic: Version numbers from all jobs
Replies: 2
Views: 887

Not directly. You might want to check if dsjob -jobinfo includes that, if so you could loop thru all projects/jobs to fetch the list.

May I ask... why?
by chulett
Tue Nov 13, 2012 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOIN STAGE takes hell lot of time
Replies: 6
Views: 3335

As Andrew said , can I have any of the algorithms to compact my ADDRESS_ID field size ....... I just need to give it a try and check whether it enhances the performance of the job. It won't. Your issue isn't about the size of the join key. I already have the partition and sort done IDENTICALLY on b...
by chulett
Mon Nov 12, 2012 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to Optimize data insert mechanism in data stage
Replies: 10
Views: 3544

You need to have a chat with your DBA about Oracle, bulk loads and indexes. That should help you understand what the various options mean and which you should use. If you don't rebuild the indexes, they can be left in an UNUSABLE state. And as I've noted, even if you do attempt a rebuild, a unique i...