|
Home > Archive > BizTalk Server > July 2006 > Persisting Processing Information
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 |
Persisting Processing Information
|
|
|
|
Hi,
We’re trying to find the “best” option for persisting processing
information. The main requirement is that we need to make sure that a given
document is processed only one time based on the document id. We know that
we have several options such as:
- Persist this information in a custom database.
- Singleton instance.
However it would be great if you can provide us with more options, perhaps
using BAM or SSO.
Thanks in advance,
| |
| Joo Pedro Martins [MVP] 2006-07-16, 1:16 am |
| SSO is a good possibility, but you'd get the sso database full of business
data. Have you looked at CrossReferences in BizTalk (a little known secret
in BizTalk)? you can use them in the mapper and via API.
"jaa" <jaa@discussions.microsoft.com> wrote in message
news:47D8DA9B-535D-446C-8710-35982CB07D58@microsoft.com...
>
> Hi,
>
> We're trying to find the "best" option for persisting processing
> information. The main requirement is that we need to make sure that a
> given
> document is processed only one time based on the document id. We know
> that
> we have several options such as:
> - Persist this information in a custom database.
> - Singleton instance.
>
> However it would be great if you can provide us with more options, perhaps
> using BAM or SSO.
>
> Thanks in advance,
>
>
|
|
|
|
|