stickymail
Wed Oct 06 01:23:28 CDT 2004
Hi All
Thought i should post what i have found out.
The problem, im 99% sure is caused by changes to tcp/ip, and the fact
that i installed, rolled back, and installed again. not sure how, but
many tcp/ip related functions became corrupted:
when pinging a server on the network, the string displaying the return
statistics is garbled (contains strange caracters). network user
accounts are no longer accessible, and other network problmes. it
seems that the rollback process does not remove everything that it
should. so be carefull.
i have tried in vain to reinstall networking components, and have
tried many other things.
im going to install server2003 instead!
> Hi
>
> Thanks for the quick reply.
>
> The ap in question is huge, and does many, many things - but accessing
> folders is something that it does rarely, and all the user accounts
> that have to access folders are added already. The ap fails when it
> tries to instantiate any com component, regardless of what they do.
>
> i have noticed that sp2 has changed the com launch/access security
> model, so i thought it must be that. i have added all relevent
> accounts to both. and then out of desperation added pretty much every
> other one, and it doesnt make a difference?
>
>
> "Aaron [SQL Server MVP]" <ten.xoc@dnartreb.noraa> wrote in message news:<#$2UzVuqEHA.868@TK2MSFTNGP10.phx.gbl>...
> > 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.)
> >
> >
> >
> >
> > "> > 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