How to Track failed request in BAM Portal


i sending following xml file request file biztalk server , monitoring proper.

<ns0:request>
 <header>
  <reqid>1003</reqid>
  <orderdate>2013-04-21</orderdate>
  <grandtotal>10001</grandtotal>
  <userrole>admin</userrole>
 </header>
  <items>
   <description>microsoft wireless desktop- keyboard , mouse 7000
   </description>
   <quantity>10</quantity>
   <unitprice>106.99</unitprice>
  </items>
  
 
</ns0:request>

bam shows tracking data , count of request in aggregation.

but here want track failed request.for have removed "</items>" tag .so xml becomes.

<ns0:request>
 <header>
  <reqid>1003</reqid>
  <orderdate>2013-04-21</orderdate>
  <grandtotal>10001</grandtotal>
  <userrole>admin</userrole>
 </header>
  <items>
   <description>microsoft wireless desktop- keyboard , mouse 7000
   </description>
   <quantity>10</quantity>
   <unitprice>106.99</unitprice>
  
 
</ns0:request>

can please tell me how track requests in business activity monitoring getting failed or throwing exception?

thanks in advanced.

hi,

if have used tpe on receive location level, track messages received receive location. have options purpose:

option 1:

  • create bam activity , bam view can used view tracked messages in bam portal.
  • create tracking profile track failed messages.
  • enable failed message routing @ receive , send ports failed messages tracked.
  • create subscriber failed messages. subscriber can send port or orchestration.

reference: http://msdn.microsoft.com/en-us/library/cc546584(v=bts.10).aspx

option2: track failed messages have implement custom exception handling process failed messages received , can use bam apis track message @ exception handling process.


if answers question please mark accordingly. if post helpful, please vote helpful.




BizTalk Server  >  BizTalk Server General



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

job syspolicy_purge_history job fail in sqlserver 2008

Trying to register with public marketplace error with 'Get-AzureStackStampInformation'