Search found 13 matches

by tkozlows
Wed May 29, 2013 9:27 pm
Forum: General
Topic: It took more than ten years
Replies: 11
Views: 7052

Congratulations Ray!!!!! And thank you for all your help!!!!
by tkozlows
Wed May 29, 2013 9:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BC Dates
Replies: 1
Views: 2805

BC Dates

Hi, We are trying to read records from an Oracle database that contain dates with negative years (as in BC) using Oracle connector. We get the following run time error: Source_Table,0: Can not convert to framework type timestamp (CC_PXAccessor::setCalendar, file CC_PXAccessor.cpp, line 4,409) Is the...
by tkozlows
Wed Dec 12, 2012 7:19 pm
Forum: General
Topic: Passing SQL as job parameter
Replies: 3
Views: 2169

Thank you Ray. Works fine.
by tkozlows
Wed Dec 12, 2012 7:08 pm
Forum: General
Topic: Passing SQL as job parameter
Replies: 3
Views: 2169

Passing SQL as job parameter

Hi, I am writing a generic job that will accept SQL statement as one of its parameters. The SQL extracts data from a source table. The job then loads the extracted data into the target. Oracle --> Xform --> Oracle No columns are defined - I'm using 'Runtime column propagation'. The job works fine un...
by tkozlows
Thu Dec 06, 2012 5:27 pm
Forum: General
Topic: Exception Handler doesn't work if I use warn flag
Replies: 3
Views: 2734

Hi

I have experienced similar behaviour - when default warnings limit is used the exception handler gets invoked as expected. However, when the warning limits are set to 'No Limit' then the exception handler does not get invoked.

I am working with 8.5.
by tkozlows
Tue Sep 21, 2010 7:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle sessions
Replies: 1
Views: 2066

Oracle sessions

Hi Everybody, Please consider the following scenario. A DataStage job creates an Oracle session to perform whatever tasks it is designed to perform. The same job completes successfully. The Oracle session created by this job becomes inactive and precisely 2 hours later is closed, i.e. no longer appe...
by tkozlows
Tue Nov 22, 2005 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Smart Semaphore - mutex timeout
Replies: 1
Views: 2010

Smart Semaphore - mutex timeout

We have encountered the dreaded mutex errors. I have searched the forum for suggestions and found some comments about changing the values of SPINTRIES and SPINSLEEP parameters. After stoping DS, changing the values of these parameters to 50 and 5000 respectively, regenerating and restarting DS, I fo...
by tkozlows
Sun Nov 06, 2005 10:09 pm
Forum: IBM QualityStage
Topic: QualityStage running on server remote to DataStage
Replies: 2
Views: 3347

QualityStage running on server remote to DataStage

Does anyone know how to set up QualityStage / DataStage so that QS will be hosted on one physical server while DS will be hosted on another ? We are getting the following message, although both DS and QS are up and running (and working OK): Failed to open QSRT connection: check qsrtmngr is running, ...
by tkozlows
Tue Mar 15, 2005 2:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to retrieve multiple rows using lookup table
Replies: 10
Views: 5717

Great. Thank you very much for your help. :D
by tkozlows
Mon Mar 14, 2005 11:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to retrieve multiple rows using lookup table
Replies: 10
Views: 5717

That's right. The product_key in product_lookup is a subset of the product_key in item_master, hence there are multiple records in item_master for each record in product_lookup.

The two tables 'live' in separate database instance (and separate physical hosts).
by tkozlows
Mon Mar 14, 2005 10:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to retrieve multiple rows using lookup table
Replies: 10
Views: 5717

The master table holds approx 70M item records. My lookup table has about 1M product records. Using the product records in the lookup table, I expect to extract approx 3-4M item records from the master table. I hope this helps.
by tkozlows
Mon Mar 14, 2005 10:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to retrieve multiple rows using lookup table
Replies: 10
Views: 5717

Thank you, but I do not have an ODBC connectivity between DS and the Oracle servers. :cry:
by tkozlows
Mon Mar 14, 2005 9:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to retrieve multiple rows using lookup table
Replies: 10
Views: 5717

How to retrieve multiple rows using lookup table

I need to retrieve multiple rows from an Oracle master database using records stored in another (lookup) Oracle database. Essentially, each record in the lookup table will have multiple corresponding rows in the master table. All rows retrieved from the master table need to be then stored in another...