Search found 7201 matches
- Wed Nov 07, 2001 10:38 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: FW: Bug ?
- Replies: 4
- Views: 764
The jobs will abort if you specify "Abort after NN warnings" in the properties of "Run Job" in Director. The default is set to 50 IIRC. This is not a bug. Regards, Anthony Corrente. --- Dirk Moolman wrote: > I logged a case with Tech Support for this - cant figure it out. > > I add the line "DISABLE...
- Wed Nov 07, 2001 9:33 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Bug ?
- Replies: 2
- Views: 607
I logged a case with Tech Support for this - cant figure it out. I add the line "DISABLE_INFO=YES" to the rbodbc32.ini file, and all jobs are fine accept one. When I remove this line, all jobs abort with too many warnings being displayed. The funny thing is that the warnings arent errors, just messa...
- Wed Nov 07, 2001 8:01 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Reading RTF Data
- Replies: 1
- Views: 1128
Reading RTF Data
Hi all, I have a requirement to read data present in thousands of RTF docs to a database. The data in formatted in the files, such that one record is structured over 1 page. I wonder if i can read it through datastage. Needless to say, I cannot open each file and save it as a sequential file. I trie...
- Wed Nov 07, 2001 6:49 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Inter-job delays
- Replies: 4
- Views: 1079
The reason I specifically mentioned NT is I believe that the way NT handles attempts to access locked files causes excessive delays to the job close down when there are a lot of jobs running with lots of active stages. In my early DataStage days, when running a dozen or so short jobs at the same tim...
- Wed Nov 07, 2001 6:34 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Inter-job delays
- Replies: 4
- Views: 1079
Unix also has a &PH& directory - just dont know if it will have the same affect. Tech Support e-mailed me a procedure the other day on how to clean up this directory in Unix. I quote the e-mail: "As per our phone conversation, these are the instructions to clear the &PH& directory: 1) Open DS Admini...
- Wed Nov 07, 2001 6:30 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: NT ?
- Replies: 5
- Views: 882
Thank you Jack, I appreciate the reply. I will have a look at this. Have a nice day Dirk -----Original Message----- From: Jack Luchjenbroers [mailto:jack@luchjenbroers.com] Sent: Wednesday, November 07, 2001 6:32 PM To: datastage-users@oliver.com Subject: Re: NT ? Dirk, There is a file .uvconfig (wh...
- Wed Nov 07, 2001 4:12 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Inter-job delays
- Replies: 4
- Views: 1079
How do you measure the 10-12 seconds? Much of the "delay" between the finish of the final active stage and the finish of the job is involved in closing things - either files or connections to databases. Close is an expensive operation, since it has to update the date/time accessed (and, possibly, da...
- Wed Nov 07, 2001 4:11 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: NT ?
- Replies: 5
- Views: 882
Dirk, You have just installed the NT version of Datastage. Then Job Done. There is not a lot left to do short of Installing Connectivity & ODBC to your data sources. Jack ----- Original Message ----- From: "Dirk Moolman" To: "Datastage List" Sent: Tuesday, November 06, 2001 2:37 AM Subject: NT ? > H...
- Wed Nov 07, 2001 4:08 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Inter-job delays
- Replies: 4
- Views: 1079
Cleaning up the &PH& directory can help (if you are on NT, anyway). -----Original Message----- From: Peter Oates [mailto:Peter.Oates@macquarie.com] Sent: Wednesday, November 07, 2001 2:05 PM To: datastage-users@oliver.com Subject: Inter-job delays There seems to be a constant delay of 10-12 secs whi...
- Wed Nov 07, 2001 4:05 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Inter-job delays
- Replies: 4
- Views: 1079
Inter-job delays
There seems to be a constant delay of 10-12 secs while a DS job closes.
The actual job itself takes only 5 secs. This can add up when you have a large number of DS jobs in a workflow.
Is there any way of reducing this delay ?
Peter
The actual job itself takes only 5 secs. This can add up when you have a large number of DS jobs in a workflow.
Is there any way of reducing this delay ?
Peter
- Wed Nov 07, 2001 2:41 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Changing tuneables
- Replies: 0
- Views: 575
Changing tuneables
Yeah, Jack, the correct procedure to change tuneables is: 0. take backup copies of uvconfig and .uvconfig (dunno about keeping them in bin folder though) 1. edit the uvconfig file as required 2. run bin/uvregen (replaces .uvregen unless errors) 3. bounce UniVerse (DataStage engine) (stop and start s...
- Wed Nov 07, 2001 1:29 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Aaaaaaaaaaarrrrrrrrrrggggghhhh !!!
- Replies: 1
- Views: 516
Aaaaaaaaaaarrrrrrrrrrggggghhhh !!!
DONT TOUCH THE .uvconfig FILE !!! (shouting intentional) The file uvconfig contains engine configuration parameters. When these are changed, a new image of the shared memory segment is created via the uvregen command. This image is stored in the .uvconfig file, which is loaded when the engine is sta...
- Tue Nov 06, 2001 4:28 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Hash File Creation
- Replies: 21
- Views: 4025
Hi Nazek, Thanks. Solved the problem by placing umask=002 in the .profile file and changing the mode for the existing files. We havent kept the umask=002 in the dsenv file. If we place so, can we gain any advantage over keeping in the .profile file! Thanks, -Radha > -----Original Message----- > From...
- Tue Nov 06, 2001 2:51 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DataStage Fatal error caused by ORA-00054
- Replies: 6
- Views: 4856
Thanks a lot David, well check if other processes occur to the Oracle error. In any case the DataStage version is 4.1.1 and the OCI version is ORAOCI8i 2.3 Regards Patrizia ----- Original Message ----- From: "David Barham" To: Sent: Tuesday, November 06, 2001 1:57 PM Subject: RE: DataStage Fatal err...
- Tue Nov 06, 2001 1:40 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Bug ?
- Replies: 2
- Views: 607
Something else that makes me wonder - normally when I get an error on an update or an insert, there is only one update / insert statement and 1 record (result set) in the error. In the case below I get 2 records in the error. OPLoadCustomer.Load_Customer.Customer_update: DSD.BCIPut call to SQLExecut...