%META:TOPICPARENT{name="ErrorMessagesSymbols"}% ==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|#]] ===-P and -U Startup Parameters Require _User File Records=== The "-P and -U startup parameters" error message appears when the Progress security file has not been configured. If your database is password protected, take the following action: # Open your Progress editor. # Expand the "Tools" menu. # Drill down to Admin >> Security >> Edit User List. # Add the desired user to the list. # Test. If you do not secure your database with password protection, remove user names and passwords from your client DSN. If the problem persists, Multi-Tier users may need to take the following action: # Use a text editor to open the {{{oplrqb.ini}}} file, which you find in the {{{/bin/}}} sub-directory of your OpenLink server components installation. # Locate the {{{[generic_proxxx]}}} section which corresponds to your OpenLink database agent. For example: {{{ [generic_pro82a] Program = pro82a_sv.exe Environment = PROGRESS82A ServerOptions = -q -d mdy -TB 31 -TM 31 ReUse = never; Directory = c:\temp; ;ConnectOptions = ;ReadOnly = ;CommandLine = ;Database = ;UserID = ;Password = }}} # Remove any semicolons which appear in front of the UserID and Password parameters. For example: {{{ UserID = Password = }}} # Restart or reinitialize your Request Broker to register the changes. # Test. ===Evidence=== * Data Source Attributes * Request Broker Log * Request Broker Session Rulebook