Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
od 5.6 failures
nico
Please look at my below posted deploy code, I'm getting deployment happening but it usually chokes about halfway through when sending data. Then it fails to completely rollback. I'm on win2k, using od 5.6.
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <deploymentConfiguration>
<logRules maxBytes="32Mb" level="verbose" />
<localNode host="Server" />
- <replicationFarmSet>
- <replicationFarm name="PRODFARM" quorum="">
- <nodeRef useNode="PRODHost" transactional="yes">
<targetRules area="D:\prod\public" />
</nodeRef>
</replicationFarm>
</replicationFarmSet>
- <definition name="SF_PROD">
- <source>
- <sourceFilesystem area="D:\Prod\deploytest" filelist="">
- <pathSpecification>
<path name="." />
- <filters>
<excludePath subPath="templatedata" />
</filters>
</pathSpecification>
</sourceFilesystem>
</source>
- <target useReplicationFarm="PRODFARM">
<targetFilesystem area="D:\prod\public" />
<comparisonRules dateDifferent="yes" revert="no" ignoreAcls="no" ignoreModes="no" ignoreUser="no" ignoreGroup="no" />
<transferRules doDeletes="yes" dontDo="no" preserveAcls="no" followLinks="no" svrTryCount="" svrTryInterval="" svrTryDisableOverwrite="no" rmReadOnly="yes" compression="no" compressionLevel="" />
<permissionRules amask="" omask="" directory="0755" file="0644" group="" user="" changeAccess="" setAccess="" />
</target>
</definition>
- <deployment transactional="yes">
<execDeploymentTask useDefinition="SF_PROD" />
</deployment>
</deploymentConfiguration>
Find more posts tagged with
Comments
Migrateduser
You might have files being locked on the target side.
If a file is locked on the target, OD cannot deploy it and cannot rollback those locked files. Some windows applications monitor/sweep a directory and in doing so
lock files as they crawl the system.
nico
Should it matter if i'm deploying over existing data (pre teamsite)? Do most of first delete all the data from the target before your Very First deployment? It seems to me that that should not matter but it may be a best practice?
Migrateduser
i dont think it should matter either.
if you have doDeletes turned on, the other data should removed for you.
Adam Stoller
It would help to see the actual logs so we could see the actual error messages.
Are you using IIS on the Receiver side? If so - which version of IIS? (IIS 4 is known to have many more problems with locking files than IIS5). In either case, however, there are options you can set in the transferRules (svrTryCount="some_number" svrTryInterval="some_number_of_seconds") that often help resolve problems with IIS locking.
--fish
(Interwoven Senior Technical Consultant)