Updating BAM View

Damir Dobric Posts

Next talks:

 

    

Follow me on Twitter: #ddobric



 

 

Archives

It is very often required to update some existing view in the BAM. Depending on what changes the new view contains, the updating process may fail.
To solve this problem, first remove the existing view and then perform an update. Next example shows how to update the view with the name "OperatotView":

Remove Existing View:

C:\Program Files\Microsoft BizTalk Server 2006\Tracking>bm remove-view -Name:OperatorView

Microsoft (R) Business Activity Monitoring Utility Version 3.6.1404.0

Copyright (C) 2006 Microsoft Corporation. All rights reserved.

Using 'BAMPrimaryImport' BAM Primary Import database on server 'WS03R2BPMSOA'...

View 'OperatorView' has been successfully removed.

 

Update new View with the same name:

C:\Program Files\Microsoft BizTalk Server 2006\Tracking>bm update-all -DefinitionFile:"C:\MyProjects\DemoSolution\Demo1.xml

Microsoft (R) Business Activity Monitoring Utility Version 3.6.1404.0

Copyright (C) 2006 Microsoft Corporation. All rights reserved.

Using 'BAMPrimaryImport' BAM Primary Import database on server 'WS03R2BPMSOA'...

Updating Activity... Done.

Updating View... Done.

Updating Security... Done.

 

C:\Program Files\Microsoft BizTalk Server 2006\Tracking>

 


Posted Nov 20 2007, 11:38 AM by Damir Dobric
Filed under:
developers.de is a .Net Community Blog powered by daenet GmbH.