Newbie questions on BAM
From: sidd (sidd_at_discussions.microsoft.com)
Date: 10/14/04
- Next message: sidd: "Re: rules engine error"
- Previous message: Paritosh Mhaisekar: "Biz Acclr for Fin Services for 2004"
- Next in thread: siddharth: "RE: Newbie questions on BAM"
- Reply: siddharth: "RE: Newbie questions on BAM"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 13 Oct 2004 23:23:03 -0700
Hi All,
please see if some one could help me with this.
1)in genral you create bam activity in excel file and then one can use
BizTalk Server Tracking Profile Editor to configure which data in your
orchestrations map to which BAM fields.by doing this we are establishing a
line between the data in orchestration and the activity we have created in
excel.
how is this link created when you are baming data using 'DirectEventStream'
direct calls(beginactivity etc...) how does biztalk know which excel file..in
other words which activity we are trying to BAM this data for ....i could not
undestand this in BAMApi sample..?
2) whats are different ways to get the data from the BAM tables/views .are
there any API/stored procedures which return the data?
OR
should we directly access the views created using TSQL.
also can some one give some description of what all views/tables are created
when you deploy a activity.which one of these are okay to access and which
ones are not meaning they may or may not be supported in future?are they
documented some where(please post a link)?
3)in my application i want to fetch the data from BAM
store(BAMPrimaryImportDB)
and present in a web interface like asp.net.
now answer to my second question will tell me how i get to the data ..but
once i have the data ,is there any built in web interface/Controls which come
with BAM by default that one can use to display data in web
interface?basically i don't prefer to built presentation UI if there is one
already built.
4)Last question-->
i have a xml message as follows..
<CustomerRequests>
<CustomerRequest sequestName="Service1" ServiceBy="Joe"
ServicedOnDate="10-10-2004" >
<CustomerRequest sequestName="Service2" ServiceBy="Joe"
ServicedOnDate="10-10-2004">
<CustomerRequest sequestName="Service3" ServiceBy="Jack"
ServicedOnDate="10-10-2004">
<CustomerRequest sequestName="Service4" ServiceBy="Jack"
ServicedOnDate="10-10-2004">
</CustomerRequests>
i want to use bam to capture data as it is being processed by
orchestrations...
final out put will be just a tabular presentation of this xml message...so
we want to be able se who serviced a request on what date....
so out put would look like
ROW 1-->Joe Service1 10-10-2004
ROW 2-->Joe Service2 10-10-2004
ROW 3-->Jack Service3 10-10-2004
ROW 4-->Jack Service4 10-10-2004
could some one help me undestand what should be my Mesaures and dimentions
to acheive this?
thank
siddharth
- Next message: sidd: "Re: rules engine error"
- Previous message: Paritosh Mhaisekar: "Biz Acclr for Fin Services for 2004"
- Next in thread: siddharth: "RE: Newbie questions on BAM"
- Reply: siddharth: "RE: Newbie questions on BAM"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|