Deploy from 5.6 WIN2K to 5.5.1 WIN2K
Deployment works fine when not using filelist...but when when I use a file list I get...
client: DEPLOYING - [Y:\default\main\Group\Corporate_Payments\WORKAREA\jims_wa\layouts] to [c:\inetpub\dev_cp_cms]
client: Filelist=[D:\temp\filelist1832.txt]
client: Sending [.\aboutus_firstdataLayout.xml] [reason file_list] client:
Receiver-ERROR: .
ERROR: Failed to deploy local_directory (.)
ERROR: Could not send phase start message.
Receiver-ERROR: .
ERROR: Failed to deploy local_directory (.)
ERROR: Could not read content size from remote.
ERROR: Could not read server status, client OK.
############################ Config #################
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<deploymentConfiguration>
<logRules maxBytes="32Mb" level="verbose"/>
<localNode host="DEV_SERVER04"/>
<replicationFarmSet>
<replicationFarm name="MYFARMNAME">
<nodeRef useNode="DEV_SERVER04"/>
</replicationFarm>
</replicationFarmSet>
<definition name="MYDEFINITIONNAME">
<source>
<sourceFilesystem area="Y:\default\main\Group\Corporate_Payments\WORKAREA\jims_wa\layouts" filelist="D:\temp\filelist1832.txt">
<pathSpecification>
<path name="."/>
</pathSpecification>
</sourceFilesystem>
</source>
<target useReplicationFarm="MYFARMNAME">
<targetFilesystem area="C:\Inetpub\dev_cp_cms"/>
<comparisonRules dateDifferent="yes"/>
<permissionRules file="0644" directory="0755"/>
</target>
</definition>
<deployment transactional="no">
<execDeploymentTask useDefinition="MYDEFINITIONNAME"/>
</deployment>
</deploymentConfiguration>
###############################################################
#######

\temp\filelist1832.txt
aboutus_firstdataLayout.xml
Any Help????
The Professor-