Skip to main content
Solved

Parameter count mismatch

  • April 1, 2021
  • 2 replies
  • 245 views

Ann Degroat
Hero (Employee)
Forum|alt.badge.img+13

When a request is created and saved or autoassigned (requireds a save) an error message prevents the save and says there is a mismatch in parameters.

 Do you think that the issue is that what ever FSM uses to create the pop up is missing\corrupt?

F.Y.I. The customer recently moved DB from Azure managed service to Azure VM. 

 

 

Best answer by ruben.maas

Hi @andeus ,

 

I have not experienced similar error before, my suspicion is it is an error caused by .NET reflection. So I expect this is caused at FSM Client side. 

Can you check whether this is a client error or server error?

 

The easiest way to find out is by clicking on the little “Details” button of the error dialog. 

if there’s an XML request \ response we know it’s an server error, in that case we can set the server log EX to 9 to get the stacktrace. this could indicate from where this error is raised. 

 

If the error details shows no xml request \ repsonse, but an error stacktrace instead, we know this error is raised at FSM client side. please share the error details \ stacktrace in that case. 

 

if it’s a FSM client error, check if any client customizations are applied.

if so, re-test with the client customizations de-activated.

 

Ruben  

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+13
  • Hero (Employee)
  • Answer
  • April 2, 2021

Hi @andeus ,

 

I have not experienced similar error before, my suspicion is it is an error caused by .NET reflection. So I expect this is caused at FSM Client side. 

Can you check whether this is a client error or server error?

 

The easiest way to find out is by clicking on the little “Details” button of the error dialog. 

if there’s an XML request \ response we know it’s an server error, in that case we can set the server log EX to 9 to get the stacktrace. this could indicate from where this error is raised. 

 

If the error details shows no xml request \ repsonse, but an error stacktrace instead, we know this error is raised at FSM client side. please share the error details \ stacktrace in that case. 

 

if it’s a FSM client error, check if any client customizations are applied.

if so, re-test with the client customizations de-activated.

 

Ruben  


Ann Degroat
Hero (Employee)
Forum|alt.badge.img+13
  • Author
  • Hero (Employee)
  • April 9, 2021

Customer re-tested by unchecking the synchronous check box in custom process ,  then de-activated custom Business Rule, which resolved the issue.