Entering content frame

-3103: Invalid sequence definition Locate the document in the library structure

Explanation:

The following reasons are possible:

...

1.                  In the CREATE SEQUENCE statement, the value 0 was specified for the interval between two numbers to be created by the sequence. This is not allowed.

2.                  In the <CREATE SEQUENCE statement>, a starting value was specified which is not within the range defined by the minimum and maximum value; or a minimum value was specified that is greater than the maximum value.

User Action:

...

1.                  Repeat the command with a positive or negative integer.

2.                  Change the starting value and/or the minimum and maximum values and repeat the command.

 

Leaving content frame