#1 2012-10-11 11:10:32

Bascy
Member
From: The Netherlands
Registered: 2012-06-22
Posts: 108

TestSQL3 test 2.5 - Admin rights needed to register URL root

Trying to the TestSQL3 executable, registered needed urls in the registry, but i still get the error whith every assertion in test 2.5:

TSQLLite3HttpServer.Create: Impossible to register URL (administrator rights needed) for root.

I even manually changed the right in the registry where the url was registerd, but no luck so far..

What am i doing wrong???

Offline

#2 2012-10-11 11:50:00

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,240
Website

Re: TestSQL3 test 2.5 - Admin rights needed to register URL root

ReadMe.txt wrote:

If you want to run the tests with the fast http.sys kernel-based HTTP server, you'll need to compile and run (as administrator) TestSQL3Register.dpr before launching TestSQL3.dpr

wink

And see the corresponding part in the "Software Architecture Document" pdf file.

Offline

#3 2012-10-11 12:20:02

Bascy
Member
From: The Netherlands
Registered: 2012-06-22
Posts: 108

Re: TestSQL3 test 2.5 - Admin rights needed to register URL root

Like i said, i registerd the needed urls in the registry with  THttpApiServer.AddUrlAuthorize('root',  '888', false);

but as it turns out .. i forgot the last parameter '+'

Offline

Board footer

Powered by FluxBB