%META:TOPICPARENT{name="ErrorMessagesX"}% == [[UDA Error Messages]] == [[ErrorMessagesA|A]] [[ErrorMessagesB|B]] [[ErrorMessagesC|C]] [[ErrorMessagesD|D]] [[ErrorMessagesE|E]] [[ErrorMessagesF|F]] [[ErrorMessagesG|G]] [[ErrorMessagesH|H]] [[ErrorMessagesI|I]] [[ErrorMessagesJ|J]] [[ErrorMessagesK|K]] [[ErrorMessagesL|L]] [[ErrorMessagesM|M]] [[ErrorMessagesN|N]] [[ErrorMessagesO|O]] [[ErrorMessagesP|P]] [[ErrorMessagesQ|Q]] [[ErrorMessagesR|R]] [[ErrorMessagesS|S]] [[ErrorMessagesT|T]] [[ErrorMessagesU|U]] [[ErrorMessagesV|V]] [[ErrorMessagesW|W]] [[ErrorMessagesX|X]] [[ErrorMessagesY|Y]] [[ErrorMessagesZ|Z]] [[ErrorMessagesSymbols|#]] ===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