OD 5.6 SP1 Patch 1376
A simple reverse deployment works fine....but then when I add in
<sourceFilesystem area="D:\somepath\logs">
<pathSpecification>
<path name=".""/>
<filters>
<includePath subPath="dir1" />
<includePath subPath="dir2" />
</filters>
</pathSpecification>
</sourceFilesystem>
I get the error below...
id=0 server: Interwoven OpenDeploy(5.6.0.1.0 Build 21220 Interwoven 20030618)
id=0 server: LIB: Component Version (5.6.0.1.0 Build 23059 Interwoven 20030801)
ERROR: Could not read version string.
Anyone ever recieve this error? Am I doing something worng
This is leading me to Patch 1401 Bug 45486
includePath and includePattern do not work in
reverse deployment.
But I want to be sure (its a wiered error to get)
##########################################################################################
DEPLOYMENT.XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
<deploymentConfiguration >
<localNode host="P1"/>
<replicationFarmSet>
<replicationFarm name="farm1">
<nodeRef useNode="nnoe1"/>
</replicationFarm>
</replicationFarmSet>
<definition name="logs_reverse">
<reverseSource useReplicationFarm="farm1">
<transferRules svrTryCount="10" svrTryInterval="20" doDeletes="no"/>
<!-- This is the location on the receiver server -->
<sourceFilesystem area="D:\somepath\logs">
<pathSpecification>
<path name="."/>
<filters>
<includePath subPath="dir1" />
<includePath subPath="dir2" />
</filters>
</pathSpecification>
</sourceFilesystem>
</reverseSource>
<reverseTarget>
<transferRules doDeletes="no" compression="yes" compressionLevel="6"/>
<comparisonRules dateDifferent="yes"/>
<permissionRules/>
<!-- This is the location on the BASE CMS server -->
<targetFilesystem area="D\somepath\logs\Q02"/>
</reverseTarget>
</definition>
<deployment transactional="no">
<execDeploymentTask useDefinition="logs_reverse"/>
</deployment>
</deploymentConfiguration>
The Professor-