Hotfix 81040

Unable to deploy page when two destinations (SSHFTP) are part of the same publication target.

Version
This hotfix concerns SDL Tridion 2011 SP1HR1.
Problem description
Unable to deploy page when two destinations are part of the same publication target. In 2011 SP1 + HR1 when having two destinations(SSHFTP) present in the same publication target the following behavior happens:
  • when first publishing the page, the status for both destinations will be successful;
  • on second publish action, for one destination, the status will be success and for the second, the status will be 'Waiting for Deployment'
  • on a third publish action, for both destinations, the status of the publishing action will be 'Waiting for Deployment' for both destinations.
Hotfix description
We made sure that after each access to the SSHFTP server we properly disconnect the client thus preventing thread blocking. Also made sure that we properly handle situations when the deployer has no status yet for a given transaction.
Distributed files
cd_transport.jar (version 6.1.0.1051)
Fixes included
None
Dependencies
None