we have had tickets open w/ iwov and still cannot fix the issue - our OD filelist deployments are bombing when sending to our production IIS boxes - ALL LOG files/configs attached. devnet...you are my only hope!
LIB: 2008-06-06 14:38:30 ERROR: CopyFile Failed while copying from (E:\www\ai\htdocs\sandiego.iwnew\1.swf) to (E:\www\ai\htdocs\sandiego\1.swf), errno=5
LIB: 2008-06-06 14:38:30 ERROR: Failed copying dir(E:\www\ai\htdocs\sandiego.iwnew) to (E:\www\ai\htdocs\sandiego)
LIB: 2008-06-06 14:38:30 ERROR: failed file in commit : E:\www\ai\htdocs\sandiego.
LIB: 2008-06-06 14:38:30 ERROR: Failed deploying filelist[0]
LIB: 2008-06-06 14:38:30 ERROR: Failed 1 of 1 filelists
we tried the below fixes from IWOV, with no luck! PLZ HELP!
Let's configure as follows given you are deploying to IIS... Please enable Concurrency Management by:
1) editing your odrcvr.xml file and changing from:
to:
pathRegistryChecking="yes" bindPort="20014" />
2) In you deployment xml file change localNode element settings from:
to:
blockMaxWaitTime="1800" blockCheckInterval="30" />
and
3) Additionally lets change transferRules element from:
to:
svrTryCount="3" svrTryInterval="30" svrTryDisableOverwrite="no" rmReadOnly="yes" compression="no" compressionLevel="" >
svrTryCount (Windows only) — specifies the number of times OpenDeploy will attempt to deploy the file to the target host. This feature works in conjunction with Microsoft IIS, and is designed to accommodate times of heavy production server traffic.
svrTryInterval (Windows only) — specifies the amount of time in seconds OpenDeploy waits between deployment attempts. This feature works in conjunction with Microsoft IIS, and is designed to accommodate times of heavy production server traffic.
3) Stop and Start iwod service and retest.
4) If this does not work lets try setting up a transient directory by changing the listenerProperties element in your odrcvr.xml file from:
[color=#000000]pathRegistryChecking="yes" [/color] bindPort="20014" />
to something like: [color=#000000]pathRegistryChecking="yes" transientDirectory="/tmp/temp_files"[/color] bindPort="20014" />
|