RE: Newbie questions on BAM
From: siddharth (siddharth_at_discussions.microsoft.com)
Date: 10/14/04
- Next message: Art: "Re: Send port calling web service?"
- Previous message: Neal Walters: "RE: WMI Down or Corrupted?"
- In reply to: sidd: "Newbie questions on BAM"
- Next in thread: Derek Tan [MSFT]: "RE: Newbie questions on BAM"
- Reply: Derek Tan [MSFT]: "RE: Newbie questions on BAM"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 14 Oct 2004 08:39:17 -0700
i think answer to my first question is that you use the same activity name in
direct call as what you have given while creating activity in excel.
but still don't know answer to other(2,3,4) questions i posted.
thanks
siddharth
"sidd" wrote:
> 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: Art: "Re: Send port calling web service?"
- Previous message: Neal Walters: "RE: WMI Down or Corrupted?"
- In reply to: sidd: "Newbie questions on BAM"
- Next in thread: Derek Tan [MSFT]: "RE: Newbie questions on BAM"
- Reply: Derek Tan [MSFT]: "RE: Newbie questions on BAM"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|