If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP and ADOMD problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-23-02, 12:07
snail snail is offline
Just DBA
 
Join Date: Jul 2002
Location: Village, MD
Posts: 621
ASP and ADOMD problem

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
Reply With Quote
  #2 (permalink)  
Old 10-23-02, 12:52
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
Is the vb program exactly the same - if not put the asp code into a vb app (including using the createobject method) and test it. There might be a dependency dll as well that needs to be registered that your vb app is not using but the asp app is.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On