| View previous topic :: View next topic |
| Author |
Message |
David Alison Guest
|
Posted: Mon Jun 06, 2005 9:46 pm Post subject: Error accessing the OLE registry |
|
|
Hi All,
I have a D7 based application that uses madExcept to record errors. I
recently started recieving bug reports that indicated the following:
exception class : EOleSysError
exception message : Error accessing the OLE registry.
main thread ($6464):
004c3c30 rsvme.exe ComObj OleError
004c3c48 rsvme.exe ComObj OleCheck
004c511f rsvme.exe ComServ RegisterTypeLibrary
004c57c1 rsvme.exe ComServ TComServer.UpdateRegistry
004c5659 rsvme.exe ComServ TComServer.Initialize
004c5849 rsvme.exe ComServ InitComServer
005c478d rsvme.exe TB2Acc 1209 InitCOM
004c027f rsvme.exe Forms TApplication.Initialize
0078dfb1 rsvme.exe rsvme 48 initialization
This exact same problem was reported in a thread by Xerxes Battiwalla almost
exactly one year ago. Unfortunately the solution that George Kashperko
provided does not appear in the GoogleGroups archive. Does anyone have a
solution for this problem? Thanks much in advance!
--David
|
|
| Back to top |
|
 |
Mike Shkolnik Guest
|
Posted: Tue Jun 07, 2005 9:49 am Post subject: Re: Error accessing the OLE registry |
|
|
Have you the priviligies to access the registry? Maybe you are logged as
guest (not admin) and trield to write something to registry?
--
With best regards, Mike Shkolnik
EMail: [email]mshkolnik (AT) scalabium (DOT) com[/email]
http://www.scalabium.com
"David Alison" <no_spam_dralison (AT) hotmail (DOT) com> wrote
| Quote: | Hi All,
I have a D7 based application that uses madExcept to record errors. I
recently started recieving bug reports that indicated the following:
exception class : EOleSysError
exception message : Error accessing the OLE registry.
main thread ($6464):
004c3c30 rsvme.exe ComObj OleError
004c3c48 rsvme.exe ComObj OleCheck
004c511f rsvme.exe ComServ RegisterTypeLibrary
004c57c1 rsvme.exe ComServ TComServer.UpdateRegistry
004c5659 rsvme.exe ComServ TComServer.Initialize
004c5849 rsvme.exe ComServ InitComServer
005c478d rsvme.exe TB2Acc 1209 InitCOM
004c027f rsvme.exe Forms TApplication.Initialize
0078dfb1 rsvme.exe rsvme 48 initialization
This exact same problem was reported in a thread by Xerxes Battiwalla
almost
exactly one year ago. Unfortunately the solution that George Kashperko
provided does not appear in the GoogleGroups archive. Does anyone have a
solution for this problem? Thanks much in advance!
--David
|
|
|
| Back to top |
|
 |
David Alison Guest
|
Posted: Tue Jun 07, 2005 4:39 pm Post subject: Re: Error accessing the OLE registry |
|
|
Actually, Guests should be able to run applications too - there is no reason
that a completely installed application (from an administrator) should not
be able to be used by a guest. The problem is that the ComServer
initialization is writing to the registry - which it should not do. Anyone
have a work-around?
--David
"Mike Shkolnik" <mshkolnik2002 (AT) ukr (DOT) net> wrote
| Quote: | Have you the priviligies to access the registry? Maybe you are logged as
guest (not admin) and trield to write something to registry?
--
With best regards, Mike Shkolnik
EMail: [email]mshkolnik (AT) scalabium (DOT) com[/email]
http://www.scalabium.com
"David Alison" <no_spam_dralison (AT) hotmail (DOT) com> wrote in message
news:42a4c430$1 (AT) newsgroups (DOT) borland.com...
Hi All,
I have a D7 based application that uses madExcept to record errors. I
recently started recieving bug reports that indicated the following:
exception class : EOleSysError
exception message : Error accessing the OLE registry.
main thread ($6464):
004c3c30 rsvme.exe ComObj OleError
004c3c48 rsvme.exe ComObj OleCheck
004c511f rsvme.exe ComServ RegisterTypeLibrary
004c57c1 rsvme.exe ComServ TComServer.UpdateRegistry
004c5659 rsvme.exe ComServ TComServer.Initialize
004c5849 rsvme.exe ComServ InitComServer
005c478d rsvme.exe TB2Acc 1209 InitCOM
004c027f rsvme.exe Forms TApplication.Initialize
0078dfb1 rsvme.exe rsvme 48 initialization
This exact same problem was reported in a thread by Xerxes Battiwalla
almost
exactly one year ago. Unfortunately the solution that George Kashperko
provided does not appear in the GoogleGroups archive. Does anyone have
a
solution for this problem? Thanks much in advance!
--David
|
|
|
| Back to top |
|
 |
|