Microsoft KB Archive/304072

From BetaArchive Wiki

Article ID: 304072

Article Last Modified on 2/21/2007



APPLIES TO

  • Microsoft SQL Server 2000 Windows CE Edition



This article was previously published under Q304072

BUG #: 2619 (SSCE)

SYMPTOMS

If you use text or image data in a Microsoft SQL Server 2000 Windows CE edition version 1.1 (SQL Server CE) database, the following error message may occur when you use the merge replication object:

Source: Microsoft SQL Server 2000 Windows CE Edition
Error Number: 80072F7F
Native Number: 28032
Error Description: Run Failure initializing internet functionality
SSCE_M_FAILUREINITIALIZINGINTERNET



CAUSE

SQL Server CE allocated virtual memory in the application's process space that is typically reserved for the Windows CE operating system dynamic linked libraries. In this particular problem, SQL Server CE used memory required to load the Winsock.dll file. The error message listed in the "Symptoms" section can occur when Winsock.dll fails to load when you attempt to make a connection by using the WinInet API.


RESOLUTION

To resolve this problem, obtain the latest service pack for Microsoft SQL Server 2000 Windows CE Edition. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

316498 INF: How to Obtain the Latest SQL Server 2000 Windows CE Edition Service Pack


Hotfix

NOTE: The following hotfix was created prior to Microsoft SQL Server 2000 Windows CE Edition Service Pack 1.

The English version of this fix should have the following file attributes or later:

   Version   File name    
   ------------------------------------------------ 
   1.1.3019  Ssce10.dll
   1.1.3008  Ssceca10.dll
   1.1.3008  Sscecw10.dll (not included with x86em)   

NOTE: Due to file dependencies, the most recent hotfix or feature that contains the preceding files may also contain additional files.


WORKAROUND

It is possible, although not guaranteed, that to avoid this problem you synchronize the SQL Server CE database immediately after new text or image data is stored, before you exit the application.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Microsoft SQL Server 2000 Windows CE Edition Service Pack 1.

MORE INFORMATION

Customers who have encountered this problem have seen this when they store text or image data in a SQL Server CE database that is 50 KB, or larger. However, you may encounter this problem when you store data less than 50 KB.

Keywords: kbhotfixserver kbqfe kbbug kbfix kbsqlserv2000ceesp1fix KB304072