Teamsite Version : 7.2.1 Build 50 InterwovenOpenDeploy Base Version 7.2.1.0.0 Build 11 Interwoven 20101025 - SenderOpenDeploy Base Version 7.2.1.0.0 Build 11 Interwoven 20101025 - RcvrI have a simple Opendeploy script to sync 2 branches across servers. A typical deployment is about 20 Megs and Works perfectly when run with Transactional is set to "NO" but fails whenever it is run in transactional mode The transfer rules include setting Extended Attributes, owner permissions etc. The deployment fails around the commit phase where the receiver is in the progress of cleaning up the iwold and iwnew folders. Following error is seen in the OD.LOG file 2012-08-16 10:10:00.837 GMT-0700 odLog [ReThread-0] - IWDeploySock::ReadLine ERROR: Failed to read (-1) bytes of data from socket.2012-08-16 10:10:00.838 GMT-0700 odLog [ReThread-0] - IWDeploySock::ReadLongLine: ERROR Invalid data buffer length.2012-08-16 10:30:00.749 GMT-0700 odLog [ReThread-0] - IWDeploySock::ReadLineWithLength ERROR: Invalid data buffer length.2012-08-16 10:30:00.750 GMT-0700 odLog [ReThread-0] - IWDeploySock::ReadLine ERROR: Failed to read (-1) bytes of data from socket.2012-08-16 10:30:00.750 GMT-0700 odLog [ReThread-0] - IWDeploySock::ReadLongLine: ERROR Invalid data buffer length.2012-08-16 10:50:01.294 GMT-0700 odLog [ReThread-0] - IWDeploySock::ReadLineWithLength ERROR: Invalid data buffer length.2012-08-16 10:50:01.295 GMT-0700 odLog [ReThread-0] - IWDeploySock::ReadLine ERROR: Failed to read (-1) bytes of data from socket.Fixes Attempted with no success:1. Enable Compression2. Double the Heap Size3. Increase Buffer Size4. BlockMaxWait Time5. blockCheckInterval6. Run without Instance ID 7. Target Teamsite version of the deployment8. Remotediff version of the deploymentWhat could be going wrong here!!