UDA Error Messages
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #
x is not allowed to start this program
If you receive "x is not allowed" errors, take the following action:
- Use a text editor to open the oplrqb.ini file which appears in the /bin/ sub-directory of your
OpenLink server components installation.
- Locate the [Security] stanza.
For example:
[Security] StartupBy = .* ShutdownBy = .* ShutdownFrom = localhost.*,127\.0\.0\.1 ValidUidRange = 0, 50000
- Ensure there is no semicolon (;) in front of the StartupBy parameter.
For example:
;StartupBy = .*
- Also make sure that the user who is trying to start the Broker is listed, or that there is a wildcard.
Note that the value is treated as a regex, so you may need to escape some characters, if unusual usernames are in play.
- Save your changes and exit the file.
- Restart or reinitialize your
OpenLink Request Broker.
Evidence
- Session Rulebook
Referenced by...