<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Microsoft Dynamics CRM 4.0 Performance Toolkit</title><link>http://crmperftoolkit.codeplex.com/project/feeds/rss</link><description>The Microsoft DynamicsTM CRM 4.0 Performance Toolkit was created by the Microsoft CRM product team to formalize testing of Microsoft CRM 4.0.  The performance toolkit can be used by the Microsoft CRM partners and customers to collect data to support their CRM deployment decisions.</description><item><title>New Post: Requested value 'Geo' was not found error</title><link>http://crmperftoolkit.codeplex.com/discussions/430395</link><description>&lt;div style="line-height: normal;"&gt;Hi Bittu_crm,&lt;br /&gt;
&lt;br /&gt;
You need to ignore the WRPC token. In your performance toolkit installation directory &amp;gt; ConfigFiles &amp;gt; ConfigSettings.xml, change the value for ignoretokencheck to true:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;ignoretokencheck value=&amp;quot;true&amp;quot;/&amp;gt;&lt;/code&gt;&lt;/pre&gt;

Hth!&lt;br /&gt;
Happy benchmarking :)&lt;br /&gt;
&lt;/div&gt;</description><author>MicrosoftB</author><pubDate>Mon, 25 Mar 2013 18:48:45 GMT</pubDate><guid isPermaLink="false">New Post: Requested value 'Geo' was not found error 20130325064845P</guid></item><item><title>New Post: CRM Perf Toolkit 2011 - Generate Code for WebTest</title><link>http://crmperftoolkit.codeplex.com/discussions/357829</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm too facing the same situation. Did any one found the solution.&lt;/p&gt;
&lt;/div&gt;</description><author>Bittu_crm</author><pubDate>Tue, 22 Jan 2013 09:34:06 GMT</pubDate><guid isPermaLink="false">New Post: CRM Perf Toolkit 2011 - Generate Code for WebTest 20130122093406A</guid></item><item><title>New Post: Requested value 'Geo' was not found error</title><link>http://crmperftoolkit.codeplex.com/discussions/430395</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I've been facing the below issue in the performance toolkit. Please suggest a solution at the earliest. below is the issue details:&lt;/p&gt;
&lt;p&gt;Request failed: Exception occurred: Requested value 'Geo' was not found.&lt;br&gt;
&lt;br&gt;
at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult&amp; parseResult)&lt;br&gt;
at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)&lt;br&gt;
at Microsoft.Crm.SharedDatabase.ConvertUtility.EnumFromXmlString(Type enumType, String mask)&lt;br&gt;
at Microsoft.Crm.SharedDatabase.Table..ctor(XmlNode node)&lt;br&gt;
at Microsoft.Crm.SharedDatabase.DBMetadataCache.LoadTables(XmlDocument doc)&lt;br&gt;
at Microsoft.Crm.SharedDatabase.DBMetadataCache.LoadCache(String metadataXml)&lt;br&gt;
at Microsoft.Crm.ConfigurationDatabase.ConfigurationMetadata.get_Cache()&lt;br&gt;
at Microsoft.Crm.ServerLocatorService.RetrieveById(String tableName, Object primaryKey, String[] columns)&lt;br&gt;
at Microsoft.Crm.ServerLocatorService.GetOrganizationScaleGroupId(Guid organizationId)&lt;br&gt;
at Microsoft.Crm.LocatorService.GetOrganizationScaleGroupId(Guid organizationId)&lt;br&gt;
at CRM_Perf_BenchMark.Utils.GenerateWRPCToken(String baseurl, CRMEntity user, String tokenKey) in D:\CRMToolkit\KN Solution\CRM_Perf_Toolkit\CRM_Perf_BenchMark\Utilities\Util.cs:line 923&lt;br&gt;
at CRM_Perf_BenchMark.CreateNewHH.d__0.MoveNext() in D:\CRMToolkit\KN Solution\CRM_Perf_Toolkit\CRM_Perf_BenchMark\WebTests\CreateNewHH.cs:line 177&lt;br&gt;
at Microsoft.VisualStudio.TestTools.WebStress.WebTestCaseVariation.ExecuteNextTopLevelRequest()&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;/div&gt;</description><author>Bittu_crm</author><pubDate>Tue, 22 Jan 2013 09:32:50 GMT</pubDate><guid isPermaLink="false">New Post: Requested value 'Geo' was not found error 20130122093250A</guid></item><item><title>New Post: CRM 4.0 Performance Toolkit - How to use</title><link>http://crmperftoolkit.codeplex.com/discussions/402093</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The load pattern chosen was constant load, that means all tests will kick off at the same time and 10 tests will run at the same time.&amp;nbsp;When the very first test starts, it tries to load all the data that the toolkit will need into memory of the process from the EntityManager DB(the DB that the toolkit uses to store all it's data). This process takes a while. As such it is suggested that you set warm&amp;nbsp;up duration of around 2 minutes so that it runs one test case which kicks off the loading of data into memory during that time.&amp;nbsp;Once the warm up time ends,&amp;nbsp;the actual load pattern&amp;nbsp;starts which in your case seems to be constant load, and should run smoother as all the data&amp;nbsp;is already in memory of the toolkit.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As to why there are waves of action and inaction, it might have to do with the threadpool settings you have. Please ensure that you run with enough thread pool.&lt;/p&gt;
&lt;p&gt;As to your first point, one is requests/second which will show you the snapshot at any given point of time while the total transactions is a cumulative number and will be ever increasing. If you look at transactions/second it will be similar to the requests/second.&lt;/p&gt;
&lt;p&gt;Tests/second is the total number of tests that completed in one second. It won't be 10 as it depends on the speed at which the server is able to complete the actions called by each test. If you had 10 simulated users and each test finishes in one second then your tests/second will be 10, in your case it seems when 10 simulated users are calling the tests, each test might be taking around 5 seconds which will give you your rough 1.97 tests/second.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Adi.&lt;/p&gt;&lt;/div&gt;</description><author>adivarma</author><pubDate>Tue, 06 Nov 2012 18:46:10 GMT</pubDate><guid isPermaLink="false">New Post: CRM 4.0 Performance Toolkit - How to use 20121106064610P</guid></item><item><title>New Post: CRM 4.0 Performance Toolkit - How to use</title><link>http://crmperftoolkit.codeplex.com/discussions/402093</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
I am one of those who managed to run this magic tool, written by Microsoft. And I want to share my experience.&lt;/p&gt;
&lt;p&gt;Let's begin.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Installation:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;First of all i installed MS CRM Performance Toolkit 4.0 (at that I also has installed MS Visual Studio 2005 and SQL Express 2005) with all&amp;nbsp;necessary setting as described in &amp;quot;Microsoft Dynamics CRM 4 Performance Toolkit.docx&amp;quot;.
&lt;/li&gt;&lt;li&gt;The next step I created 200 users (crmusrt1, crmusrt2.., crmusrt200) in Active Directory and launched &amp;quot;RunPopulation.cmd&amp;quot;. After that,&amp;nbsp;there was no any errors in file 'UserPopulate_Errors_...'.3. I started the 'EMDBLoader.exe' and it has also been
 successfully completed. &lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Creating Tests:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I've created a load test which included 2 tests: CreateNewLead and CreateNewContact, and 10 users who must use this test without any think&amp;nbsp;&lt;br&gt;
times.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline"&gt;In detail (Edit load patternt setting for a load test scenario):&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;On the Scenario window I've selected &amp;quot;Do not use think times&amp;quot;. &lt;/li&gt;&lt;li&gt;Load Pattern - Constant Load: 10 users. &lt;/li&gt;&lt;li&gt;Test Mis - CreateNewLead and CreateNewContact. &lt;/li&gt;&lt;li&gt;Browser Mix - Internet Explorer 6.0. &lt;/li&gt;&lt;li&gt;Network Mix - LAN. &lt;/li&gt;&lt;li&gt;Counter Sets - (Default). &lt;/li&gt;&lt;li&gt;Run Settings - Warm-up duration: 00:00:00, Run duration 00:20:00, Sampling rate 5 secods. Maximum error details: 100. Validation level -&amp;nbsp;Low - invoke validation rules marked low.
&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Running Tests:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I ran the test that has created, as described above and recieved following results:&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline"&gt;In Summary.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Reuests:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Total Request: 5.815 &lt;/li&gt;&lt;li&gt;Requests/sec: 9.88 &lt;/li&gt;&lt;li&gt;Falled Requests: 3.00 &lt;/li&gt;&lt;li&gt;Cached Requests 0 &lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Test Cases:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Total Tests: 1,162&amp;nbsp; &lt;/li&gt;&lt;li&gt;Tests/Sec: 1,97&amp;nbsp; &lt;/li&gt;&lt;li&gt;Fslled Tests 3.00 &lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;span style="text-decoration:underline"&gt;Counters.&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;User Load: Range: 10, Min 10, Max 10, Avg 10, Last 10.2.&amp;nbsp; &lt;/li&gt;&lt;li&gt;Request/Sec: Range 100, Min 0.0, Max 43.6, Avg 9.9, Last 0.0.3.&amp;nbsp; &lt;/li&gt;&lt;li&gt;Avg. Response Time: Range 100, Min 0.2, Max 72.1, Avg 1.0, Last -.4.&amp;nbsp; &lt;/li&gt;&lt;li&gt;Total Transactions: Range 10000, Min 0, Max 2,324, Avg 1,191, Last 2,324. &lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;The questions:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;On the Chart, counters &amp;quot;Request/Sec&amp;quot; and &amp;quot;Total Transactions&amp;quot; did not rise linearly.&amp;nbsp;Counter &amp;quot;Request/Sec&amp;quot; rise on 00:00 sec to 00:45 sec. Next on the 00:45 to 1:05 fall to zero. Then it begins to grow only on 02:20&amp;nbsp;&lt;br&gt;
sec to 03:05 sec and fall to zero after 03:05 and so on.&amp;nbsp;Counter &amp;quot;Total Transactions&amp;quot; behaves the same with &amp;quot;Request/Sec&amp;quot; but with one difference. After growth, it does not fall, but It&amp;nbsp;&lt;br&gt;
just does not change its value: rise on 00:00 sec to 00:45 sec, then it rise on 02:20 to 03:05 and so on.&amp;nbsp;I think, that Counters &amp;quot;Request/Sec&amp;quot; and &amp;quot;Total Transactions&amp;quot; should not be so changed. They should match the settings described above. Is not&amp;nbsp;&lt;br&gt;
it? &lt;/li&gt;&lt;li&gt;In Summary window parameter &amp;quot;Tests/Sec&amp;quot; must be 10, as was configured for 10 users. But It value is 1,97. What does It mean?
&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Thank you for any response.&lt;/p&gt;
&lt;/div&gt;</description><author>lastsin</author><pubDate>Tue, 06 Nov 2012 14:44:05 GMT</pubDate><guid isPermaLink="false">New Post: CRM 4.0 Performance Toolkit - How to use 20121106024405P</guid></item><item><title>New Post: CRM performance toolkit with VS2008</title><link>http://crmperftoolkit.codeplex.com/discussions/401229</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;New to this program and was wondering could someone help me out.&lt;/p&gt;
&lt;p&gt;I have installed the performance toolkit and run the populator, all works fine and the default customizations are applied.&lt;/p&gt;
&lt;p&gt;However, when i attempt to follow the step of running the webtest 'CreateNewNoteForAccount' it is not available in the list of tests. I don't see anywhere that the user could select this as a test.&lt;/p&gt;
&lt;p&gt;When i open the test list, only the following are available:&lt;/p&gt;
&lt;p&gt;DMUnitTest_BulkDelete_LeadsFromQuery&lt;br&gt;
DMUnitTest_CrossEntityRuleCreate&lt;br&gt;
DMUnitTest_PublishSingleEntityRuleOnContacts&lt;br&gt;
DMUnitTest_PublishCrossEntityRuleOnContactsAndAccounts&lt;br&gt;
DMUnitTest_BulkDetectDuplicates&lt;br&gt;
DMUnitTest_Import_ImportExportMap&lt;br&gt;
DMUnitTest_Import_ImportLeads_2K&lt;br&gt;
DMUnitTest_Import_ContactForUpdate_2K&lt;br&gt;
DMUnitTest_Import_CreateImport&lt;br&gt;
OutgoingTest&lt;br&gt;
IncomingSalesTest&lt;br&gt;
IncomingSupportTest&lt;br&gt;
IncrementalGoOfflineTM&lt;br&gt;
ManagedABPSyncTM&lt;br&gt;
SyncToOutlookTM&lt;/p&gt;
&lt;p&gt;Is there somewhere where I am going wrong?&lt;/p&gt;
&lt;p&gt;Also can this be used for testing custom pages? Pages within a CRM deployment that are not basic entity types?&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
Any help would be greatly appreciated.&lt;/p&gt;
&lt;/div&gt;</description><author>Andy30</author><pubDate>Tue, 30 Oct 2012 11:51:54 GMT</pubDate><guid isPermaLink="false">New Post: CRM performance toolkit with VS2008 20121030115154A</guid></item><item><title>Source code checked in, #96133</title><link>http://crmperftoolkit.codeplex.com/SourceControl/changeset/changes/96133</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 21:40:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96133 20121001094031P</guid></item><item><title>Source code checked in, #96132</title><link>http://crmperftoolkit.codeplex.com/SourceControl/changeset/changes/96132</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:33:03 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96132 20121001093303P</guid></item><item><title>New Post: CRM Perf Toolkit 2011 - Generate Code for WebTest</title><link>http://crmperftoolkit.codeplex.com/discussions/357829</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am using CRM Perf Toolkit for CRM 2011 with VS 2010 Ultimate. I am able to execute all Performance Toolkit webtests and Loadtests, which creates data in CRM and Entity Manager DB.&lt;/p&gt;
&lt;p&gt;When I create Web Test using Recorder for my specific test scenarios, for example Create New Incident scenario; the test gets recorded. However, the Generate Code fails with an error:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Could not load file or assembly Microsoft.Crm.Application.Components.Shared&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Also, if I run the Web Test individually, no data gets created in CRM or EntityManager.&lt;/p&gt;
&lt;p&gt;Would appreciate if someone can help on this. Any pointers would be appreciated.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Ashish&lt;/p&gt;
&lt;/div&gt;</description><author>ashish1982</author><pubDate>Thu, 31 May 2012 12:32:45 GMT</pubDate><guid isPermaLink="false">New Post: CRM Perf Toolkit 2011 - Generate Code for WebTest 20120531123245P</guid></item><item><title>New Post: CRM 4.0 Performance Testing with VS 2010</title><link>http://crmperftoolkit.codeplex.com/discussions/280009</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;VS 2010 Web Performance Test Recorder can track web service requests and is able to view, search and&amp;nbsp;create records in CRM using out of the box tools, therefore is there any possibility to release CRM 4.0 Performance Toolkit&amp;nbsp;that use VS 2010 Web
 Performance Test?&lt;/p&gt;
&lt;/div&gt;</description><author>shaydamous</author><pubDate>Fri, 18 Nov 2011 15:04:49 GMT</pubDate><guid isPermaLink="false">New Post: CRM 4.0 Performance Testing with VS 2010 20111118030449P</guid></item><item><title>New Post: CRM 2011 version of the performance toolkit</title><link>http://crmperftoolkit.codeplex.com/discussions/228177</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The 2011 version has been released: &lt;a href="http://dynamics-crm.pinpoint.microsoft.com/en-us/applications/performance-toolkit-for-microsoft-dynamics-crm-2011-12884915630"&gt;http://dynamics-crm.pinpoint.microsoft.com/en-us/applications/performance-toolkit-for-microsoft-dynamics-crm-2011-12884915630&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;&lt;/div&gt;</description><author>rboyers</author><pubDate>Thu, 26 May 2011 20:32:11 GMT</pubDate><guid isPermaLink="false">New Post: CRM 2011 version of the performance toolkit 20110526083211P</guid></item><item><title>New Post: Is Microsoft_Dynamics_CRM_4_Performance_Toolkit can help to test Agent scenario for Load testing</title><link>http://crmperftoolkit.codeplex.com/discussions/251180</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I am using Microsoft_Dynamics_CRM_4_Performance_Toolkit for load test. i want to perform 400 VU load and responce verification by using this tool.&lt;/p&gt;
&lt;p&gt;is it feasibal with this tool?&lt;/p&gt;
&lt;/div&gt;</description><author>purendra</author><pubDate>Fri, 25 Mar 2011 11:26:15 GMT</pubDate><guid isPermaLink="false">New Post: Is Microsoft_Dynamics_CRM_4_Performance_Toolkit can help to test Agent scenario for Load testing 20110325112615A</guid></item><item><title>New Post: 500 Error while running CreateNewNoteForAccount test</title><link>http://crmperftoolkit.codeplex.com/discussions/72602</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Did anyone manage to get around this issue? I am receiving hundreds of these errors!&lt;/p&gt;
&lt;p&gt;A swift response would be very much appreciated.&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;&lt;/div&gt;</description><author>rboyers</author><pubDate>Thu, 24 Feb 2011 10:06:21 GMT</pubDate><guid isPermaLink="false">New Post: 500 Error while running CreateNewNoteForAccount test 20110224100621A</guid></item><item><title>New Post: EMDBLoader.exe required SQL Admin privilege</title><link>http://crmperftoolkit.codeplex.com/discussions/247095</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I had trouble running the EMDBLoader.exe and was receiving the following error in the console:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-family:'Verdana','sans-serif'; color:black; font-size:9.5pt"&gt;System.NullReferenceException: Object reference not set to an instance of an object.&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="background:white"&gt;&lt;strong&gt;&lt;span style="font-family:'Verdana','sans-serif'; color:black; font-size:9.5pt"&gt;at CRM_Perf_BenchMark.EntityManager.GetRandomOrg() in C:\CRM 4.0 Toolkit\CRM4_Perf_Toolkit\CRM_Perf_BenchMark\Utilities\EntityManager.cs:line
 225&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="background:white"&gt;&lt;strong&gt;&lt;span style="font-family:'Verdana','sans-serif'; color:black; font-size:9.5pt"&gt;at CRM_Perf_BenchMark.EntityManager.get_OrgId() in C:\CRM 4.0 Toolkit\CRM4Perf_Toolkit\CRM_Perf_BenchMark\Utilities\EntityManager.cs:line 209&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="background:white"&gt;&lt;strong&gt;&lt;span style="font-family:'Verdana','sans-serif'; color:black; font-size:9.5pt"&gt;at EMDBLoader.Program.Main(String[] args) in C:\CRM 4.0 Toolkit\CRM4_Perf_Toolkit\EMDBLoader\Program.cs:Line14&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It turned out to be because I wasn't a SQL admin. As I was running this in a sensitive organisation, this information would have been useful to know earlier.&lt;/p&gt;
&lt;p&gt;Maybe the documentation could be updated to include this prerequisite?&lt;/p&gt;
&lt;p&gt;Rob Boyers&lt;/p&gt;
&lt;/div&gt;</description><author>rboyers</author><pubDate>Tue, 22 Feb 2011 17:48:00 GMT</pubDate><guid isPermaLink="false">New Post: EMDBLoader.exe required SQL Admin privilege 20110222054800P</guid></item><item><title>New Post: Error in installation</title><link>http://crmperftoolkit.codeplex.com/discussions/245624</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am getting following error -&lt;/p&gt;
&lt;p&gt;CRM 4.0 Performance Toolkit Setup Ended Prematurely because of an error.&amp;nbsp; Your system has not been modified.&amp;nbsp; To install this program at a later time, run Setup wizard again.&amp;nbsp; Click Finish button to exit Setup Wizard.&lt;/p&gt;
&lt;p&gt;Let me know what could be resolution.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Vipin&lt;/p&gt;
&lt;/div&gt;</description><author>vipinkavishwar</author><pubDate>Fri, 11 Feb 2011 14:46:20 GMT</pubDate><guid isPermaLink="false">New Post: Error in installation 20110211024620P</guid></item><item><title>Reviewed: Microsoft CRM 4.0 Performance Toolkit (1 30, 2011)</title><link>http://crmperftoolkit.codeplex.com/releases/view/10764#ReviewBy-SOkada</link><description>Rated 3 Stars &amp;#40;out of 5&amp;#41; - Perfomance test</description><author>SOkada</author><pubDate>Mon, 31 Jan 2011 04:11:41 GMT</pubDate><guid isPermaLink="false">Reviewed: Microsoft CRM 4.0 Performance Toolkit (1 30, 2011) 20110131041141A</guid></item><item><title>New Post: CRM 2011 version of the performance toolkit</title><link>http://crmperftoolkit.codeplex.com/Thread/View.aspx?ThreadId=228177</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Is a version of this toolkit going to be released for CRM 2011?&amp;nbsp; Now that CRM 2011 Beta has been released, ways to measure performance and capacity testing is needed.&lt;/p&gt;&lt;/div&gt;</description><author>amervitz</author><pubDate>Wed, 22 Sep 2010 16:13:13 GMT</pubDate><guid isPermaLink="false">New Post: CRM 2011 version of the performance toolkit 20100922041313P</guid></item><item><title>New Post: Running DBpopulator.exe seperately</title><link>http://crmperftoolkit.codeplex.com/Thread/View.aspx?ThreadId=218684</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you running DBPopulator from a 64-bit environment? If executed on a 64-bit environment, the DBPopulator wants to load a 64-bit version of Microsoft.crm.SdkProxy.dll, which leads to the BadImageFormatException.&lt;/p&gt;
&lt;p&gt;In the &amp;quot;DBPpopulator&amp;quot; project, go into Project properties-&amp;gt;Build and set &amp;quot;Platform Target&amp;quot; to &amp;quot;x86&amp;quot;, and then it should work.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>andyboy12345</author><pubDate>Mon, 09 Aug 2010 06:05:55 GMT</pubDate><guid isPermaLink="false">New Post: Running DBpopulator.exe seperately 20100809060555A</guid></item><item><title>Source code checked in, #63489</title><link>http://crmperftoolkit.codeplex.com/SourceControl/changeset/changes/63489</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Tue, 27 Jul 2010 20:28:19 GMT</pubDate><guid isPermaLink="false">Source code checked in, #63489 20100727082819P</guid></item><item><title>New Post: Running DBpopulator.exe seperately</title><link>http://crmperftoolkit.codeplex.com/Thread/View.aspx?ThreadId=218684</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I was getting errors when trying execute RunPopulation.exe on windows server 2008, with VSTS 2008. Hence to resolve&amp;nbsp; the issue I have manually done import customization. However when trying to execute DbPopulator.exe command i get errors and cmd application throws errors and exit. Any help regarding this matter is highly appreciated. Thanks in advance.&lt;/p&gt;
&lt;p&gt;for reference mentioning the dbppopulator command executed&lt;/p&gt;
&lt;p&gt;&amp;nbsp;C:\CRM 4.0 Toolkit\Binaries\DbPopulator&amp;gt;dbpopulator.exe&amp;nbsp; NestedSFAEntitiesWithSt&lt;br&gt;ate.xml&lt;/p&gt;
&lt;p&gt;Unhandled Exception: System.BadImageFormatException: Could not load file or asse&lt;br&gt;mbly 'Microsoft.Crm.SdkProxy, Version=4.0.0.0, Culture=neutral, PublicKeyToken=3&lt;br&gt;1bf3856ad364e35' or one of its dependencies. An attempt was made to load a progr&lt;br&gt;am with an incorrect format.&lt;br&gt;File name: 'Microsoft.Crm.SdkProxy, Version=4.0.0.0, Culture=neutral, PublicKeyT&lt;br&gt;oken=31bf3856ad364e35'&lt;br&gt;&amp;nbsp;&amp;nbsp; at dbPopulator.DbPopulator.RetrieveOrgNames()&lt;br&gt;&amp;nbsp;&amp;nbsp; at dbPopulator.DbPopulator.Initialize()&lt;br&gt;&amp;nbsp;&amp;nbsp; at dbPopulator.DbPopulator.Start(String configFile)&lt;br&gt;&amp;nbsp;&amp;nbsp; at dbPopulator.DbPopulator.Main(String[] args)&lt;/p&gt;
&lt;p&gt;=== Pre-bind state information ===&lt;br&gt;LOG: User = REDMOND\v-amitga&lt;br&gt;LOG: DisplayName = Microsoft.Crm.SdkProxy, Version=4.0.0.0, Culture=neutral, Pub&lt;br&gt;licKeyToken=31bf3856ad364e35&lt;br&gt;&amp;nbsp;(Fully-specified)&lt;br&gt;LOG: Appbase = &lt;a&gt;file:///C:/CRM&lt;/a&gt; 4.0 Toolkit/Binaries/DbPopulator/&lt;br&gt;LOG: Initial PrivatePath = NULL&lt;br&gt;Calling assembly : dbPopulator, Version=1.0.0.0, Culture=neutral, PublicKeyToken&lt;br&gt;=null.&lt;br&gt;===&lt;br&gt;LOG: This bind starts in default load context.&lt;br&gt;LOG: No application configuration file found.&lt;br&gt;LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\&lt;br&gt;v2.0.50727\config\machine.config.&lt;br&gt;LOG: Post-policy reference: Microsoft.Crm.SdkProxy, Version=4.0.0.0, Culture=neu&lt;br&gt;tral, PublicKeyToken=31bf3856ad364e35&lt;br&gt;LOG: Attempting download of new URL &lt;a&gt;file:///C:/CRM&lt;/a&gt; 4.0 Toolkit/Binaries/DbPopula&lt;br&gt;tor/Microsoft.Crm.SdkProxy.DLL.&lt;br&gt;ERR: Failed to complete setup of assembly (hr = 0x8007000b). Probing terminated.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;C:\CRM 4.0 Toolkit\Binaries\DbPopulator&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>amitbg005</author><pubDate>Thu, 08 Jul 2010 00:05:02 GMT</pubDate><guid isPermaLink="false">New Post: Running DBpopulator.exe seperately 20100708120502A</guid></item></channel></rss>