
REM Change the hostname and port number as appropriate below

update pdm.pdm_fileserver set FSVHOST='engsrvr',FSVPORT='7777' where FSVID=41;                                                                        

REM Change the hostname and vault path as appropriate below

update pdm.pdm_pool set POOLHOST='engsrvr',POOLPATH='e:\ptc\proEpool1\vault1' where POOLID=1;                                                         
update pdm.pdm_pool set POOLHOST='engsrvr',POOLPATH='e:\ptc\proEpool2\vault2' where POOLID=21;                                                        

