|
| Thanks Keith, It worked!
I had 8 Orchestrations connected with each other based on one ActivityID and
severall continuationIDs and folders, one of the orchestration was never hit
and its parent orchetration had its continuation folder, hence the value was
found in the bam_activity_continuations table, so i had to remove this
linking and everything started to work perfectly, now i can find the values
in the completed table, huge thanks to you!
regards
Vamsi
"Keith Lim (MSFT)" wrote:
> Hi Vamsi,
>
> For any activity record to be moved to *_Completed table, the record must
> meet the following criteria:
>
> 1) IsVisible must be 1 (True) which really indicates that it has a
> BeginActivity event persisted
> 2) IsCompleted must be 1 (True) which means that the record has an
> EndActivity event persisted.
> 3) There is no related record in Continuation table (which means it is not
> waiting for any record from continued segment(s) to be reconciled to the
> root record).
>
> From your info, it could either that your record is not meeting criteria 1
> or 3 above. Please check if you are using the continuationID correctly.
> To help us help you better, please let us know
> the version (BizTalk 2004 or BizTalk 2006 beta) and whether you are using
> TPE or EventStream to bamify your business process.
>
> Please let me know if this help.
>
> Thanks,
> Keith Lim [MSFT]
>
> --------------------
> "bam_table_Completed
> means,
> has
> Active
>
>
> --
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
>
> Note: For the benefit of the community-at-large, all responses to this
> message are best directed to the newsgroup/thread from which they
> originated.
>
>
|
|