Search found 7201 matches
- Fri Feb 28, 2003 6:22 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Notifications and Job Abort mechanism through Sequencers.
- Replies: 1
- Views: 11283
Notifications and Job Abort mechanism through Sequencers.
Hi All, I am probably one of the newest members to this group forum and very much thankful to the moderator to accept me, but I need help ... Hope you guys can fish me out from this as this is really urgent for me. We are using the "DataStage Version 5.2". First let me explain what I am handling in ...
- Fri Feb 28, 2003 5:23 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Speed Problems
- Replies: 1
- Views: 69033
Rui, you may want to look at a document I just put on my website. In that document, I attempt to clearly illustrate how to isolate and break-down job designs so that you can maximize the performance of your ETL. A common mistake people make is to build overly large jobs. If you have a job doing data...
- Fri Feb 28, 2003 12:27 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: tracing options when starting Sequence
- Replies: 2
- Views: 2531
There are two kinds of tracing available in DataStage. "Server side tracing", which is enabled/disabled through the Administrator or via the DS.TOOLS menu, intercepts traffic to and from DataStage clients. "Stage tracing", which is enabled/disabled through the Director is, as its name suggests, inte...
- Thu Feb 27, 2003 9:32 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Ascential Software User Group - March 17, 2003
- Replies: 0
- Views: 397
Ascential Software User Group - March 17, 2003
For those of us in Sydney Australia who may not have received this. See you there....perhaps Adam ---------------------- Forwarded by Adam McGuinness/NSW/QBE/AU on 28/02/2003 08:29 AM --------------------------- joanne.douglas@ascentialsoftware.com on 27/02/2003 06:30:15 PM To: cc: (bcc: Adam McGuin...
- Thu Feb 27, 2003 1:27 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: tracing options when starting Sequence
- Replies: 2
- Views: 2531
tom.peter.nielsen@nordea.com wrote: > Hi, > > In DataStage 6.0R3 when starting a job from the director, there is a > tab called "Tracing" that allows me to get error messages from > sharedcontainers and so on, into my job log. > > When I start my Sequences I no longer have that option. Is it > possi...
- Thu Feb 27, 2003 1:15 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: tracing options when starting Sequence
- Replies: 2
- Views: 2531
tracing options when starting Sequence
Hi, In DataStage 6.0R3 when starting a job from the director, there is a tab called "Tracing" that allows me to get error messages from sharedcontainers and so on, into my job log. When I start my Sequences I no longer have that option. Is it possible to get "Tracing" enabled on the jobs that are ru...
- Thu Feb 27, 2003 11:09 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: IPC stage
- Replies: 0
- Views: 426
IPC stage
Hi everybody
can someone give me an explanation on how IPC stage (new feature on DS6.0) works related to MultiProcessor platforms?
Thanks,
Marzio Rotondo
can someone give me an explanation on how IPC stage (new feature on DS6.0) works related to MultiProcessor platforms?
Thanks,
Marzio Rotondo
- Wed Feb 26, 2003 11:34 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: unlocking a job
- Replies: 2
- Views: 1013
Doris, checkout the following link on my website, youll find 2 papers I put together that talk about DataStage in the unix environment as well as ways to unlock job locks. Locks are tricky and different versions have different "features" that dont work the same version to version. The documents show...
- Wed Feb 26, 2003 11:26 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: unlocking a job
- Replies: 2
- Views: 1013
Hi Doris, This is what we do under DS 5.2 when we get the problem usually when a PC hangs and is rebooted when editing a DS job. 1. login to DSAdministrator as administrative account; 2. Enter the project name (case sensitive) when you are asked for Account name or path(projpete); 3. Execute command...
- Wed Feb 26, 2003 8:40 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: unlocking a job
- Replies: 2
- Views: 1013
unlocking a job
Hello group,
Can anyone provide us with instructions/commands on how to unlock a job
through Datastages Administrator? In 4.2 we used to initiate a telenet
session and in dsmonitor unlock a job, but in 6.0 we havent
accomplished this successfully..any info appreciated.
Doris
Can anyone provide us with instructions/commands on how to unlock a job
through Datastages Administrator? In 4.2 we used to initiate a telenet
session and in dsmonitor unlock a job, but in 6.0 we havent
accomplished this successfully..any info appreciated.
Doris
- Wed Feb 26, 2003 1:57 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DB2 stage in job - when does it connect
- Replies: 1
- Views: 468
tom.peter.nielsen@nordea.com wrote: > Hi, > > After doing some DS testing, ive noticed something that id like to > know a bit more about. > We got a DB2 timeout when we tried to write our first row to DB2, and > i think its because DataStage connects to DB2 already when the job > starts, and not whe...
- Wed Feb 26, 2003 10:31 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DB2 stage in job - when does it connect
- Replies: 1
- Views: 468
DB2 stage in job - when does it connect
Hi, After doing some DS testing, ive noticed something that id like to know a bit more about. We got a DB2 timeout when we tried to write our first row to DB2, and i think its because DataStage connects to DB2 already when the job starts, and not when it reached the DB2 stage for the first time - ca...
- Wed Feb 26, 2003 6:34 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: RT_STATUS Error
- Replies: 2
- Views: 889
Additionally, you are checking only for status RUNOK, but there are several other status conditions such as run normal with warnings that you may or may not want to allow as ok, or may want to reset for, such as Job Stopped. Look in the JobControl.H for these conditions. Claudioveiga@aol.com wrote: ...
- Wed Feb 26, 2003 1:40 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: RT_STATUS Error
- Replies: 2
- Views: 889
The message that a job must be reset before it can be run indicates that the previous run of the job was aborted, or some other event has left it in a state that means that it is not runnable (for example stopped in Debugger or by operator). In the scheduler you can change your job activity so that ...
- Wed Feb 26, 2003 12:57 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: RT_STATUS Error
- Replies: 2
- Views: 889
RT_STATUS Error
Hi All, We have a control job that controls others jobs that run in parallel. One of these jobs (TRSPEDjValida01) after several executions sent the following message to log: TRSPEDjValida01.: RT_STATUS Record for wave 23 not found. When the control job tried to execute that job again it was aborted ...