Search found 7201 matches

by admin
Mon Jan 14, 2002 6:04 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Security recommendations for developer groups
Replies: 0
Views: 447

Security recommendations for developer groups

We have multiple developer groups for DataStage 5.1 and wanted to secure our environment so each group would not impact the others. ie. one group cannot modify/delete objects from anothers project. The issue Ive got is the DS 5.1 install recommends all DataStage users belong to the same group as the...
by admin
Mon Jan 14, 2002 12:29 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Importing jobs using UNIX script
Replies: 0
Views: 498

Importing jobs using UNIX script

Has anyone managed to create a script to import jobs using a UNIX script or DS routine similar to the functionality provided by the dsimport.exe command ? regards, Peter NOTICE This e-mail and any attachments are confidential and may contain copyright material of Macquarie Bank or third parties. If ...
by admin
Sun Jan 13, 2002 4:28 am
Forum: Archive of DataStage Users@Oliver.com
Topic: ds_loadlibrary: error in dlopen on DataSateg 5.1 on UNIX
Replies: 6
Views: 1085

Did you edit the dsenv file (or whatever it is called now as I think it was renamed in 5.1) to include the ORACLE_HOME envirnoment variable and the Oracle shared libraries in the servers path? It should have copied your original file to a new name during the upgrade (check the readme), you can get y...
by admin
Sat Jan 12, 2002 8:10 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: ds_loadlibrary: error in dlopen on DataSateg 5.1 on UNIX
Replies: 6
Views: 1085

ds_loadlibrary: error in dlopen on DataSateg 5.1 on UNIX

Hi there, I wuld like to submit you a question on a problem that Ive found installind DataStage on Sun Solaris box. Ive installed DataStage 5.1 on Sun Solaris box with Oracle 8.1.7 and the jobs that use ORAOCI8 plug-in Abort with the following message: ds_loadlibrary: error in dlopen of oraoci8.so -...
by admin
Fri Jan 11, 2002 9:28 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: For anyone who has upgraded to 5.1 on Unix
Replies: 4
Views: 773

For anyone who has upgraded to 5.1 on Unix

Preferably Compaq Tru64 against Oracle databases, but Im guessing my concerns could apply across other flavors of Unix... and databases. We are planning our migration from 4.2.1r8 to 5.1 on a Compaq Tru64 Cluster and have some concerns over some of the new prerequisites for this version. I was wonde...
by admin
Fri Jan 11, 2002 6:37 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Abnormal Termination
Replies: 8
Views: 2213

I am currently running Datastage 4.0 and also have a continuing problem with this error message. My team has sent this problem into the users group several times over the last 3-4 months and have not been able to get the issue resolved. If anyone has any suggestions as to how to correct this, please...
by admin
Fri Jan 11, 2002 3:16 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Hash Files Record Count
Replies: 1
Views: 472

Another way to do a count on hash files is by opening administrator. hi-light the project that the hash file pertains to and click on command. Here you just type: count hash file name This only works at this command prompt for hash files that happen to be stored in the project directory only. Stashi...
by admin
Fri Jan 11, 2002 3:16 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Hash Files Record Count
Replies: 1
Views: 472

Hash Files Record Count

This is a topic for an orphaned message.
by admin
Fri Jan 11, 2002 3:10 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Abnormal Termination
Replies: 8
Views: 2213

I also have experienced problems with certain jobs aborting with abnormal termination of certain stages. I dont quite understand what these message imply only because these are jobs I run all the time and out of no where they will abort. I was informed by a Datastage tech support person that this wo...
by admin
Fri Jan 11, 2002 4:18 am
Forum: Archive of DataStage Users@Oliver.com
Topic: DataStage jobs stopped running and client inaccessible
Replies: 3
Views: 4474

At 12:01 PM 1/11/02 +0800, you wrote: >Hi David, > >Thanks very much for your suggestion. Following that we were able to >solve our problem by changing the permission of the following directory >/DataStage/Ardent/uv/catdir/*DataStage*DSR from 664 to 666. > >However, we are not able to determine whet...
by admin
Fri Jan 11, 2002 4:01 am
Forum: Archive of DataStage Users@Oliver.com
Topic: DataStage jobs stopped running and client inaccessible
Replies: 3
Views: 4474

Hi David, Thanks very much for your suggestion. Following that we were able to solve our problem by changing the permission of the following directory /DataStage/Ardent/uv/catdir/*DataStage*DSR from 664 to 666. However, we are not able to determine whether that directory permission was originally 66...
by admin
Thu Jan 10, 2002 9:18 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Hash file records count
Replies: 2
Views: 649

Dont forget the ending ; Or you can use the Retrieve command > COUNT hs_file_name (No semicolon at the the end on that form.) Regards, Clif Thursday, January 10, 2002, 10:22:27 AM, lfrumke@sears.com wrote: > YN, > Just use a regular select statement in UniVerse, i.e. > select count(*) from hs_file_n...
by admin
Thu Jan 10, 2002 6:22 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Hash file records count
Replies: 2
Views: 649

YN, Just use a regular select statement in UniVerse, i.e. select count(*) from hs_file_name Leonid YN on 01/10/2002 12:03:30 PM Please respond to To: datastage-users@oliver.com cc: Subject: Hash file records count Hi All, I wanted to know how to count the number of records in a hash file. Much appre...
by admin
Thu Jan 10, 2002 6:03 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Hash file records count
Replies: 2
Views: 649

Hash file records count

Hi All,

I wanted to know how to count the number of records in
a hash file.

Much appreciated.

Thanks,

YN

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/
by admin
Thu Jan 10, 2002 11:42 am
Forum: Archive of DataStage Users@Oliver.com
Topic: How to include source coding
Replies: 1
Views: 362

Or, if you want to keep your code in its own directory (separate from DataStage code but still within the project directory), create it like this in DataStage Administrator: CREATE.FILE MYINCLUDEDIRECTORY 19 This has to be done for each project. When editing or migrating code, you can place it in th...