BloggingAbout.NET
Thoughts of developers

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • BizTalk BAM event not written from PipelineComponent when port fails

    When developing a custom PipelineComponent I spend quite a while overlooking the obvious. For all those who also overlook this: When writing BAM from a PipelineComponent it is a good practice to use the PipelineContext.GetEventStream() method to get the BAM eventstream. This way your BAM events will...
    Posted to Vincent Scheel by Vincent Scheel on Wed, Apr 7 2010
    Filed under: Filed under: , , ,
  • Custom BAM and making it really work

    I have a solution where I use BAM to build a complete audit trail of a message flow. Custom components write a message to a predefined BAM view whenever you want it to. Normal points where you would use this functionality is in receive & send pipelines. And if an important business decision was made...
    Posted to Patrick Wellink by Patrick Wellink on Mon, Jul 20 2009
    Filed under: Filed under: ,
  • BAM Tip: Visual Studio External Tools

    Here is a simple way to open a command window from within Visual Studio that is aware of the BizTalk Management Utility (bm.exe). I have found this useful while working with interceptor configuration files. This tip will add the Visual Studio Command Prompt to the Tools menu. Nothing too dramatic here...
    Posted to Jeffrey Chilberto by chilberto on Tue, Feb 19 2008
    Filed under: Filed under: , ,
  • Another BizTalk Gotcha...

    Similar to remembering to update the Activate property to true in your first receive shape in a BizTalk orchestration, there is a BAM whoops that catches me out occasionally. If you find yourself looking at your aggregate view wondering why there is not any data while in the activity search it clearly...
    Posted to Jeffrey Chilberto by chilberto on Wed, Oct 3 2007
    Filed under: Filed under: ,
  • BAM Aggregations: Time Dimension in Local Time

    Overview: BAM tracks activity using UTC , the BAM Portal Activity Search displays datetime in local time, and BAM Aggregates are collected in UTC. This means if a business user is using both the BAM Portal Activity Search page and the BAM Portal Aggregate...
    Posted to Jeffrey Chilberto by chilberto on Tue, Oct 2 2007
    Filed under: Filed under: ,
  • BAM Aggregation View: There must be a better way...

    As BAM tracks activity using UTC , I am trying to find a way to get my aggregate views with a progress duration to accumulate based on local time instead of UTC time. My initial hunch was this would be a simple setting somewhere to influence this as this is a common scenario. To illustrate what I am...
    Posted to Jeffrey Chilberto by chilberto on Tue, Oct 2 2007
    Filed under: Filed under: ,
  • WCF BAM Interceptors and primaryImportConnectionString

    When trying to get the example in Instrumenting the WCF Getting Started Sample (BizTalk Server Sample) to run, I encountered the following error: Server Error in '/servicemodelsamples' Application. Configuration Error Description: An error occurred during the processing of a configuration file...
    Posted to Jeffrey Chilberto by chilberto on Fri, Aug 24 2007
    Filed under: Filed under: , , ,
Page 1 of 1 (7 items)
Copyright © 2003-2010 BloggingAbout.NET