Re: CreateObject fails after XP SP2
From: Aaron [SQL Server MVP] (ten.xoc_at_dnartreb.noraa)
Date: 10/05/04
- Next message: John: "Re: Asp image edit"
- Previous message: Evertjan.: "Re: Newbie to ASP"
- In reply to: Tim: "Prob: CreateObject fails after XP SP2"
- Next in thread: Stefan Berglund: "Re: CreateObject fails after XP SP2"
- Reply: Stefan Berglund: "Re: CreateObject fails after XP SP2"
- Reply: Tim: "Re: CreateObject fails after XP SP2"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 5 Oct 2004 10:11:37 -0400
80004005 is usually a permissions error. So, there is likely a location
that this custom COM object is trying to access that has been locked down by
SP2. You'll need to figure out what the application does in order to find
out which folder(s) cause the problem.
Hey, it could be worse. The last time I installed XP SP2, I lost an entire
hard disk.
-- http://www.aspfaq.com/ (Reverse address to reply.) "Tim" <stickymail@gmail.com> wrote in message news:dbe6111.0410042258.398c357c@posting.google.com... > Hi > > A custom ASP web application that i have developed has stopped working > after the install of WinXP SP2. > > The application breaks on: > > Set oMaint = Server.CreateObject("efilingMaintenance.clsMaintenance") > > with error message: > > The VB Application identified by the event source logged this > Application Maintenance: Thread ID: 4944 ,Logged: MsgBox: , Run-time > error '-2147467259 (80004005)': > > Cannot generate SSPI context > > > i have had a good hunt around, but cant find anything usefull > > I cant see what SSPI has to do with anything as the object doesnt even > get instantiated, let alone contact the database! > > any ideas
- Next message: John: "Re: Asp image edit"
- Previous message: Evertjan.: "Re: Newbie to ASP"
- In reply to: Tim: "Prob: CreateObject fails after XP SP2"
- Next in thread: Stefan Berglund: "Re: CreateObject fails after XP SP2"
- Reply: Stefan Berglund: "Re: CreateObject fails after XP SP2"
- Reply: Tim: "Re: CreateObject fails after XP SP2"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|