| Author |
32K limit in variable?
|
|
|
| I'm getting an orchestration error that suggests that there may be a
32k limit on the size of an orchestration variable. Is anyone familiar
with this or know of a workaround?
Thanks in advance!
| |
| Jon Flanders[MVP] 2005-05-25, 5:59 pm |
| I think that is a C# and/or IL/CLR limitation as well.
--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/
"BizEd" <edward_mathias@hotmail.com> wrote in message
news:1117031346.262698.292740@g44g2000cwa.googlegroups.com...
> I'm getting an orchestration error that suggests that there may be a
> 32k limit on the size of an orchestration variable. Is anyone familiar
> with this or know of a workaround?
>
> Thanks in advance!
>
| |
| Henry W 2005-05-26, 5:54 pm |
| This may be the result of some OS limitation.
What kind of error are you getting?
One can construct a string with a length of 100K in C# and VB.NET with no
problem in Windows XP.
Henry
> I'm getting an orchestration error that suggests that there may be a
> 32k limit on the size of an orchestration variable. Is anyone
> familiar with this or know of a workaround?
>
> Thanks in advance!
>
| |
|
| This turned out to be an exceed in the amount of data sent to the event
log. It gave a misleading error that suggested it was a biztalk
limitation.
Thanks everyone!
Ed
|
|
|
|