So I've been using the SAM module to assign a number of templates to Nodes. I now need to remove a number of templates from the Nodes however I get this error ...
Does anybody else also get this issue?
It's been a while since I've seen an error like this, but I believe it may be tied to the node name not being able to be listed on the page due to a character use or space, if memory serves.
I would agree here, perhaps a weird node caption. As a workaround, you can actually unassign applications via database delete. Or even a SWQL verb (DeleteApplication) in swql studio. Before deleting I would grab the assigned nodeID and lookup the node caption for it. Make sure it doesn't have special characters or leading/trailing space.
You can view assigned applications in SWQL or SQL in these tables:
SQL: APM_Application
SWQL: orion.apm.application
Thanks for the replies, but I personally am restricted to only Web GUI, currently don't have any admin access beyond the GUI level. I will certainly request the SQL remove and/or raise a support call with SW. Cheers
Does someone else with more permissions get the error? Are you full admin in SAM GUI?
Hi michael.kent
Yes I'm a full admin. I'm in the process of a) Obtaining SQL permissions to cleanse the data through the SQL dB and b) Will raise a support ticket with SW