Search found 7201 matches

by admin
Tue May 14, 2002 1:28 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Automatic export
Replies: 6
Views: 1585

Tell me more about dscmdexport and import. Were running 5.1. Thanks, Myles -----Original Message----- From: Riccardo Tani [mailto:riccardo.tani@datamat.it] Sent: Tuesday, May 14, 2002 9:08 AM To: datastage-users@oliver.com Subject: Re: Automatic export You are right if your export starts when some j...
by admin
Tue May 14, 2002 1:08 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Automatic export
Replies: 6
Views: 1585

You are right if your export starts when some jobs are locked, but you know that this is not the right way!! Moreover, on DS5.x, there are also 2 new interesting utilities that can be run unattended (dscmdexport.exe and dscmdimport.exe). Regards, Riccardo ----- Original Message ----- From: "Myles Si...
by admin
Tue May 14, 2002 12:52 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Automatic export
Replies: 6
Views: 1585

You still run the chance of being prompted for something. Especially with export if a component is locked by someone using/modifying it. If someone has some insight on how to get around this, API?, it would be greatly appreciated. Also, your export log may not be want you think using the .exe. Regar...
by admin
Tue May 14, 2002 12:36 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Automatic export
Replies: 6
Views: 1585

Hi Christian, you can use dsexport.exe/dsimport.exe. This are client utilities. Take a look to "Datastage Manager Guide" manual. Hope this will help you Regards, Riccardo ----- Original Message ----- From: "Pelletier, Christian" To: Sent: Monday, May 13, 2002 10:52 PM Subject: Automatic export > Hi ...
by admin
Tue May 14, 2002 12:35 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Job scheduling/execution problems
Replies: 3
Views: 1257

This might be completely off base, but is it possible that you have system backups trying to backup the DataStage project directory while the jobs are running? This situation can result in a wide range of reported problems, not dissimilar to yours. -----Original Message----- From: Huygelen, Luc [mai...
by admin
Tue May 14, 2002 12:04 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Job scheduling/execution problems
Replies: 3
Views: 1257

Make sure that one and only one user compiles, executes, and schedules jobs. -----Original Message----- From: Huygelen, Luc [mailto:luc.huygelen@eds.com] Sent: Tuesday, May 14, 2002 4:34 AM To: datastage-users@oliver.com Subject: Job scheduling/execution problems We have a number of master jobs, the...
by admin
Tue May 14, 2002 11:16 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Job scheduling/execution problems
Replies: 3
Views: 1257

Just a thought on this since Ive had something similar happen to me. 1. double check that the job you are referencing has been compiled 2. I would move this line right after the Job Attach. If NOT(hJob1) Then Call DSLogFatal("Job Failed: " :jobname ,JobControl") Abort End 3. If you reattach after re...
by admin
Tue May 14, 2002 9:34 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Job scheduling/execution problems
Replies: 0
Views: 1051

Job scheduling/execution problems

We have a number of master jobs, these are datastage jobs scheduled in Datastage which execute a number of ETL Datastage jobs. Ive included the main code of these master jobs. (Datastage runs on an E10K with 2 datastage projects: Development and Production, we run datastage v4.1) Our batch normally ...
by admin
Tue May 14, 2002 8:51 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Datastage performances
Replies: 6
Views: 1482

Dear Kalus, Thank for your answer. I agree with all your considerations. I want only be sure that Im obtaining the best by my OCI8 stages. Best Regards, Marzio Rotondo ----- Original Message ----- From: To: Sent: Tuesday, May 14, 2002 10:36 AM Subject: RE: Datastage performances > Marzio, > > first:...
by admin
Tue May 14, 2002 8:36 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Datastage performances
Replies: 6
Views: 1482

Marzio, first: your scenario for performance evaluation is not what you would actually use an ETL-tool for. For just reading and then writing from one ORA-table to another is what you would do best with a SQL script! Using an ETL-tools means you will do lot of (complicate) tranformation, resizing, i...
by admin
Tue May 14, 2002 7:53 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Datastage performances
Replies: 6
Views: 1482

Datastage performances

Dear all, Im trying to evaluate the performances of DataStage in our applications. The job Ive built is a simple oci8 --> transformer --> oci8 stages. I read an Oracle table with 2156338 rows and a phisical segment dimension of 665 Mb. The transformer stage simply add the @outrownum to the output an...
by admin
Mon May 13, 2002 8:52 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Automatic export
Replies: 6
Views: 1585

Automatic export

Hi everyone!

Does someone have ever tried to write a process to export DataStage components on a scheduled manner? I mean, is there a way to do an export on a prescheduled basis, without any manual intervention? Is there any DS functions to do that?

Thanks!

Christian
by admin
Mon May 13, 2002 6:33 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Upgrade to v5.1 woes
Replies: 3
Views: 818

Thanks, Ray and John, for your responses to my post. To your questions: 1. We are creating hashed files in Job Control like this (unchanged from our working v4.1 incarnation of the job): * Empty and, if needed, create hashed file OUreject to hold accumulated rejected records from this job OPEN ,OUre...
by admin
Mon May 13, 2002 10:51 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Calling a same ETL job from multiple ETL jobs
Replies: 0
Views: 1348

Calling a same ETL job from multiple ETL jobs

This is a topic for an orphaned message.
by admin
Mon May 13, 2002 8:23 am
Forum: Archive of DataStage Users@Oliver.com
Topic: How to find information on extracting process
Replies: 2
Views: 525

Hi Robert have you tried to export jobs in XML format checking "Include reference to style sheet..." option??? I think you will find it very interesting. Regards, Riccardo ----- Original Message ----- From: "DataStage Developer" To: Sent: Monday, March 11, 2002 12:45 PM Subject: Re: How to find info...