Page 1 of 1

Regarding UVSH Processes

Posted: Mon Feb 16, 2009 3:58 pm
by yalamanchili
Hi,

When I am Executing an Interface Sequence, In the datastage Server task manager i could see lot number of UVSH processes getting created.

If the sequence is getting aborted, the UVSH process are not getting cleared from the task manager.

Can anyone please tell when UVSH process are generated in server?

Posted: Mon Feb 16, 2009 5:28 pm
by ray.wurlod
Each job sequence, each server job and each Transformer stage in a server job will generate a uvsh process (though directly-connected Transformer stages may share the same uvsh process).

Ordinarily when a job aborts they are cleaned up automatically. However, if they are still waiting on some event (such as rows to be delivered from or sent to a database server), they may wait for quite some time.

You may like to check whether they are holding (or being held by) any network connection, for example using the netstat command.