When you use the DB2 Command Line Processor (CLP), there is a small help section (try the "?"). Typing in the question mark and the error code, DB2 reveals the full error message including an explanation of reason codes and the so-called user response.
> db2 "? sql5099n"
SQL5099N The value "" indicated by the database configuration
parameter "" is not valid, reason code "".
Explanation:
The value of the named parameter is not valid for one of the following
reasons:
parameter "
Explanation:
The value of the named parameter is not valid for one of the following
reasons:
...
User response:
Resubmit the command with a valid value for the named parameter.
sqlcode: -5099
sqlstate: 08004
Life can be easy, even (especially?) when offline...