|

Change Allscripts ProEHR HMScan Path

Follow the steps below against correct EHR database in SQL Management Studio if you want to change the pointers yourself. select * from HPSITE.SCAN_DOCUMENTPAGEUpdate the Document Page from the old Server to the new Server: UPDATE HPSITE.SCAN_DOCUMENTPAGE SET FILELOCATION = REPLACE(FILELOCATION,’\OLDserver\Hmscan’,’\NEWserver\hmscan’) Update the Scan Job from the old Server to the new Server: UPDATE HPSITE.SCAN_JOB…