We have received a few admin order notifications from ASPDNSF saying "Unable To Process Request". The customer & admin receives it. However, the order processes successfully. The errors have only occurred when customer uses Google Checkout and it does throw an error in the system log (below). Any ideas? We are on 9.0.1.3 sp1.
Page URL:/gcCallback.aspx
Source:mscorlib
Message:Value was either too large or too small for an Int32.
Stack Trace:
at System.Convert.ToInt32(Double value)
at System.Double.System.IConvertible.ToInt32(IFormatP rovider provider)
at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
at System.Xml.Xsl.Runtime.XmlQueryRuntime.ChangeTypeX sltArgument(XmlQueryType xmlType, Object value, Type destinationType)
at System.Xml.Xsl.Runtime.XmlQueryContext.InvokeXsltL ateBoundFunction(String name, String namespaceUri, IList`1[] args)
at <xsl:template name="GenerateHeader">(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, IList`1 OrderInfo)
at <xsl:template match="/">(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator {urn:schemas-microsoft-com:xslt-debug}current)
at Root(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime)
at Execute(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime)
at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlSequenceWriter results)
at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer, Boolean closeWriter)
at System.Xml.Xsl.XmlILCommand.Execute(IXPathNavigabl e contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter results)
at System.Xml.Xsl.XmlILCommand.Execute(IXPathNavigabl e contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, Stream results)
at System.Xml.Xsl.XslCompiledTransform.Transform(IXPa thNavigable input, XsltArgumentList arguments, Stream results)
at AspDotNetStorefrontCore.XmlPackage2.TransformStrin g()