HTTP 550.100 INTERNAL SERVER ERROR -ASP ERROR

Hi All,

We have the requirement of pass login screen of webi. We are using the below asp script for this. (This is available in BO Techsupport)

<%
Set WebIServer = Server.CreateObject(“WebI.Server.2.5”)
If WebIServer.IsRunning Then
Set WebISession = WebIServer.OpenSession(“nizami”, “nizami”)
If WebISession.IsValid Then
Response.Cookies(“WebIntelligenceSession”) = WebISession.SessionID
Response.Cookies(“WebIntelligenceSession”).Path = “/”
Response.Redirect(“http://sales/wi/bin/iswi.dll/WIGenerator/wigenerator/generator/ExecuteWIS?sWIS=DefaultWelcomeFrame”)
Else
Response.Write("Unable to log in! Try:
")
End If
else
response.write(“webi is not running”)
end if
%>

The above asp script gives the following error
HTTP 500.100 - INTERNAL SERVER ERROR -ASP ERROR
INTERNET INFORMATION SERVICES

ERROR TYPE
SERVER OBJECT, ASP 0177 (OX800401F3)
INVALID PROGID. FOR ADDITIONAL INFORMATION SPECIFIC TO THIS. MESSAGE PLEASE VISIT THE MICROSFT ONLINE SUPPORT SITE LOCATED

D:\Program Files\Qualcomm\Eudora\attach\BO_ASP_Err.jpg

Any suggestions please.

Thanks & Regards

Kapil


kmighlani (BOB member since 2002-08-29)


kmighlani (BOB member since 2002-08-29)