I've a big problem about analysis service access. I wrote a web service that access the analysis services. I'm using ADOMD.Net. I configured anonymous user which is administrator of analysis services machine. And, I added the "<identity impersonate="true"/>" line to web.config file. When the web service try to open connection to analysis services, "Class not registered" or empty exception is throwing. I'm using IIS 6.0 / Windows 2003, web service machine and analysis service machine are seperate machines. What is the problem? Please Help me.. Thanks.. erkano
hello, are you using ixmla from adomd.net? (how does your connection string look like?) can you check what are the type of the exception, stack trace (and same for inner exception if any)? meanwhile, you might want to check that you have msxml4 and msolap80 installed/registered on the machine that you run adomd.net code on. hope this helps, -- - mary This posting is provided "AS IS" with no warranties, and confers no rights. "Erkan Ozden" wrote in message news:1118946249.239295.107620@g49g2000cwa.googlegroups.com... > I've a big problem about analysis service access. > I wrote a web service that access the analysis services. > I'm using ADOMD.Net. I configured anonymous user which is administrator > of analysis services machine. And, I added the "<identity > impersonate="true"/>" line to web.config file. When the web service try > to open connection to analysis services, "Class not registered" or > empty exception is throwing. > > I'm using IIS 6.0 / Windows 2003, web service machine and analysis > service machine are seperate machines. > > What is the problem? Please Help me.. > > Thanks.. > > erkano >