Hi guys!
I am trying to access OLAP from ASP and I got this message (this is example from MS):
Error Type:
Server object, ASP 0177 (0x8002801D)
Library not registered.
/aspadocomplex.asp, line 39
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461)
Page:
GET /aspadocomplex.asp
line 39:
Set cat = Server.CreateObject("ADOMD.Catalog")
I know that msadomd.dll must be registered and it is because another example for
VB with the same functionality is working fine.
I am using MSSQL2000 developer edition and OLAP with SP2 for both of them.
May be problem is in IIS settings?
Thanks in advance.
Snail