Search found 653 matches

by ogmios
Fri Jan 30, 2004 1:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UNIX dsapi_slave
Replies: 13
Views: 12077

Re: Do Slave Zombies effect performance?

I've seen it happen that "slave zombies" cause performance problems. You can see this e.g. by checking via 'ps -ef' how many 'CPU seconds' are being used by a slave process. Not all of the slaves show this behaviour but it seems some slaves keep processing stuff after a client session has ...
by ogmios
Fri Jan 30, 2004 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: View Log Director on Web
Replies: 1
Views: 519

Re: View Log Director on Web

There's no "native" integration of DataStage with the web (at least not in the current version). There's also no easy way of making the integration yourself. I'm sure it's possible but it will take you a lot of time to realize it. Now a plug for Kim Duke :wink:, there's additional software...
by ogmios
Fri Jan 30, 2004 4:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS and Oracle Sequences
Replies: 5
Views: 2141

Re: DS and Oracle Sequences

__SS__ wrote:Hello

I'm trying to use an oracle sequnce on a ORAOCI9 stage, but i get this fatal:

ORA-01036: illegal variable name/number.

Some can help me?

Ty
__SS__
What are you trying to do, what's the SQL query being executed, ...?

Ogmios
by ogmios
Thu Jan 29, 2004 6:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datstage import problems
Replies: 10
Views: 2522

Re: datstage import problems

deep wrote:How do i clean up.
The way i know is to use DS TOOLS.Do you have any other suggestions.

Thanks!
I usually have everyone log out and do cleanup via DataStage administrator but via DS TOOLS it should also work. In any case try bouncing (stopping/starting) Datastage server.

Ogmios
by ogmios
Thu Jan 29, 2004 5:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datstage import problems
Replies: 10
Views: 2522

Re: datstage import problems

Can be several things, seen it on several occasions: A few things to try (in order): * Reboot the system your Datastage client is running on and try it again; * Bounce the Datastage Server and do a cleanup of the projects; * Check whether no-one erased part of your DataStage Server installation. Reg...
by ogmios
Thu Jan 29, 2004 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL dates and DS
Replies: 5
Views: 1403

Re: SQL dates and DS

Some stages as the DB2 stage want input/output in 'internal format" for dates, while ODBC stages use "string" input/output. So not sure as I don't have datastage access right now but I would switch the "format"s as: oconv(iconv(Input.Update_Date, "D/MDY[2,2,4]"), &...
by ogmios
Thu Jan 29, 2004 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PX Jobs can not compile on HP-UX, Need help!!!
Replies: 3
Views: 1057

Re: PX Jobs can not compile on HP-UX, Need help!!!

Do you have a proper C++ compiler installed? HP comes default installed with a "small" compiler that can only be used to rebuild the kernel.

Regards,
Ogmios
by ogmios
Thu Jan 29, 2004 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Probleme 2 links in the same table on DB2
Replies: 7
Views: 2489

"It's not our error, it's the error of the guy behind the tree" ... funny :D. At our site we're still on DB2 V7.2 fixpack 9 which still has the "problem", and we didn't find another workaround. By the way splitting the job in 2 jobs will be faster if you can select the update/ins...
by ogmios
Thu Jan 29, 2004 1:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL dates and DS
Replies: 5
Views: 1403

Re: SQL dates and DS

Which kind of database stage generates the error? There are huge differences between the different kind of stages.

Ogmios
by ogmios
Thu Jan 29, 2004 4:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file Size greater than 2 GB
Replies: 3
Views: 1800

Re: Hash file Size greater than 2 GB

Can we have hash file whose size exceeds 2GB by any means. Need expert comments. No expert on hashfiles, but it can be done. The "size problem" is because of 32bit pointers used internally in hashfiles which is usually the default compared to using 64bit pointers. You can specify this whe...
by ogmios
Wed Jan 28, 2004 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Probleme 2 links in the same table on DB2
Replies: 7
Views: 2489

Re: Probleme 2 links in the same table on DB2

Funny T.J. I have been DB2 administrator long enough to know the SQL codes out of my head, SQL00911N is something as "transaction rolled back because of deadlock or timeout". I never fully understood why transactions are implemented the way they are in DataStage, or maybe it's just a DB2 t...
by ogmios
Wed Jan 28, 2004 5:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Any other option to minimise look ups
Replies: 4
Views: 1572

Re: Any other option to minimise look ups

My 2 cents would be to try to get your lookups included in the input query (calculating the data in the database not via DataStage). I only use database lookups or hashfiles for very large dimensions that are in other databases as the input-query. In 75% of the cases a properly tuned database will o...
by ogmios
Tue Jan 27, 2004 6:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Probleme 2 links in the same table on DB2
Replies: 7
Views: 2489

Re: Probleme 2 links in the same table on DB2

First of all this site is English only, translating forth and back between languages for a lot of mails would be difficult. Now for your problem (in English): You have a deadlock error when using "2 lines", transactions are pretty tricky in DataStage... but you get used to them. Probably y...
by ogmios
Tue Jan 27, 2004 6:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Probleme 2 links in the same table on DB2
Replies: 7
Views: 2489

Re: Probleme 2 links in the same table on DB2

Liberal translation... for as for as my French goes: Excuse me but that I don't write in English In my job I have 2 lines going to the same table (plugin DB2). Insert/Update ---------> T1 => Constraint ==> CODE = 1 Delete------------------> T1 => Constraint ==> CODE <> 1 This error provokes an SQL00...
by ogmios
Tue Jan 27, 2004 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling database rejects for db2 api stage
Replies: 10
Views: 6771

The DB2 stage will happily continue on serious errors, it will only issue warnings even e.g. when the tablespace you're trying to write to is full, as long as I know DataStage the error handling of the DB2 stage is not as good as an ODBC stage. So I prefer to use an ODBC stage when writing to DB2. O...