Search found 653 matches

by ogmios
Wed Apr 02, 2003 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compile.job
Replies: 1
Views: 963

compile.job

Does anyone still have the compile.job basic routine?

Regards,
Ogmios
by ogmios
Tue Apr 01, 2003 2:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best pratices for DataStage backups
Replies: 4
Views: 2698

Best pratices for DataStage backups

We were thinking of automatically making backup copies of all of the DataStage jobs every night. The problem we're currently facing is that sometimes people leave DataStage open overnight or their connection drops and their Designer job remains locked, when we then schedule an automatic export of th...
by ogmios
Thu Mar 27, 2003 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Chicken and egg problem with DSR_LICENSE
Replies: 4
Views: 2444

Thank you, cd `cat /.dshome` bin/uv "LIST UV.ACCOUNT" | cat Does indeed provide parsable project information. Now I just have to figure out how make the column output wider (DataStage/UV has this annoying habit to split one field over multiple lines), but I will figure that one out. Ogmios
by ogmios
Thu Mar 27, 2003 3:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Chicken and egg problem with DSR_LICENSE
Replies: 4
Views: 2444

Chicken and egg problem with DSR_LICENSE

I'm having the following problem: I would like to retrieve the names of all of the projects in my DataStage Server together with their path. I can get this information if I execute "DSR_LICENSE" in uv when I'm located in a project directory. This gives me back a list containing all project...
by ogmios
Thu Sep 26, 2002 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving end time of last run
Replies: 2
Views: 1789

Retrieving end time of last run

I'm busy writing a reporting program on the jobs that ran last night in DataStage. For this I'm writing a BASIC job that will output the data of all of the jobs in a project: number of links written over all links, start time, job status, ... This will then later on be processed externally to report...
by ogmios
Fri Sep 13, 2002 11:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deletion of rows
Replies: 1
Views: 1160

Deletion of rows

Could someone enlighten me how to delete rows from a table when selecting the rows to delete from the same table: my job consists of an ODBC source stage which selects the rows to be deleted from a table, the primary key of the rows is sent through a tansformer stage to a target ODBC stage where I w...
by ogmios
Mon Aug 12, 2002 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Warning Message(Buffer overflow)
Replies: 3
Views: 2510

You would have to give some more information.

Usually the warning you see is that you're trying to insert data of a wrong type in a column. E.g. inserting a non-numeric value in an INTEGER column.

Ogmios
by ogmios
Mon Aug 12, 2002 12:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIPut Call to SQLExecute failed
Replies: 1
Views: 1864

This is an easy one. You should specify the key columns of your table in the ODBC stage. If you do this the columns will appear in the WHERE clause of the delete.

Regards,
Ogmios
Belgium