Search found 7201 matches

by admin
Mon Jun 24, 2002 11:07 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Using FTP in DS OS/390
Replies: 1
Views: 540

Using FTP in DS OS/390

Hi,

In DS OS/390, when we using te FTP, we can transfer files from Mainframe to NT or Unix ?

With best regards
Rui Soares
by admin
Mon Jun 24, 2002 11:05 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Memory utilization
Replies: 2
Views: 632

Hello Sameh Bishara Usually when Im trying to see the load of a job on a UNIX system, provided no one else is logged in Im able to issue a SAR 10 10 This gives me resource usage as the job progresses. Remember your Datastage administrator will give you project specific memory usage for hash files. I...
by admin
Mon Jun 24, 2002 6:30 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Update and insert
Replies: 4
Views: 32216

Thank you for all of the opinion, i have successfully update and insert the data after remove the keyword "LIMIT"..... David Barham wrote: > What is the name of the table you are inserting into? Check the table > name field in the ODBC stage link properties. > > Im not sure if you were trying to hav...
by admin
Mon Jun 24, 2002 6:07 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Update and insert
Replies: 4
Views: 32216

Hi, Looks like LIMIT is a keyword and is expecting parameters when you r using it the second time. LIMIT(ACODE, SERIES, LIMIT, OUTST, ...) ^^^ ^^^ Regards, A. -----Original Message----- From: Peggy Lee Pei Kee (COS-HO-IT) [mailto:peggylee@kurnia.com.my] Sent: Monday, June 24, 2002 7:53 AM To: datast...
by admin
Mon Jun 24, 2002 6:05 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Update and insert
Replies: 4
Views: 32216

What is the name of the table you are inserting into? Check the table name field in the ODBC stage link properties. Im not sure if you were trying to have a space in the table name "CNOTE LIMIT" or is the table name simply "CNOTE", in which case I would remove the word "LIMIT" which appears to be in...
by admin
Mon Jun 24, 2002 5:57 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Update and insert
Replies: 4
Views: 32216

You have a carriage return/line feed after the "SERIES" column. Delete the CR/LF and the error should stop. Chris. Quoting "Peggy Lee Pei Kee (COS-HO-IT)" : > Hi, Im using DataStage 4.0 . my objective is to update and insert > data into a table in SQL database. I have use ODBC stage and choose > upd...
by admin
Mon Jun 24, 2002 2:22 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Update and insert
Replies: 4
Views: 32216

Update and insert

Hi, Im using DataStage 4.0 . my objective is to update and insert data into a table in SQL database. I have use ODBC stage and choose update existing or insert new rows action, an error message occur as below. Does anyone face this problem before? Pls advise thank you. CNOTELIMIT.CTransformerStage17...
by admin
Mon Jun 24, 2002 1:53 am
Forum: Archive of DataStage Users@Oliver.com
Topic: DataStage CPU utilisation
Replies: 0
Views: 407

DataStage CPU utilisation

Hi everyone, do anyone have a way of measuring resources used by a batch job string or datastage jobs like CPU utilization? Having to justify for more CPU purchases over here. thanks ____________________________________________________________________ Visit us at www.singaporeair.com _______________...
by admin
Sun Jun 23, 2002 8:02 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Memory utilization
Replies: 2
Views: 632

Memory utilization

Hi everybody, Do any one know hoe I can measure the memory utilization done by a job. this job contains oracle plugins, hash files, sequential files. with all the write cache option enabled, and the preload file to memory option enabled and with the maximum array size and transaction size? Thanks an...
by admin
Fri Jun 21, 2002 6:51 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Cannot unistall DataStage on NT and 2000
Replies: 3
Views: 583

Shawn, This is what you get for moving those computers all over the Starbucks building. Are you sure you clicked the workstation only check box when you installed it? If you didnt then you will need to create a user id on your box with admin priveleges and then uninstall it. I really hate you guys f...
by admin
Fri Jun 21, 2002 5:19 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Cannot unistall DataStage on NT and 2000
Replies: 3
Views: 583

Thanks for the information, I ended up creating a local account to my NT box that had administrator rights and was able to uninstall DataStage when logged in under that account. The whole thing is a little odd since I installed it with my Domain account. Shawn -----Original Message----- From: Himans...
by admin
Fri Jun 21, 2002 5:04 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Cannot unistall DataStage on NT and 2000
Replies: 3
Views: 583

if youre on a network and installed using network admin role, then you may need to try logging in as the network admin and try the uninstall -----Original Message----- From: Shawn Ramsey [mailto:SRamsey@starbucks.com] Sent: Friday, June 21, 2002 1:00 PM To: datastage-users@oliver.com Subject: Cannot...
by admin
Fri Jun 21, 2002 5:00 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Cannot unistall DataStage on NT and 2000
Replies: 3
Views: 583

Cannot unistall DataStage on NT and 2000

All,

I have DataStage installed on my PC for a training class and cannot uninstall it even though I am the local admin for the box. When I go to uninstall I get that I dont have the rights to uninstall DataStage server.

Shawn
by admin
Fri Jun 21, 2002 4:00 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Upgrade datastage from 4.0 to 5.2 problems
Replies: 5
Views: 896

David, in order to accelerate a 1 to many lookup for slowly changing dimensions, we were rolling up into a hash file the natural key, start date, and surrogate key. Our primary key on the hash was natural key, and then attribute 1 was a multivalue array of start dates, and attribute 2 was a multival...
by admin
Fri Jun 21, 2002 3:36 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Upgrade datastage from 4.0 to 5.2 problems
Replies: 5
Views: 896

Do you call up any routines from the Lookup transform? Ive had an abnormal termination problem before and it was fixed with help from Ascential tech support in Sydney. DataStage 5.2 passed arguments to routines by reference and not by value, if a routine makes changes to that argument it can cause t...