Sage 100 Premium - If using premium and need to move the paperless office pdf files, here is some SQL code you can use to make the data path changes without having to use the slow link maintenance utility:
Update dbo.PL_ReportPDFLog
Set Directory = REPLACE(Directory, '\\SERVER-DC1\MAS90 Paperless\', '\\ABC-SAGE-01\Sage 100 Paperless\')
Where Directory like '\\SERVER-DC1\MAS90 Paperless\%'
--Use With the following tables
--MAS SYSTEM Tables
--dbo.PL_ReportPDFLog
--dbo.PL_PeriodEndPDFLog
--dbo.PL_JournalPDFLog
--Can Also Use to Update Paperless Office Settings in the System Tables
--dbo.PL_Report
--dbo.PL_PeriodEndReport
--dbo.PL_JournalRegister
--dbo.PL_Form
--MAS_ABC Tables
--dbo.AP_VendorPDFLog
--dbo.AR_CustomerPDFLog