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 #
You did not specify a valid username
"You did not specify a valid username" errors are generated by the
- 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 [Domain Aliases] section of the Rulebook.
- Determine how your client's "Domain" or "ServerType" value is aliased.
For instance:
SQLServer 7 = sql7
- Locate the [Mapping Rules] section of the Rulebook.
- Find the rule associated with your alias and the error.
For example:
sql7:*:blank:*:*:*:* = reject You did not specify a valid username
- Place a semicolon in front of the rule.
For example:
;sql7:*:blank:*:*:*:* = reject You did not specify a valid username
- Insure that a rule exists which accepts the alias.
For example:
sql7:*:*:*:*:*:* = accept generic_sql6
- Restart or reinitialize your Request Broker to register your changes.
- Test.
Evidence
- Request Broker Session Rulebook
- Request Broker Log
Referenced by...