Page 1 of 1

Data Stage Director slow refresh

Posted: Fri Jul 08, 2005 4:08 am
by Christina Lim
Hallo all,

I have around 15 developers for this project. Due to high density of job run on the data stage server, data stage director keep refreshing. Very frustrating each time i wanna see the logs, click other folders in datastage, or even key in values for job prompt. It takes me more than 15 minutes just to run a job with job prompt, simply because director keep refreshing every few seconds and each refresh takes at least 2 minutes. And to view d logs takes another 15 minutes ...

I wonder if there are anything that can be done to avoid this frustration of waiting due to director refresh ?

Thanx

Posted: Fri Jul 08, 2005 5:16 am
by Eric
You can configure the refresh interval of the Director Client.

Director -> Tools -> Options -> General Tab - Refresh

Posted: Fri Jul 08, 2005 5:25 am
by ray.wurlod
Also fewer jobs in the project. If you have thousands of jobs, consider splitting into two or three projects. Archive and remove any "practice" jobs that will never be used again.

Fewer simultaneously-connected developers would help, too.

Fewer simultaneously-running jobs would help, too.

Not using Log view until the job has finished is always a good idea. What you're doing is - every four seconds - interrupting the server with a "give me a status report" demand. You are an interactive user; the running job is a background process with lower priority, so you're hampering efficient running with these demands.

It's all a matter of total load on the server.