in reply to Running dbiproxy as a service on Windows
The error message seems to come from this code in RPC::PIServer:
"AcceptUser" authenticates the username against a user list, which I presume comes from a config file.if (!($result = $self->AcceptUser($user, $password))) { $comm->Write($socket, [0, "User $user is not permitted to connect."]); return 0; }
Sorry - no time to dig much deeper, but hopefully, this directs you toward solving this issue.
Remember that the SERVICE sees different environment variables (in particular PATH) than running from a cmd shell.
Syntactic sugar causes cancer of the semicolon. --Alan Perlis
|
|---|