cancel
Showing results for 
Search instead for 
Did you mean: 

WebTools Synch Error

Former Member
0 Kudos

Can anyone tell me what this error is from and how to correct it?

Input string was not in a correct format.

at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)

at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)

at System.Convert.ToInt32(String value)

at NetPoint.SynchSBO.SBOObjects.SBOPartner.NetPointToSBO(NPQueueObject qData)

at NetPoint.SynchSBO.SynchObjectBase.Synch()

Thanks,

Craig

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hmmmm,

Haven't seen one like that in a long time, maybe it is a date/time formatting issue? Is this a north american installation?

It is a partner in SBO that is throwing this error, everything looks fine on the BP in SBO? No errors?

James

Former Member
0 Kudos

Yes, this is a north american install.... I will look at the Date/Time to see if the problem resides there.

Former Member
0 Kudos

Double Check the server's Regional settings. Make sure your Decimal is an actual "." instead of a ",".

I also got a similar error when i had the credit card addon installed, set it to NONE.

Hope this helps you. These are the two occasions i had the same string error.