This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Already loaded DLL needs to be changed and renamed. How to remove an existing DLL?

Running Q1IM 6.1.2: I inherited an environment that uses DLL's to allow for script libraries to code against target systems API's and such. I have coded changes to an existing loaded DLL in 1IM. It will have a new DLL name and namespace. I didn't inherit the code for the already loaded and differently named DLL. So I need to be able to clean up by removing the old DLL. Does anyone know how to remove a DLL?  The doc has information about how to Load a DLL but not the reverse. Thanks, Todd

Parents
  • Hi Todd,

    Was the (DLL) file added to the 1IM database using software loader?

    If it was you can remove it by simply deleting the entry from DialogFileInformation and DialogSoftwareRevision using ObjectBrowser.

    I'm not sure if this will delete the physical file from your install directories but if not you can just delete the DLL manually in the safe knowledge that 1IM won't automatically put it back.

    If the file wasn't loaded to the database then you should be able to just delete it from your install directories.

    HTH, Barry.
Reply
  • Hi Todd,

    Was the (DLL) file added to the 1IM database using software loader?

    If it was you can remove it by simply deleting the entry from DialogFileInformation and DialogSoftwareRevision using ObjectBrowser.

    I'm not sure if this will delete the physical file from your install directories but if not you can just delete the DLL manually in the safe knowledge that 1IM won't automatically put it back.

    If the file wasn't loaded to the database then you should be able to just delete it from your install directories.

    HTH, Barry.
Children
No Data