Prev: Using IIS 6 on Windows 2000 Server
Next: iisback.vbs
From: "Tom Kaminski [MVP]" <tomk mvps on 15 Feb 2005 11:42 "David Smith" <DavidSmith(a)discussions.microsoft.com> wrote in message news:0B393B92-828F-45BE-826D-292CAEE30A83(a)microsoft.com... > 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? You just need to make sure that SMSFormatMessageCtl is registered on the server.
From: David Smith on 16 Feb 2005 03:53 Tom, Excuse my ignorance but how do you check that SMSFormatMessageCtl is registrered? "Tom Kaminski [MVP]" wrote: > "David Smith" <DavidSmith(a)discussions.microsoft.com> wrote in message > news:0B393B92-828F-45BE-826D-292CAEE30A83(a)microsoft.com... > > 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? > > You just need to make sure that SMSFormatMessageCtl is registered on the > server. > > >
From: "Tom Kaminski [MVP]" <tomk mvps on 16 Feb 2005 14:32
"David Smith" <DavidSmith(a)discussions.microsoft.com> wrote in message news:8B340E25-394B-49F7-8B22-04A78EBD39A3(a)microsoft.com... > "Tom Kaminski [MVP]" wrote: > > > "David Smith" <DavidSmith(a)discussions.microsoft.com> wrote in message > > news:0B393B92-828F-45BE-826D-292CAEE30A83(a)microsoft.com... > > > 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? > > > > You just need to make sure that SMSFormatMessageCtl is registered on the > > server. > > Excuse my ignorance but how do you check that SMSFormatMessageCtl is > registrered? Typically there's some sort of install routine that will run and install components. Unfortunately I'm not familiar with SMS so I don't know what's involved in this particular case. Is there something that needs to be installed on the IIS box? |