<template_file name='Submit to Teamsite Server' path='submit_to_server.wft'> ... <branch_list> <branch value='/default/main/your-branch.*' include='yes'/> <branch value='all' include='no'/> </branch_list> </template_file>
branchName=/default/main/your-branch/RD,dst=d:\,useNode=MyLocalHost,deployEnv=MyLocalHost,openDeployCfg=server_wft_opendeploy
<nodeSet name="od receiver nodes"> <node name="MyLocalHost" host="OUR-SERVER-NAME" port="20014" /> </nodeSet>
2) Ensure your standard_wft_opendeploy.cfg file has an entry for the branch you want to deploy fromExamplebranchName=/default/main/your-branch/RD,dst=d:\,useNode=MyLocalHost,deployEnv=MyLocalHost,openDeployCfg=server_wft_opendeploy
Guys I have a teamsite 6.7.1 with opendeploy 6.1.1 on win2003 server. I am trying to deploy through my workflow on the same machine. error I am getting is the path "C:\Inetpub\wwwroot" is not a allowed path, my server name is AGOB2CCMS01. below is code snippet from my odbase.xml.I have restarted the opendeploy service then even the server but still no luck. any ideas Thanks in advance.Tanuj
Guys I have a teamsite 6.7.1 with opendeploy 6.1.1 on win2003 server. I am trying to deploy through my workflow on the same machine. error I am getting is the path "C:\Inetpub\wwwroot" is not a allowed path, my server name is AGOB2CCMS01. below is code snippet from my odbase.xml.I have restarted the opendeploy service then even the server but still no luck. any ideas Thanks in advance.Tanuj [html][/html]
i did restart the service, i even restarted the server also.