Kbase P129688: Server error modifying the initial value of a sequence
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.1B
SYMPTOM(s):
Server error modifying the initial value of a sequence
[DataDirect][OpenEdge JDBC Driver][OpenEdge] Server Error 13286792. No message from server.
OpenEdge DB Navigator is being used
Same error changing sequence on SQL Explorer
User sysprogress has been created via Data Dictionary
CAUSE:
Bug# OE00166203
FIX:
Upgrade to 10.1C or later
If upgrade to OpenEdge 10.1C is not possible then use the following workaround:
Create a new user other than sysprogress:
CREATE USER 'test', 'test';
and grant DBA rights to the user:
GRANT DBA TO 'test';