CLStorage: Error publishing CL file from C:\Program Files (x86)\Bit9\Parity Server\configxml\configlist_v2.xml.egk to C:\Program Files\Bit9\Parity Server\hostpkg\configlist_v2.xml.egk. Error (0x00000003): The system cannot find the path specified.
A mismatch in the database settings and the actual App Control Server installation path exists.
C:\Program Files\Bit9\Parity Server\
C:\Program Files (x86)\Bit9\Parity Server\
USE das;
SELECT name, value FROM dbo.shepherd_configs (NOLOCK) WHERE value LIKE '%Bit9\Parity%';
USE das;
exec dbo.UpdateShepherdConfig 'hostPackagesFolder', 'C:\Program Files (x86)\Bit9\Parity Server\hostpkg\'
exec dbo.UpdateShepherdConfig 'publishersFolder', 'C:\Program Files (x86)\Bit9\Parity Server\publishers\'
exec dbo.UpdateShepherdConfig 'ManifestDirectory', 'C:\Program Files (x86)\Bit9\Parity Server\manifests\'
exec dbo.UpdateShepherdConfig 'ArchivedEventsFolder', 'C:\Program Files (x86)\Bit9\Parity Server\archivelogs\'