Search found 194 matches

by MT
Thu Feb 06, 2014 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using IN-list in ODBC multi-row lookup
Replies: 2
Views: 2668

Using IN-list in ODBC multi-row lookup

Hi, I have a job running successfully with a multi-row lookup against a ODBC stage. Due to requirement changes I have to change the lookup from a equality condition into an IN-list - like select ... from TabA where ID in (?) ID is an integer column and in my stream I have a column with a comma separ...
by MT
Fri Dec 20, 2013 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Error.. having duplicate values for the index
Replies: 6
Views: 4347

Hi Developer9,

Code: Select all

INDNAME=SQL131106162530000
INDSCHEMA=SYSIBM
It is a generated name so I assume you created the table with a primary key and this is the index DB2 automatically generates for it.
by MT
Wed Dec 04, 2013 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Error.. having duplicate values for the index
Replies: 6
Views: 4347

Hi well the message is quite clear - so let us check it in detail You can use following SQL to figure out which constraint you are violating: SELECT INDNAME, INDSCHEMA FROM SYSCAT.INDEXES WHERE IID = <index-id> AND TABSCHEMA = 'SCHEMA' AND TABNAME = 'TABLE' In your case you have to use 1 als the <in...
by MT
Fri Nov 29, 2013 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create XML file with repetitive elements using XML st
Replies: 3
Views: 3007

Hi Gopi,

switch to mnimal validation in the validation tab of the composer.
Data type problems should be ignored then - it is a problem with data not corresponding to the XSD I suppose.
by MT
Sat Nov 09, 2013 1:22 am
Forum: General
Topic: Pre-built Cognos Reports for DataStage Operations
Replies: 4
Views: 1991

Hi Andy

Thanks a lot - this is the information I was looking for.

It is stored in
/opt/IBM/InformationServer/Server/DSODB/samples
by MT
Fri Nov 08, 2013 2:17 am
Forum: General
Topic: Pre-built Cognos Reports for DataStage Operations
Replies: 4
Views: 1991

Pre-built Cognos Reports for DataStage Operations

Hi, I am looking for the "Pre-built Operations Analytical Report" described in the What's New presentation for DataStage 9.1 see http://dsxchange.net/uploads/91_DataStage_Deep_Dive_DSXchange.pdf page 27 Can anyone tell where I can find those? There seems to be (again) no documentation at a...
by MT
Sat Nov 02, 2013 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector
Replies: 6
Views: 3462

Hi Curious George I opened the different tabs in the DB2 Connector Stage and checked the Stage page and in that there is no Advanced tab for DB2 Connector stage. It is present for other stages which shows the information: Execution Mode: Default(Parallel) I don't have access to view the job score or...
by MT
Fri Nov 01, 2013 1:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector
Replies: 6
Views: 3462

Hi, you will see if the DB2 Connector already runs in parallel looking at the partitioning icon. I recommend to use "DB2 Connector" partitioning within the DB2 Connector - which is different to "Auto" but will provide the correct partitioning if your target is a DB2 DPF (partitio...
by MT
Tue Oct 01, 2013 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 9.1 - Erepace & Change in parallel jobs
Replies: 4
Views: 3874

Hi Arnd,

I have 9.1.0 on Linux - and it compiles fine but the job run never ends.
So if even 9.1.2. does not solve the problem it prooves a really high quality implementation :evil:

best regards
Michael
by MT
Tue Oct 01, 2013 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 9.1 - Erepace & Change in parallel jobs
Replies: 4
Views: 3874

Hi Arnd,

well it appears in my installation and Tony Curcio presented it a new functionality of DS 9.1...

best regards
Michael
by MT
Tue Oct 01, 2013 3:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 9.1 - Erepace & Change in parallel jobs
Replies: 4
Views: 3874

DataStage 9.1 - Erepace & Change in parallel jobs

Hi, finally - after many years - in DataStage 9.1 Ereplace and Change appear in the transformer functions lists - although they are only documented in the info center for basic server job. My first simple test job (generating one row passing it into a transformer and writing to a peek stage) runs bu...
by MT
Wed Sep 18, 2013 12:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector performance issue
Replies: 2
Views: 3452

Re: DB2 Connector performance issue

Hi neena If I have to come to table, table is partitioned by one of the date fields (this field is not in any index). Also we have index that was created on the 5 part natural key that we are updating (Also we had 32 index on this table). So you got 32 indexes on a table and you wonder about perform...
by MT
Tue Sep 17, 2013 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WITH UR in SELECT/Isolation level in DB2 connector priority
Replies: 3
Views: 4353

Re: WITH UR in SELECT/Isolation level in DB2 connector prior

Hi Well it will override it if it is a SELECT statement - and it is needed to have an isolation level set when the WITH <Isolationlevel> is NOT used (so also for generated queries). Cursor stability is the default isolation level in DB2 that is the reason why you see it in most situations (for the g...
by MT
Fri May 24, 2013 10:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage - challenge
Replies: 4
Views: 3056

Hi Pedro,

thanks for your comment but I am not talking about the 2old" stage like XML input etc but about the new XML stage.
It is completely different and I want to use this as it is future proof.
by MT
Fri May 24, 2013 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage - challenge
Replies: 4
Views: 3056

XML stage - challenge

Hi, I am using the XML stage in DS 8.5 and I can not find a solution for this problem - hopefully one of you can help: My input is a single stream with data - a little simplyfied it is: Workgroup lastname firstname city citycode telephone A single person can have muliple adresses (cities and city co...