I think my DNR script is running twice and causing problems...
I'll try and solve this on my own but if you have a quick response to this I would apperciate it.
Is this because I am doing a fan out and when each server completes it calls the script? How do I call it just once when the deployment to both servers finishes?
Here is the meat and tators of the config
<replicationFarmSet >
<replicationFarm name="nnn" >
<nodeRef useNode="n1" >
</nodeRef>
<nodeRef useNode="n2" >
</nodeRef>
</replicationFarm>
</replicationFarmSet>
<deployment transactional="yes" >
<execDeploymentTask useDefinition="blah" downRev="" >
<deployNRun >
<dnrDeployment location="source" when="after" state="success" >
<script cmd="D:/progra~1/interwoven/teamsite/iw-perl/bin/iwperl

/progra~1/interwoven/teamsite/httpd/iw-bin/script.ipl $wfid $taskid $area" as="admin" where="" async="no" >
</script>
</dnrDeployment>
</deployNRun>
</execDeploymentTask>
</deployment>
The Professor-