when i was doing a programming and try to open an exist agent, i was notified that the agent is unsigned .so i sign the agent in Administrator. then i can open it , after i edit the Agent ,and i want to restore it back, so what can i do to unsign the Agent?
Subject: Help – How to unsign Agent ?
Perhaps you can write a little LotusScript code using a NotesNoteCollection to get the agent note, and remove its $Signature item.
Subject: RE: Help – How to unsign Agent ?
That would, of course, corrupt the agent. But if never intend to run it again, that would do it.
Subject: RE: Help – How to unsign Agent ?
Signing it again is just as easy.
Subject: Help – How to unsign Agent ?
Resave it with the id you want to sign it with. More details in the Agent FAQ.