Search found 7201 matches

by admin
Fri Apr 12, 2002 10:17 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Universe services are not seen in the window
Replies: 6
Views: 1475

Go to Windows Control Panel - open the Services applet. Start the UniRPC service, the UniVerse resource service, the UniVerse telnet service and the UniVerse REXEC service. Alternately, use the net start command at a DOS prompt. net start universe net start unirpc net start uvtelnet net start hsrexe...
by admin
Fri Apr 12, 2002 10:02 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Universe services are not seen in the window
Replies: 6
Views: 1475

it is datastage ver 4.2 On Fri, 12 Apr 2002 derick j JOSE wrote : >Hi , > DataStage Universe servces are not seen in the window >for starting and stopping all services after rebooting the NT >machine.We are not able to connect from the client machines.Can >any body help me? > >Regds >Tina >
by admin
Fri Apr 12, 2002 9:36 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Universe services are not seen in the window
Replies: 6
Views: 1475

What release of DataStage?

Ray Wurlod
Trainer, Asia-Pacific region
IBM Informix Education Department
Level 22, 6 City Road
Southbank, Vic, 3006
Australia
Telephone: +61 3 9626 6624
Facsimile: +61 3 9626 6622
Email: wurlodr@au1.ibm.com
by admin
Fri Apr 12, 2002 8:18 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Connecting DS5.1 to DB2/400
Replies: 0
Views: 415

Connecting DS5.1 to DB2/400

> HI,
> I would like to know, can we connect DS5.1 and extract data from
> DB2/400 V3R7 using Client Access/400 V3R1? Rgds,
> Surja
by admin
Fri Apr 12, 2002 8:04 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Antwort: Antwort: Antwort: Oracle ROWID
Replies: 1
Views: 557

Antwort: Antwort: Antwort: Oracle ROWID

This is a topic for an orphaned message.
by admin
Fri Apr 12, 2002 8:04 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Antwort: Antwort: Antwort: Oracle ROWID
Replies: 1
Views: 557

David, Replication between different Versions ist mostly tricky and not supportet (7.3.4 -> 8i testet, but slowdown extremly the master site ). When you use replication you have many depencies between source and target database (alter table ..., maintenance time ). The pros and cons let use distance...
by admin
Fri Apr 12, 2002 7:03 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Universe services are not seen in the window
Replies: 6
Views: 1475

Universe services are not seen in the window

Hi ,
DataStage Universe servces are not seen in the window for
starting and stopping all services after rebooting the NT
machine.We are not able to connect from the client machines.Can
any body help me?

Regds
Tina
by admin
Thu Apr 11, 2002 9:05 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Antwort: Antwort: Oracle ROWID
Replies: 2
Views: 1696

Udo, It is my understanding that materialised views are the same as snapshots in 8i. We are currently considering master replication and snapshot replication as options. Both of these are actually implemented with "internal" triggers. One thing that concerns me is that the source system is currently...
by admin
Thu Apr 11, 2002 8:47 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Multiple SQL statements with OCI8
Replies: 2
Views: 742

Except that the before and after SQL run once for the stage, not once per row, so this probably does not solve Pierre-Andres problem. I dont know if it is the case in 4.0, but back in 3.5, it appeared that one could only supply multiple SQL statements that matched the predefined combinations. Eg: UP...
by admin
Thu Apr 11, 2002 6:09 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Multiple SQL statements with OCI8
Replies: 2
Views: 742

Pierre, Use the Before and after tabs in the Oci9 stage. I used them for my job and it worked. - sandeep "Folot, Pierre-Andre" cc: (bcc: Sandeep Trivedi/FIRNY/NorthAmerica/MCKINSEY-EXTERNAL) 04/09/2002 02:55 PM Subject: Multiple SQL statements with OCI8 Please respond to datastage-users Hi, The docu...
by admin
Thu Apr 11, 2002 1:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running A Job
Replies: 3
Views: 675

This sounds like it may be a Unix permissions problem. I also ran into this situation once where the localhost address was different than 127.0.0.1.
by admin
Thu Apr 11, 2002 10:39 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Antwort: Antwort: Oracle ROWID
Replies: 2
Views: 1696

Antwort: Antwort: Oracle ROWID

This is a topic for an orphaned message.
by admin
Thu Apr 11, 2002 10:39 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Antwort: Antwort: Oracle ROWID
Replies: 2
Views: 1696

Hallo David, we use LogMiner to extract the delta from the production systems RedoLogs and use this information to load our staging area (dayly basis). But you need some time to analyze the Redolog depends from the art of transaction. On the other site you dont decrease the performance of the produc...
by admin
Thu Apr 11, 2002 6:58 am
Forum: Archive of DataStage Users@Oliver.com
Topic: DataStage query
Replies: 3
Views: 675

Do you use the ORAOCI8 stage? If so there could be some issues that will necessitate fairly thorough testing. It matters which minor release you are going to, as there are quite a few releases of 4.2. Regarding list registration - I see you are using Outlook Express. There should be an option to loo...
by admin
Thu Apr 11, 2002 6:19 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Antwort: Oracle ROWID
Replies: 1
Views: 713

Thanks Udo. Yes, I found the same thing - that it imports as varchar(10) but needs to be increased. Glad to hear that someone else is also doing this. In my case, it increased the rows per second by about 35%. Nicholas raised a valid point about the possibility of the table changing. In my case, I t...