HTTP 500 error while browsing http://localhost/xmla/msxisapi.dll - XML SOAP
This is a discussion on HTTP 500 error while browsing http://localhost/xmla/msxisapi.dll - XML SOAP ; Hi: I have successfully installed XML ****ysis Services SDK 1.1 on
windows 2000 server as described in this URL.
http://msdn.microsoft.com/library/de...plementxap.asp
I have applied XML A SP3 and my SQL Server 2000 has sp3a installed.
After, I created the virtual directory ...
-
HTTP 500 error while browsing http://localhost/xmla/msxisapi.dll
Hi: I have successfully installed XML ****ysis Services SDK 1.1 on
windows 2000 server as described in this URL.
http://msdn.microsoft.com/library/de...plementxap.asp
I have applied XML A SP3 and my SQL Server 2000 has sp3a installed.
After, I created the virtual directory in IIS 5.1 and try to browse
http://localhost/xmla/msxisapi.dll, I get a HTTP 500 error instead of
getting the XML message as described in the paper. I have spent the
whole day trying to figure this but was unable to get a suitable
solution.
In the event log, I get this error when I try to browse the above URL.
DCOM got error "Overlapped I/O operation is in progress. " and was
unable to logon .\IWAM_SQL in order to run the server:
-
Re: HTTP 500 error while browsing http://localhost/xmla/msxisapi.dll
Can you try switching the virtual directory to use Low Isolation instead of
Medium/High? I'm not sure what the cause is, but it looks like your
out-of-process COM host has some problem...
Thanks,
Akshai
--
This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
"nkunapa" <nkunapareddy@uth.tmc.edu> wrote in message
news:1107823740.603363.32660@o13g2000cwo.googlegroups.com...
> Hi: I have successfully installed XML ****ysis Services SDK 1.1 on
> windows 2000 server as described in this URL.
>
>
http://msdn.microsoft.com/library/de...plementxap.asp
>
> I have applied XML A SP3 and my SQL Server 2000 has sp3a installed.
> After, I created the virtual directory in IIS 5.1 and try to browse
> http://localhost/xmla/msxisapi.dll, I get a HTTP 500 error instead of
> getting the XML message as described in the paper. I have spent the
> whole day trying to figure this but was unable to get a suitable
> solution.
>
> In the event log, I get this error when I try to browse the above URL.
>
> DCOM got error "Overlapped I/O operation is in progress. " and was
> unable to logon .\IWAM_SQL in order to run the server:
>
-
Re: HTTP 500 error while browsing http://localhost/xmla/msxisapi.dll
Akshai,
Thanks a lot. Changing the security to low worked. How will this
effect the security of our application? We have this server anyway
inside the firewall?
Thankyou for your time.
Thanks,
Narendra
-
Re: HTTP 500 error while browsing http://localhost/xmla/msxisapi.dll
Low isolation is a little faster, but the risk is that if the ISAPI DLL
crashes for any reason it will bring down IIS and you will need to restart
it. Medium/High isolation applications run outside the inetinfo.exe process
and therefore application errors in them do not affect IIS.
You could try to fix the Isolation problem as well but I can't offer much
help there -- perhaps searching the IIS newsgroups may find you an answer or
you could try posting a question to one of them.
Thanks,
Akshai
--
This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
"nkunapa" <nkunapareddy@uth.tmc.edu> wrote in message
news:1107896509.898047.193480@z14g2000cwz.googlegroups.com...
> Akshai,
> Thanks a lot. Changing the security to low worked. How will this
> effect the security of our application? We have this server anyway
> inside the firewall?
>
> Thankyou for your time.
>
> Thanks,
> Narendra
>
Similar Threads
-
By Application Development in forum Inetserver
Replies: 3
Last Post: 12-12-2007, 02:47 AM
-
By Application Development in forum XML SOAP
Replies: 1
Last Post: 11-16-2006, 08:34 AM
-
By Application Development in forum Inetserver
Replies: 0
Last Post: 12-20-2005, 03:46 AM
-
By Application Development in forum DOTNET
Replies: 2
Last Post: 04-19-2005, 04:10 PM
-
By Application Development in forum Inetserver
Replies: 2
Last Post: 07-15-2003, 01:27 PM