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

