Kbase P149992: Error 78 trying to create a sequence
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/23/2009 |
|
Status: Unverified
SYMPTOM(s):
Error 78 trying to create a sequence
** Value too large for integer. (78)
FACT(s) (Environment):
All Supported Operating Systems
Progress 8.x
Progress 9.x
OpenEdge 10.x
CAUSE:
Entering a value beyond the maxiimum value limit allowed.
FIX:
Prior to OpenEdge 10.1.B sequences were 32-bit, use values between -2,147,483,647 and 2,147,483,648 only.
For OpenEdge 10.1.B or later where starts suppor for 64-bit sequences, use values between -9,223,372,036,854,775,807 and 9,223,372,036,854,775,808.