I am doing some testing after upgrading from Dynamics SL 7.0 SP4 to Dynamics 2018CU2 and I have encountered a programming bulletproof error message while choosing a user in the user maintenance screen.
The screen is not customized and it opens without a problem but on choosing a user on the screen I get the error message with addition information as follows:
"An unhandled exception occurred in application code, within a SAF control event handler. Using a visual studio debugger, set a break point on a line of code indicated in this error message. If the line of code is a Sub or Function call, step into the code to find the point where the exception is occurring. Once you have identified the line of code causing the exception, diagnose the problem and fix as appropriate. If the line of code is not available create a debug version of the executable and re-run the program.
Exception:
System.FormatException
Input string was not in a correct format
Event Handler:
SY952600.Form1.userId_Chk
Line <not available>
I know that to address this problem I need to go into the users table and blank out all the passwords, but how do I do that?
Any suggestions to resolve this issue will be very much appreciated. Thanks in advance.