-816   NSSS E ENUM BUFF TOO SHORT

Source:  Novell SecretStore

Explanation:  The length of the enumeration buffer is too short.

Possible Cause:  A programmer needs to make a call again to a larger buffer. NSSS returns what data it can in the buffer that was passed.

Action:  The maximum buffer size is 128 KB. The maximum packet size is also 128 KB. If you have more secrets IDs in SecretStore than 128 KB, use wild cards to change the scope of your enumerations. Change the scope at the API level or in SecretStore utilities.