FIX: Concurrent Xp_makewebtask May Cause an Access ViolationID: Q174853
|
Concurrent execution of the xp_makewebtask extended stored procedure may cause a handled access violation (AV) and cause SQL Server to stop responding. If you encounter this problem, a message similar to the following will appear in the SQL Server errorlog:
Stored function 'xp_makewebtask' in the library 'xpsqlweb.dll' generated access violation; SQL Server is terminating process 12
To work around this problem, serialize execution of xp_makewebtask.
Microsoft has confirmed this to be a problem in SQL Server
version 6.5. This problem has been corrected in U.S. Service Pack 5a
for Microsoft SQL Server version 6.5. For information about
downloading and installing the latest SQL Server Service Pack, see
http://support.microsoft.com/support/sql/.
For more information, contact your primary support provider.
Additional query words: sp_makewebtask web wizard hang hung
Keywords : kbusage SSrvGPF SSrvWeb kbbug6.50 kbfix6.50.SP5
Version : winnt:6.5
Platform : winnt
Issue type : kbbug
Last Reviewed: April 21, 1999