Search found 7201 matches

by admin
Mon Jan 28, 2002 12:43 am
Forum: Archive of DataStage Users@Oliver.com
Topic: How to find out who is logged in?
Replies: 4
Views: 844

The easiest way is to look at the lock table. If you have Cleanup Job Resources enabled in director the locks are in the bottom pane (make sure "show all" is selected), otherwise use the Administrator clients Command window or a telnet session to the server and execute the command LIST.READU. Every ...
by admin
Sat Jan 26, 2002 1:48 am
Forum: Archive of DataStage Users@Oliver.com
Topic: How to find out who is logged in?
Replies: 4
Views: 844

=========================================================================== IMPORTANT NOTICE: This communication, including any attachment, contains information that may be confidential or privileged, and is intended solely for the entity or individual to whom it is addressed. If you are not the int...
by admin
Sat Jan 26, 2002 1:26 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Object Permissions
Replies: 5
Views: 1149

Ben umask 002 in /etc/profile does not work. The /etc/profile is only executed if you telnet into UNIX and are running /bin/sh or /bin/ksh. You can set a global umask in most UNIX kernels. You can do this in most sysadmin menus like SAM. SMIT on AIX does this a little differently. I would have to ca...
by admin
Sat Jan 26, 2002 1:25 am
Forum: Archive of DataStage Users@Oliver.com
Topic: How to find out who is logged in?
Replies: 4
Views: 844

Scott If you are on UNIX then ps -ef | grep uv will give most of the Universe processes. Do NOT kill these processes with -9. You have to telnet into Universe to do this. You need to LOGTO the project to do most admin commands. There is a Universe command called DSTOOLS to do most things. The relati...
by admin
Fri Jan 25, 2002 11:49 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: compiling all jobs in one shot
Replies: 9
Views: 3514

Please DO NOT POST ATTACHMENTS to the list!

Regards,

Clif


Friday, January 25, 2002, 1:30:13 AM, Muthusamy Karthikeyan wrote:

> have used the toos to complile all the jobs .. At the end of the
> compilation, the following error pooped up.
by admin
Fri Jan 25, 2002 10:29 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Again...Abnormal termination
Replies: 4
Views: 739

Does it give any more information than "Abnormal Termination"? This isnt much to go by. Can you give any more information about your job? -----Original Message----- From: Nuno Pimenta [mailto:nuno.pimenta@tmn.pt] Sent: Saturday, 26 January 2002 12:26 AM To: _LIST-DataStage (E-mail) Subject: Again......
by admin
Fri Jan 25, 2002 6:15 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: How to find out who is logged in?
Replies: 4
Views: 844

How to find out who is logged in?

In NT DataStage (5.1) is there an easy way to see if any developers are currently in DataStage? (like through dsjob or the command interface via the Administrator.) Also, is there a list of Administrator commands and how to use them?

Thanks,

Scott
by admin
Fri Jan 25, 2002 5:12 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: ds_loadlibrary: error in dlopen on DataSateg 5.1 on UNIX ( A
Replies: 2
Views: 943

You need to add the Oracle libraries to the library path. Set the Oracle home and *then* set the libpath. It would look more like this: #PLATFORM SPECIFIC SECTION ORACLE_HOME=/ora817; export ORACLE_HOME LIBPATH=$dshome/lib:/.dslibs:$ORACLE_HOME/lib:$LIBPATH; export LIBPATH PATH=.:/ora817/bin:$PATH; ...
by admin
Fri Jan 25, 2002 4:50 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Upgraded to 5.1
Replies: 0
Views: 427

Upgraded to 5.1

Hi all We have just upgraded to version 5.1 of datastage, but are experiencing problems with the InformixCLI plug-ins. The problem is that they do not initialise when called on with manager. The specs of our system: IBM AIX vers 4.3 Datastage 5.1 Informix Client SDK 2.4 We did read that the readme.t...
by admin
Fri Jan 25, 2002 3:17 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Again...Abnormal termination
Replies: 4
Views: 739

But the table have no indexes. Can you give me more tips? Nuno Pimenta > -----Original Message----- > From: Michael Feckler [mailto:mfeckler@onelink.com] > Sent: sexta-feira, 25 de Janeiro de 2002 14:44 > To: datastage-users@oliver.com > Subject: Re: Again...Abnormal termination > > > Is the table y...
by admin
Fri Jan 25, 2002 2:43 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Again...Abnormal termination
Replies: 4
Views: 739

Is the table your writing to indexed with any keyed fields? If it is, the transaction has to be 1. Nuno Pimenta wrote: > Hi all, > > Its the second time that i post this question. > > If i set in ORAOCI8 to 1 it works nice, but > when i change that for one value greater than 1, it aborts with the > ...
by admin
Fri Jan 25, 2002 2:39 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Object Permissions
Replies: 5
Views: 1149

I try to set umask 002 in /etc/profile ... and I have already the problem. I have Solaris 5.8. Maybe another file to change ??? Ben "Kim Duke" cc: (bcc: Benoit Murray/MTL/DMR/CA) Subject: RE: Object Permissions 24-01-2002 23:11 Please respond to datastage-user s Ben DS jobs run as phantoms. The umas...
by admin
Fri Jan 25, 2002 2:25 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Again...Abnormal termination
Replies: 4
Views: 739

Again...Abnormal termination

Hi all,

Its the second time that i post this question.

If i set in ORAOCI8 to 1 it works nice, but when i change that for one value greater than 1, it aborts with the message "Abnormal termination". Im running DataStage 5 with Oracle 8i.

Anyone can hel me?

Nuno Pimenta
by admin
Fri Jan 25, 2002 10:27 am
Forum: Archive of DataStage Users@Oliver.com
Topic: ds_loadlibrary: error in dlopen on DataSateg 5.1 on UNIX ( A
Replies: 2
Views: 943

have installed the datastage 5.1 on a new AIX ( 4.3.3) node..And imported the jobs from development version 3.6. and have compiled the jobs . jobs use oraoci8 stage ( oracle 8.1.7 ) . while running the same, im getting the following error. ============================================================...