From a search: Call Epicor for a fix.
This is a relatively simple thing to fix.
The cnvProgs table is the table that stores all of the conversions and it has a columns called RunLog
Depending on your flavour of backend (Progress vs SQL) the limit of this can vary but let’s assume progress
You then have a limit of 32,000 charters
When a conversion run attempts to update the fact that it worked ok (the log), it errors trying to append to this historic logs already there.
So you need to clear or purge out the RunLog for this particular cnvprogs conversion sequence.
There is no user runnable conversion that I know of that purges the conversion table (a conversion to fix the conversions to fix things !) anyway
So depending on your available skillset and tools
1) Contact Epicor Support, ask for a fix procedure
2) Write a progress procedure yourself to purge this
3) Contact a partner ask for help on a fix procedure
4) Update via SQL (at your own risk)
Miguel A. Santillan
Compass Manufacturing Systems
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Thursday, February 26, 2015 10:36 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Error message when trying to run Coversion Program from Admin Tools
I am new to this Epicor group and I hope I am not asking a question that was already answered. I have Vantage 8.03.407. When I try to run a Database Conversion program from Admin Tools, I get an error saying "Attempt to update CnvProgs record data exceeding 32000. (12370)". I am not sure what to do. Does anyone know what this means and how to fix it?