Search found 7201 matches

by admin
Fri Feb 01, 2002 7:02 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: metastage
Replies: 1
Views: 517

metastage

Hi,

What are the relashionships between pid columns?

is pid a sequential number?



thanks,
Gisela Marques
Novabase
by admin
Fri Feb 01, 2002 2:27 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: compiling all jobs in one shot
Replies: 9
Views: 3514

Hi Celeste, In order to receive the tool, you must join the forum. The link is usually then linked to you within 24 hours. -----Original Message----- From: Celeste Lim (COS-HO-IT) [mailto:celeste@kurnia.com.my] Sent: Thursday, January 31, 2002 11:30 PM To: datastage-users@oliver.com Subject: Re: com...
by admin
Fri Feb 01, 2002 12:39 pm
Forum: Site/Forum
Topic: Free copy of Compile All
Replies: 3
Views: 2720

The link to the Free copy of Compile All is now automatically emailed to new users after they have registered.
by admin
Fri Feb 01, 2002 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CompileAll tool
Replies: 7
Views: 1442

The links to access the CompileAll program are emailed out usually within 24 hours after joining the forum.
by admin
Fri Feb 01, 2002 4:29 am
Forum: Archive of DataStage Users@Oliver.com
Topic: compiling all jobs in one shot
Replies: 9
Views: 3514

hi kim, i tried to goto the website u specified here, but the tool is unavailable. thanks. celeste Kim Duke wrote: > go to www.tools4datastage.com. they have a compileall tool for free. > > -----Original Message----- > From: Muthusamy Karthikeyan [mailto:muthusamy.karthikeyan@db.com] > Sent: Friday,...
by admin
Thu Jan 31, 2002 7:59 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Tools4DataStage Forum
Replies: 0
Views: 518

Tools4DataStage Forum

DataStage Users, A new forum dedicated to DataStage/Ascential users is now available at www.tools4datastage.com/forum. The forum is open to all, and only requires membership for posting. All those who register, will receive a free copy of Compile All for DataStage, a product of the development team ...
by admin
Thu Jan 31, 2002 7:40 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: urgent - not able to login to datastage director
Replies: 1
Views: 731

You should shutdown the uvrpc daemon and before restart, you can execute the command netstat |grep uv to see if there is some connection open with universe. If there is some connection, you can wait that unix timeout close this, or you can kill the proccessare still running. To look for the proccess...
by admin
Thu Jan 31, 2002 6:53 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: urgent - not able to login to datastage director
Replies: 1
Views: 731

urgent - not able to login to datastage director

thanks and regards Sudhir Mahendru CIB/GTO/CTI-Banking Systems Asia-IDMS/IDMS-DataWarehouse (65) 423-7449 ---------------------- Forwarded by Sudhir Mahendru on 01/02/2002 02:51 --------------------------- From: Sudhir Mahendru on 01/02/2002 02:48 To: datastage-users@oliver.com cc: datastage-users@o...
by admin
Thu Jan 31, 2002 3:56 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: [ODBC 20101 driver][20101]ORA-03114: not connected to ORACLE
Replies: 0
Views: 869

[ODBC 20101 driver][20101]ORA-03114: not connected to ORACLE

Hi, Im working with DS 4.0, and now we have an unexplain problem with ODBC, when we try to acess in a DS job, to the ORACLE (version 8.1.6). When we run a job, it stop, with the next message [Ardent][SQL Client][ODBC][MERANT][ODBC 20101 driver][20101]ORA-03114: not connected to ORACLE We check the O...
by admin
Thu Jan 31, 2002 1:13 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: CONSTANT
Replies: 0
Views: 317

CONSTANT

Hi Everybody !

Can I define a Constant in my DataStage Project ?

Thanks.

Ben
by admin
Thu Jan 31, 2002 8:31 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Cant start DS Server on DS 5.1 on Solaris 8 !!!
Replies: 7
Views: 942

Hi Wong and everyone, What Im verifing in the last few week is that yes is like you say, on DS 5.1 by "ps -ef | grep unirpcd" (or "ps -ef | grep ds") you can see just one process running. The problem that you are running in, could depend from a incorrect stop of this service. I met a similar problem...
by admin
Thu Jan 31, 2002 8:24 am
Forum: Archive of DataStage Users@Oliver.com
Topic: ftp transfer from unix box
Replies: 3
Views: 722

Hi Tina, FTP stage may not be the best way to tranfer lots of files if its just "copy" that you are doing and no tranformation or loading to a db. A unix shell script may be more apt; that can be executed remotely (rexec) from a datastge job, either as a before job/stage subroutine or from basic cod...
by admin
Thu Jan 31, 2002 5:59 am
Forum: Archive of DataStage Users@Oliver.com
Topic: simulate a Sybase stored procedure function
Replies: 1
Views: 809

Connecting natively, using Sybase Open Client functions, would involve either: (a) working via the operating system command line via DSExecute (likely to be slower than BCI) and/or shell scripts invoked from the command line via DSExecute (ditto), or (b) calling the Sybase OC functions directly usin...
by admin
Thu Jan 31, 2002 5:52 am
Forum: Archive of DataStage Users@Oliver.com
Topic: simulate a Sybase stored procedure function
Replies: 1
Views: 809

simulate a Sybase stored procedure function

Message to Oliver Hi, I am trying to simulate a Sybase stored procedure function call using a DataStage routine. I dont want to be using BCI as it is slow (Ive tested this), and furthermore, I dont want to call a stored procedure as we are hoping to use DataStage to replace stored procedures. What I...
by admin
Thu Jan 31, 2002 12:57 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Cant start DS Server on DS 5.1 on Solaris 8 !!!
Replies: 7
Views: 942

Hi Giovanni and DS gurus Does that mean that now DS 5.1 has only one process running (unirpcd) when the DS Engine is up unlike previous 4.x. When I did a ps -ef | grep unirpcd it did show that the process is up, and I guess my DS Server is up and running, but the problem is when I tried to connect t...