Product Information > JADE Error Messages and System Messages > 1400 through 1499 - Miscellaneous Runtime Errors > 1455 - The SystemSequenceNumber initial value cannot be negative

1455   The SystemSequenceNumber initial value cannot be negative

Cause

This error occurs if the initial value passed to the createSystemSequenceNumber method of the System class is not zero (0) or greater.

Action

Correct your code.