Search found 194 matches

by MT
Wed Nov 21, 2012 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk delete from table using db2 connector?
Replies: 3
Views: 5691

Hi karumudi7, you were close to the solution already. Try following settings in the DB2 Connector Write mode: Insert Table action: Truncate Generate truncate statement at runtime: No Truncate statement: truncate tabe_xxx reuse storage immediate This is assuming you have at least DB2 9.7 running. Oth...
by MT
Tue Oct 23, 2012 12:48 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Monitoring the WebService Queue
Replies: 0
Views: 3049

Monitoring the WebService Queue

Hi, the application consuming my DataStage WebService gets error messages (probaly timeouts from the queue) but I can not explain this because I can not imagine that the number of parallel instances of the webservice is reached. Is there a way to monitor the number of Webservice instances and also t...
by MT
Mon Sep 10, 2012 9:57 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WISD - Understanding Maximum Queue Wait Time
Replies: 3
Views: 5391

Hi Ernie, If you are timing out, increasing it is a fine thing to do, but it is also a very good indicator that it is time to increase the number of instances for that particular Operation... We have done this also for several times. Playing araound is exactly what I try to stop now because after ev...
by MT
Mon Sep 10, 2012 9:34 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WISD - Understanding Maximum Queue Wait Time
Replies: 3
Views: 5391

WISD - Understanding Maximum Queue Wait Time

Hi, we ran into problems with our WebServices in a load test scenario but the problem seems well known if I look at following pages: http://www-01.ibm.com/support/docview.wss?uid=swg21449932 http://www-01.ibm.com/support/docview.wss?uid=swg21441350 Here is a error message I got (for reference and se...
by MT
Tue Jul 03, 2012 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise Edition Satge- Max Log issue
Replies: 5
Views: 3986

Re: DB2 Enterprise Edition Satge- Max Log issue

Hi ysrini9 SQL1224N The database manager is not able to accept new requests, has terminated all requests in progress, or has terminated the specified request because of an error or a forced interrupt. SQLSTATE=55032. If you read the message carefully it says that your connection has been terminated ...
by MT
Mon Jul 02, 2012 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterizing where clause in db2 connector
Replies: 5
Views: 4861

Re: Parameterizing where clause in db2 connector

Hi nikhil_bhasin

see also

http://www-01.ibm.com/support/docview.w ... wg1JR29181


and make sure to lookup any further problem descriptions based on
APT_OSL_PARAM_ESC_SQUOTE
by MT
Mon Jul 02, 2012 1:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Bulk Load to Log Retain Database
Replies: 2
Views: 6988

Re: DB2 Connector Bulk Load to Log Retain Database

Hi darrreever, the backupo pending in DB2 comes for a reason - to be recoverable! I strongly recommand that you tak to the DB2 admins before you go on! So here is the answer to your question: The DB2 Connector has a option "Copy loaded data" you can use this to create the copy. A copy to /...
by MT
Tue Jun 26, 2012 12:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage error - OperatorTransitionFailedAtRuntime
Replies: 1
Views: 2507

XML stage error - OperatorTransitionFailedAtRuntime

Hi, we are tryinfg to use the "great" new XML stage with multiple inputs to create a single XML document from several relational sources. Within the assembly we have added a HJoin operator and the composer step and we mapped several columns. We get following error at runtime: [Info] XML_Le...
by MT
Tue May 08, 2012 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tool / Technique to convert Connectors to use Parameter Set
Replies: 4
Views: 1981

Hi chulett

yes I agree but maybe someone has done it already and I do not need to invent the "wheel" again...

thanks
by MT
Mon May 07, 2012 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tool / Technique to convert Connectors to use Parameter Set
Replies: 4
Views: 1981

Hi ulab I think you got me wrong - the point is not the creation of a parameter set it is about the usage within the Connector stages. To change a connector from hard coded or global parameters to parameter sets you have to open the connector and change at least the database name, user and password ...
by MT
Mon May 07, 2012 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tool / Technique to convert Connectors to use Parameter Set
Replies: 4
Views: 1981

Tool / Technique to convert Connectors to use Parameter Set

Hi, we are in the process of migrating from DataStage 7.5 to DataStage 8.5 and we plan to use the Connectors (via the Connector Migration Tool). It would be useful in my eyes to change the Connector stages afterwards to use parameter sets. Is there a tool (or job or whatever) that can help to change...
by MT
Fri Jan 20, 2012 2:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove records based upon constraint
Replies: 6
Views: 2425

Re: remove records based upon constraint

Hi times29

well just look at you logic:
1. you compare if the STATUS field equals AGENT
2. The result shoul not be zero

If you do just number 1, it will work - your logic is kind of doubled this is producing the error
by MT
Thu Dec 22, 2011 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem retrieving data from db2
Replies: 9
Views: 6275

Hi manoj_23sakthi

the question and answer referred to the DB2 Connector.

With mainframe ( DB2 for z/OS) you can not use the DB2 EE stage
although the DB2 API stage is an option.
by MT
Thu Dec 22, 2011 2:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem retrieving data from db2
Replies: 9
Views: 6275

Hi kanasai167

this has been asked before by the way.
Try it with the instance property left empty - this should work for most situations.
Please keep in mind that they want you to put in the CLIENT Instance name on the DataStage server (if so).
by MT
Wed Dec 14, 2011 1:53 am
Forum: General
Topic: Poll about multiple DataStage installations on a single LPAR
Replies: 1
Views: 871

Poll about multiple DataStage installations on a single LPAR

Hi

we are in front of an architecture decision - we will not get a LPAR for every environemnt so I am very interested in your opinions.
Every answer is very much appreciated.

Thanks in advance