﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>c360 Forums / Version 4 Products Questions / BI Analytics / Other Products </title><generator>InstantForum.NET v4.1.4</generator><description>c360 Forums</description><link>http://www.c360.com/Forums/</link><webMaster>support@c360.com</webMaster><lastBuildDate>Sun, 12 Oct 2008 10:08:53 GMT</lastBuildDate><ttl>20</ttl><item><title>Data not showing up</title><link>http://www.c360.com/Forums/Topic2095-82-1.aspx</link><description>I did go in and check the dates for the cube is was 12/31/1999 to 12/13/2015. I have reprocessed the cube serveral times. The data does not appear in the reports.&lt;/P&gt;&lt;P&gt;Any help would be appreciated. Version 4.0 of crm and 4.0 of bi tool.</description><pubDate>Wed, 13 Aug 2008 16:05:24 GMT</pubDate><dc:creator>Mattpan</dc:creator></item><item><title>Why don't I see records past 2003 in my reports?</title><link>http://www.c360.com/Forums/Topic2068-82-1.aspx</link><description>When BI Analytics is installed, the default cube that is built only has dates between 1/1/2003 and 12/31/2006. As a result, any records in your CRM system past 12/31/2006 will not be associated with the time dimension in BI Analytics. Those records will appear under "Not Specified".&lt;BR&gt;&lt;BR&gt;In order to have them appear correctly, it will be necessary to modify the time dimension in the cube. To do this, simply open the Analysis Server database in SQL Server Business Development Studio (BIDS) and double click on the time dimension. It will look like this:&lt;BR&gt;&lt;BR&gt;&lt;IMG alt=Image src="http://www.s2kaccessories.com/pics/SCC/2008-05-19_073517_web.jpg"&gt;&lt;BR&gt;&lt;BR&gt;Notice the CalendarStartDate and CalendarEndDate entries. To make the change, simply click in the CalendarEndDate box and change the end date for the time dimension (see picture below).&lt;BR&gt;&lt;BR&gt;&lt;IMG alt=Image src="http://www.s2kaccessories.com/pics/SCC/2008-05-19_074028_web.jpg"&gt;&lt;BR&gt;&lt;BR&gt;Be sure to save your changes and process the cube. Your records should appear correctly in BI Analytics.</description><pubDate>Fri, 27 Jun 2008 11:35:28 GMT</pubDate><dc:creator>Tony Bell</dc:creator></item><item><title>How to add custom attributes into the BI Analytics cube</title><link>http://www.c360.com/Forums/Topic2067-82-1.aspx</link><description>The cube that is created during the installation of BI Analytics is based on the standard structure of CRM and does not contain any of the custom entities or attributes that may be in your CRM system. In order to get those custom entities and attributes into BI Analytics, you will need to modify the cube after the installation. Below is a link to a document that will show you how to add a custom attribute to CRM, then add that custom attribute into the cube to make it available for your BI Analytics reports and dashboards. It will also show you how to create a custom Time Dimension, which will allow you to make use of the advanced filtering capability of BI Analytics.&lt;BR&gt;&lt;BR&gt;Support Guide - Cube Modification:&lt;BR&gt;&lt;A class=postlink href="http://www.box.net/shared/zcd5upasck"&gt;&lt;FONT color=#800080&gt;http://www.box.net/shared/zcd5upasck&lt;/FONT&gt;&lt;/A&gt;</description><pubDate>Fri, 27 Jun 2008 11:28:59 GMT</pubDate><dc:creator>Tony Bell</dc:creator></item><item><title>CRM 3.0 to 4.0 upgrade with BI Analytics</title><link>http://www.c360.com/Forums/Topic2066-82-1.aspx</link><description>Please click the link below to download the upgrade procedure document:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.box.net/shared/3nld81asck"&gt;CRM 3.0 to 4.0 Upgrade with BI Analytics&lt;/A&gt;</description><pubDate>Fri, 27 Jun 2008 11:16:57 GMT</pubDate><dc:creator>Tony Bell</dc:creator></item><item><title>Sever error in 'Analyzer/' application</title><link>http://www.c360.com/Forums/Topic2065-82-1.aspx</link><description>'Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider, Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral,PublicKeyToken=nnnnnnnnnnn' doesn't exist.&lt;BR&gt;Parameter name: Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeader/AuthenticationProvider, Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nnnnnnnnnnnnn&lt;P&gt;If you are getting the above error while installing BIA, it is most likely the [i]Default Web Site[/i] website does not exist. It is possible that the [i]Default Web Site[/i] has been replaced or renamed. In the screen shot below, as you can see there is only a site called "Default" (compare to original "Default Web Site" in screenshot2).&lt;/P&gt;&lt;P&gt;[b]To fix this issue,[/b] create a Default website that duplicates the original structure of the Default website and then installing BIA properly.&lt;/P&gt;&lt;P&gt;&lt;IMG style="WIDTH: 908px; HEIGHT: 612px" height=400 src="http://www.c360.com/Forums/Uploads/Images/2f6d6ea8-f9f2-46d4-87f0-6ec7.jpg" width=606&gt;&lt;P&gt;&lt;IMG src="http://www.c360.com/Forums/Uploads/Images/f5cc284f-35bb-4124-a16b-676b.jpg"&gt;</description><pubDate>Wed, 25 Jun 2008 10:44:23 GMT</pubDate><dc:creator>Tony Bell</dc:creator></item><item><title>"Divide by zero" error during cube installation</title><link>http://www.c360.com/Forums/Topic2064-82-1.aspx</link><description>Occasionally while installing the cube for BI Analytics, you may encounter an error message indicating a "divide by zero" error.&lt;P&gt;[img]http://s2kaccessories.com/pics/SCC/01.jpg[/img]&lt;/P&gt;&lt;P&gt;This is caused by the entry of 0.00 in the ExtendedAmount column in the OpportunityProductBase table in CRM. The solution to this problem is to convert the zeroes to NULL. You can do this by writing a T-SQL script.&lt;/P&gt;&lt;P&gt;When the error occurs, do not cancel the installation. Instead, simply open the SQL Server Management Studio and use the following script to identify the records that have 0.00 in the ExtendedAmount column:&lt;/P&gt;&lt;P&gt; SELECT * FROM dbo.OpportunityProductBase&lt;BR&gt; WHERE ExtendedAmount = 0&lt;/P&gt;&lt;P&gt;[img]http://s2kaccessories.com/pics/SCC/02.jpg[/img]&lt;/P&gt;&lt;P&gt;Once you have identified the records, use an UPDATE statement to change the 0.00 value to NULL:&lt;/P&gt;&lt;P&gt; UPDATE OPB&lt;BR&gt; SET ExtendedAmount = NULL&lt;BR&gt; FROM OpportunityProductBase OPB&lt;BR&gt; WHERE ExtendedAmount = 0&lt;/P&gt;&lt;P&gt;[img]http://s2kaccessories.com/pics/SCC/03.jpg[/img]&lt;/P&gt;&lt;P&gt;Once you've done this, you can proceed with the cube installation. Just click the Retry button to continue with the cube installation.&lt;/P&gt;&lt;P&gt;[img]http://s2kaccessories.com/pics/SCC/04.jpg[/img]&lt;/P&gt;&lt;P&gt;The cube should process successfully.&lt;/P&gt;&lt;P&gt;[img]http://s2kaccessories.com/pics/SCC/05.jpg[/img]</description><pubDate>Wed, 25 Jun 2008 10:31:38 GMT</pubDate><dc:creator>Tony Bell</dc:creator></item><item><title>Configuring BI Analytics for use with a login form</title><link>http://www.c360.com/Forums/Topic2063-82-1.aspx</link><description>Many times CRM is accessed from a secure login form to allow users to access CRM from outside the domain (traveling, work from home, etc.). In this case it is necessary to make a modification to the Sitemap in CRM in order for BI Analytics to be accessible.&lt;P&gt;Here are the changes that need to be made to make BI Analytics accessible from the secure login form: &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Click the [b]“Settings”[/b] button in CRM&lt;/LI&gt;&lt;LI&gt;Click [b]“Customization”[/b] from the list that appears above the buttons&lt;/LI&gt;&lt;LI&gt;Click [b]“Export Customizations”[/b] in the pane on the right&lt;/LI&gt;&lt;LI&gt;Scroll down the list and select Site Map&lt;/LI&gt;&lt;LI&gt;&lt;FONT color=#ff1111&gt;&lt;STRONG&gt;If using CRM 3.0:&lt;/STRONG&gt;&lt;/FONT&gt; From the menu, click on [b]“More Actions”[/b], then [b]“Export Selected Customization”[/b]&lt;BR&gt;&lt;FONT color=#ff1111&gt;&lt;STRONG&gt;If using CRM 4.0:&lt;/STRONG&gt;&lt;/FONT&gt; From the menu, click on [b]“Export Selected Customization”[/b]&lt;/LI&gt;&lt;LI&gt;Save the file to the desktop&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;FONT color=#ff1111&gt;Only if using CRM 4.0:&lt;/FONT&gt;&lt;/STRONG&gt; Unzip the file (right-click on it and select Extract All Files)&lt;/LI&gt;&lt;LI&gt;Make a copy of the file before editing&lt;/LI&gt;&lt;LI&gt;Open the file with WordPad  and scroll down to the bottom and find the section that begins with: &amp;lt;Area Description="BI Analytics for Dynamics CRM"… (it should look like the code below):  &lt;/LI&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;&amp;lt;Area Description="BI Analytics for Dynamics CRM" Icon="&lt;A href="http://moss:8081/Analyzer/images/crm/analyzer-logo.gif"&gt;http://MOSS:8081/Analyzer/images/crm/analyzer-logo.gif&lt;/A&gt;" Id="BIAnalytics" ShowGroups="false" Title="BI Analytics"&amp;gt;&lt;BR&gt;&amp;lt;Group Description="BI Analytics Group" Id="BIAGroup" IsProfile="true" Title="BI Analytics Group"&amp;gt;&lt;BR&gt;&amp;lt;SubArea Description="Click to access BI Analytics reports" Icon="&lt;A href="http://moss:8081/Analyzer/images/crm/c360Icon.gif"&gt;http://MOSS:8081/Analyzer/images/crm/c360Icon.gif&lt;/A&gt;" Id="BIASubarea" Title="BI Analytics" Url="&lt;A href="http://moss:8081/Analyzer/"&gt;http://MOSS:8081/Analyzer/&lt;/A&gt;" /&amp;gt;&lt;BR&gt;&amp;lt;/Group&amp;gt;&lt;BR&gt;&amp;lt;/Area&amp;gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;LI&gt;Change all references to the machine name to the fully qualified name of the server (using the port address of the BI Analytics website also, if necessary) as in the example below:  &lt;/LI&gt;&lt;UL&gt;&lt;LI dir=ltr&gt;&amp;lt;Area Description="BI Analytics for Dynamics CRM" Icon="&lt;A href="http://[color=/#0000BF]crm.mycompany.com:8081[/color]/Analyzer/images/crm/analyzer-logo.gif"&gt;http://[color=#0000BF]crm.mycompany.com:8081[/color]/Analyzer/images/crm/analyzer-logo.gif&lt;/A&gt;" Id="BIAnalytics" ShowGroups="false" Title="BI Analytics"&amp;gt;&lt;BR&gt;&amp;lt;Group Description="BI Analytics Group" Id="BIAGroup" IsProfile="true" Title="BI Analytics Group"&amp;gt;&lt;BR&gt;&amp;lt;SubArea Client="Web" Description="Click to access BI Analytics reports" Icon="&lt;A href="http://[color=/#0000BF]crm.mycompany.com:8081[/color]/Analyzer/images/crm/c360Icon.gif"&gt;http://[color=#0000BF]crm.mycompany.com:8081[/color]/Analyzer/images/crm/c360Icon.gif&lt;/A&gt;" Id="BIASubarea" Title="BI Analytics" Url="&lt;A href="http://[color=/#0000FF]crm.mycompany.com:8081[/color]/Analyzer/"&gt;http://[color=#0000FF]crm.mycompany.com:8081[/color]/Analyzer/&lt;/A&gt;" /&amp;gt;&lt;BR&gt;&amp;lt;/Group&amp;gt;&lt;BR&gt;&amp;lt;/Area&amp;gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI&gt;Save the changes to the file and close it&lt;/LI&gt;&lt;LI&gt;In CRM Click “&lt;STRONG&gt;Customizations&lt;/STRONG&gt;” in the list on the left&lt;/LI&gt;&lt;LI&gt;Click “&lt;STRONG&gt;Import Customizations&lt;/STRONG&gt;”&lt;/LI&gt;&lt;LI&gt;Click the “&lt;STRONG&gt;Browse&lt;/STRONG&gt;” button on the right, select the edited file and click the “&lt;STRONG&gt;Upload&lt;/STRONG&gt;” button to import the edited sitemap file back into CRM&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You should now be able to access BI Analytics from within CRM after logging in from a secure login form.</description><pubDate>Wed, 25 Jun 2008 10:28:21 GMT</pubDate><dc:creator>Tony Bell</dc:creator></item></channel></rss>