Support may request to verify if the correct .dll file version has been uploaded to the database after using the Software Loader to apply a hotfix, for example.
What are the steps required to verify file versions?
Execute the following on the database to verify the versions of the .dll files:
For versions 7.1.x and above:
select FileName, FileVersion from QBMFileRevision
where FileName in ( <Dll file names list to check>)
Example:
select FileName, FileVersion from DialogSoftwareRevision
where FileName in ( 'AE.Customizer.dll','VI.DB.dll')
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center