Commerce Server General - Commerce Server 2002 Errors on XP

This is Interesting: Free IT Magazines  
Home > Archive > Commerce Server General > June 2005 > Commerce Server 2002 Errors on XP





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Commerce Server 2002 Errors on XP
Nick Korbel

2004-02-07, 9:36 am

I have installed Commerce Server 2002 (SP2) on a XP Pro
machine with SQL Server 2000.

I have unpacked the sample sites, but cannot get any of
them to work.

When running blanksite or retail2002, I recieve the
following error on the page:

Error Type:
Active Server Pages, ASP 0223 (0x80004005)
METADATA tag contains a Type Library specification that
does not match any Registry entry.
/blanksite/global.asa, line 1

Or this error in the event log:

Error Type: Active Server Pages
Page: /retail/Default.asp
File: /retail/global.asa
Line:2
80004005
TypeLib Not Found

The IUSR_<servername> user is created and has all
necessary permissions.

Any ideas?
Michael O'Donovan [MSFT]

2004-02-07, 9:36 am

Hi Nick,

Type libraries are declared as meta-data in global.asa so that constants
declared in these libraries are globally available. It sounds like one of
the type libraries in your global.asa hasn't been registered on the machine
properly. This is usually done during the installation of commerce server.

You can do this manually afterwards by using REGTLIB.EXE.

I looked in the global.asa of the blanksite and found the following meta
entry - TYPE="TypeLib" NAME="AppConsts 1.0 Type Library"
UUID="{8F151887-1EFD-42F3-844E-A66453AF19FF}". This points to the C:\Program
Files\Microsoft Commerce Server 2002\AppConsts.tlb

Therefore try using - REGTLIB.EXE C:\Program Files\Microsoft Commerce Server
2002\AppConsts.tlb

You also might have this issue if you are using a sample site e.g. blank
site that is intended to work with CS2002 and you are trying to run it on
CS2000. Although I haven't confirmed tha the CLSID's of appconsts.tlb are
different between CS versions.

Hope this helps,
Michael

--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Nick Korbel" <nickkorbel@don.com> wrote in message
news:040401c3ded5$7444c490$a101280a@phx.gbl...
> I have installed Commerce Server 2002 (SP2) on a XP Pro
> machine with SQL Server 2000.
>
> I have unpacked the sample sites, but cannot get any of
> them to work.
>
> When running blanksite or retail2002, I recieve the
> following error on the page:
>
> Error Type:
> Active Server Pages, ASP 0223 (0x80004005)
> METADATA tag contains a Type Library specification that
> does not match any Registry entry.
> /blanksite/global.asa, line 1
>
> Or this error in the event log:
>
> Error Type: Active Server Pages
> Page: /retail/Default.asp
> File: /retail/global.asa
> Line:2
> 80004005
> TypeLib Not Found
>
> The IUSR_<servername> user is created and has all
> necessary permissions.
>
> Any ideas?



adutton

2005-06-02, 5:00 pm

I had a similar problem and solved it by going to Add/Remove Programs and "Repairing" the Commerce Server 2002 installation.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com