Search found 379 matches

by yaminids
Thu Nov 13, 2008 6:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: License issue: Connection issues related to licenses
Replies: 17
Views: 5869

License issue: Connection issues related to licenses

Friends,

I am getting the following error when I tried to connect to DataStage Designer. I have checked on the server and found no active connections.
Any idea why I am getting the error?

Error: All available licenses in use:84336-DSDES Limit=5

Thanks in advance
Yamini
by yaminids
Wed Oct 22, 2008 1:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing multiple values to the 'SELECT' query in ODBC stage
Replies: 8
Views: 3024

Thanks a lot for the information. I will try all the scenarios and post the results here
by yaminids
Tue Oct 21, 2008 6:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing multiple values to the 'SELECT' query in ODBC stage
Replies: 8
Views: 3024

Craig,

The job is running fine if there is only one value but is failing when there are multiple values in the file.
The data in the file is as follows
'1',
'2'


Any ideas how can I parse the file to input the values as '1','2'?

Thanks
Yamini
by yaminids
Tue Oct 21, 2008 5:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing multiple values to the 'SELECT' query in ODBC stage
Replies: 8
Views: 3024

Craig,

The job is running fine if there is only one value but is failing when there are multiple values in the file.
The data in the file is as follows
'1',
'2'


Any ideas how can I parse the file to input the values as '1','2'?

Thanks
Yamini
by yaminids
Tue Oct 21, 2008 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing multiple values to the 'SELECT' query in ODBC stage
Replies: 8
Views: 3024

thanks a lot for the information.
As a follow up question, is there a way to pass values in the 'WHERE' clause during run time

Thanks
Yamini
by yaminids
Tue Oct 21, 2008 1:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing multiple values to the 'SELECT' query in ODBC stage
Replies: 8
Views: 3024

Passing multiple values to the 'SELECT' query in ODBC stage

Friends,

I am trying to design a job which selects data from a table based on the values passed in the query. The values to be passed are stored in a flat file on DS server.

Is there a way to pass values to the select query in ODBC stage during the run time?

Thanks a lot in advance
Yamini
by yaminids
Wed Oct 08, 2008 1:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Communication error between DataStage Server and Client
Replies: 1
Views: 1601

Communication error between DataStage Server and Client

Hello friends, We are having issues with a job which selects data from 10 source tables and populates 10 staging tables. There are two other jobs, executed sequentially, which populate the same staging tables The design of the job is simple ODBC ==>TRANSFORMER==>ODBC which is repeated 10 times Once ...
by yaminids
Thu Oct 02, 2008 12:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tuning a job which process 4 million records a day
Replies: 15
Views: 7435

Thank you guys for your suggestions.

Yamini
by yaminids
Thu Oct 02, 2008 12:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tuning a job which process 4 million records a day
Replies: 15
Views: 7435

We were using the OCI stage from the beginning but it was performing poorly. Only after increasing the array size, the job picked up the pace
by yaminids
Tue Sep 30, 2008 2:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tuning a job which process 4 million records a day
Replies: 15
Views: 7435

Craig,

I have increased the Array size to 5000 and the job completed in less than 30 minutes.
Is it a good practice to commit after writing all the records or should I change the 'Rows per transaction' value to commit multiple times?

Thanks
Yamini
by yaminids
Mon Sep 29, 2008 11:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tuning a job which process 4 million records a day
Replies: 15
Views: 7435

Craig,

Can we use the ORAOCI BULK stage if DataStage (Linux) and database (AIX) are on two different servers?

Thanks
Yamini
by yaminids
Mon Sep 29, 2008 10:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tuning a job which process 4 million records a day
Replies: 15
Views: 7435

All are write inserts only
by yaminids
Mon Sep 29, 2008 10:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tuning a job which process 4 million records a day
Replies: 15
Views: 7435

Ray,

We are not using array processing. Also, we have set 'Rows per transaction' to zero so as to commit after writing all the records to the database

Thanks
Yamini
by yaminids
Mon Sep 29, 2008 6:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tuning a job which process 4 million records a day
Replies: 15
Views: 7435

Tuning a job which process 4 million records a day

Hello friends, I am trying to tune a job which processes about 4 million records a day. The job reads data from a table in database A and writes to a table in another database (B). ODBC ==>TRANSFORMER==> Oracle OCI The job takes about 3 hours and commits after writing all the records. Is there anywa...
by yaminids
Mon Jul 07, 2008 4:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Appending record count at the end of the file
Replies: 1
Views: 1271

Appending record count at the end of the file

Friends, I am working on a small project which requires me to generate some flat files with the data selected from an Oracle db. I am generating one file per table by selecting all the records. The main requirement is to append the record count at the end of the file. Is there a way to accomplish th...