Search found 594 matches

by rameshrr3
Thu May 10, 2007 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accesing Multiple Oracle Instances
Replies: 7
Views: 2196

Wonder of wonders I set Remote Server to 'DNYSOPH3' and was able to view data :P . While running the job , im getting the 2 following 'fatal' errors Oracle_Enterprise_0: GenericQuery:esqlErrorHandler Prepare failed for: GenericStmt_5 query is: select count(*) from sys.gv_$instance sqlcode is: -942 e...
by rameshrr3
Thu May 10, 2007 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accesing Multiple Oracle Instances
Replies: 7
Views: 2196

Im using a Solaris SMP system. I want one Ora Enterprise stage to connect to Only one remote Oracle SID as defined in TNSNAMES.ORA. On the same note i will need to access other SID's using additional OraEnt stages. my TNS Names contains the following entry DNYSOPH3 = (DESCRIPTION = (ADDRESS = (PROTO...
by rameshrr3
Wed May 09, 2007 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accesing Multiple Oracle Instances
Replies: 7
Views: 2196

Accesing Multiple Oracle Instances

How can i access multiple remote oracle database instances(all of the same version 10g) using Oracle Enterprise stage plug in ? To my knowledge , only one ORACLE_SID is accesible in Oracle Enterprise stage. The 'SID' is NOT a connection option in the Oracle Enterprise stage also.

Thanks
Ramesh
by rameshrr3
Wed May 09, 2007 2:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs Locked (accessed by another User )
Replies: 12
Views: 7726

Not if the lock is owned by an abnormally disconnected process. That's when you need the UNLOCK command on the server.
Just wondering if having dsdlockd running can resolve locks left over by such disconnected
processes? Any idea/experience with this one?





Thanks
Ramesh
by rameshrr3
Fri May 04, 2007 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator Totals Mismatch
Replies: 4
Views: 1680

Aggregator Totals Mismatch

Hi Im pretty sure that this has been discussed before, but my searches arent showing any threads. Im trying to aggregate a flat file column that has 8000+ records. This column is defined as FLOAT. (Business expects data with variable number of digits after decimal point). The source data is a delimi...
by rameshrr3
Wed Apr 25, 2007 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wrapper Stage
Replies: 12
Views: 3565

I have used wrapped stages with Non -File inputs. Dont think that should be the issue.

Thanks
Ramesh
by rameshrr3
Wed Apr 25, 2007 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Icon Not Displaying
Replies: 2
Views: 887

The issue is resolved . I installed the datastage client patch for Windows XP SP 2 , and now im able to see all the icons that i want.

Thanks
Ramesh
by rameshrr3
Tue Apr 24, 2007 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Icon Not Displaying
Replies: 2
Views: 887

Stage Icon Not Displaying

I have created a wrapped stage( on an unix command) and tested it . It works just great. However , im not able to see the stage with the bitmap icon that I have assigned to it :( ( for both 32*32 and 16*16 bitmaps). Anyone experienced this problem? Any help is appreciated. Thanks in advance Ramesh
by rameshrr3
Thu Apr 19, 2007 3:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to clean a hash partitioned?
Replies: 8
Views: 2710

I was always curious as to where documentation on distributed files is kept? Remember having seen a mention of it in the Hash Stage disk caching guide.
Is a distributed(hash) file also known as type 27?


Thanks
Ramesh
by rameshrr3
Thu Apr 12, 2007 2:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage on Unix vs Datastage on Windows
Replies: 4
Views: 3011

Windoze might be better for RPG.

Im not so familiar with most computer games, though i believe its one of the reasons Windoze is popular. For Datastage I'd personally stick to various flavors of UNIX. I worked with DS on windoze for about 3 years and on Unix for 2 years , all great development work however took place with Unix vers...
by rameshrr3
Thu Apr 05, 2007 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is anyone using Server 7.5.2 on HP-UX without issue?
Replies: 6
Views: 1788

Might as well be an issue related to chip speed. Revisiting the administrator guide might help. Search too had a few things to say about it I guess, though you might be familiar with that.
by rameshrr3
Thu Apr 05, 2007 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is It possible to set the e-mail notification to two user
Replies: 3
Views: 1995

That reminds me of a prank once done using data stage: Sending in a resignation letter by using a valid 'From Address'.
by rameshrr3
Thu Apr 05, 2007 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a Hyperion / Essbase job be launched from DataStage?
Replies: 4
Views: 2374

'Business Requirements' would most probably be the answer.
by rameshrr3
Wed Apr 04, 2007 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS 7.5 has new capability to run sequencer from the Middle
Replies: 4
Views: 2198

Yes It Does, search the forum for "checkpoint". If you want the sequencer to run from the start , you will have to reset it , or else it will run from the first point of failure it encountered. In the sequencer properties you will find the following option " Add checkponts so that seq...
by rameshrr3
Mon Mar 26, 2007 10:01 am
Forum: General
Topic: UNIX Forums
Replies: 8
Views: 3331

The "Unix Programming Environment" by Brian W. Kernighan and Rob Pike is my all time favorite, it pays attention to the small things we generally tend to overlook.