BizTalk Server Orchestration - Scope question

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > November 2005 > Scope question





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]

Author Scope question
gavkel

2005-11-03, 5:55 pm

Im running an orchestration within a long running scope. Inside this
scope Im calling some rules (these are running inside an atomic scope)
then Im calling some .net components in parallel in a non transactional
/ synchronised scope of their own. Getting sqlconnection
serializationexecption errors. Can anyone enlighten me as to what Im
doing wrong?

Thanks in advance

Jon Flanders

2005-11-03, 5:55 pm

Well - you cannot use a .NET object from a non-atomic scope if that object
isn't serializable (which I assume the SQL Connection object isn't).


Jon Flanders [MVP]
http://www.masteringbiztalk.com

> Im running an orchestration within a long running scope. Inside this
> scope Im calling some rules (these are running inside an atomic scope)
> then Im calling some .net components in parallel in a non
> transactional / synchronised scope of their own. Getting sqlconnection
> serializationexecption errors. Can anyone enlighten me as to what Im
> doing wrong?
>
> Thanks in advance
>



gavkel

2005-11-03, 5:55 pm

Ok - and when I change the scopes for the .Net components to atomic
also, I get the same error. Any ideas?

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com