cancel
Showing results for 
Search instead for 
Did you mean: 

For input string :"138839.00"

bhaskar_india
Participant
0 Kudos

Hi All,

I am getting this exception from one of the method being used NWDS 7.0.

I am able to track the method as the "for input string" is appended to the hard coded error message of the method.

This happens when a field is changed in the screen.

Also this is not happening for all the time.Happens only for around 10% of the same scenario. Looks strange.

Also the exception is appearing with same message if also the nearby fields are changed. But the exception message points to the same field only i.e 138839.00 is only showed.

Kindly help me in solving this.

Thanks in advance,

Bhaskar

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi basker,

Kindly share screenshot for the error.

Regards,

Antony A

bhaskar_india
Participant
0 Kudos

Hi,

This is the error I am facing. I have hidden the hard coded message.

Regards,

Bhaskar

Former Member
0 Kudos

The hidden part is the most important - all we know is that there is an input field that has a problematic value but we can't know what the problem is.

Shai

bhaskar_india
Participant
0 Kudos

wdComponentAPI

.getMessageManager()

.reportException(

               

"Technical Exception : Issue in Read Credit Area data from MDM , Contact System Administrator :"

                          + exp.getMessage(),

This is my code generating the error message.

Final error message :

Technical Exception : Issue in Read Credit Area data from MDM , Contact System Administrator : For input string :"138839.00"

Kindly let me know why this error coming.

junwu
Active Contributor
0 Kudos

show us the mdm code

govardan_raj
Contributor
0 Kudos

hi bhaskar ,

im not able to understand your issue properly , can u pleae explain in detail , what i understood is for all exceptions you are getting same error message , ?

in that case , you might be using one common method to print all the exceptions or success message i mean one common method where you might have hard coded 138839.00 etc , try to print the messages with the method name or Action from which it is triggering in all those methods that are giving the same error.

Regards

Govardan Raj

junwu
Active Contributor
0 Kudos

what you are talking

bhaskar_india
Participant
0 Kudos

Simply , I am getting the exception as in the question.

Kindly help.