Prev: Using IIS 6 on Windows 2000 Server
Next: iisback.vbs
From: David Smith on 15 Feb 2005 09:05 Hello, Whenever we try to run WEB Reports within SMS 2003 we keep getting HTTP Error messages on every report we try to run. All was running fine whilst SMS was running on W2K Server and IIS 5.0. Our IIS logs come up with the following error. Does anyone have any ideas? ============================================= ........ GET /SMSReporting_BUS/Report.asp ReportId=141|374|ASP_0177_:_8007007e|Server.CreateObject_Failed 80..... Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) 500 0 0 ============================================== Thanks David Smith
From: Steven Burn on 15 Feb 2005 09:12 http://aspfaq.com/show.asp?id=2109 -- Regards Steven Burn Ur I.T. Mate Group www.it-mate.co.uk Keeping it FREE! "David Smith" <DavidSmith(a)discussions.microsoft.com> wrote in message news:48F64DEC-6018-4F4B-8E84-70B8209F43B9(a)microsoft.com... > Hello, > > Whenever we try to run WEB Reports within SMS 2003 we keep getting HTTP > Error messages on every report we try to run. All was running fine whilst SMS > was running on W2K Server and IIS 5.0. Our IIS logs come up with the > following error. Does anyone have any ideas? > > ============================================= > > ....... GET /SMSReporting_BUS/Report.asp > ReportId=141|374|ASP_0177_:_8007007e|Server.CreateObject_Failed 80..... > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) 500 0 0 > ============================================== > > Thanks > > David Smith
From: "Tom Kaminski [MVP]" <tomk mvps on 15 Feb 2005 09:15 "David Smith" <DavidSmith(a)discussions.microsoft.com> wrote in message news:48F64DEC-6018-4F4B-8E84-70B8209F43B9(a)microsoft.com... > Hello, > > Whenever we try to run WEB Reports within SMS 2003 we keep getting HTTP > Error messages on every report we try to run. All was running fine whilst SMS > was running on W2K Server and IIS 5.0. Our IIS logs come up with the > following error. Does anyone have any ideas? > > ============================================= > > ....... GET /SMSReporting_BUS/Report.asp > ReportId=141|374|ASP_0177_:_8007007e|Server.CreateObject_Failed 80..... > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) 500 0 0 > ============================================== http://www.aspfaq.com/show.asp?id=2362
From: David Smith on 15 Feb 2005 11:01 Un-ticking the "friendly HTTP errors" box has bought up a more useful error when I now run SMS reports. My problem seems to lie in my global.asa file. Particuarly the following line... Set Session("FormatMsg") = Server.CreateObject("SMSFormatMessageCtl") ' reference to ActiveX Do I need to configure any ActiveX settings on the server? Thanks David "Tom Kaminski [MVP]" wrote: > "David Smith" <DavidSmith(a)discussions.microsoft.com> wrote in message > news:48F64DEC-6018-4F4B-8E84-70B8209F43B9(a)microsoft.com... > > Hello, > > > > Whenever we try to run WEB Reports within SMS 2003 we keep getting HTTP > > Error messages on every report we try to run. All was running fine whilst > SMS > > was running on W2K Server and IIS 5.0. Our IIS logs come up with the > > following error. Does anyone have any ideas? > > > > ============================================= > > > > ....... GET /SMSReporting_BUS/Report.asp > > ReportId=141|374|ASP_0177_:_8007007e|Server.CreateObject_Failed 80..... > > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) 500 > 0 0 > > ============================================== > > http://www.aspfaq.com/show.asp?id=2362 > > >
From: David Smith on 15 Feb 2005 11:03
Un-ticking the "show friendly HTTP" box seems to have given me more useful errors when running SMS reports. In fact I have traced things dowen to my global.asa file/ The problem seems to be in the following line of code. ================================================= Set Session("FormatMsg") = Server.CreateObject("SMSFormatMessageCtl") ' reference to ActiveX ================================================= Do I need to configure any ActiveX settings on the server or is it a client setting? David Smith "Tom Kaminski [MVP]" wrote: > "David Smith" <DavidSmith(a)discussions.microsoft.com> wrote in message > news:48F64DEC-6018-4F4B-8E84-70B8209F43B9(a)microsoft.com... > > Hello, > > > > Whenever we try to run WEB Reports within SMS 2003 we keep getting HTTP > > Error messages on every report we try to run. All was running fine whilst > SMS > > was running on W2K Server and IIS 5.0. Our IIS logs come up with the > > following error. Does anyone have any ideas? > > > > ============================================= > > > > ....... GET /SMSReporting_BUS/Report.asp > > ReportId=141|374|ASP_0177_:_8007007e|Server.CreateObject_Failed 80..... > > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) 500 > 0 0 > > ============================================== > > http://www.aspfaq.com/show.asp?id=2362 > > > |