issue with removing package spec from system

Hi All,

I have a bit of a weird issue.

Some years ago some of my colleagues developed an integration for CRM. I was tasked to make some modifications to this integration.

I made the changes, and then deployed the new .DLL, when I opened catalog browser, for some reason 2 identical package specs showed up. I tried unloading the package spec via the loadspec.exe tool, and it returns success that it was unloaded, but they are still in the system.

What can I do to remove the package spec? can I delete it from the catalog table in the database?

I am not sure how duplicate package specs appeared as my solution only has 1 package spec in the entire project.

Any advice would be greatly appreciated.

We are self-hosted, running CRM sp32.

Best,

Juan

Comments

  • @Juan Hernandez it's most likely duplicated in another DLL. You could remove the DLL but that causes other potential issues. Best bet is to rename your package and load that. The catalog browser is a more sysadmin/dev area so it won't affect other users.

Categories