5785 Invalid value for Identity Column parameter %VSTR.
Explanation:
User specified an invalid value for one of the following identity column parameters: a) If INCREMENT is positive START WITH value is >= MAXVALUE, b) If INCREMENT is negative START WITH value is <= MINVALUE, c) MINVALUE value >= MAXVALUE value d) The absolute value of INCREMENT value > IdColBatchSize value in the DBS Control Record e) INCREMENT BY 0 f) START WITH, MINVALUE, MAXVALUE is not within minimum and maximum values of the data type of the identity column.
Generated By:
RES module.
For Whom:
End User.
Remedy:
Modify the DDL statement accordingly and re-submit the request.