Search found 653 matches

by ogmios
Wed Feb 04, 2004 1:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple inputs to transformer stage?
Replies: 1
Views: 1331

Re: multiple inputs to transformer stage?

Keep the solution you have. :wink:

If you're not using a correlated subquery which I assume you don't - for a fixed value per job - then that piece of SQL code gets only executed once.

Ogmios
by ogmios
Wed Feb 04, 2004 1:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSWaitForJobList
Replies: 8
Views: 2960

Where do you find DSWaitForJobList in the documentation? I find DSWaitForJob but not the one you use. From the error message I would think DataStage does not think the DSWaitForJobList exists as well.

Ogmios
by ogmios
Wed Feb 04, 2004 12:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Current timestamp in DB2 Stage
Replies: 5
Views: 4166

When generating it from DataStage you don't get the microseconds. You should be lucky to be able to get seconds as smallest measurement in DataStage. :lol: :wink:

Ogmios
by ogmios
Tue Feb 03, 2004 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Current timestamp in DB2 Stage
Replies: 5
Views: 4166

Re: Current timestamp in DB2 Stage

The easiest solution if you want to use the "current timestamp" on the DB2 side is to: * not include the timestamp column in datastage at all * for inserts: have your DBA make the timestamp column: "generated by default as current timestamp" in the DDL (or generated always whatev...
by ogmios
Tue Feb 03, 2004 12:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Uer-defined sql question
Replies: 7
Views: 2904

Try executing your SQL query in the database's own "tool", it may give you a better indication of the error. I don't see anything wrong with it a first sight (it may just be a typo in the column names).

Ogmios
by ogmios
Mon Feb 02, 2004 1:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Experiences with DataStage High Availability?
Replies: 7
Views: 2428

Solaris 8/Sunfire (with a big number :) ). The pictures in the presentation don't look like a representation of the standard DataStage edition: e.g. haven't seen a "player" mentioned elsewhere in the documentation I have (will check with Ascential). Right now I was thinking of rolling our ...
by ogmios
Mon Feb 02, 2004 1:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Experiences with DataStage High Availability?
Replies: 7
Views: 2428

As high available as possible. We already have "high availability" on hardware level, every component is duplicated: when a disk crashes its mirror is automatically used, when a backplane gets broken the machine reboots and automatically switches to a backup backplane. Now customers want t...
by ogmios
Mon Feb 02, 2004 12:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Experiences with DataStage High Availability?
Replies: 7
Views: 2428

Experiences with DataStage High Availability?

Does anyone have experiences with DataStage High Availability on Solaris UNIX Machines? Has anyone already implemented the failover scripts that are shown in the "DataStage Operator Tips Tricks Final Version Customers.ppt" in the files section of http://developernet.ascential.com ? And do ...
by ogmios
Mon Feb 02, 2004 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving from temp tables to Warehouse
Replies: 4
Views: 1801

Aaaaaah, so what you try to do is to launch queries via DataStage but for the rest don't use DataStage. It would work but it's not really the way to use DataStage. You won't be able to see e.g. from the log files how many real rows were processed. It should work and since the insert and delete are n...
by ogmios
Mon Feb 02, 2004 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving from temp tables to Warehouse
Replies: 4
Views: 1801

Re: Moving from temp tables to Warehouse

Hi Folks, I need to move records from temp table to the final table. Can you suggest a good approach so that I can move data from temp table to warehouse and then delete from the temp table. I would prefer not to pull the records into ascential's memory and at the same time would need to keep the i...
by ogmios
Mon Feb 02, 2004 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with plugin shared libraries in 4.11b on HP-UX 11.0
Replies: 8
Views: 3333

Re: Problems with plugin shared libraries in 4.11b on HP-UX

Look whether you have a link called .dslibs in the / on your system, it should be there.

This should point to the /"..."/Ascential/DataStage/branded_odbc/lib directory where "..." is wherever you installed DataStage to. It should not point to a dummy directory.

Regards,
Ogmios
by ogmios
Sun Feb 01, 2004 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installing DS 7 not using root
Replies: 10
Views: 3793

ALWAYS use root to install DataStage (on UNIX). When using root it will put some suid bits on the binaries which allow Datastage to switch the user ids of the DataStage jobs that it executes to the user id you run the job with. It will also allow the engine to run with a little bit of extra privileg...
by ogmios
Sat Jan 31, 2004 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Synchronization error Resource
Replies: 1
Views: 767

Re: Synchronization error Resource

Have a look at a previous discussion: viewtopic.php?t=84050

The quick solution is to do a "Clear Statusfile".

Regards,
Ogmios
by ogmios
Fri Jan 30, 2004 7:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datstage import problems
Replies: 10
Views: 2522

Strange, normally either the "Do not timeout" is switched on (and the "seconds" are greyed out) or the "Do not timeout" is switched off (and the "seconds" are changeable). Are you sure you're logged on as DataStage administrator? Were you in the meantime alrea...