Problem Note 42187: SAS® software becomes unresponsive when publishing large packages to WebDAV
If you publish a large package to the SAS® Content Server and run the job several times, the job will cause SAS to become unresponsive. The amount of time that the job runs before SAS becomes unresponsive is random but it is usually more than 8 times.
The problem occurs because the HTTP client library is not registering a wait event for each attempt to read from the socket. The HTTP client library has to wait for available data on the socket when it is called directly from MVA so that it does not cause MVA to halt.
In the case of a failure, the client library has to make multiple reads to get enough data from the server in order to process the server response. The server's response is broken up into several packets and is encrypted. The client library sets up an event to wait for the available data, but it only does this once. It should be done for each attempt.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | Base SAS | Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
Microsoft Windows Server 2003 Datacenter Edition | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
Microsoft Windows Server 2003 Enterprise Edition | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
Microsoft Windows Server 2003 Standard Edition | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
Microsoft Windows Server 2003 for x64 | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
Microsoft Windows Server 2008 | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
Microsoft Windows Server 2008 for x64 | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
Microsoft Windows XP Professional | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
64-bit Enabled AIX | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
64-bit Enabled HP-UX | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
64-bit Enabled Solaris | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
HP-UX IPF | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
Linux | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
Linux for x64 | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
OpenVMS on HP Integrity | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
Solaris for x64 | 9.21_M2 | 9.21_M3 | 9.2 TS2M2 | 9.2 TS2M3 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2011-02-08 13:52:22 |
Date Created: | 2011-01-25 13:35:19 |