Wednesday, March 7, 2012

Error with OPENXML

I am getting an error(XML parsing error: Not enough storage is
available to complete this operation.) while using OPENXML on server,
I think the problem is with bad version of MSXML.dll (someone said I
might be using 2.6 and NOT 3.0 Parser).
I want to know the service pack version of the SQL 2000 so that I would
then decide whether to apply SP3 or SP3a.
I would really appreciate if anyone can provide feedback on this.

Select @.@.version gives me this.
Microsoft SQL Server 2000 - 8.00.194 (Intel X86) Aug 6 2000
00:57:48 Copyright (c) 1988-2000 Microsoft Corporation Enterprise
Edition on Windows NT 5.0 (Build 2195: Service Pack 4)

xp_msver gives me this
1ProductNameNULLMicrosoft SQL Server
2ProductVersion5242888.00.194
3Language1033English (United States)
4PlatformNULLNT INTEL X86
5CommentsNULLNT INTEL X86
6CompanyNameNULLMicrosoft Corporation
7FileDescriptionNULLSQL Server Windows NT
8FileVersionNULL2000.080.0194.00
9InternalNameNULLSQLSERVR
10LegalCopyrightNULL 1988-2000 Microsoft Corp. All rights
reserved.
11LegalTrademarksNULLMicrosoft is a registered trademark of
Microsoft Corporation. Windows(TM) is a trademark of Microsoft
Corporation
12OriginalFilenameNULLSQLSERVR.EXE
13PrivateBuildNULLNULL
14SpecialBuild65630NULL
15WindowsVersion1438515255.0 (2195)
16ProcessorCount22
17ProcessorActiveMask300000003
18ProcessorType586PROCESSOR_INTEL_PENTIUM
19PhysicalMemory20472047 (2146942976)
20Product IDNULLNULL<m.ramana@.gmail.com> wrote in message
news:1118151695.263944.198450@.o13g2000cwo.googlegr oups.com...
I am getting an error(XML parsing error: Not enough storage is
available to complete this operation.) while using OPENXML on server,
I think the problem is with bad version of MSXML.dll (someone said I
might be using 2.6 and NOT 3.0 Parser).
I want to know the service pack version of the SQL 2000 so that I would
then decide whether to apply SP3 or SP3a.
I would really appreciate if anyone can provide feedback on this.

Select @.@.version gives me this.

<snip
See here:

http://support.microsoft.com/defaul...kb;en-us;321185

Your installation has no servicepack installed; the current one is SP4.

Simon|||(m.ramana@.gmail.com) writes:
> I want to know the service pack version of the SQL 2000 so that I would
> then decide whether to apply SP3 or SP3a.

Since SP3 gives you protection aganist the slammer worm, you really
should install SP3. Or SP4 which has been for some time now.

--
Erland Sommarskog, SQL Server MVP, esquel@.sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techin.../2000/books.asp|||Thanks for the info. I will go a head and install service pack 4.0
Hope that will fix the error|||Did it work after you installed SP4

best Regards,
Chandra
http://groups.msn.com/SQLResource/
http://chanduas.blogspot.com/
------------

*** Sent via Developersdex http://www.developersdex.com ***|||I am guessing it will need a restart so waiting untill night to install
SP4 on production server. Will post my feedback

No comments:

Post a Comment