I have a workflow which needs to cleanup our environment after removing a vApp and I am trying to use the AD plugin to destroy the machine object using the computerAd.destroy() method and I keep getting the following error popping up. It seems like it goes away for a couple of deletions if I reset the services but then comes back:
2012-12-17 16:59:50.945-0800 INFO [ADBase] Destroying object!!! CN=grnfldw2k80147,OU=someOU,OU=Servers,OU=backyard,DC=qualcomm,DC=com
2012-12-17 16:59:50.945-0800 ERROR [ADBase] Error when destroying an element: Connection reset
2012-12-17 16:59:50.945-0800 WARN [WorkflowItemTaskRunner] Script execution error on workflow : QCretirevApp / 'Remove AD'(item0) : Error when destroyingan element: Connection reset (Workflow:QCretireVm / Remove AD (item0)#6)
Anyone have a clue what might be going on?
Paul