You are not logged in.
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
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
And see the corresponding part in the "Software Architecture Document" pdf file.
Offline
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