Hotfix 83230

When performing mass publishing action, publishing queue halts, multiple timeout problems are reported.

Version
This hotfix concerns SDL Tridion 2011 SP1HR1.
Problem description
When performing mass publishing action, publishing queue halts, multiple timeout problems are reported.
Hotfix description

Multiple fixes:

  • Making sure that the transport pooling timeout is calculated starting with the moment when the transaction is sent on the deployer side.
  • Adding configuration of the SendTimeout in case the sending of the transport package over the network is too slow. You can now configure it in the cd_transport_conf.xml:
    <Senders SendTimeout="120000">
  • Introduces additional logging to help diagnosing problems with the Transport service.
Distributed files
  • cd_transport_conf_sample.xml
  • cd_transport_conf.xsd
  • cd_core.jar (version 6.1.0.1066)
  • cd_model.jar (version 6.1.0.1066)
  • cd_transport.jar (version 6.1.0.1066)
Fixes included
Hotfix 83136
Hotfix 80398
Hotfix 81040
Hotfix 81083
Dependencies
None