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:

  1. Use a text editor to open the oplrqb.ini file which appears in the /bin/ sub-directory of your OpenLink server components installation.
  2. Locate the [Security] stanza. For example:


    [Security] StartupBy = .* ShutdownBy = .* ShutdownFrom = localhost.*,127\.0\.0\.1 ValidUidRange = 0, 50000

  3. Ensure there is no semicolon (;) in front of the StartupBy parameter. For example:


    ;StartupBy = .*

  4. 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.
  5. Save your changes and exit the file.
  6. Restart or reinitialize your OpenLink Request Broker.


Evidence