Questions tagged [biztalk-bam]

Microsoft BAM is a real-time data monitoring tool for Microsoft BizTalk Server.

BizTalk Business Activity Monitoring is a real-time data monitoring tool for Microsoft BizTalk Server.

36 questions
2
votes
1 answer

BizTalk BAM Excel "Unable to get resource string"

When I click "BAM Activity" in Excel (2013 32-bit, running on Win 2008/R2 BT2016) I get one of two issues: 1) Variable not defined (on lvwTraces) I tried solution from site below (changing Active-X trust settings), which sometimes get me past…
NealWalters
  • 17,197
  • 42
  • 141
  • 251
2
votes
1 answer

BizTalk BAM - manually editing BTT XPath to return just the First instance of a Message Payload property?

We have a preference for using TPE for BAM tracking since it can be deployed independently of our orchestrations. However, at one point in our process, we need to track a message payload property which has a 1:N relationship with the Root XML…
StuartLC
  • 104,537
  • 17
  • 209
  • 285
2
votes
1 answer

Capture looping data of a xml in BAM tool.(Business Activity Monitoring)

My Xml looks like this: 1 2 3 I want to capture id 1,2,3. Right now when I mapped this schema in tracking…
beast
  • 107
  • 12
2
votes
1 answer

Strange issue while tracking port events with BAM

I have a very strange behavior while tracking data with BAM on BizTalk Server 2013 R2. The same activity and Tracking profile work fine, but on some ports, no data is tracked, with no error (event log, BizTalk, failed tracked data (table…
Rom Eh
  • 1,981
  • 1
  • 16
  • 33
1
vote
2 answers

Where is the bam portal

I am trying to access the BAM on my server, but I can't find where it's located. I know there's a way to access it via a web interface, but I can't find the url, anyone knows where I can find this url? Is the bam portal supposed to be installed on…
David
  • 302
  • 2
  • 12
1
vote
1 answer

Getting receive pipeline error information in BAM

I have two orchestrations One of them is used as an error handler for the other orchestration, and is getting failed messages from it. I have set this up in BAM. The problem is when a file fails in the receive port I don't get any useful information…
estranda
1
vote
1 answer

To 'forward' BizTalk BAM events to cloud

Think about a scenario to migrate BizTalk BAM events to a cloud log saas provider, e.g. a provider data collection via HTTP post calls. How to achieve this with minimum pain, ideally to 'intercept' a BAM API call so the existing spreadsheet defined…
TOMMY WANG
  • 1,382
  • 3
  • 16
  • 39
1
vote
1 answer

BizTalk BAM portal "unauthorized"

I have installed and configured BizTalk and followed the Warehouse tutorial. I am now trying to use the BAM portal as BizTalk seems to be processing my documents, but they are just disappearing into the ether rather than arriving at either of my…
SkinnyPete63
  • 597
  • 1
  • 5
  • 20
1
vote
1 answer

When does BAM track if running from a tracking profile

If using a tracking profile, built using the TPE - when does the message get tracked? I had thought it would always track before maps are applied on receive ports and track after maps are applied on send ports, but this seems not to be the case. I…
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200
1
vote
2 answers

How to add a new column to BAM BizTalk tables which has 1 billion records

We have all transactions of our application logged in BizTalk BAM tables. We perform billing activities every month using these tables.We get around a billion transactions every month in this table. We got a new requirement of adding a new column to…
Sandy
  • 11
  • 1
  • 6
1
vote
1 answer

BizTalk TPE continuations and uncompleted activities

Within my BizTalk 2010 solution I have the following orchestration that’s is started by the receipt of a courier update message. It them makes a couple of call to AX's WCF AIF via two solicit-response ports, a Find request and an Update…
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200
1
vote
0 answers

Moving BAM SSIS Packages in Package Store on SQL Server

Will this break BAM and is it possible to fix it again, possibly with updating any config files that can point to the new locations? Where would such config files be assuming this is how it's likely to be structured?
Calvin
  • 423
  • 3
  • 12
1
vote
2 answers

BAM Continuation issue with TPE

I have 2 Orchestrations in a parent/child relationship in my solution. The parent calls the child directly. The child Orchestration calls out to WCF services and the responses are returned to the child orchestration then back to the parent. I have…
Windchill
  • 11
  • 1
1
vote
0 answers

Why is SSAS required for BizTalk BAM RTA

When a BAM activity has RTA enabled my understanding is that the aggregated data is held in a new table of the BAM Primary Import db and updated via triggers from the active and completed activity tables. So why will it not deploy without Analysis…
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200
0
votes
2 answers

BizTalk BAM - How do I track split messages

I want the BAM view to show IntegrationStart MessageType ServiceName ServiceStart ServiceEnd IntegrationDuration The messages comes from one receive port and are passed to an orchestration, one message per orchestration, that sends them to a WCF…
Martin Bring
  • 1,176
  • 1
  • 7
  • 17
1
2 3