<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Microsoft SQL Server Product Samples: Analysis Services</title><link>http://msftasprodsamples.codeplex.com/Project/ProjectRss.aspx</link><description>This project contains Analysis Services samples released with Microsoft SQL Server product.   </description><item><title>Source code checked in, #29248</title><link>http://msftasprodsamples.codeplex.com/SourceControl/changeset/view/29248</link><description>Create release branch for KJ CTP3 &amp;#40;November&amp;#41;.</description><author>bonniefe</author><pubDate>Wed, 04 Nov 2009 05:40:54 GMT</pubDate><guid isPermaLink="false">Source code checked in, #29248 20091104054054A</guid></item><item><title>Source code checked in, #29091</title><link>http://msftasprodsamples.codeplex.com/SourceControl/changeset/view/29091</link><description>Create KJ trunk</description><author>bonniefe</author><pubDate>Tue, 20 Oct 2009 22:46:07 GMT</pubDate><guid isPermaLink="false">Source code checked in, #29091 20091020104607P</guid></item><item><title>Source code checked in, #29090</title><link>http://msftasprodsamples.codeplex.com/SourceControl/changeset/view/29090</link><description></description><author>bonniefe</author><pubDate>Tue, 20 Oct 2009 22:43:00 GMT</pubDate><guid isPermaLink="false">Source code checked in, #29090 20091020104300P</guid></item><item><title>Created Release: SQL Server 2008 SR3 (Oct 06, 2009)</title><link>http://msftasprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=34035</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Microsoft SQL Server 2008 (October 2009) Samples Refresh 3&lt;/h2&gt;This release is dedicated to the samples that ship for Microsoft SQL Server 2008. &lt;br /&gt;&lt;br /&gt;For many of these samples you will also need to download the &lt;a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=34032" class="externalLink"&gt;AdventureWorks family of databases&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bonniefe</author><pubDate>Tue, 06 Oct 2009 21:39:50 GMT</pubDate><guid isPermaLink="false">Created Release: SQL Server 2008 SR3 (Oct 06, 2009) 20091006093950P</guid></item><item><title>Released: SQL Server 2008 SR3 (Oct 06, 2009)</title><link>http://msftasprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=34035</link><description>&lt;div&gt;&lt;h2&gt;Microsoft SQL Server 2008 (October 2009) Samples Refresh 3&lt;/h2&gt;This release is dedicated to the samples that ship for Microsoft SQL Server 2008. &lt;br&gt;&lt;br&gt;For many of these samples you will also need to download the &lt;a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=34032"&gt;AdventureWorks family of databases&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Tue, 06 Oct 2009 21:39:50 GMT</pubDate><guid isPermaLink="false">Released: SQL Server 2008 SR3 (Oct 06, 2009) 20091006093950P</guid></item><item><title>Source code checked in, #28823</title><link>http://msftasprodsamples.codeplex.com/SourceControl/changeset/view/28823</link><description></description><author>leilu</author><pubDate>Thu, 24 Sep 2009 07:52:25 GMT</pubDate><guid isPermaLink="false">Source code checked in, #28823 20090924075225A</guid></item><item><title>Source code checked in, #28815</title><link>http://msftasprodsamples.codeplex.com/SourceControl/changeset/view/28815</link><description>Branch for SQL Server 2008 Samples Refresh 3.</description><author>bonniefe</author><pubDate>Wed, 23 Sep 2009 02:24:06 GMT</pubDate><guid isPermaLink="false">Source code checked in, #28815 20090923022406A</guid></item><item><title>New Comment on "SS2005!Activity Viewer"</title><link>http://msftasprodsamples.codeplex.com/Wiki/View.aspx?title=SS2005!Activity Viewer&amp;ANCHOR#C13674</link><description>Why program want to load a XML from &amp;#34;C&amp;#58;&amp;#92;documents and settings&amp;#92;Microsoft&amp;#92;Microsoft SQL Server&amp;#92;90&amp;#92;Tools&amp;#92;Shell&amp;#92;RegSrvr.xml&amp;#34;, But I   can not find this file in my machine.&amp;#13;&amp;#10;&amp;#13;&amp;#10;How can I run this program sucessfully&amp;#63;&amp;#13;&amp;#10;</description><author>brucenan</author><pubDate>Fri, 28 Aug 2009 08:35:38 GMT</pubDate><guid isPermaLink="false">New Comment on "SS2005!Activity Viewer" 20090828083538A</guid></item><item><title>New Comment on "SS2008!Readme_AMOAdventureWorks"</title><link>http://msftasprodsamples.codeplex.com/Wiki/View.aspx?title=SS2008!Readme_AMOAdventureWorks&amp;ANCHOR#C13584</link><description>I&amp;#39;m working with Visual Studio 2005 or 2008 and the AmoAdventureWorks sample and Sql Server 2008 Standard edition. I&amp;#39;ve made two changes to the AmoAdventureworks project, both in Program.cs. First I put an immediate return in the CreateCurrencyRatesMeasureGroup method to avoid the issue of semiadditive measures not being available in the Standard Edition. Second in the CreateRolesAndPermissions method for the reader role I used this statement&amp;#58;&amp;#10;&amp;#10;role.Members.Add&amp;#40;new RoleMember&amp;#40;&amp;#34;EIT&amp;#92;test1&amp;#34;&amp;#41;&amp;#41;&amp;#59; &amp;#47;&amp;#47; e.g. redmond&amp;#92;johndoe&amp;#10;&amp;#10;instead of&amp;#58;&amp;#10;&amp;#10;role.Members.Add&amp;#40;new RoleMember&amp;#40;&amp;#34;&amp;#34;&amp;#41;&amp;#41;&amp;#59; &amp;#47;&amp;#47; e.g. redmond&amp;#92;johndoe&amp;#10;&amp;#10;and then&amp;#10;&amp;#10;role.Update&amp;#40;&amp;#41;&amp;#59;&amp;#10;&amp;#10;gets this exception&amp;#58;&amp;#10;&amp;#10;&amp;#123;&amp;#34;The following system error occurred&amp;#58;  No mapping between account names and security IDs was done. .&amp;#92;n&amp;#34;&amp;#125;&amp;#10;&amp;#10;&amp;#10;If I use this statement&amp;#58;&amp;#10;&amp;#10;role.Members.Add&amp;#40;new RoleMember&amp;#40;&amp;#34;EIT&amp;#92;test1&amp;#34;, &amp;#34;S-1-5-21-107385321-1855232891-3196306309-513&amp;#34;&amp;#41;&amp;#41;&amp;#59; &amp;#47;&amp;#47; e.g. redmond&amp;#92;johndoe&amp;#10;&amp;#10;it runs to completion and creates the cube. That is a valid user&amp;#92;sid combination in our domain and as a Server Admin in Analysis Services I can browse the cube. &amp;#10;&amp;#10;However if I go into SSMS 2008 and open the AmoAdventureWorks AS database, then open roles and right click on Readers -&amp;#62; Properties -&amp;#62; Membership it shows S-1-5-21-107385321-1855232891-3196306309-513 as the user for this role. &amp;#10;&amp;#10;If I add a user and immediately remove that user and click ok I once again get a dialog box with&amp;#58;&amp;#10;&amp;#10;The following system error occurred&amp;#58;  No mapping between account names and security IDs was done.&amp;#10;&amp;#10;Will someone please explain what I&amp;#39;m doing wrong or missing here&amp;#63;&amp;#10;&amp;#10;Thanks&amp;#10;&amp;#10;</description><author>jcolaizzi</author><pubDate>Fri, 14 Aug 2009 00:33:48 GMT</pubDate><guid isPermaLink="false">New Comment on "SS2008!Readme_AMOAdventureWorks" 20090814123348A</guid></item><item><title>Closed Issue: Simple Sample ADOMD ClientAccess: There is an exception when click the head of datagrid.</title><link>http://msftasprodsamples.codeplex.com/WorkItem/View.aspx?WorkItemId=8626</link><description>Environment&amp;#58; &lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Win2k3 x64 ENT ENU SP2.&lt;br /&gt;2. VS2005 &lt;br /&gt;3. Katmai Samples 81016&lt;br /&gt;&lt;br /&gt;Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Deployed the AdventureWorks Analysis Services Project to localhost server.&lt;br /&gt;2. Build and run the Simple Sample ADOMD ClientAccess.exe.&lt;br /&gt;3. click the &amp;#8220;Connect to Server and explore maid objects&amp;#8221;.&lt;br /&gt;4. Select the &amp;#8220;AdventureWorks DW&amp;#8221; of available databases.&lt;br /&gt;5. Click the &amp;#8220;Run Query&amp;#8221; button.&lt;br /&gt;6. Click the &amp;#8220;&amp;#91;Measures&amp;#93;.&amp;#91;Reseller Sales Amount&amp;#93;&amp;#8221; of the datagrid head.&lt;br /&gt;&lt;br /&gt;Expectation&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;The Simple Sample ADOMD ClientAccess.exe can work without exception.&lt;br /&gt;&lt;br /&gt;Actual Results&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;There is an exception message box popup. please see the attached picture exception.jpg for detail.&lt;br /&gt;Comments: Verify on sample 90727.</description><author>libinzhao</author><pubDate>Wed, 29 Jul 2009 03:44:28 GMT</pubDate><guid isPermaLink="false">Closed Issue: Simple Sample ADOMD ClientAccess: There is an exception when click the head of datagrid. 20090729034428A</guid></item><item><title>Closed Issue: AmoBrowser:  There is an exception when click the AdventureWorksDW  AS Database.</title><link>http://msftasprodsamples.codeplex.com/WorkItem/View.aspx?WorkItemId=9501</link><description>Environment&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Win2k3 SP2 &amp;#160;X64&lt;br /&gt;2. SQL Server 10.0.1600.22&lt;br /&gt;3. SQL Samples 090306&lt;br /&gt;&lt;br /&gt;Repro Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Deployed the AdventureWorks 2008 Analysis Services Project successfully.&lt;br /&gt;2&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Build and run the AmoBrowser.exe &lt;br /&gt;3&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Connect to the Local server, &amp;#160;and expand the Databases.&lt;br /&gt;4&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Click the Adventure Works DW 2008&lt;br /&gt;5&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Click the DismissedValidationRules node. &lt;br /&gt;&lt;br /&gt;Expectation&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;The AmoBrowser.exe should run properly without no exception.&lt;br /&gt;&lt;br /&gt;Actual Result&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;At step5, there is an exception popped up, please take a view the attached picture AmobrowserError.bmp.&lt;br /&gt;Comments: Verify on sample 90727.</description><author>libinzhao</author><pubDate>Wed, 29 Jul 2009 03:44:21 GMT</pubDate><guid isPermaLink="false">Closed Issue: AmoBrowser:  There is an exception when click the AdventureWorksDW  AS Database. 20090729034421A</guid></item><item><title>Closed Issue: Simple Sample ADOMD Client Access: Failed to receive the query result when click “Run query” at the second time.</title><link>http://msftasprodsamples.codeplex.com/WorkItem/View.aspx?WorkItemId=8623</link><description>This Defect also repros on Yukon RTM.&lt;br /&gt;Environment&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Windows 2003 ENT ENU&lt;br /&gt;2. Installed Yukon DEV ENU SP2 &amp;#40;9.00.3028&amp;#41;, WR4 sample 61201&lt;br /&gt;3.Installed Vistual Studio 2005.&lt;br /&gt;4. Created AS database &amp;#8220;Simple Sample&amp;#8221; using &amp;#8220;Simple Sample AMO Access&amp;#8221;.&lt;br /&gt;&lt;br /&gt;Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Double click &amp;#34;Simple Sample ADOMD ClientAccess.exe&amp;#34; to run the application.&lt;br /&gt;2. Click the button &amp;#34;Connect to Server and Explore Main Objects&amp;#34;.&lt;br /&gt;3. Click &amp;#34;Run query&amp;#34;.&lt;br /&gt;4. Click &amp;#34;Run query&amp;#34;&lt;br /&gt;&lt;br /&gt;Expectation&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;The query result ofstep4 should bethe same asthose in step3.&lt;br /&gt;&lt;br /&gt;Actual result&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;An unhandled exception &amp;#34;A column named &amp;#39;&amp;#91;Measures&amp;#93;.&amp;#91;Reseller Sales Amount&amp;#93;&amp;#39; already belongs to this DataTable.&amp;#34; occurs.&lt;br /&gt;&lt;br /&gt;Comments&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;The following unhandled exception also occur when click &amp;#34;run query&amp;#34;&amp;#58;&lt;br /&gt;1. An unhandled exception &amp;#34;Query &amp;#40;2, 67&amp;#41; Analizador&amp;#58; La sintaxis de &amp;#39;&amp;#91;date&amp;#93;&amp;#39; es incorrecta.&amp;#34; occurs when execute the following script in English platform&amp;#58;&lt;br /&gt;SELECT&lt;br /&gt;KPIValue&amp;#40;&amp;#34;Internet Revenue&amp;#34;&amp;#41; on columns,&lt;br /&gt;&amp;#91;Date&amp;#93;.&amp;#91;Date&amp;#93; on rows&lt;br /&gt;FROM&lt;br /&gt;&amp;#91;Adventure Works Simple Sample&amp;#93;&lt;br /&gt;WHERE&lt;br /&gt;&amp;#36;&amp;#91;date&amp;#93;.&amp;#91;date&amp;#93;&lt;br /&gt;2. An unhandled exception &amp;#34;&amp;#39;row&amp;#39; argument cannot be null.&amp;#34; when run the following query&amp;#58;&lt;br /&gt; SELECT&lt;br /&gt; &amp;#91;Measures&amp;#93;.&amp;#91;Average Rate&amp;#93; on columns,&lt;br /&gt; &amp;#91;Date&amp;#93;.&amp;#91;Date&amp;#93; on rows &lt;br /&gt; FROM&lt;br /&gt; Direct Sales&lt;br /&gt;3. An unhandled exception &amp;#34;Specified argument was out of the range of valid values.&amp;#34; occurs when run the following script.&lt;br /&gt;SELECT&lt;br /&gt;&amp;#91;Measures&amp;#93;.&amp;#91;Reseller Sales Amount&amp;#93; on columns&lt;br /&gt;FROM&lt;br /&gt;Adventure Works Simple Sample&lt;br /&gt;WHERE&lt;br /&gt;&amp;#91;Customer&amp;#93;.&amp;#91;Country-Region&amp;#93;.&amp;#38;amp&amp;#59;&amp;#91;United States&amp;#93;&lt;br /&gt;Comments: Verify on sample 90714.</description><author>libinzhao</author><pubDate>Fri, 17 Jul 2009 05:24:03 GMT</pubDate><guid isPermaLink="false">Closed Issue: Simple Sample ADOMD Client Access: Failed to receive the query result when click “Run query” at the second time. 20090717052403A</guid></item><item><title>Commented Issue: Simple Sample ADOMD ClientAccess: There is an exception when click the “Sales Forecasting Model”.</title><link>http://msftasprodsamples.codeplex.com/WorkItem/View.aspx?WorkItemId=9504</link><description>Environment&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Win2k3 SP2 &amp;#160;X64&lt;br /&gt;2.SQL Server 10.0.1600.22&lt;br /&gt;3. SQL Samples 090306&lt;br /&gt;&lt;br /&gt;Repro Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Build the AS Simple sample solution Successfully.&lt;br /&gt;2&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Run the Simple Sample AMO Access.exe from Step1 to step 6 to create the Simple Sample AS Database.&lt;br /&gt;3&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Run the Simple Sample ADOMD ClientAccess.exe, Click the &amp;#8220; Connect to Server and Explore the Main Objects&amp;#8221; Button.&lt;br /&gt;4&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Check the Simple Sample from the Available Database List, Expand &amp;#8220; MiningStructures&amp;#8221;.&lt;br /&gt;5&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Expand &amp;#8220;Forecasting Sale structure&amp;#8221;.&lt;br /&gt;6&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Expand &amp;#8220;Model&amp;#8221;, click the &amp;#8220;Sales Forecasting Model&amp;#8221;.&lt;br /&gt;&lt;br /&gt;Expectation&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;The Simple Sample ADOMD ClientAccess.exe should run properly without any exception.&lt;br /&gt;&lt;br /&gt;Actual Result&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;There is an exception when click the &amp;#8220;Sales Forecasting Model&amp;#8221;.&lt;br /&gt;Please take a view the attached picture&amp;#58; ASSimpleException.bmp&lt;br /&gt;Comments: Programmability\AMO\AS Simple Sample\CS\ClientAccess\Simple Sample ADOMD ClientAccess.cs&lt;BR&gt;Modify Methods==&amp;gt;128&lt;BR&gt;private void fillCellSet_Click(object sender, EventArgs e)&lt;BR&gt;Modify Methods==&amp;gt;314&lt;BR&gt;private void mdxResultsView_CellContentClick(object sender, DataGridViewCellEventArgs e)</description><author>leilu</author><pubDate>Tue, 28 Apr 2009 09:25:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: Simple Sample ADOMD ClientAccess: There is an exception when click the “Sales Forecasting Model”. 20090428092508A</guid></item><item><title>Commented Issue: Simple Sample ADOMD ClientAccess: There is an exception when click the head of datagrid.</title><link>http://msftasprodsamples.codeplex.com/WorkItem/View.aspx?WorkItemId=8626</link><description>Environment&amp;#58; &lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Win2k3 x64 ENT ENU SP2.&lt;br /&gt;2. VS2005 &lt;br /&gt;3. Katmai Samples 81016&lt;br /&gt;&lt;br /&gt;Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Deployed the AdventureWorks Analysis Services Project to localhost server.&lt;br /&gt;2. Build and run the Simple Sample ADOMD ClientAccess.exe.&lt;br /&gt;3. click the &amp;#8220;Connect to Server and explore maid objects&amp;#8221;.&lt;br /&gt;4. Select the &amp;#8220;AdventureWorks DW&amp;#8221; of available databases.&lt;br /&gt;5. Click the &amp;#8220;Run Query&amp;#8221; button.&lt;br /&gt;6. Click the &amp;#8220;&amp;#91;Measures&amp;#93;.&amp;#91;Reseller Sales Amount&amp;#93;&amp;#8221; of the datagrid head.&lt;br /&gt;&lt;br /&gt;Expectation&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;The Simple Sample ADOMD ClientAccess.exe can work without exception.&lt;br /&gt;&lt;br /&gt;Actual Results&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;There is an exception message box popup. please see the attached picture exception.jpg for detail.&lt;br /&gt;Comments: Programmability\AMO\AS Simple Sample\CS\ClientAccess\Simple Sample ADOMD ClientAccess.cs&lt;BR&gt;Modify Methods==&amp;gt;128&lt;BR&gt;private void fillCellSet_Click(object sender, EventArgs e)&lt;BR&gt;Modify Methods==&amp;gt;314&lt;BR&gt;private void mdxResultsView_CellContentClick(object sender, DataGridViewCellEventArgs e)</description><author>leilu</author><pubDate>Tue, 28 Apr 2009 09:18:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: Simple Sample ADOMD ClientAccess: There is an exception when click the head of datagrid. 20090428091841A</guid></item><item><title>Commented Issue: Simple Sample ADOMD Client Access: Failed to receive the query result when click “Run query” at the second time.</title><link>http://msftasprodsamples.codeplex.com/WorkItem/View.aspx?WorkItemId=8623</link><description>This Defect also repros on Yukon RTM.&lt;br /&gt;Environment&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Windows 2003 ENT ENU&lt;br /&gt;2. Installed Yukon DEV ENU SP2 &amp;#40;9.00.3028&amp;#41;, WR4 sample 61201&lt;br /&gt;3.Installed Vistual Studio 2005.&lt;br /&gt;4. Created AS database &amp;#8220;Simple Sample&amp;#8221; using &amp;#8220;Simple Sample AMO Access&amp;#8221;.&lt;br /&gt;&lt;br /&gt;Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Double click &amp;#34;Simple Sample ADOMD ClientAccess.exe&amp;#34; to run the application.&lt;br /&gt;2. Click the button &amp;#34;Connect to Server and Explore Main Objects&amp;#34;.&lt;br /&gt;3. Click &amp;#34;Run query&amp;#34;.&lt;br /&gt;4. Click &amp;#34;Run query&amp;#34;&lt;br /&gt;&lt;br /&gt;Expectation&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;The query result ofstep4 should bethe same asthose in step3.&lt;br /&gt;&lt;br /&gt;Actual result&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;An unhandled exception &amp;#34;A column named &amp;#39;&amp;#91;Measures&amp;#93;.&amp;#91;Reseller Sales Amount&amp;#93;&amp;#39; already belongs to this DataTable.&amp;#34; occurs.&lt;br /&gt;&lt;br /&gt;Comments&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;The following unhandled exception also occur when click &amp;#34;run query&amp;#34;&amp;#58;&lt;br /&gt;1. An unhandled exception &amp;#34;Query &amp;#40;2, 67&amp;#41; Analizador&amp;#58; La sintaxis de &amp;#39;&amp;#91;date&amp;#93;&amp;#39; es incorrecta.&amp;#34; occurs when execute the following script in English platform&amp;#58;&lt;br /&gt;SELECT&lt;br /&gt;KPIValue&amp;#40;&amp;#34;Internet Revenue&amp;#34;&amp;#41; on columns,&lt;br /&gt;&amp;#91;Date&amp;#93;.&amp;#91;Date&amp;#93; on rows&lt;br /&gt;FROM&lt;br /&gt;&amp;#91;Adventure Works Simple Sample&amp;#93;&lt;br /&gt;WHERE&lt;br /&gt;&amp;#36;&amp;#91;date&amp;#93;.&amp;#91;date&amp;#93;&lt;br /&gt;2. An unhandled exception &amp;#34;&amp;#39;row&amp;#39; argument cannot be null.&amp;#34; when run the following query&amp;#58;&lt;br /&gt; SELECT&lt;br /&gt; &amp;#91;Measures&amp;#93;.&amp;#91;Average Rate&amp;#93; on columns,&lt;br /&gt; &amp;#91;Date&amp;#93;.&amp;#91;Date&amp;#93; on rows &lt;br /&gt; FROM&lt;br /&gt; Direct Sales&lt;br /&gt;3. An unhandled exception &amp;#34;Specified argument was out of the range of valid values.&amp;#34; occurs when run the following script.&lt;br /&gt;SELECT&lt;br /&gt;&amp;#91;Measures&amp;#93;.&amp;#91;Reseller Sales Amount&amp;#93; on columns&lt;br /&gt;FROM&lt;br /&gt;Adventure Works Simple Sample&lt;br /&gt;WHERE&lt;br /&gt;&amp;#91;Customer&amp;#93;.&amp;#91;Country-Region&amp;#93;.&amp;#38;amp&amp;#59;&amp;#91;United States&amp;#93;&lt;br /&gt;Comments: Programmability\AMO\AS Simple Sample\CS\ClientAccess\Simple Sample ADOMD ClientAccess.cs&lt;BR&gt;Modify Methods==&amp;gt;128&lt;BR&gt;private void fillCellSet_Click(object sender, EventArgs e)&lt;BR&gt;Modify Methods==&amp;gt;314&lt;BR&gt;private void mdxResultsView_CellContentClick(object sender, DataGridViewCellEventArgs e)</description><author>leilu</author><pubDate>Tue, 28 Apr 2009 09:17:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: Simple Sample ADOMD Client Access: Failed to receive the query result when click “Run query” at the second time. 20090428091719A</guid></item><item><title>Source code checked in, #27159</title><link>http://msftasprodsamples.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>leilu</author><pubDate>Tue, 28 Apr 2009 09:14:52 GMT</pubDate><guid isPermaLink="false">Source code checked in, #27159 20090428091452A</guid></item><item><title>Commented Issue: AmoBrowser:  There is an exception when click the AdventureWorksDW  AS Database.</title><link>http://msftasprodsamples.codeplex.com/WorkItem/View.aspx?WorkItemId=9501</link><description>Environment&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Win2k3 SP2 &amp;#160;X64&lt;br /&gt;2. SQL Server 10.0.1600.22&lt;br /&gt;3. SQL Samples 090306&lt;br /&gt;&lt;br /&gt;Repro Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Deployed the AdventureWorks 2008 Analysis Services Project successfully.&lt;br /&gt;2&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Build and run the AmoBrowser.exe &lt;br /&gt;3&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Connect to the Local server, &amp;#160;and expand the Databases.&lt;br /&gt;4&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Click the Adventure Works DW 2008&lt;br /&gt;5&amp;#62;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Click the DismissedValidationRules node. &lt;br /&gt;&lt;br /&gt;Expectation&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;The AmoBrowser.exe should run properly without no exception.&lt;br /&gt;&lt;br /&gt;Actual Result&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;At step5, there is an exception popped up, please take a view the attached picture AmobrowserError.bmp.&lt;br /&gt;Comments: Programmability\AMO\AmoBrowser\CS\AmoBrowser\AMOBrowser.cs&lt;BR&gt;Add Lines==&amp;gt;344&lt;BR&gt;else if (collection is DismissedValidationResultCollection)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (DismissedValidationResult dvr in collection)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreateNode(nodes, dvr.ValidationResult.SourcePath, dvr.ValidationResult);&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else if (collection is DismissedValidationRuleCollection)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (DismissedValidationRule dvr in collection)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreateNode(nodes, dvr.ValidationRule.Description, dvr.ValidationRule);&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }</description><author>leilu</author><pubDate>Tue, 28 Apr 2009 02:13:58 GMT</pubDate><guid isPermaLink="false">Commented Issue: AmoBrowser:  There is an exception when click the AdventureWorksDW  AS Database. 20090428021358A</guid></item><item><title>Source code checked in, #27138</title><link>http://msftasprodsamples.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>leilu</author><pubDate>Tue, 28 Apr 2009 02:13:22 GMT</pubDate><guid isPermaLink="false">Source code checked in, #27138 20090428021322A</guid></item><item><title>Closed Issue: ASPE: There are errors in readme file.</title><link>http://msftasprodsamples.codeplex.com/WorkItem/View.aspx?WorkItemId=8620</link><description>Environment&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.&amp;#12288;Windows 2003 ENT ENU&lt;br /&gt;2.&amp;#12288;Katmai ENU 10.00.1019.09&lt;br /&gt;3. Sample build 70509&lt;br /&gt;4.&amp;#12288;Whidbey 8.0.50727.42&lt;br /&gt;&lt;br /&gt;Repro Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Open ReadMe.htm under &amp;#8220;&amp;#92;Samples&amp;#92;Analysis Services&amp;#92;Programmability&amp;#92;Extensibility&amp;#92;&amp;#8221;&lt;br /&gt;2. Check the readme file.&lt;br /&gt;&lt;br /&gt;Expectations&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. In the line before segment &amp;#8220;Scenario&amp;#8221;&amp;#58; Default location should be&amp;#58; &lt;br /&gt;&amp;#8220;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;100&amp;#92;Samples&amp;#92;Analysis Services&amp;#92;Programmability&amp;#92;Extensibility&amp;#92;ASPE&amp;#8221;&lt;br /&gt;&lt;br /&gt;In segment &amp;#8220;Building the Sample&amp;#8221;&amp;#58;&lt;br /&gt;2. Item 1, the description of &amp;#8220;Open a Microsoft Visual Studio 2005 command prompt&amp;#8221; should be&amp;#58;&lt;br /&gt;&amp;#8220;Click Start, point to All Programs, point to Microsoft Visual Studio 2005, point to visual Studio Tools, and then click Visual Studio 2005 Command Prompt&amp;#8221; &lt;br /&gt;3. Item 3, the command which generate strong key should be&amp;#58; &lt;br /&gt; &amp;#8220;sn -k ASPE.snk&amp;#8221;&lt;br /&gt;4. The build command should be&amp;#58; &lt;br /&gt;&amp;#8220;msbuild &amp;#47;nologo &amp;#47;verbosity&amp;#58;quiet &amp;#47;property&amp;#58;Configuration&amp;#61;Debug &amp;#34;ASPE.sln&amp;#34;&amp;#8221;&lt;br /&gt;&lt;br /&gt;In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify the context for user1&amp;#8221;&lt;br /&gt;5. Item 8&amp;#58; the expected folder under &amp;#8220;Internet Sales&amp;#8221; node should be &amp;#8220;ISV_1&amp;#47;Common&amp;#8221;&lt;br /&gt;6. Item 9&amp;#58; there should be described as &amp;#8220;Expand the ISV_1&amp;#47;Common folder, Notice that the Operations folder contains the Gross Internet Profit member. &lt;br /&gt;7. Item 9&amp;#58; there should be description of &amp;#8220;expand the Reseller Sales measure group, expand the ISV_1&amp;#47;Operations folder&amp;#8221; in a newline.&lt;br /&gt;8. Item 10&amp;#58; the folder under &amp;#8220;Geography&amp;#8221; dimension should be &amp;#8220;ISV_1&amp;#47;Common&amp;#8221; folder&lt;br /&gt;9. Item 11&amp;#58; the folder under &amp;#8220;Product&amp;#8221; dimension should be &amp;#8220;ISV_1&amp;#47;Operation&amp;#8221;&lt;br /&gt;&lt;br /&gt;In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify the context for user2&amp;#8221;&lt;br /&gt;10. Item 8&amp;#58; there should be described as &amp;#8220;Expand the ISV_1&amp;#47;Common folder, Notice that the Gross Internet Profit member. For b of item 8, the folder name under &amp;#8220;Exchange Rates&amp;#8221; measure group should be &amp;#8220;ISV_1&amp;#47;Finance&amp;#8221;&lt;br /&gt;11. Item 9&amp;#58; the folder under &amp;#8220;Geography&amp;#8221; dimension should be &amp;#8220;ISV_1&amp;#47;Common&amp;#8221; folder&lt;br /&gt;12. Item 10&amp;#58; the folder under &amp;#8220;Product&amp;#8221; dimension should be &amp;#8220;ISV_1&amp;#47;Finance&amp;#8221;&lt;br /&gt;&lt;br /&gt;In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify the context for user3&amp;#8221;&lt;br /&gt;13. Item 8&amp;#58; there should be described as &amp;#8220;Expand the ISV_1&amp;#47;Common folder, Notice that the Gross Internet Profit member. For c of item 8, the folder name under &amp;#8220;Reseller Orders&amp;#8221; measure group should be &amp;#8220;ISV_1&amp;#47;Marketing&amp;#8221;&lt;br /&gt;14. Item 9&amp;#58; the folder under &amp;#8220;Geography&amp;#8221; dimension should be &amp;#8220;ISV_1&amp;#47;Common&amp;#8221; folder&lt;br /&gt;15. Item 10&amp;#58; the folder under &amp;#8220;Product&amp;#8221; dimension should be &amp;#8220;ISV_1&amp;#47;Marketing&amp;#8221;&lt;br /&gt;&lt;br /&gt;Actual Results&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. &amp;#8220;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;100&amp;#92;Samples&amp;#92;Analysis Services&amp;#92;Administrator&amp;#92;ASPE&amp;#8221;&lt;br /&gt;2. &amp;#8220;Click Start, point to All Programs, point to Microsoft .NET Framework SDK 2.0, and then click SDK Command Prompt.&amp;#34;&lt;br /&gt;3. &amp;#8220;sn -k SampleKey.snk&amp;#8221;&lt;br /&gt;4. &amp;#8220;msbuild &amp;#47;nologo &amp;#47;verbosity&amp;#58;quiet &amp;#47;property&amp;#58;Configuration&amp;#61;Debug &amp;#34;CS&amp;#47; ASPE.sln&amp;#8221;&lt;br /&gt;5. &amp;#8220;expand the ISV_1 folder, expand the Common folder&lt;br /&gt;6. &amp;#8220;Expand the ISV_1 folder, expand the Common folder, expand the Gross Internet Profit member&amp;#8221;&lt;br /&gt;7. &amp;#8220;expand the Reseller Sales measure group, expand the ISV_1 folder, and then expand the Operations folder&amp;#8221; in a newline.&lt;br /&gt;8. &amp;#8220;expand the ISV_1 folder, and then expand the Common folder&amp;#8221;&lt;br /&gt;9. &amp;#8220;expand the ISV_1 folder, and then expand the Operations folder&amp;#8221;&lt;br /&gt;10. &amp;#8220;expand the ISV_1 folder, expand the Common folder, expand the Gross Internet Profit member&amp;#8221;&lt;br /&gt;For b of item 8, it is &amp;#8220;expand the ISV_1 folder, and then expand the Finance folder &amp;#8220;&lt;br /&gt;11. &amp;#8220;expand the ISV_1 folder, and then expand the Common folder&amp;#8221;&lt;br /&gt;12. &amp;#8220;expand the ISV_1 folder, and then expand the Finance folder&amp;#8221;&lt;br /&gt;13. &amp;#8220;expand the ISV_1 folder, and then expand the Common folder, the Gross Internet Profit member&amp;#8221;, for c of item 8, it is &amp;#8220;expand the ISV_1 folder, and then expand the Marketing folder&amp;#8221;&lt;br /&gt;14. &amp;#8220;expand the ISV_1 folder, and then expand the Common folder&amp;#8221;&lt;br /&gt;15. &amp;#8220;expand the ISV_1 folder, and then expand the Marketing folder&amp;#8221;&lt;br /&gt;&lt;br /&gt;Comments&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;All the folder name of &amp;#8220;ISV _1&amp;#8221; in readme file is inconsistency with the folder name in database &amp;#8220;Adventure Works DW&amp;#8221; in &lt;br /&gt;Environment&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1.&amp;#12288;Windows 2003 ENT ENU&lt;br /&gt;2.&amp;#12288;Katmai ENU 10.00.1019.09&lt;br /&gt;3. Sample build 70509&lt;br /&gt;4.&amp;#12288;Whidbey 8.0.50727.42&lt;br /&gt;&lt;br /&gt;Repro Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Open ReadMe.htm under &amp;#8220;&amp;#92;Samples&amp;#92;Analysis Services&amp;#92;Programmability&amp;#92;Extensibility&amp;#92;&amp;#8221;&lt;br /&gt;2. Check the readme file.&lt;br /&gt;&lt;br /&gt;Expectations&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. In segment &amp;#8220;Building the Sample&amp;#8221;, Item 1, the description of &amp;#8220;Open a Microsoft Visual Studio 2005 command prompt&amp;#8221; should be&amp;#58; &amp;#8220;Click Start, point to All Programs, point to Microsoft Visual Studio 2005, point to visual Studio Tools, and then click Visual Studio 2005 Command Prompt&amp;#8221;&lt;br /&gt;2. In segment &amp;#8220;Building the Sample&amp;#8221;, Item 3, the command which generate strong key should be&amp;#58; &amp;#8220;sn -k ASPE.snk&amp;#8221;&lt;br /&gt;3. In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify your context&amp;#8221;&amp;#65292;Item 8&amp;#58; Expand the Internet Sales node, and verify that should be no &amp;#34;ISV_1&amp;#47;Common&amp;#8221; folder under this node.&lt;br /&gt;4. In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify your context&amp;#8221;&amp;#65292;Item 9&amp;#58; Expand the Geography dimension, and verify that should be no &amp;#34;ISV_1&amp;#47;Common&amp;#34; folder in this dimension.&lt;br /&gt;5. In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify your context&amp;#8221;&amp;#65292;Item10&amp;#58; Expand the Product dimension, and verify that should be no &amp;#34;ISV_1&amp;#47;Operations&amp;#34; folder in this dimension.&lt;br /&gt;6. In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify the context for user1&amp;#8221;, Item 9&amp;#58; the expected folder under &amp;#8220;Internet Sales&amp;#8221; node should be &amp;#8220;ISV_1&amp;#47;Common&amp;#8221;&lt;br /&gt;7. In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify the context for user1&amp;#8221;, Item 10&amp;#58; there should be described as &amp;#8220;Expand the ISV_1&amp;#47;Common folder, Notice that the Operations folder contains the Gross Internet Profit member. &lt;br /&gt;8. In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify the context for user1&amp;#8221;, Item 11&amp;#58; there should be description of &amp;#8220;expand the Reseller Sales measure group, expand the ISV_1&amp;#47;Operations folder&amp;#8221; in a newline.&lt;br /&gt;9. In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify the context for user1&amp;#8221;, Item 12&amp;#58; the folder under &amp;#8220;Geography&amp;#8221; dimension should be &amp;#8220;ISV_1&amp;#47;Common&amp;#8221; folder&lt;br /&gt;10. In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify the context for user1&amp;#8221;,Item13&amp;#58; the folder under &amp;#8220;Product&amp;#8221; dimension should be &amp;#8220;ISV_1&amp;#47;Operation&amp;#8221;&lt;br /&gt;11. In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify the context for user2&amp;#8221;, Item 9&amp;#58; there should be described as &amp;#8220;Expand the ISV_1&amp;#47;Common folder, Notice that the Gross Internet Profit member. For b of item 8, the folder name under &amp;#8220;Exchange Rates&amp;#8221; measure group should be &amp;#8220;ISV_1&amp;#47;Finance&amp;#8221;&lt;br /&gt;12. In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify the context for user2&amp;#8221;,Item12&amp;#58; the folder under &amp;#8220;Geography&amp;#8221; dimension should be &amp;#8220;ISV_1&amp;#47;Common&amp;#8221; folder&lt;br /&gt;13. In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify the context for user2&amp;#8221;,Item13&amp;#58; the folder under &amp;#8220;Product&amp;#8221; dimension should be &amp;#8220;ISV_1&amp;#47;Finance&amp;#8221;&lt;br /&gt;14. In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify the context for user3&amp;#8221;, Item 9&amp;#58; there should be described as &amp;#8220;Expand the ISV_1&amp;#47;Common folder, Notice that the Gross Internet Profit member. For c of item 8, the folder name under &amp;#8220;Reseller Orders&amp;#8221; measure group should be &amp;#8220;ISV_1&amp;#47;Marketing&amp;#8221;&lt;br /&gt;15. In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify the context for user3&amp;#8221;,Item13&amp;#58; the folder under &amp;#8220;Geography&amp;#8221; dimension should be &amp;#8220;ISV_1&amp;#47;Common&amp;#8221; folder&lt;br /&gt;16. In segment &amp;#8220;Testing the Sample&amp;#8221; &amp;#8211; &amp;#8220;To verify the context for user3&amp;#8221;,Item14&amp;#58; the folder under &amp;#8220;Product&amp;#8221; dimension should be &amp;#8220;ISV_1&amp;#47;Marketing&amp;#8221;&lt;br /&gt;&lt;br /&gt;Actual Results&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. &amp;#8220;Click Start, point to All Programs, point to Microsoft .NET Framework SDK 2.0, and then click SDK Command Prompt.&amp;#34;&lt;br /&gt;2. &amp;#8220;sn -k SampleKey.snk&amp;#8221;&lt;br /&gt;3. &amp;#34;Expand the Internet Sales node, and verify that there is no ISV_1 folder under this node&amp;#34;&lt;br /&gt;4. &amp;#34;Expand the Geography dimension, and verify that there is no ISV_1 folder in this dimension&amp;#34;&lt;br /&gt;5. &amp;#34;Expand the Product dimension, and verify that there is no ISV_1 folder in this dimension&amp;#34;&lt;br /&gt;6. &amp;#34;expand the Internet Sales node to see the ISV_1 folder&amp;#34;&lt;br /&gt;7. &amp;#8220;Expand the ISV_1 folder, expand the Common folder, expand the Gross Internet Profit member&amp;#8221;&lt;br /&gt;8. &amp;#8220;expand the Reseller Sales measure group, expand the ISV_1 folder, and then expand the Operations folder&amp;#8221; in a newline.&lt;br /&gt;9. &amp;#8220;expand the ISV_1 folder, and then expand the Common folder&amp;#8221;&lt;br /&gt;10. &amp;#8220;expand the ISV_1 folder, and then expand the Operations folder&amp;#8221;&lt;br /&gt;11. &amp;#8220;expand the ISV_1 folder, expand the Common folder, expand the Gross Internet Profit member&amp;#8221;&lt;br /&gt;For b of item 8, it is &amp;#8220;expand the ISV_1 folder, and then expand the Finance folder &amp;#8220;&lt;br /&gt;12. &amp;#8220;expand the ISV_1 folder, and then expand the Common folder&amp;#8221;&lt;br /&gt;13. &amp;#8220;expand the ISV_1 folder, and then expand the Finance folder&amp;#8221;&lt;br /&gt;14. &amp;#8220;expand the ISV_1 folder, and then expand the Common folder, the Gross Internet Profit member&amp;#8221;, for c of item 8, it is &amp;#8220;expand the ISV_1 folder, and then expand the Marketing folder&amp;#8221;&lt;br /&gt;15. &amp;#8220;expand the ISV_1 folder, and then expand the Common folder&amp;#8221;&lt;br /&gt;16. &amp;#8220;expand the ISV_1 folder, and then expand the Marketing folder&amp;#8221;&lt;br /&gt;&lt;br /&gt;Comments&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;All the folder name of &amp;#8220;ISV _1&amp;#8221; in readme file is inconsistency with the folder name in database &amp;#8220;Adventure Works DW&amp;#8221; in SSMS.&lt;br /&gt;</description><author>libinzhao</author><pubDate>Tue, 21 Apr 2009 06:34:47 GMT</pubDate><guid isPermaLink="false">Closed Issue: ASPE: There are errors in readme file. 20090421063447A</guid></item><item><title>Commented Issue: Simple Sample AMO Access: the partial class SimpleSampleAMOAccess is blank.</title><link>http://msftasprodsamples.codeplex.com/WorkItem/View.aspx?WorkItemId=8628</link><description>Environment&amp;#58; &lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Win2k3 x64 ENT ENU SP2.&lt;br /&gt;2. VS2005 &lt;br /&gt;3. Katmai Samples 81021&lt;br /&gt;&lt;br /&gt;Steps&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;1. Open the solution file &amp;#8220;..&amp;#92;Analysis Services&amp;#92;Programmability&amp;#92;AMO&amp;#92;AS Simple Sample&amp;#92;CS&amp;#92;ServerAdmin.sln&amp;#34; via vs2005.&lt;br /&gt;2. Open the AMO add partition and xmla.cs of ServerAdmin project.&lt;br /&gt;3. Check the content of this class.&lt;br /&gt;&lt;br /&gt;Expectation&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;The partial class SimpleSampleAMOAccess should contains some source code.&lt;br /&gt;&lt;br /&gt;Actual Results&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;It is a blank class which have nothing. &lt;br /&gt;&lt;br /&gt;Comments&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;If the partial class SimpleSampleAMOAccess is unuseful or redundant, it should be removed.&lt;br /&gt;Maybe user is confused that it isn&amp;#39;t finished.&lt;br /&gt;Comments: Remove File==&amp;gt;&lt;BR&gt;Programmability\AMO\AS Simple Sample\CS\ServerAdmin\AMO add partition and xmla.cs</description><author>leilu</author><pubDate>Mon, 20 Apr 2009 02:29:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Simple Sample AMO Access: the partial class SimpleSampleAMOAccess is blank. 20090420022931A</guid></item></channel></rss>