Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
OD-DD Sync - Directory Structure
System
I'm in the midst of using the OD-DD sync and what I'm trying to do is have the dump data go to one directory (e:\iwov_dumpdir) while my main target content go to (e:\iwov_content) - however, I get the following error when I run this deployment - and I have set this directory on the receiver side in odrcvr.xml to be allowed to deploy to.
When I do this as a test with my dumpdir and content to c:\tmp\predeploy and c:\tmp\production on the same level it works fine but this is not how I need this configured. Thus it appears for the OD-DD sync to work correctly - the directories need to be at the same level - can anyone confirm this
ERROR: prepare-failed.
Receiver-ERROR: ERROR: [e:\iwov_dumpdir] is not an allowed deployment path.
ERROR: Failed to deploy local_directory[.] of area[E:\iwov_dumpdir]
<?xml version="1.0" encoding="ISO-8859-1" ?>
<deploymentConfiguration >
<localNode host="myserver" />
<replicationFarmSet>
<replicationFarm name="Stg_TeamsiteToPersServer">
<nodeRef useNode="stagingappserver1"/>
<nodeRef useNode="stagingappserver2"/>
</replicationFarm>
</replicationFarmSet>
<definition name="SEND-OVER-FILES-AND-METADATA" >
<source>
<sourceFilesystem area="Y:\default\main\test\STAGING" filelist="" >
<pathSpecification >
<path name="." >
</path>
<targetRules area="E:\iwov_content" ></targetRules>
</pathSpecification>
</sourceFilesystem>
<sourceFilesystem area="E:\iwov_dumpdir" >
<pathSpecification>
<path name = "." />
<targetRules area="E:\iwov_dumpdir" />
</pathSpecification>
</sourceFilesystem>
</source>
<target useReplicationFarm="Stg_TeamsiteToPersServer">
<comparisonRules dateDifferent="yes"/>
<transferRules doDeletes="yes"/>
<permissionRules file="0644" directory="0755"/>
<targetFilesystem area="E:\iwov_dumpdir"/>
</target>
</definition>
<deployment transactional="yes" >
<execDeploymentTask useDefinition="SEND-OVER-FILES-AND-METADATA" downRev="" >
<deployNRun >
<dnrDeployment location="source" when="before" state="success" >
<script cmd="d:\iw-home\interwoven\teamsite\iw-perl\bin\iwperl.exe d:\iw-home\interwoven\DataDeploy\bin\ddsync.ipl E:\iwov_dumpdir dump full /default/main/test/STAGING" as="" where="d:\iw-home\interwoven\OpenDeploy\OpenDeployNG\conf" async="no" >
</script>
</dnrDeployment>
<dnrDeployment location="target" when="after" state="success" >
<script cmd="d:\iw-home\interwoven\teamsite\iw-perl\bin\iwperl.exe d:\iw-home\interwoven\DataDeploy\bin\ddsync.ipl E:\iwov_dumpdir dumpdir loaduds full E:\iwov_content" as="" where="d:\iw-home\interwoven\OpenDeploy\OpenDeployNG\conf" async="no" >
</script>
</dnrDeployment>
</deployNRun>
</execDeploymentTask>
</deployment>
</deploymentConfiguration>
Find more posts tagged with
Comments
There are no comments yet