Remove Addon
ivin
How to remove sip file addon ?Thanks
Paolo Manfrin
Hi Ivin, at the moment there is no automatic procedure in the framework in order to remove .sip files.The procedure can be done manually through the following steps:
1. Login into Sql Server and identifiy the table [dbo].[modules] into the database [coresuite]
2. You can run a query like
REMOVE FROM [coresuite].[dbo].[modules] WHERE [sipguid]='YourSipGuid'
3. After that you can go to the folder "...\SAP\SAP Business One\AddOns\COR\coresuite" and delete the .sip file and eventually the dlls that are not in use anymore (the same in the .sip files but extracted).
HTH,
paolo
Marcel Kieboom
Hi Paolo,Is there already another solution for this?
Or what about the records in the company database itself like:
- [dbo].[@COR_COR_MODULES]
- [dbo].[@COR_COR_MODULESUSER]
These also reference towards a moduleguid...
Kind regards,
Marcel Kieboom
Paolo Manfrin
The entries on [color=#282828][font=helvetica, arial, sans-serif][size=4][dbo].[@COR_COR_MODULES], [/size][/font][/color][color=#282828][font=helvetica, arial, sans-serif][size=4][dbo].[@COR_COR_MODULESUSER] are not relevant as long as the addon has been removed from the table [/size][/font][/color][color=#666600][size=2][[/size][/color][color=#000000][size=2]coresuite[/size][/color][color=#666600][size=2]].[[/size][/color][color=#000000][size=2]dbo[/size][/color][color=#666600][size=2]].[[/size][/color][color=#000000][size=2]modules[/size][/color][color=#666600][size=2]][/size][/color]Marcel Kieboom
Hi Paolo,Thank you for your reply.
How is it possible that the modules are removed from [coresuite].[dbo].[modules] and they are still visible in the Global Module Configuration and User Module Configuration from the Coresuite Administration form?
Kind regards,
Marcel
Paolo Manfrin
Hi Marcel,the unused dlls needs to be removed manually from the coresuite folder.
If you want to clean up the module configuration delete all the entries from the table [@COR_COR_MODULESUSER]
hth
paolo
Marcel Kieboom
Hi Paolo,Thank you for your reply.
This was the solution!
Kind regards,
Marcel
0
Please sign in to leave a comment.
Comments
0 comments