Skip to main content
Answer

prc_prf has too many arguments specified.

  • April 17, 2024
  • 3 replies
  • 75 views

Forum|alt.badge.img+4

Hey all, i’m not sure what this error means, this procesflow work in local development environment in universal but not in the uat universal environment.


Indicium.Shared.TSF.FatalDbException (0x80004005): The following query failed with an exception: 'prc_prf_activity_complete_execute_tab_task_activity_question'
 ---> Microsoft.Data.SqlClient.SqlException (0x80131904): Procedure or function prc_prf_activity_complete_execute_tab_task_activity_question has too many arguments specified.

 

Does someone have a clue?

Best answer by Erwin Ekkel

It seems like you added a process flow parameter but the process logic is not yet deployed on the database. Can you check if the procedure was deployed? 

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+17
  • Moderator
  • Answer
  • April 17, 2024

It seems like you added a process flow parameter but the process logic is not yet deployed on the database. Can you check if the procedure was deployed? 


Jeroen van den Belt
Administrator
Forum|alt.badge.img+10

Hi @Timothy Mentowidjojo, can you please respond to the question Erwin asked? Thank you!


Forum|alt.badge.img+4

Yes that was indeed the case