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)
acl-different error
reeturaj
We are doing directory based deployment. When we put permission settings on a directory in the target side we get the following error. We put the target side bootstrap user who is the administrator in the acl of that particular directory.
We got the following error in the log files in that particular directory.
Could not get file data from socket.
directive[reason acl-different]
We are using teamsite 5.5.2 and open deploy 5.5.1 in win2K.
Appreciate your response.
Find more posts tagged with
Comments
Adam Stoller
This is W2K to W2K ?
Can you post (as an attachment) your deployment configuration file?
Are both the Base Server and Receivers running as "SYSTEM"?
Are you going through a firewall?
We might need to see the server logs as well - but let's hold off on that right now.
--fish
(Interwoven Senior Technical Consultant)
reeturaj
Its W2K to W2K.
No, we are not going through a firewall.
I am not sure how to find out whether or not the Base Server and Receivers are running as "SYSTEM". I will appreciate it if you can give your suggestions.
I am pasting the configuraton file.
<?xml version="1.0" encoding="ISO-8859-1" ?>
<deploymentConfiguration >
<logRules maxBytes="32Mb" level="verbose" >
</logRules>
<localNode host="A4WIL5P01" />
<replicationFarmSet >
<replicationFarm name="MYFARMNAME" >
<nodeRef useNode="TestASPHost6" >
<targetRules area="C:\PortalContent" />
</nodeRef>
</replicationFarm>
</replicationFarmSet>
<definition name="MYDEFINITIONNAME" >
<source>
<!--<sourceFilesystem area="Y:\default\main\toyota\www\STAGING\htdocs\PortalContent"> -->
<sourceFilesystem area="Y:\default\main\toyota\www\WORKAREA\reeturaj\htdocs\PortalContent">
<pathSpecification >
<path name="." >
</path>
<filters>
<excludePattern regex="OrganizationChart" />
<excludePattern regex="AssociateContent\\Affiliates\\GST\Community\\DistributionPlanning\\PriceSchedules\\Invoice" />
<excludePattern regex="AssociateContent\\Affiliates\\GST\\Community\\DistributionPlanning" />
</filters>
</pathSpecification>
<targetRules area="D:\Temp" />
</sourceFilesystem>
</source>
<target useReplicationFarm="MYFARMNAME" >
<targetFilesystem area="D:\PortalContent" >
</targetFilesystem>
<filters>
<excludePattern regex="OrganizationChart" />
<excludePattern regex="AssociateContent\\Affiliates\\GST\\Community\\DistributionPlanning" />
</filters>
<comparisonRules dateDifferent="yes" revert="no" ignoreAcls="yes" ignoreModes="yes" ignoreUser="yes" ignoreGroup="yes" >
</comparisonRules>
<transferRules doDeletes="yes" preserveAcls="no" />
<permissionRules amask="" omask="" directory="0755" file="0644" group="" user="" changeAccess="" setAccess="" >
</permissionRules>
</target>
</definition>
<deployment transactional="no" >
<execDeploymentTask useDefinition="MYDEFINITIONNAME" downRev="" >
</execDeploymentTask>
</deployment>
</deploymentConfiguration>
Adam Stoller
Are you running OpenDeploy 5.5.1, 5.5.1 SP1, or 5.5.1 SP2?
And are you running the exact same level of the software on the Receiver as you are on the Base Server?
You could try removing the entire permissionRules element as you aren't really using it (the directory="0755" file="0644" is all that's set and those attributes are ignored on Windows). I don't think this should be causing any problems, but it wouldn't hurt to take them out just to make sure.
--fish
(Interwoven Senior Technical Consultant)