<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Business Process Integration &#187; BAM</title>
	<atom:link href="http://www.businessprocessintegration.net/tag/bam/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.businessprocessintegration.net</link>
	<description>All that matters is integration (with BizTalk Server ;-)</description>
	<lastBuildDate>Fri, 28 Oct 2011 10:16:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Error while deploying to BAM</title>
		<link>http://www.businessprocessintegration.net/2009/10/error-while-deploying-to-bam/</link>
		<comments>http://www.businessprocessintegration.net/2009/10/error-while-deploying-to-bam/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 12:16:07 +0000</pubDate>
		<dc:creator>Gerben van Ophuizen</dc:creator>
				<category><![CDATA[BPI]]></category>
		<category><![CDATA[BAM]]></category>
		<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://www.businessprocessintegration.net/2009/10/error-while-deploying-to-bam/</guid>
		<description><![CDATA[On my new virtual machine BizTalk Server and all features are installed, including Business Activity Monitoring. But somehow some security settings are not set correctly. To solve this problem I made the service account DBO on the BAMPrimaryImport database, that did the job.
So, what was happening. While deploying it is using some service and it [...]]]></description>
			<content:encoded><![CDATA[<p>On my new virtual machine BizTalk Server and all features are installed, including Business Activity Monitoring. But somehow some security settings are not set correctly. To solve this problem I made the service account DBO on the BAMPrimaryImport database, that did the job.</p>
<p>So, what was happening. While deploying it is using some service and it is not using my own account. I receive the next message in the EventLog (MSSQLServerOLAPService):</p>
<blockquote><p>OLE DB error: OLE DB or ODBC error: The SELECT permission was denied on the object &#8216;bam_RegNonHL7MsgVw_ChangeToHL7Progress_RTATable&#8217;, database &#8216;BAMPrimaryImport&#8217;, schema &#8216;dbo&#8217;.; 42000. </p>
</blockquote>
<p>and (BamManagementUtility):</p>
<blockquote><p>Microsoft.BizTalk.Bam.Management.BamManagerException: The BAM deployment failed. &#8212;&gt; Microsoft.AnalysisServices.OperationException: OLE DB error: OLE DB or ODBC error: The SELECT permission was denied on the object &#8216;bam_RegNonHL7MsgVw_ChangeToHL7Progress_RTATable&#8217;, database &#8216;BAMPrimaryImport&#8217;, schema &#8216;dbo&#8217;.; 42000.      <br />Server: The operation has been cancelled. </p>
<p>&#160;&#160; at Microsoft.AnalysisServices.AnalysisServicesClient.SendExecuteAndReadResponse(ImpactDetailCollection impacts, Boolean expectEmptyResults, Boolean throwIfError)      <br />&#160;&#160; at Microsoft.AnalysisServices.AnalysisServicesClient.Process(IMajorObject obj, ProcessType type, Binding source, ErrorConfiguration errorConfig, WriteBackTableCreation writebackOption, ImpactDetailCollection impact)       <br />&#160;&#160; at Microsoft.AnalysisServices.Server.Process(IMajorObject obj, ProcessType processType, Binding source, ErrorConfiguration errorConfig, WriteBackTableCreation writebackOption, XmlaWarningCollection warnings, ImpactDetailCollection impactResult, Boolean analyzeImpactOnly)       <br />&#160;&#160; at Microsoft.AnalysisServices.Server.SendProcess(IMajorObject obj, ProcessType processType, Binding source, ErrorConfiguration errorConfig, WriteBackTableCreation writebackOption, XmlaWarningCollection warnings, ImpactDetailCollection impactResult, Boolean analyzeImpactOnly)       <br />&#160;&#160; at Microsoft.AnalysisServices.ProcessableMajorObject.Process(ProcessType processType, ErrorConfiguration errorConfiguration, XmlaWarningCollection warnings)       <br />&#160;&#160; at Microsoft.AnalysisServices.ProcessableMajorObject.Process(ProcessType processType)       <br />&#160;&#160; at Microsoft.BizTalk.Bam.Management.Olap2008Helper.CreateRtaCubes(Database db, XmlNode cubeNode)       <br />&#160;&#160; at Microsoft.BizTalk.Bam.Management.Olap2008Helper.CreateOlapInfrastructure(Boolean realTimeOnly)       <br />&#160;&#160; at Microsoft.BizTalk.Bam.Management.Olap2008Helper.CreateOlapInfrastructure()       <br />&#160;&#160; at Microsoft.BizTalk.Bam.Management.ViewModule.Create(XmlDocument defXmlDoc)       <br />&#160;&#160; at Microsoft.BizTalk.Bam.Management.WorkerModule.DispatchOperation(OperationType operation, XmlDocument defXmlDoc)       <br />&#160;&#160; at Microsoft.BizTalk.Bam.Management.BamManager.ProcessOneBamArtifactType(BamArtifactType bamArtifact, OperationType operation)       <br />&#160;&#160; at Microsoft.BizTalk.Bam.Management.BamManager.ManageInfrastructure(OperationType operation)       <br />&#160;&#160; at Microsoft.BizTalk.Bam.Management.BamManager.Deploy()       <br />&#160;&#160; &#8212; End of inner exception stack trace &#8212;       <br />&#160;&#160; at Microsoft.BizTalk.Bam.Management.BamManager.Deploy()       <br />&#160;&#160; at Microsoft.BizTalk.Bam.Management.BamManagementUtility.BamManagementUtility.HandleDeployAll()       <br />&#160;&#160; at Microsoft.BizTalk.Bam.Management.BamManagementUtility.BamManagementUtility.DispatchCommand()       <br />&#160;&#160; at Microsoft.BizTalk.Bam.Management.BamManagementUtility.BamManagementUtility.Run()       <br />&#160;&#160; at Microsoft.BizTalk.Bam.Management.BamManagementUtility.BamManagementUtility.Main(String[] args) </p>
</blockquote>
<p>Did I gave too much access to this service account? Or what access level should I set for the Service Account in SQL Server on the BAMPrimaryImport?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.businessprocessintegration.net/2009/10/error-while-deploying-to-bam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error deploying definition to BAM</title>
		<link>http://www.businessprocessintegration.net/2009/03/error-deploying-definition-to-bam/</link>
		<comments>http://www.businessprocessintegration.net/2009/03/error-deploying-definition-to-bam/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 06:00:00 +0000</pubDate>
		<dc:creator>Gerben van Ophuizen</dc:creator>
				<category><![CDATA[BPI]]></category>
		<category><![CDATA[BAM]]></category>
		<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://www.businessprocessintegration.net/2009/03/23/error-deploying-definition-to-bam/</guid>
		<description><![CDATA[I created a BAM Activity Definition in Excel 2007: SomeView.xml. This file can be deployed with BM like:
BM deploy-all -definitionfile:SomeView.xml
In the DOS-box I received the output:
Deploying Activity&#8230; Done.    Deploying View&#8230; ERROR: The BAM deployment failed.     OLE DB error: OLE DB or ODBC error: Cannot open database “BAMPrimaryImport&#34; requested [...]]]></description>
			<content:encoded><![CDATA[<p>I created a BAM Activity Definition in Excel 2007: SomeView.xml. This file can be deployed with BM like:</p>
<p>BM deploy-all -definitionfile:SomeView.xml</p>
<p>In the DOS-box I received the output:</p>
<p>Deploying Activity&#8230; Done.    <br />Deploying View&#8230; ERROR: The BAM deployment failed.     <br />OLE DB error: OLE DB or ODBC error: Cannot open database “BAMPrimaryImport&quot; requested by the login. The login failed.; 42000.     <br />Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of &#8216;bam_rta_SomeView&#8217;, Name of &#8216;bam_rta_SomeView&#8217;.     <br />Server: The operation has been cancelled.</p>
<p>On the Internet I couldn’t find this message in conjunction with the BAMPrimaryImport database. When looking in the EventLog I saw the next Informational message:</p>
<p>Login failed for user ‘mymachine\myserviceaccount&#8217;. Reason: Failed to open the explicitly specified database. [CLIENT: &lt;named pipe&gt;]</p>
<p>After adding this account to the BAMPrimaryImport database with the right access, it worked all fine:</p>
<p>Deploying Activity&#8230; Done.    <br />Deploying View&#8230; Done.     <br />Deploying Security&#8230; Done.</p>
<p>Did I missed something during installation, or is it because I used BizTalk Server 2009 Beta?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.businessprocessintegration.net/2009/03/error-deploying-definition-to-bam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why restrictions on BAM View- and other names?</title>
		<link>http://www.businessprocessintegration.net/2009/03/why-restrictions-on-bam-view-and-other-names/</link>
		<comments>http://www.businessprocessintegration.net/2009/03/why-restrictions-on-bam-view-and-other-names/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 06:00:00 +0000</pubDate>
		<dc:creator>Gerben van Ophuizen</dc:creator>
				<category><![CDATA[BPI]]></category>
		<category><![CDATA[BAM]]></category>
		<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://www.businessprocessintegration.net/2009/03/23/why-restrictions-on-bam-view-and-other-names/</guid>
		<description><![CDATA[I’m working on a demo PC for our company. In one of the scenarios I’m using BAM. I didn’t use it for a quiet long time. Also with BizTalk Server 2009 Beta BAM is still a powerful tool for generating near real-time management information.
But why am I restricted to 18 characters for the BAM View [...]]]></description>
			<content:encoded><![CDATA[<p>I’m working on a demo PC for our company. In one of the scenarios I’m using BAM. I didn’t use it for a quiet long time. Also with BizTalk Server 2009 Beta BAM is still a powerful tool for generating near real-time management information.</p>
<p>But why am I restricted to 18 characters for the BAM View name or Measure name?</p>
<p><a href="http://www.businessprocessintegration.net/wp-content/uploads/2009/03/untitled.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Untitled" border="0" alt="Untitled" src="http://www.businessprocessintegration.net/wp-content/uploads/2009/03/untitled-thumb.jpg" width="450" height="352" /></a></p>
<p><a href="http://www.businessprocessintegration.net/wp-content/uploads/2009/03/untitled1.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Untitled1" border="0" alt="Untitled1" src="http://www.businessprocessintegration.net/wp-content/uploads/2009/03/untitled1-thumb.jpg" width="343" height="317" /></a></p>
<p>A colleague of my who is a BI specialist doesn’t recognize this with SQL Server Analysis Services. So SQL Server has not this kind of restriction.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.businessprocessintegration.net/2009/03/why-restrictions-on-bam-view-and-other-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error installing &#8216;exception handling BAM tracking&#8217; for the ESB Guidance (CTP)</title>
		<link>http://www.businessprocessintegration.net/2009/03/error-installing-exception-handling-bam-tracking-for-the-esb-guidance-ctp/</link>
		<comments>http://www.businessprocessintegration.net/2009/03/error-installing-exception-handling-bam-tracking-for-the-esb-guidance-ctp/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 06:00:00 +0000</pubDate>
		<dc:creator>Gerben van Ophuizen</dc:creator>
				<category><![CDATA[BPI]]></category>
		<category><![CDATA[BAM]]></category>
		<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://www.businessprocessintegration.net/2009/03/23/error-installing-exception-handling-bam-tracking-for-the-esb-guidance-ctp/</guid>
		<description><![CDATA[I posted recently a problem with BAM: “Error deploying definition to BAM”. With the ESB Guidance 2.0 (CTP version from January) I received the same message, but then for the database BAMStarSchema. After adding the SQL Service account to the right security group I received another error:
Microsoft (R) Business Activity Monitoring Utility Version 3.8.104.5  [...]]]></description>
			<content:encoded><![CDATA[<p>I posted recently a problem with BAM: “Error deploying definition to BAM”. With the ESB Guidance 2.0 (CTP version from January) I received the same message, but then for the database BAMStarSchema. After adding the SQL Service account to the right security group I received another error:</p>
<p>Microsoft (R) Business Activity Monitoring Utility Version 3.8.104.5    <br />Copyright (C) 2006 Microsoft Corporation.&#160; All rights reserved. </p>
<p>Using &#8216;BAMPrimaryImport&#8217; BAM Primary Import database on server &#8216;WIN2008&#8242;&#8230; </p>
<p>Deploying Activity&#8230; Done.    <br />Deploying View&#8230; ERROR: The BAM deployment failed.     <br />Server: The operation has been cancelled.     <br />Internal error: The operation terminated unsuccessfully.     <br />Internal error: The operation terminated unsuccessfully.     <br />Internal error: The operation terminated unsuccessfully.     <br />Internal error: The operation terminated unsuccessfully.     <br />Internal error: The operation terminated unsuccessfully.     <br />Internal error: The operation terminated unsuccessfully.     <br />Internal error: The operation terminated unsuccessfully.     <br />Internal error: The operation terminated unsuccessfully.     <br />Internal error: The operation terminated unsuccessfully.     <br />Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of &#8216;ExcByApplication_ExcDatetime&#8217;, Name of &#8216;ExcByApplication_ExcDatetime&#8217; was being processed.     <br />Errors in the OLAP storage engine: An error occurred while the &#8216;Year&#8217; attribute of the &#8216;ExcByApplication_ExcDatetime&#8217; dimension from the &#8216;BAMAnalysis&#8217; database was being processed.     <br />Internal error: The operation terminated unsuccessfully.     <br />The following system error occurred:&#160; Unspecified error .     <br />Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of &#8216;bam_ExcByApplication&#8217;, Name of &#8216;bam_ExcByApplication&#8217;.     <br />Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of &#8216;ExcByApplication_ExcDatetime&#8217;, Name of &#8216;ExcByApplication_ExcDatetime&#8217; was being processed.     <br />… etc …</p>
<p>After inspecting my machine I find out that I was missing BAMAnalysis. After reconfiguring BizTalk again, it worked fine. Note: to trigger to create the BAMAnalysis was to rename it to another name, and then back to BAMAnalysis.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.businessprocessintegration.net/2009/03/error-installing-exception-handling-bam-tracking-for-the-esb-guidance-ctp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

