BizTalk Interceptors - BizTalk Server
Recent update: 2008-3-21

activity search for BAM Portal unspecified error

3133 byte By Anju-H at 2008-3-7
I can not use activity search... and this is error i get.. Event Type:Error Event Source:BAM Portal Event Category:None Event ID:0 Date:5/11/2007 Time:4:44:21 PM User:N/A Computer:BFGVLBIZTALK1 Description: (BAMPortal.PortalApplication) Void LogAllErrors(System.Exception[]): ...

activity search for BAM Portal unspecified error

3133 byte By Anju-H at 2008-3-6
I can not use activity search... and this is error i get.. Event Type:Error Event Source:BAM Portal Event Category:None Event ID:0 Date:5/11/2007 Time:4:44:21 PM User:N/A Computer:BFGVLBIZTALK1 Description: (BAMPortal.PortalApplication) Void LogAllErrors(System.Exception[]): ...

Kick off question -- WCF BAM interception for unmatched message handlers

307 byte By AmlanChakraborty-MSFT at 2008-3-5
I would like to kick off this forum with the following question. How would you enable BAM interception when your WCF service uses unmatched message handlers? What is your filter going to look like in the abscence of specific operation names? Bring your answers in !! - Amlan ...

BAM WCF Interceptors and Exceptions

702 byte By chilberto at 2008-3-3
In my solution I am using the WCF BAM interceptors, and I have a question for the forum regarding how to use this functionality appropriately regarding exceptions. I have two completion steps: Completed and Exception where Completed indicates a service call and exception indicates an exception ...

1338 byte By KeithLim at 2008-3-1
Here is a question from a customer posted on my blog: http://blogs.msdn.com/keithlim/archive/2007/06/29/steps-to-facilitate-the-creation-of-wcf-interceptor-configuration-file.aspx#4508385 Hi Keith , i started working on BAM WCF Interceptor in BizTalk 2006R2, ur blogs helped me in ...

Graphical Represenation of WF in BAM

396 byte By UmarShareef at 2008-2-28
If we have a workflow with multiple branches and I’m using WF BAM Interceptor for tracking, is there any way we can display a graphical representation of workflow which indicates us the branch (path) a user has taken at run time in BAM portal or in anyother BAM tool? ...

Tracking Complex data using WF BAM Interceptor

763 byte By UmarShareef at 2008-2-27
Hello Couple of months ago, in this forum I posted a question about tracking complex data type using WF BAM Interceptor. John Flanders mentioned that it is possible and I could use GetActivityProperty inside of an Update element. As I working on it right now I'm trying to understand how we ...

I cannot see "Mark as Answer" icon button at right of message

352 byte By Needo at 2008-2-26
Hi I cannot see "Mark as Answer" icon button at right of message? There are only "replay" "quote" buttons and "report abuse" link at right side at top and bottom of message respectivly. I want to give credit to person's message who helped me. ...

WF BAM Interceptor - Tracking multiple events on an activity

29263 byte By KapilJoshi at 2008-2-25
Hi, I am new to WF BAM interceptor. BizTalk 2006 R2 documentation mentions that we can track different events of a single activity using multiple OnEvent elements in the IC file. However, I am facing problem when trying to track multiple events on a single WF activity using ...

I cannot see "Mark as Answer" icon button at right of message

352 byte By Needo at 2008-2-24
Hi I cannot see "Mark as Answer" icon button at right of message? There are only "replay" "quote" buttons and "report abuse" link at right side at top and bottom of message respectivly. I want to give credit to person's message who helped me. ...

1338 byte By KeithLim at 2008-2-23
Here is a question from a customer posted on my blog: http://blogs.msdn.com/keithlim/archive/2007/06/29/steps-to-facilitate-the-creation-of-wcf-interceptor-configuration-file.aspx#4508385 Hi Keith , i started working on BAM WCF Interceptor in BizTalk 2006R2, ur blogs helped me in ...

Tracking Complex data using WF BAM Interceptor

763 byte By UmarShareef at 2008-2-22
Hello Couple of months ago, in this forum I posted a question about tracking complex data type using WF BAM Interceptor. John Flanders mentioned that it is possible and I could use GetActivityProperty inside of an Update element. As I working on it right now I'm trying to understand how we ...

1338 byte By KeithLim at 2008-2-22
Here is a question from a customer posted on my blog: http://blogs.msdn.com/keithlim/archive/2007/06/29/steps-to-facilitate-the-creation-of-wcf-interceptor-configuration-file.aspx#4508385 Hi Keith , i started working on BAM WCF Interceptor in BizTalk 2006R2, ur blogs helped me in ...

Resources Guide for BizTalk Interceptors

6040 byte By MarjanKalantar-MSFT at 2008-2-21
R2 Beta Download site http://connect.microsoft.com/site/sitehome.aspx?SiteID=65 Further instructions on how to download the beta can be found here: · http://support.microsoft.com/?kbid=936046 · http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1425210&SiteID=1 WebCasts · BAM ...

Tracking Complex data using WF BAM Interceptor

763 byte By UmarShareef at 2008-2-20
Hello Couple of months ago, in this forum I posted a question about tracking complex data type using WF BAM Interceptor. John Flanders mentioned that it is possible and I could use GetActivityProperty inside of an Update element. As I working on it right now I'm trying to understand how we ...

Steps to facilitate the creation of WCF Interceptor Configuration file

1338 byte By KeithLim at 2008-2-19
Here is a question from a customer posted on my blog: http://blogs.msdn.com/keithlim/archive/2007/06/29/steps-to-facilitate-the-creation-of-wcf-interceptor-configuration-file.aspx#4508385 Hi Keith , i started working on BAM WCF Interceptor in BizTalk 2006R2, ur blogs helped me in ...

BAM Continuation (Custom Code)

1502 byte By hj1 at 2008-2-18
Hello, I have custom pipeline that I'm using to write BAM events. I'm using the MessagingEvent stream to enable continuation such as: ActivityID="BAM_" + Guid.NewGuid().ToString() + "_" + DateTime.Now + "_" + StageDescription; //Start the activity record ...

Application Architecture - Interceptors

1385 byte By RRaghu at 2008-2-17
I would like to know if I can use BAM for tracing business events from more than one machine and with or without BizTalk installed on all of them. Here is my scenario: I have an ASP.NET application that collects requirements using WF. The WF needs to get data from legacy systems as well as ...

BAM Interceptors - Questions

3537 byte By RRaghu at 2008-2-16
I am a newbie in the BAM world but I did go through the documentation and samples. I have some questions regarding WF & WCF BAM interceptors and BAM itself. There is a BAMApi sample application in the SDK which seem to demostrates how to extend BAM Interceptor concept to other hosts (i.e. ...

BAM Interceptors - Questions

3516 byte By RRaghu at 2008-2-15
I am a newbie in the BAM world but I did go through the documentation and samples. I have some questions regarding WF & WCF BAM interceptors and BAM itself.There is a BAMApi sample application in the SDK which seem to demostrates how to extend BAM Interceptor concept to other hosts (i.e. ...

Tracking WF XOML files

1129 byte By UmarShareef at 2008-2-15
Hello Couple of questions. Can we use Workflow BAM interceptor to track WF XOML file. Currently in BAM Interceptor Configuration file we specify Workflow assembly as EventSource. Is it possible to change this EvenSource? Next question, if a workflow has complex data type, let’s say a ...

IOneWayAsync vs IOneWayAsyncTxn - Bug?

4478 byte By DwightGoins at 2008-2-15
Greetings all,I've noticed that when using the BAM R2 interceptors with WCF adapters, the Out of the Box implementation of IOneWayAsync and IOneWayAsyncTxn seem to be the exact same ...

BAM Interceptor Vs. Workflow Tracking Service

2317 byte By UmarShareef at 2008-2-15
We are trying to find out is there any advantages/disadvantages using BAM Interceptor for Workflow Tracking versus Workflow Tracking Service? The solution we are looking is a WF solution might use BizTalk not sure on this yet Few things come to my mind right away are, BAM provides OOB ...

INterceptor xsd

200 byte By GarMacCríosta at 2008-2-15
Hi, Where can I lay my hands on the xsd for the INterceptor config. I was at a jumpstart wiht Jon F and he mentioned it was in the help but I can't find it :0( Thanks Gar

BAM Interceptor Vs. Workflow Tracking Service

2318 byte By UmarShareef at 2008-2-14
We are trying to find out is there any advantages/disadvantages using BAM Interceptor for Workflow Tracking versus Workflow Tracking Service? The solution we are looking is a WF solution might use BizTalk not sure on this yet Few things come to my mind right away are, BAM provides OOB ...

Kick off question -- WCF BAM interception for unmatched message handlers

307 byte By AmlanChakraborty-MSFT at 2008-2-14
I would like to kick off this forum with the following question. How would you enable BAM interception when your WCF service uses unmatched message handlers? What is your filter going to look like in the abscence of specific operation names? Bring your answers in !! - Amlan ...

WF BAM Interceptor

12769 byte By Umar1 at 2008-2-13
Hello I’m currently testing BAM Interceptor for Workflow with simple solution. I’ve 2 Workflow, first one is POApproval WF, second one is POShipment WF. First one calls the second one. I’ve created BAM Interceptor for the first WF (POApproval), deployed it, works fine, I’m able to track the ...

plug in BizTalk R2 BAM interceptor to sharepoint services host

1268 byte By dmitryerkin at 2008-2-13
hi sorry for newbie question. I have next experience: An interceptor is software that instruments an application so that it can collect data in a generic way based on a configuration file. ...with the release of BizTalk R2, Microsoft provides BAM interceptor implementations for WF... The most ...