Unable to install LogReader server-components.
1. Find xp_QuestLogReader.dll which is located in the application folder
2. Copy xp_QuestLogReader.dll to \BIN folder of your sql server instance (you can use EXEC xp_instance_regread N'HKEY_LOCAL_MACHINE', N'SOFTWARE\Microsoft\MSSQLServer\Setup', N'SQLPath' to define your server location)
3. Run the following commands:
EXEC sp_addextendedproc 'xp_qlr_version', 'xp_QuestLogReader.dll'
EXEC sp_addextendedproc 'xp_qlr_logfile', 'xp_QuestLogReader.dll'
EXEC sp_addextendedproc 'xp_qlr_loginfo', 'xp_QuestLogReader.dll'
EXEC sp_addextendedproc 'xp_qlr_logread', 'xp_QuestLogReader.dll'
For additional information, see release notes.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center