We have created a deployment project containing some IS packages. Deployer tries to resolve dependencies and show some elements under some weird ‘local:unknown’ package (see attachment).
These elements no longer exist, they were deleted/renamed, but they still show as dependencies. Is it possible to remove those broken references?
looks like you have introduced broken code in your packages.
If Deployer shows you referenced Objects which no longer exist, this means that there are still some references to these in some of the assts you try to deploy.
Check in the last column (missing from your screen shot), which assets are still referring to the deleted assets.
Try to find out in Designer what happend to these references.
If you cannot find these lcoations in Designer, you can try to check the flow.xml and the node.ndf of the affected nodes in the filesystem and correct these.
Remember to reload the package afterwards. Be careful when editing these files manually.
Lucas – In your code definitely there are some services/steps which are still using those deleted one which caused for the error. Please check your code once again.