Discussion
1
Replies
191
Views
Posted: June 4, 2015
Last activity: April 6, 2018
Closed
pyCommiterror. Key property pxIndexPurpose in database too big for its column after upgrade
Hi, I'm getting a commit error after upgrade
pyCommitError:** The key property pxIndexPurpose in database PegaDATA, table PR_INDEX_MULTIACCOUNTS is too big for its column: column size:32, property size:39
...
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
pxIndexPurpose usually contains declare Index rule name. If the rule names are longer, this error occurs
Increase the pxIndexPurpose column size from 32 to 64 characters in the respective declare index table to resolve the issue.