Board index » delphi » Automation server doesn't start without admin or power user privileges

Automation server doesn't start without admin or power user privileges

Hello,

I added to my app some automation objects and factories in "initialization"
section, and now it doesn't start without any messages if I not in groups
"Admins" or "Power users".

What should I do to make my automation server work under "regular user"
privileges?

--
Konstantin Krivopoustov.

 

Re:Automation server doesn't start without admin or power user privileges


Quote
Konstantin Krivopoustov wrote:
> I added to my app some automation objects and factories in
> "initialization" section, and now it doesn't start without any
> messages if I not in groups "Admins" or "Power users".

> What should I do to make my automation server work under "regular
> user" privileges?

Does your user have read rights to the registry key HLEY_CLASSES_ROOT?

Re:Automation server doesn't start without admin or power user privileges


"Constantine Yannakopoulos" <k...@deltasingular.remove.this.gr>
???Y/???Y ????? ???Y??:
news:3ea50556$1@newsgroups.borland.com...

Quote
> Konstantin Krivopoustov wrote:

> > I added to my app some automation objects and factories in
> > "initialization" section, and now it doesn't start without any
> > messages if I not in groups "Admins" or "Power users".

> > What should I do to make my automation server work under "regular
> > user" privileges?

> Does your user have read rights to the registry key HLEY_CLASSES_ROOT?

Thank you, it seems I solve the problem.
If I previously started app once under "admin" privileges, then later the
app works under "regular user" privileges too.
But I'm afraid that technique will not always work... because yesterday I
did exactly the same, and it didn't work.

Konstantin.

Other Threads