Search found 113 matches

by sohasaid
Thu Oct 27, 2016 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Range lookup conditions in Same Lookup Stage
Replies: 3
Views: 4542

Mike wrote:It would be an interesting exercise to compare the job score between the 2 designs to see if operator combination combines any of the lookups.
Agree. I will make the exercise and post the results. I will mark post as resolved for now.

Thanks for your support
by sohasaid
Wed Oct 26, 2016 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Range lookup conditions in Same Lookup Stage
Replies: 3
Views: 4542

Since you want to do range lookups on 2 different reference links, you will have to use 2 lookup stages. Thanks Mike for the clear response, it really helped. In my case I use range lookups heavily (up to seven range lookups per job) along with hash file sets as reference stage for better performan...
by sohasaid
Thu Jan 14, 2016 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_Operator::UnControlledTermination
Replies: 4
Views: 14377

We had to create a separate job with source stage and dataset stage only and use the dataset later on the original job instead of the source stage.

But we didn't manage know the root cause of such an issue.

Thanks for your support.
by sohasaid
Fri Jan 08, 2016 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_Operator::UnControlledTermination
Replies: 4
Views: 14377

Thanks Ray for your reply. But I think if was about the connection timeout, the test job wouldn't have run with a dataset as a target. Also the query is not that complex and it retrieves results quickly while running from tools like DBVisualizer. I don't really understand the error message, and not ...
by sohasaid
Thu Jan 07, 2016 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_Operator::UnControlledTermination
Replies: 4
Views: 14377

APT_Operator::UnControlledTermination

Hi, We've deployed one job to the prod environment but it's aborting due to below errors. The job is working fine on dev environment and dev & prod servers with same version 11.3.0.0 Error #1: SUB_STATUS_QUERY,0: The following error occurred on the parallel engine: APT_Operator::UnControlledTerm...
by sohasaid
Mon Feb 02, 2015 1:56 am
Forum: General
Topic: Installation Issue - Xmeta user
Replies: 2
Views: 3273

Thanks Ray.

Grant 777 permission on ValidateUsers tool has fixed the problem.
by sohasaid
Tue Jan 27, 2015 5:58 am
Forum: General
Topic: Loop on Months at Sequence
Replies: 2
Views: 3113

Simple & efficient . It has worked perfectly :)

Thanks, Eric
by sohasaid
Mon Jan 26, 2015 10:15 am
Forum: General
Topic: Loop on Months at Sequence
Replies: 2
Views: 3113

Loop on Months at Sequence

Hi, I have my data source as sequential files. They are monthly files with such a file name structure 'KPI_20140501.txt'. The requirement is to load multiple months during one run. The input parameter is DateFrom & DateTo. I have daily files and in order to loop on them for a week for example, I...
by sohasaid
Thu Jan 22, 2015 3:31 pm
Forum: General
Topic: Installation Issue - Xmeta user
Replies: 2
Views: 3273

Installation Issue - Xmeta user

Hi, We're trying to install IIS v9.1 on Linux Redhat. All DataStage components are on one machine (except client of course), abd a fresh WAS & DB2 are getting installed through IIS installation. The installation creates successfully wasadmin & isadmin users through wizard. But while configur...
by sohasaid
Sun Jan 11, 2015 6:28 am
Forum: General
Topic: MySQL ODBC Connection Issue - "SQLSTATE = IM003"
Replies: 9
Views: 15112

Problem is solved. Thanks Eric & Ray for your support. The main clue is testing the connection from the command line, it gave a different error which is the correct one. SQLConnect error: Status = -1 SQLState = IM003 Natcode = 0 [ODBC] [DataDirect][ODBC lib] Specified driver could not be loaded ...
by sohasaid
Wed Jan 07, 2015 10:17 am
Forum: General
Topic: MySQL ODBC Connection Issue - "SQLSTATE = IM003"
Replies: 9
Views: 15112

The instructions say:

Code: Select all

[DataSourceName]
Driver=/opt/mysql_odbc/lib/libmyodbc5.so (put your own path and driver name in here)
Description=Connector/ODBC 3.51 Driver DSN
I believe I'm using the same driver '3.51'
by sohasaid
Wed Jan 07, 2015 7:41 am
Forum: General
Topic: MySQL ODBC Connection Issue - "SQLSTATE = IM003"
Replies: 9
Views: 15112

ray.wurlod wrote:Have you compared the files?
Yes I did but I didn't capture any difference.
by sohasaid
Tue Jan 06, 2015 7:49 pm
Forum: General
Topic: MySQL ODBC Connection Issue - "SQLSTATE = IM003"
Replies: 9
Views: 15112

Thanks Ray, here's the values at production server for the same files: .odbc.ini file data source entry is: [MySQL] Driver=/opt/mysql/lib/libmyodbc5a.so Description=Connector/ODBC 3.51 Driver DSN SERVER=10.10.4.107 PORT=3306 USER=<> Password=<> Database=NEWSMS OPTION=3 SOCKET= DriverUnicodeType=1 ds...
by sohasaid
Mon Jan 05, 2015 9:11 am
Forum: General
Topic: MySQL ODBC Connection Issue - "SQLSTATE = IM003"
Replies: 9
Views: 15112

MySQL ODBC Connection Issue - "SQLSTATE = IM003"

Dears, I'm trying to configure MySql community edition on DataStage server. I'm using this version 'mysql-connector-odbc-5.3.4-linux-el6-x86-64bit.tar.gz '. The configuration went smooth at the production server but It's not working at Dev server. I've followed the same steps mentioned in the below ...
by sohasaid
Sat Dec 06, 2014 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No records returned from Join & Sort stages
Replies: 3
Views: 2595

Hi Ray, The error message was: buffer(0),9: APT_BufferOperator: Add block to queue failed. This means that your buffer file systems all ran out of file space, or that some other system error occurred. Please ensure that you have sufficient scratchdisks in either the default or "buffer" poo...