|
Home > Archive > BizTalk Server Orchestration > May 2005 > OverflowException
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi all,
anyone have an idea of why i would get the error below? It happens in a
message assignment shape. I have the following in the assignment shape.
msgUpdateDespatchRequest.ID = xpath(msgDespatch.ClientDespatchData,
"number(//Id)");
msgUpdateDespatchRequest.ID is going to a web method that is expecting a
data type 'Long'
The value of the xpath expression is 22.
--ERROR--
Value was either too large or too small for an Int64.
Exception type: OverflowException
Source: mscorlib
Target Site: Int64 ToInt64(Double)
| |
| Khaled M. Hnidk 2005-05-23, 7:50 am |
| Can you supply a copy of the XML?
Kal
"Mangi" <Mangi@discussions.microsoft.com> wrote in message
news:ACC6DB58-C6FA-4AEB-B84F-FB2E18D9EAA1@microsoft.com...
> Hi all,
> anyone have an idea of why i would get the error below? It happens in a
> message assignment shape. I have the following in the assignment shape.
> msgUpdateDespatchRequest.ID = xpath(msgDespatch.ClientDespatchData,
> "number(//Id)");
>
> msgUpdateDespatchRequest.ID is going to a web method that is expecting a
> data type 'Long'
>
> The value of the xpath expression is 22.
>
> --ERROR--
> Value was either too large or too small for an Int64.
>
> Exception type: OverflowException
> Source: mscorlib
> Target Site: Int64 ToInt64(Double)
>
|
|
|
|
|