<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>BizTalk Server 2006 Orchestration Profiler</title><link>http://biztalkorcprofiler.codeplex.com/project/feeds/rss</link><description>Creates CHM report files illustrating the level of coverage for specified BizTalk orchestrations. This tool can be run to gain a consolidated view of orchestration tracking data for a specified period of time to help developers get an idea of how their orchestrations are being processed and how much coverage they are getting in their testing. In addition to simple coverage information the data presented helps to identify latency and code path exceptions by highlighting long running and error prone orchestration shapes which is key to effective performance testing.</description><item><title>Closed Issue: NullReferenceException due to hard-coded DB server [2853]</title><link>http://biztalkorcprofiler.codeplex.com/workitem/2853</link><description>The Profiler crashes with a NullReferenceException in Microsoft.Sdc.OrchestrationProfiler.Core.ReportGenerator.RetrieveDeployedOrcestrations&amp;#40;&amp;#41; &amp;#40;note the spelling&amp;#41;.  The crash is due to the fact that the management database server name &amp;#34;&amp;#40;local&amp;#41;&amp;#34; is hard-coded in the method.  To fix the crash, replace the hard-coded value with the value passed in a parameter to this method &amp;#40;which is the value entered in the UI or in the command line&amp;#41;.  A patch which does exactly that is attached.&lt;br /&gt;</description><author>ilyaf</author><pubDate>Thu, 16 May 2013 05:07:11 GMT</pubDate><guid isPermaLink="false">Closed Issue: NullReferenceException due to hard-coded DB server [2853] 20130516050711A</guid></item><item><title>Closed Issue: Date filter does not work on called orchestrations [2875]</title><link>http://biztalkorcprofiler.codeplex.com/workitem/2875</link><description>Even though the Orchestration Profiler asks the user for the date&amp;#47;time range to load tracking data for, this range is not taken into account for orchestrations invoked via a Call shape.  As a result, all events in the Tracking database are loaded.  This makes it impossible to profile called orchestrations for a specific performance test run, defeating the usefulness of the tool.&lt;br /&gt;&amp;#160;&lt;br /&gt;The reason for this is erroneous SQL stored in the resources of the Microsoft.Sdc.BizTalkOM assembly.  The query that loads called orchestration shapes does not include the date range in the WHERE clause&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;-- begin quote --&lt;br /&gt;&amp;#160;&lt;br /&gt;SELECT &amp;#64;uidSvcId &amp;#61; uidServiceId FROM dta_Services s&lt;br /&gt;WHERE s.strServiceName &amp;#61; &amp;#64;svcName AND s.strAssemblyName &amp;#61; &amp;#64;svcAsm&lt;br /&gt;&amp;#160;&lt;br /&gt;INSERT INTO &amp;#64;data&lt;br /&gt;SELECT distinct &lt;br /&gt;    t.uidServiceInstanceId&lt;br /&gt;    ,t.vtInstructionId &lt;br /&gt;    ,t.dtBeginTimeStamp&lt;br /&gt;    ,t.dtEndTimeStamp&lt;br /&gt;&amp;#160;&lt;br /&gt;    ,Duration &amp;#61; &lt;br /&gt;&amp;#9;case &lt;br /&gt;&amp;#9;&amp;#9;when &amp;#40;DATEDIFF&amp;#40;second, t.dtBeginTimeStamp, t.dtEndTimeStamp&amp;#41; &amp;#62; 214748&amp;#41; &lt;br /&gt;&amp;#9;&amp;#9;then 2147483000&lt;br /&gt;&amp;#9;        else DATEDIFF&amp;#40;millisecond, t.dtBeginTimeStamp, t.dtEndTimeStamp&amp;#41; &lt;br /&gt;&amp;#9;end&lt;br /&gt;&amp;#160;&lt;br /&gt;FROM &lt;br /&gt;&amp;#9;dta_DebugTrace t &lt;br /&gt;WITH &amp;#40;READPAST&amp;#41;&lt;br /&gt;INNER JOIN dta_CallChain cc ON &lt;br /&gt;&amp;#9;cc.uidServiceInstanceId &amp;#61; t.uidServiceInstanceId&lt;br /&gt;WHERE uidCalleesServiceId &amp;#61; &amp;#64;uidSvcId&lt;br /&gt;&amp;#160;&lt;br /&gt;-- end quote --&lt;br /&gt;&amp;#160;&lt;br /&gt;Unfortunately, the source for the BizTalkOM assembly is not included with the Orchestration Profiler, so it is impossible to patch the bug at the client site either.&lt;br /&gt;</description><author>darrenj</author><pubDate>Thu, 16 May 2013 05:07:10 GMT</pubDate><guid isPermaLink="false">Closed Issue: Date filter does not work on called orchestrations [2875] 20130516050710A</guid></item><item><title>Source code checked in, #94877</title><link>http://biztalkorcprofiler.codeplex.com/SourceControl/changeset/changes/94877</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:38:35 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94877 20121001103835P</guid></item><item><title>Source code checked in, #94876</title><link>http://biztalkorcprofiler.codeplex.com/SourceControl/changeset/changes/94876</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:31:06 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94876 20121001103106P</guid></item><item><title>New Post: BizTalk 2010 error</title><link>http://biztalkorcprofiler.codeplex.com/discussions/357872</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, I receive the following error when I try to generate a report.&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#ff0000"&gt;&lt;strong&gt;&amp;#65279;&amp;#65279;&amp;#65279;Unable to locate the help compiler executable.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000"&gt;I'm running &lt;/span&gt;BizTalk 2010 on Server 2008 R2.&lt;/p&gt;
&lt;p&gt;My Configuration.exe.config file&amp;nbsp;in folder&amp;nbsp;&amp;#65279;&amp;quot;D:\Program Files (x86)\Microsoft BizTalk Server 2010&amp;quot; contains the following below.&amp;nbsp; I have checked the paths for the files and they are correct;&amp;nbsp; &amp;#65279;&amp;#65279;&amp;quot;C:\Program Files (x86)\HTML Help Workshop\hhc.exe&amp;quot;
 does exist!&lt;/p&gt;
&lt;p&gt;Thanks for any help with this.&lt;/p&gt;
&lt;p&gt;&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;configuration&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;add&lt;/span&gt; &lt;span style="color:red"&gt;
key&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;HelpCompilerLocation&amp;quot;&lt;/span&gt;
&lt;span style="color:red"&gt;value&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;C:\Program Files (x86)\HTML Help Workshop\hhc.exe&amp;quot;&lt;/span&gt;
&lt;span style="color:blue"&gt;/&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;codeBase&lt;/span&gt; &lt;span style="color:red"&gt;
version&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;3.0.1.0&amp;quot;&lt;/span&gt;
&lt;span style="color:red"&gt;href&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;D:\Program Files (x86)\Microsoft BizTalk Server 2010\Tracking\Microsoft.BizTalk.XLangView.dll&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;/&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;startup&lt;/span&gt;
&lt;span style="color:red"&gt;useLegacyV2RuntimeActivationPolicy&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;true&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;supportedRuntime&lt;/span&gt;
&lt;span style="color:red"&gt;version&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;v4.0&amp;quot;&lt;/span&gt;
&lt;span style="color:red"&gt;sku&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;.NETFramework,Version=v4.0&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;/&amp;gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;startup&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;
&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;configuration&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;/div&gt;</description><author>bsyren</author><pubDate>Thu, 31 May 2012 16:19:35 GMT</pubDate><guid isPermaLink="false">New Post: BizTalk 2010 error 20120531041935P</guid></item><item><title>Reviewed: Profiler v1.2 (Apr 05, 2012)</title><link>http://biztalkorcprofiler.codeplex.com/releases/view/42777#ReviewBy-pankajads</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - Looks fine</description><author>pankajads</author><pubDate>Thu, 05 Apr 2012 07:19:53 GMT</pubDate><guid isPermaLink="false">Reviewed: Profiler v1.2 (Apr 05, 2012) 20120405071953A</guid></item><item><title>Reviewed: Profiler v1.2 (Apr 05, 2012)</title><link>http://biztalkorcprofiler.codeplex.com/releases/view/42777#ReviewBy-pankajads</link><description>Rated 3 Stars &amp;#40;out of 5&amp;#41; - Looks fine</description><author>pankajads</author><pubDate>Thu, 05 Apr 2012 07:19:44 GMT</pubDate><guid isPermaLink="false">Reviewed: Profiler v1.2 (Apr 05, 2012) 20120405071944A</guid></item><item><title>Reviewed: Profiler v1.2 (Apr 04, 2012)</title><link>http://biztalkorcprofiler.codeplex.com/releases/view/42777#ReviewBy-pankajads</link><description>Rated 3 Stars &amp;#40;out of 5&amp;#41; - Looks fine except when I generate the report.&amp;#10;&amp;#10;I get message &amp;#34;Unable to localte help compiler executable&amp;#34;. Please advise.</description><author>pankajads</author><pubDate>Thu, 05 Apr 2012 05:56:12 GMT</pubDate><guid isPermaLink="false">Reviewed: Profiler v1.2 (Apr 04, 2012) 20120405055612A</guid></item><item><title>New Post: Profiler with BizTalk 2010?</title><link>http://biztalkorcprofiler.codeplex.com/discussions/260363</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Try adding the following at the end of the config file (but before the &amp;lt;/configuration&amp;gt; tag):&lt;/p&gt;
&lt;p&gt;&amp;lt;startup useLegacyV2RuntimeActivationPolicy="true"&amp;gt;&amp;lt;supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/&amp;gt;&amp;lt;/startup&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><author>cghammershoej</author><pubDate>Wed, 14 Sep 2011 12:48:37 GMT</pubDate><guid isPermaLink="false">New Post: Profiler with BizTalk 2010? 20110914124837P</guid></item><item><title>New Post: Error starting the report generation</title><link>http://biztalkorcprofiler.codeplex.com/discussions/237848</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I got a similar issue when trying to generate the BizTalk Orchestration Profiler report. The error message was "conversion failed when converting string to datetime ...".&lt;/p&gt;
&lt;p&gt;Looking at the datetime fields in the Orchestration Profiler UI, I noticed that the dates were being displayed in French format.&lt;/p&gt;
&lt;p&gt;Changing my regional settings to "US" helped me solved the problem.&lt;/p&gt;
&lt;p&gt;I guess that the Orchestration Profiler does not take into account the machine's culture while formatting dates. Hope that this bug will be corrected in a future version.&lt;/p&gt;
&lt;p&gt;Cheers.&lt;/p&gt;
&lt;p&gt;Shah M&lt;/p&gt;&lt;/div&gt;</description><author>smmniceguy</author><pubDate>Tue, 16 Aug 2011 08:58:04 GMT</pubDate><guid isPermaLink="false">New Post: Error starting the report generation 20110816085804A</guid></item><item><title>New Post: Profiler with BizTalk 2010?</title><link>http://biztalkorcprofiler.codeplex.com/discussions/260363</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Is anyone successfully using the Orchestration Profiler with BizTalk 2010?&lt;br /&gt;&lt;br /&gt;I have updated the following settings in red in the config file:&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&amp;lt;add key="HelpCompilerLocation" value="C:\Program Files&lt;span style="color: #ff0000;"&gt; (x86)&lt;/span&gt;\HTML Help Workshop\hhc.exe" /&amp;gt;&lt;br /&gt;&amp;lt;codeBase version="3.0.1.0"&amp;nbsp;href="C:\Program Files&lt;span style="color: #ff0000;"&gt; (x86)&lt;/span&gt;\Microsoft BizTalk Server&lt;span style="color: #ff0000;"&gt; 2010&lt;/span&gt;\Tracking\Microsoft.BizTalk.XLangView.dll"/&amp;gt;&lt;/p&gt;
&lt;p&gt;However, after running a report, I have the following problems: code coverage is 0%; and I cannot open the orchestration details image.&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;Coverage Summary&amp;nbsp;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="color: #ff0000;"&gt;0 % Overall Coverage&amp;nbsp; &lt;/span&gt;&lt;br /&gt;Active Instances:&amp;nbsp; 0 &lt;br /&gt;Completed Instances:&amp;nbsp; 189 &lt;br /&gt;Terminated Instances:&amp;nbsp; 31 &lt;br /&gt;Minimum Duration (ms):&amp;nbsp; 250 &lt;br /&gt;Maximum Duration (ms):&amp;nbsp; 55877150 &lt;br /&gt;Average Duration (ms):&amp;nbsp; 882960&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;Detailed Shape Info&amp;nbsp; &lt;br /&gt;Top 20 longest running shapes&amp;nbsp; &lt;br /&gt;Top 20 least successful shapes&amp;nbsp; &lt;br /&gt;Top 38 Errors&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ff0000;"&gt;Unable to load image for orchestration &amp;lt;Name&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>charliemott</author><pubDate>Mon, 06 Jun 2011 16:57:56 GMT</pubDate><guid isPermaLink="false">New Post: Profiler with BizTalk 2010? 20110606045756P</guid></item><item><title>New Post: Orch Profiler with BizTalk 2009?</title><link>http://biztalkorcprofiler.codeplex.com/discussions/253300</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I am not sure if there is a separate download of Orchestration Profiler for BizTalk 2009. Can someone confirm that or will the same download work with BizTalk 2009 also?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Atin Agarwal&lt;/p&gt;
&lt;/div&gt;</description><author>atinagarwal</author><pubDate>Sun, 10 Apr 2011 16:22:21 GMT</pubDate><guid isPermaLink="false">New Post: Orch Profiler with BizTalk 2009? 20110410042221P</guid></item><item><title>New Post: Error starting the report generation</title><link>http://biztalkorcprofiler.codeplex.com/Thread/View.aspx?ThreadId=237848</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I've got an error when I try to generate a report.&lt;/p&gt;
&lt;p&gt;In english (because the message is in french), it is something like &amp;quot;A cast error from datatype CHAR to DATETIME&amp;quot; has given a value out of limits of date and time. The instruction has been stopped&amp;quot;.&lt;/p&gt;
&lt;p&gt;Could you help me please ?&lt;/p&gt;
&lt;p&gt;Cyril&lt;/p&gt;
&lt;/div&gt;</description><author>tissman</author><pubDate>Fri, 10 Dec 2010 11:14:23 GMT</pubDate><guid isPermaLink="false">New Post: Error starting the report generation 20101210111423A</guid></item><item><title>Source code checked in, #57274</title><link>http://biztalkorcprofiler.codeplex.com/SourceControl/changeset/changes/57274</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Wed, 28 Jul 2010 22:13:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #57274 20100728101323P</guid></item><item><title>New Post: Time-outs and Arithmetic overflow errors</title><link>http://biztalkorcprofiler.codeplex.com/Thread/View.aspx?ThreadId=85490</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Just a follow up . &lt;strong&gt;v1.2 &lt;/strong&gt;does not have the CAST shown above. I will incorporate ASAP.&lt;/p&gt;
&lt;p&gt;cheers,&lt;/p&gt;
&lt;p&gt;benjy&lt;/p&gt;&lt;/div&gt;</description><author>santoshbenjamin</author><pubDate>Thu, 01 Apr 2010 12:10:55 GMT</pubDate><guid isPermaLink="false">New Post: Time-outs and Arithmetic overflow errors 20100401121055P</guid></item><item><title>New Post: Time-outs and Arithmetic overflow errors</title><link>http://biztalkorcprofiler.codeplex.com/Thread/View.aspx?ThreadId=85490</link><description>&lt;div style="line-height: normal;"&gt;This discussion has been copied to a work item. Click &lt;a href="http://biztalkorcprofiler.codeplex.com/WorkItem/View.aspx?WorkItemId=12406"&gt;here&lt;/a&gt; to go to the work item and continue the discussion.&lt;/div&gt;</description><author>santoshbenjamin</author><pubDate>Thu, 01 Apr 2010 12:10:05 GMT</pubDate><guid isPermaLink="false">New Post: Time-outs and Arithmetic overflow errors 20100401121005P</guid></item><item><title>Created Issue: Time-outs and Arithmetic overflow errors [12406]</title><link>http://biztalkorcprofiler.codeplex.com/WorkItem/View.aspx?WorkItemId=12406</link><description>Hi Rudolf,&lt;br /&gt;&lt;br /&gt;Thanks for pointing out the problem areas. We came across the timeout issues and i fixed them in a similar way. Didnt have the arithmetic overflow, but will incorporate that too. I have a release planned now &amp;#40;possibly a week or 2 max&amp;#41; and should have all this available.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;&lt;br /&gt;Benjy&lt;br /&gt;</description><author>santoshbenjamin</author><pubDate>Thu, 01 Apr 2010 12:10:03 GMT</pubDate><guid isPermaLink="false">Created Issue: Time-outs and Arithmetic overflow errors [12406] 20100401121003P</guid></item><item><title>New Post: Shape ID</title><link>http://biztalkorcprofiler.codeplex.com/Thread/View.aspx?ThreadId=79850</link><description>&lt;div style="line-height: normal;"&gt;This discussion has been copied to a work item. Click &lt;a href="http://biztalkorcprofiler.codeplex.com/WorkItem/View.aspx?WorkItemId=12405"&gt;here&lt;/a&gt; to go to the work item and continue the discussion.&lt;/div&gt;</description><author>santoshbenjamin</author><pubDate>Thu, 01 Apr 2010 12:09:37 GMT</pubDate><guid isPermaLink="false">New Post: Shape ID 20100401120937P</guid></item><item><title>Created Issue: Shape ID [12405]</title><link>http://biztalkorcprofiler.codeplex.com/WorkItem/View.aspx?WorkItemId=12405</link><description>Is there an easy way to associate a shape id from the help file to the actual shape&amp;#63;  Unfortunately the shape name is duplicated a lot, so not sure how to figure out which shape is which.  &lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Nathan&lt;br /&gt;</description><author>santoshbenjamin</author><pubDate>Thu, 01 Apr 2010 12:09:35 GMT</pubDate><guid isPermaLink="false">Created Issue: Shape ID [12405] 20100401120935P</guid></item><item><title>New Post: Shape ID</title><link>http://biztalkorcprofiler.codeplex.com/Thread/View.aspx?ThreadId=79850</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Nathan,&lt;br&gt;Sorry its taken so long to get back. I will take a look and see if this is possible.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;benjy&lt;/p&gt;&lt;/div&gt;</description><author>santoshbenjamin</author><pubDate>Thu, 01 Apr 2010 12:09:26 GMT</pubDate><guid isPermaLink="false">New Post: Shape ID 20100401120926P</guid></item></channel></rss>