Skip to main content
Planview Customer Success Center

An exception has been raised by a configurable field calculation

Question
What there is an exception in Changepoint when saving an entity (e.g.: task)?

Error
An exception has been raised by a configurable field calculation. The exception has been logged at the web server.
In the web server event logs, or when running UpdateUDFCalculationField from SQL Management Studio we can see
Msg 8146, Level 16, State 2, Procedure UpdateUDFCalculationField, Line 0
Procedure UpdateUDFCalculationField has no parameters and arguments were supplied.

 


 

Answer
The stored procedure UpdateUDFCalculationField got corrupted. It normally takes 3 parameters, but in the current case the error means that this stored procedure doesn't accept any parameters. As Changepoint is calling it with 3 parameters, the error is raised.

Resolution
Contact your DBA to restore that stored procedure from a backup of the database, or contact Changepoint support to get a script to reinstall the stored procedure.