Search found 7201 matches
- Tue Mar 11, 2003 7:56 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Scheduled Jobs verses Job Instances
- Replies: 1
- Views: 475
> Just in case anyone was interested.... My theory was wrong. I had assumed that the job was in the running state due to the scheduler kicking it off. But, the detail I missed was that it was actually still running from the prior day. So, I had to enhance my sleep logic to wakeup when the end of day...
- Tue Mar 11, 2003 6:15 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: substrings into records
- Replies: 3
- Views: 581
I just had to do this for a job and normalized the records (after parsing for desired values) by concat a CHAR(10)(On Unix) on the end of each record- in the next stage, set line termination to none. This performs a pivot for you. By writing to a file and describing input/output differently, you ess...
- Tue Mar 11, 2003 11:26 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: dsjob logsum - Slow down in performance
- Replies: 9
- Views: 1570
There is not much happening on the system - but I believe the problem is connecting to the datastage server. In connecting through director, designer or manager - it is taking 30+ seconds just to display the list of projects. On our dev box is takes about 2 seconds. -----Original Message----- From: ...
- Tue Mar 11, 2003 11:09 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: dsjob logsum - Slow down in performance
- Replies: 9
- Views: 1570
The box in question is doing virutally nothing. 4 processors with an average of 95% availability and loads of memory. Unfortunately I do not know what (if anything) has changed. In using a dsjob in this way - is this creating a seperate session on the box ? -----Original Message----- From: Ray Wurlo...
- Tue Mar 11, 2003 10:02 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: dsjob logsum - Slow down in performance
- Replies: 9
- Views: 1570
Are there lots more jobs or much more activity on the system than there was when the times were acceptable? What else has changed in the meantime? ----- Original Message ----- From: Ian Godsell Date: Tue, 11 Mar 2003 08:39:28 -0000 To: "datastage-users@oliver.com" Subject: dsjob logsum - Slow down i...
- Tue Mar 11, 2003 8:39 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: dsjob logsum - Slow down in performance
- Replies: 9
- Views: 1570
dsjob logsum - Slow down in performance
Hi, I have a shell script that retrieves the log summary for a job. The syntax is as below. ../DSEngine/bin/dsjob -server 255.255.255.255 -user username -password pwd -logsum projectname jobname This command used to take around 3 or 4 seconds to complete. However it is now taking 30+ seconds. Has an...
- Tue Mar 11, 2003 4:55 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: RT Log error
- Replies: 1
- Views: 1413
DS4.2 on Win NT The user has administrator right and problem is with this project only and problem started suddenly. The files (RT_LOGXXX) are existing and then why this is giving error? Thanks, Binu -----Original Message----- From: Craig Hulett [mailto:Craig.Hulett@attbi.com] Sent: Mon 3/10/2003 7:...
- Tue Mar 11, 2003 3:25 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: substrings into records
- Replies: 3
- Views: 581
Is there a known limit on how many fields there can be? Option 1 - requires an arbitrary limit. Define a field list which allows for the maximum number of allowable subfields. Definitions might look like... Field1 Field2a[";",1,1] Field2b[";",2,1] ...etc Field3a[";",1,1] Field3b[";",2,1] ... etc Put...
- Tue Mar 11, 2003 3:10 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: substrings into records
- Replies: 3
- Views: 581
Hi Andrew, You can use Field1[1,1],Field2[1,1],Field3[1,1] Thanks Siva ----- Original Message ----- From: "Burton Andrew" To: Sent: Tuesday, March 11, 2003 9:53 AM Subject: substrings into records Hi all, How would one take an input as follows (3 example records- 3 fields each): "A","G","X "B","G;H"...
- Tue Mar 11, 2003 2:53 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: substrings into records
- Replies: 3
- Views: 581
substrings into records
Hi all, How would one take an input as follows (3 example records- 3 fields each): "A","G","X "B","G;H","X;Y" "C","G;K;M","P;Q;R" and produce the following desired output: "A","G","X" "B","G","X" "B","H","Y" "C","G","P" "C","K","Q" "C","M","R" Any ideas? Thanks in advance... Andrew Burton. *********...
- Mon Mar 10, 2003 3:29 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Help on uv sql code
- Replies: 5
- Views: 2674
Thanks everyone for their suggestions -----Original Message----- From: Kim Duke [mailto:Kim_G_Duke@Yahoo.com] Sent: Thursday, March 06, 2003 4:26 PM To: datastage-users@oliver.com Subject: RE: Help on uv sql code Surendra There is no describe command. To list the fields on a hash file: LIST DICT DS_...
- Mon Mar 10, 2003 1:43 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: RT Log error
- Replies: 1
- Views: 1413
Binu R T. wrote: > Hi all, > Im getting this error while selecting view --> Log in director. > Jobs are not running in this project. > > Error selecting from log file RT_LOG652 > Command was: SSELECT RT_LOG652 WITH @ID LIKE 1N0N AND ( TYPE = 2 OR > TYPE = > 3 OR TYPE = 4 OR TYPE = 5 OR TYPE = 6 OR T...
- Mon Mar 10, 2003 1:05 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Willem Barnard/IT/AKL/Vodafone/NZ is out of the office.
- Replies: 0
- Views: 367
Willem Barnard/IT/AKL/Vodafone/NZ is out of the office.
I will be out of the office starting 10/03/2003 and will not return until 24/03/2003. ----------------------------------------------------------------------------------------------- Have you seen our website?.... m CAUTION: This correspondence is confidential and intended for the named recipient(s) ...
- Mon Mar 10, 2003 10:50 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: AW: Help on uv sql code
- Replies: 0
- Views: 533
AW: Help on uv sql code
This is a topic for an orphaned message.
- Sat Mar 08, 2003 11:36 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Project level user access on AIX
- Replies: 3
- Views: 816
DataStage security is set up on a per-project basis. In Administrator client, use different groups in each project as DataStage operators and developers. Then assign appropriate personnel to appropriate groups in the operating system. > -----Original Message----- > From: Dahlfors M. (Martin) [mailto...