Search found 7201 matches
- Wed Sep 12, 2001 11:32 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: ORAOCI error
- Replies: 0
- Views: 1309
ORAOCI error
Hi, Im designing a job with a stage ORAOCI containing the following query: select substr(a.idrbes,1,15) idrbes, a.idrf, substr(a.idvpdwh,2,6) idvpdwh from ODS.tctrt a, ODS.tproduto b where a.idvpdwh=b.idvpdwh and b.ctdrpb=35 The option View Data doesnt return any error. Running the job Ive got the f...
- Wed Sep 12, 2001 1:58 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Unexplained job aborts
- Replies: 2
- Views: 534
It is interesting. I dont have an answer. But when I find why our jobs (in one project) randomly started abending 4 days ago with a similar message from an ODBC stage, Ill let you know. We intend to trace the execution and see if this sheds some light on the problem. Don Bradshaw AM Corporation Limi...
- Wed Sep 12, 2001 12:27 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Text File Update
- Replies: 1
- Views: 402
The EASIEST way is to use before-job and after-job subroutines to execute a shell command such as echo `date` >> #filename# The BEST way is to write DataStage job control code including WriteSeq statements. -----Original Message----- From: Roosa, Mike [mailto:Mike.Roosa@getronics.com] Sent: Wednesda...
- Tue Sep 11, 2001 3:22 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Unexplained job aborts
- Replies: 2
- Views: 534
- Tue Sep 11, 2001 2:31 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Text File Update
- Replies: 1
- Views: 402
Text File Update
I have several jobs to export data from universe and insert it into SQL Server. I have been asked to write the start and stop time of each job to a text file on the Datastage server so that our applications group and read this text file and see that all the jobs have completed and how long they have...
- Tue Sep 11, 2001 2:14 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Unexplained job aborts
- Replies: 2
- Views: 534
Unexplained job aborts
I have several batch processes set up that run continuously, and have been for approx. 3 months without any change to the job design. Just recently the batch process aborts randomly for different jobs in the batch with the following error message. There is never any more detail than what is listed b...
- Mon Sep 10, 2001 4:22 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Error creating project
- Replies: 0
- Views: 631
Error creating project
Hi, we accidentally deleted the directory of a project. We have backups of all the jobs, so now we want re-create the project again with the same name. First I have executed the following command: "delete from UV.ACCOUNT where @ID=PROJDS_MKT_INT" Now I have the following error when Im trying to crea...
- Mon Sep 10, 2001 12:13 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: alternate address
- Replies: 0
- Views: 563
alternate address
To the moderator: Please include my alternate email address ds_user@hotmail.com in the list so that I wont to lose thread while Im away. Another thing, one of the announcements I received before was about a yahoo site that we can visit as well. Please advise me with the address. Correct me if I got ...
- Sun Sep 09, 2001 8:06 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Design issue another spin
- Replies: 1
- Views: 393
Design issue another spin
This is a topic for an orphaned message.
- Sun Sep 09, 2001 8:06 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Design issue another spin
- Replies: 1
- Views: 393
Here is some food for thought; Technique #1 - assumption is that the header/detail rows have a key relationship Using the complex flat file stage you can have multiple output links. Each link represents a record type and the CFF stage supports variable record lengths if there is a line terminator. T...
- Sun Sep 09, 2001 12:00 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Jobstatus list
- Replies: 1
- Views: 582
Where do you want to put the list? What you want to do is certainly possible in a loop in BASIC, with calls to DSGetProjectInfo and DSGetJobInfo functions. You can declare a dimensioned array or, probably more appropriately, use dynamic arrays. Or write the results into a hashed file or into a seque...
- Sat Sep 08, 2001 2:36 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: OCI...a way to show breakout of Upd vs Inserts ?
- Replies: 2
- Views: 983
Patricia, there is no facility for most databases to return that information using the generated SQL by DataStage. Your only possibility is to write your own stored procedure to conduct the inserts and updates, and return that information to DataStage to put into the log of the job as an information...
- Fri Sep 07, 2001 4:30 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Ascential QualityManager
- Replies: 0
- Views: 628
Ascential QualityManager
Hello Is there any of you using Ascential Quality Manager please? Ive got couple questions about the product but Ascential support ignores all my e-mails related to it. The release im using is 4.8.1R1. The problems i met: 1) Im trying to define L0 Domain Analysis for tables on Oracle 8i (release 8.1...
- Fri Sep 07, 2001 12:57 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Run-Time error 6
- Replies: 0
- Views: 717
Run-Time error 6
When I try to log into Director Im given the error message Run-Time error 6 OverFlow and Im kicked out. Does anyone have any ideas how to correct this?? Lisa --------------------------------------------------------- The sender of this electronic message intends that this e-mail be used exclusively b...
- Fri Sep 07, 2001 11:31 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Jobstatus list
- Replies: 1
- Views: 582
Jobstatus list
Hello, for better maintenance of our projects I need a list with the status (like director) over all projects with following informations: - project - category - job - status What is the best way to do this? My first effort was reading UV.ACCOUNT -> connect to each project, get a jobhandle and call ...