Search found 137 matches

by olgc
Wed May 24, 2006 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any benefit to use Unix shell script to control job
Replies: 6
Views: 2531

Is there any benefit to use Unix shell script to control job

Hi there, Since Datastage 6.0, the GUI version sequencer job is created to control ETL job run. The question here is: is there any benefit to use Unix shell scripts to control the job run, rather than the job sequencer. Especially, from 7.5, Datastage was added more stages to control the job run. To...
by olgc
Wed May 03, 2006 9:11 am
Forum: Enhancement Wish List
Topic: Director logs can be browsed unlimited
Replies: 3
Views: 3424

Thanks, it works.
by olgc
Wed May 03, 2006 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: keymgt slow performance?
Replies: 37
Views: 14029

Does @INROWNUM or @OUTROWNUM work in parallel jobs? Because if more than one processes read or write concurrently from the same source or target, is @INROWNUM or @OUTROWNUM count all processes or just the process iteslf. Thanks, [quote="ArndW"]Rachel, try writing a job that reads a sequent...
by olgc
Mon Apr 03, 2006 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can environment variables be copied into another project?
Replies: 4
Views: 7044

Thanks, it works.
by olgc
Fri Mar 31, 2006 2:25 pm
Forum: Enhancement Wish List
Topic: Director logs can be browsed unlimited
Replies: 3
Views: 3424

Director logs can be browsed unlimited

Director job logs can only be browsed for the first page, even there are hundreds of thousand items in it. It would be nice all items can be browsed, not just the first page.
by olgc
Fri Mar 31, 2006 1:42 pm
Forum: Enhancement Wish List
Topic: Environment variables can be copied into another project
Replies: 1
Views: 2464

Environment variables can be copied into another project

If User defined Environment variables can be exported and then imported into another project, that would make parameter management much easier, especially there is one more cloumn "Help Text", and define more data type, like them in Job parameter in Designer. See http://www.dsxchange.com/v...
by olgc
Fri Mar 31, 2006 12:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can environment variables be copied into another project?
Replies: 4
Views: 7044

Can environment variables be copied into another project?

Hi there, Job parameters can be defined in Datastage Administrator with Project Properties\Environment Variables and used as job parameters in Datastage Designer. My problem is when these parameters are defined in a Datastage project, can they exported and imported into another project? Such as from...
by olgc
Wed Jan 25, 2006 2:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to acces a database table with BCI?
Replies: 11
Views: 4968

No matter it has ';' at the end or not, and the sql is perfect from any other clients or environments, the error is the same from routine. Sometime this illegel, another run another illegal.
by olgc
Tue Jan 24, 2006 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What can I do with Datastage checkpoints?
Replies: 4
Views: 8024

Certainly, you can say more with checkpoint: What does it mean? How does it work? ... And, most importantly, show you couple of examples how to use the checkpoint in a project.
by olgc
Fri Jan 20, 2006 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to acces a database table with BCI?
Replies: 11
Views: 4968

Ray, Oh, Very good documented routine, indeed, thanks very much. But when I invoke the routine, the error is: t..Trans (bciExecuteDML): SQL Statement = select count(*) from EDWAPP.T_PARTY_ADDRESS; t..Trans (bciExecuteDML): SQL Error: SQL State = 37000, DBMS code = -104 [DataStage][SQL Client][ODBC][...
by olgc
Fri Jan 20, 2006 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What can I do with Datastage checkpoints?
Replies: 4
Views: 8024

What can I do with Datastage checkpoints?

Hi there, What can I do with Datastage checkpoints? Is it just check the "check box" beside of "Add checkpoints so sequence is restartable on failure" within the job properties of a sequnce job? And its function is only when it fails, you can rerun it from the failed point. Is th...
by olgc
Thu Jan 19, 2006 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to acces a database table with BCI?
Replies: 11
Views: 4968

Any one does BCI ODBC programming there?

Thanks,
by olgc
Wed Jan 18, 2006 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to acces a database table with BCI?
Replies: 11
Views: 4968

The data you suggested is one of the two in my solution. Another one is read from database. Then compare them to see if they are equal. I had a case, they were different. That cased big problem.

Thanks,
by olgc
Wed Jan 18, 2006 1:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to acces a database table with BCI?
Replies: 11
Views: 4968

We own other your own ODBC drivers. The reason for BCI ODBC is to build the auto-balancing table. You get the number of records from Datastage and Database, then check these two to see if they are the same. Once we ran across case these two were different in production. If you use BCI ODBC, one simp...
by olgc
Wed Jan 18, 2006 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to acces a database table with BCI?
Replies: 11
Views: 4968

How to acces a database table with BCI?

Hi every body, A ODBC data source is set up and an entry is added into uvodbc.config. How to write the code to access the database with BASIC SQL Client Interface? Can some one there provide a sample code? The code does: 1. Set up a connect to a database, 2. query a table (select ... from ...) 3. re...