AR ERROR: The value(s) for this entry violate a unique index that has been defined for this form (ARERR 382)
Page 1 of 1
AR ERROR: The value(s) for this entry violate a unique index that has been defined for this form (ARERR 382)
AR ERROR: The value(s) for this entry violate a unique index that has been
defined for this form (ARERR 382)
defined for this form (ARERR 382)
giby.varghese@gmail.com- Posts : 107
Points : 222
Reputation : 3
Join date : 2009-11-11
Re: AR ERROR: The value(s) for this entry violate a unique index that has been defined for this form (ARERR 382)
1. Turn on SQL log file and then reproduce the problem.
2. Check arerr.log file
3. Access database directly and run below commands:
select schemaId from arschema where name='Name of Form';
Then using this as an example (replace your schemaId here):
select nextId from arschema where schemaId = 101;
nextId = 1775251, we have tickets up to 1775297 in T101
update arschema set nextId = 1775298 where schemaId = 101;
See also the information in the Server Administrator's Guide on changing the Next Available Entry Id. If this
table has long field or diary field, you also need to check and update nextId for the Form based on the values in
the long field tables or diary tables with same commands that show above.
2. Check arerr.log file
3. Access database directly and run below commands:
select schemaId from arschema where name='Name of Form';
Then using this as an example (replace your schemaId here):
select nextId from arschema where schemaId = 101;
nextId = 1775251, we have tickets up to 1775297 in T101
update arschema set nextId = 1775298 where schemaId = 101;
See also the information in the Server Administrator's Guide on changing the Next Available Entry Id. If this
table has long field or diary field, you also need to check and update nextId for the Form based on the values in
the long field tables or diary tables with same commands that show above.
giby.varghese@gmail.com- Posts : 107
Points : 222
Reputation : 3
Join date : 2009-11-11
Similar topics
» ARERR 1900 - Error generating application list ARS 7.5
» Error encountered while initializing(Initialization routine) the shared library (ARERR 9755)
» Clicking on the Modify Fields on the Data Sources form does not update "Fields and Join Form Create Status"
» ARERR 313, 332, 333; when opening Change request
» Invalid or pre 6.0 AR Server license file. - [ARERR 466]
» Error encountered while initializing(Initialization routine) the shared library (ARERR 9755)
» Clicking on the Modify Fields on the Data Sources form does not update "Fields and Join Form Create Status"
» ARERR 313, 332, 333; when opening Change request
» Invalid or pre 6.0 AR Server license file. - [ARERR 466]
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum