<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.altiusconsulting.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Altius Tech Blog</title><subtitle type="html" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/atom.aspx</id><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/default.aspx" /><link rel="self" type="application/atom+xml" href="http://community.altiusconsulting.com/blogs/altiustechblog/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.31118.962">Community Server</generator><updated>2009-11-11T13:37:35Z</updated><entry><title>Automatically extracting data from PDF files into a database</title><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/archive/2010/03/12/automatically-extracting-data-from-pdf-files-into-a-database.aspx" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/archive/2010/03/12/automatically-extracting-data-from-pdf-files-into-a-database.aspx</id><published>2010-03-12T21:57:57Z</published><updated>2010-03-12T21:57:57Z</updated><content type="html">&lt;p&gt;Extracting value from unstructured data files has always been a tricky task with no obvious solution.&amp;#160; Any attempts to design a custom solution would undoubtedly take more time than it was practical or worthwhile to do and involve a large amount of hard coding.&amp;#160; Any implemented solution would have to be flexible and cope with frequently changing source files and be quick to implement, enter Informatica PowerCenter and the Unstructured Data Option.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Challenge     &lt;br /&gt;&lt;/strong&gt;Our oil &amp;amp; gas client received dozens of drilling reports each month in multiple formats and were manually extracting the key data they required manually by hand.&amp;#160; The data stored within the data files was used for three main purposes:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Monitoring operating performance;&lt;/li&gt;    &lt;li&gt;Accurately determining when new wells came online and started producing; and;&lt;/li&gt;    &lt;li&gt;Tracking and controlling spend.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Despite the plethora of information available in the reports only a small subset was being recorded because to the high overhead associated with capturing the data.&amp;#160; In mid-2009, due to an acquisition, the volume of drilling reports received monthly by our client increased dramatically to many thousands per month.&amp;#160; Clearly it was not practical to continue capturing the data by hand and an alternative approach was required.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Solution     &lt;br /&gt;&lt;/strong&gt;After examining the available options, of which there were few, we advised our client to invest in Informatica PowerCenter with the Unstructured Data Option.&amp;#160; This product gave us the ability to seamlessly access, discover, and integrate data from virtually any business system, in any format, including data locked in documents and industry-specific data formats. The ability to access and process any data format increased the teams productivity and saved costs by eliminating the need for manual intervention and improved business responsiveness and agility in their competitive market.&lt;/p&gt;  &lt;p&gt;In our solution we implemented the following process to import the data for reporting and further analysis:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Various multi-format PDF documents are received into a Windows file system folder     &lt;br /&gt;(As an alternative to the Windows folder it is possible to extract file straight from an Exchange Mailbox)&lt;/li&gt;    &lt;li&gt;The folder regularly parsed for new files, processes each file and extracts the data into a SQL Server database&lt;/li&gt;    &lt;li&gt;SQL Server Reporting Services (SSRS) is used to provide various on-demand reports&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;This solution solved the immediate needs of the business and from here many further improvements can be made.&amp;#160; The key point is that once the data is in database it can be used in many different ways to provide value to the business. &lt;/p&gt;  &lt;p&gt;For more information on the Informatica PowerCenter Unstructured Data Option review this datasheet:   &lt;br /&gt;&lt;a href="http://www.informatica.com/INFA_Resources/ds_unstructured_data_6668.pdf"&gt;http://www.informatica.com/INFA_Resources/ds_unstructured_data_6668.pdf&lt;/a&gt;&lt;/p&gt;&lt;img src="http://community.altiusconsulting.com/aggbug.aspx?PostID=464" width="1" height="1"&gt;</content><author><name>GlenChambers</name><uri>http://community.altiusconsulting.com/members/GlenChambers.aspx</uri></author><category term="Reporting Services" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Reporting+Services/default.aspx" /><category term="PDF" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/PDF/default.aspx" /><category term="Informatica" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Informatica/default.aspx" /><category term="Sql Server" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Sql+Server/default.aspx" /></entry><entry><title>Matrix Tool in SQL Server 2005 Reporting Services (SSRS)</title><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/archive/2010/03/02/matrix-tool-in-sql-server-2005-reporting-services-ssrs.aspx" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/archive/2010/03/02/matrix-tool-in-sql-server-2005-reporting-services-ssrs.aspx</id><published>2010-03-02T17:58:15Z</published><updated>2010-03-02T17:58:15Z</updated><content type="html">&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;Issue&lt;/i&gt;&lt;/b&gt;: To Create a Pivot table styled SSRS report and show and hide columns based on user options.&lt;/p&gt;  &lt;p&gt;Initial issue was to move rows of data into columns. &lt;/p&gt;  &lt;p&gt;Original approach was to use SQL command &amp;#39;Pivot&amp;#39;. But the issue faced was the fixed column names that the Pivot command expects. Too many columns made the query ugly and unreadable. &lt;/p&gt;  &lt;p&gt;Second approach was to modify the SQL query to return all the rows into columns. Temporary tables used to parse the original dataset and build a final dataset with all the required columns.&lt;/p&gt;  &lt;p&gt;Issue with this was the SQL query is repetitive and affects the performance.&lt;/p&gt;  &lt;p&gt;With the above 2 approaches, simple table can be used to layout the SSRS report. Also using the adding report parameters for various view options, table columns visibility can be modified.&lt;/p&gt;  &lt;p&gt;To improve the SQL query readability and performance, we could use a different tool in the report rather than a table. That would be Matrix tool.&lt;/p&gt;  &lt;p&gt;By using the Matrix in the layout, it takes care of the pivoting of the dataset.&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt; &lt;a href="http://community.altiusconsulting.com/blogs/altiustechblog/Table_32E421D4.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Table" border="0" alt="Table" src="http://community.altiusconsulting.com/blogs/altiustechblog/Table_thumb_319F88F5.png" width="438" height="166" /&gt;&lt;/a&gt;   &lt;p&gt;&lt;i&gt;&lt;font size="1"&gt;Fig. Matrix tool in SSRS Report Layout&lt;/font&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;With the pivoting of data taken care by the matrix, next is to modify the visibility of the columns.&lt;/p&gt;  &lt;p&gt;When the visibility of the matrix column is set to false, the data is not displayed but the position or the width of the column is not modified. When column 3 out of the 4 columns is hidden, then the width of the matrix remains the same with a blank column 3.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;a href="http://community.altiusconsulting.com/blogs/altiustechblog/Matrix_098CD9D6.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Matrix" border="0" alt="Matrix" src="http://community.altiusconsulting.com/blogs/altiustechblog/Matrix_thumb_52634BDC.png" width="389" height="267" /&gt;&lt;/a&gt; &lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;font size="1"&gt;Fig. Matrix tool Visibility issue in SSRS Report Layout&lt;/font&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;Solution&lt;/i&gt;&lt;/b&gt;: &lt;/p&gt;  &lt;p&gt;This visibility is a known issue in 2005 version. One way to overcome is to make multiple copies of the same matrix and remove the various columns in each of the matrix copies.&lt;/p&gt;  &lt;p&gt;Next step is to hide and show these matrices based on the option picked by the user.&lt;/p&gt;  &lt;p&gt;At a given time there should be only one matrix visible and others hidden.&lt;/p&gt;  &lt;p&gt;This approach works great until the number of copied matrices increase. In my case I had to create 7 copies of the original matrix. &lt;/p&gt;  &lt;p&gt;There is a major performance issue with this multiple matrices solution. Each time the report is generated all the 8 matrices must have data loaded. There is no way to populate matrix on the fly. &lt;/p&gt;  &lt;p&gt;Changing the visibility of the matrix could be faster, but the initial load time is not efficient.&lt;/p&gt;  &lt;p&gt;Improving the above approach is to make each of the copied matrices into a separate report. All these reports can be added to the main report as &amp;#39;SubReport&amp;#39;.&lt;/p&gt;  &lt;p&gt;Each of these sub reports have the same stored procedure, but also takes in a special parameter. This parameter is responsible for determining which sub report to populate. Only for one instance the dataset comes back with values. For other instances the dataset comes back empty. This makes only one of the subreports to display. &lt;/p&gt;  &lt;p&gt;Advantage with the sub reports is that it avoids data being loaded more than needed, which improves the performance.&lt;/p&gt;  &lt;p&gt;This issue, collapsing the hidden column, looks like has been solved in the later versions of SQL Server, in 2008 version. Tablix is a new tool in the 2008 version which solves all the above mentioned issues. It’s a combination of table and matrix. For more details &lt;a href="http://msdn.microsoft.com/en-us/library/bb934258.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb934258.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://community.altiusconsulting.com/aggbug.aspx?PostID=449" width="1" height="1"&gt;</content><author><name>Hari Prasad</name><uri>http://community.altiusconsulting.com/members/Hari-Prasad.aspx</uri></author><category term="SQL Server 2005" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/SQL+Server+2005/default.aspx" /><category term="Reporting Services" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Reporting+Services/default.aspx" /></entry><entry><title>Augmented Reality Mapping with Bing Maps powered by Silverlight and Seadragon. Microsoft at TED.</title><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/archive/2010/02/15/augmented-reality-mapping-with-bing-maps-powered-by-silverlight-and-seadragon-microsoft-at-ted.aspx" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/archive/2010/02/15/augmented-reality-mapping-with-bing-maps-powered-by-silverlight-and-seadragon-microsoft-at-ted.aspx</id><published>2010-02-15T13:32:00Z</published><updated>2010-02-15T13:32:00Z</updated><content type="html">
&lt;p&gt;Microsoft continues to innovate in the mapping space by integrating many different data sources, from Flickr, World Wide Telescope and more, and accurately compositing them into a fluidly integrated 3D world which truly moves us beyond “just Street View”. &lt;/p&gt;

&lt;p&gt;How long before the datasets that are limited to dashboards or reports become visual overlays over live video footage embedded in a front end like this? Why are my sales figures for this store down 20% this month – that’s because of the building work on the doorstep I can now see. As a tool for making data more discoverable, the technology now available is empowering whole new levels of user experience. &lt;/p&gt;

&lt;p&gt;
&lt;object height="326" width="446"&gt;



 

&lt;embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" allowfullscreen="true" flashvars="vu=http://video.ted.com/talks/dynamic/BlaiseAguerayArcas_2010-medium.mp4&amp;amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/BlaiseAgueraYArcas-2010.embed_thumbnail.jpg&amp;amp;vw=432&amp;amp;vh=240&amp;amp;ap=0&amp;amp;ti=766&amp;amp;introDuration=16500&amp;amp;adDuration=4000&amp;amp;postAdDuration=2000&amp;amp;adKeys=talk=blaise_aguera;year=2010;theme=a_taste_of_ted2010;theme=the_creative_spark;theme=new_on_ted_com;event=TED2010;" height="326" width="446"&gt;&lt;a href="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" title="Block this object with Adblock Plus" class="rddiirhdyrbldaevsgqr jooqkftppjhlzplgspgr"&gt;&lt;/a&gt;&lt;a href="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" class="rddiirhdyrbldaevsgqr"&gt;&lt;/a&gt;&lt;a href="http://community.altiusconsulting.com/controlpanel/blogs/" class="rddiirhdyrbldaevsgqr"&gt;&lt;/a&gt;&lt;/object&gt;
&lt;/p&gt;

&lt;p&gt;From: &lt;a href="http://blog.ted.com/2010/02/augmentedrealit.php"&gt;http://blog.ted.com/2010/02/augmentedrealit.php&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://community.altiusconsulting.com/aggbug.aspx?PostID=440" width="1" height="1"&gt;</content><author><name>EdGillett</name><uri>http://community.altiusconsulting.com/members/EdGillett.aspx</uri></author><category term="Bing Maps" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Bing+Maps/default.aspx" /><category term="Data Visualisation" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Data+Visualisation/default.aspx" /><category term="Photosynth" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Photosynth/default.aspx" /></entry><entry><title>Altius at SQLBits V – Videos Now Online</title><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/archive/2010/02/01/altius-at-sqlbits-v-videos-now-online.aspx" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/archive/2010/02/01/altius-at-sqlbits-v-videos-now-online.aspx</id><published>2010-02-01T21:56:59Z</published><updated>2010-02-01T21:56:59Z</updated><content type="html">&lt;p&gt;My colleagues Matt Feltham and Ian Marritt were presenting at the SQLBits V Conference last year, and the videos from the sessions are now available online. Titles link to the SQLBits site, Screencaps link to the videos directly in Windows Media format. Note that although the video templates indicate this is “SQLBits III in September 2008”, this was in fact that last SQLBits conference in 2009!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.sqlbits.com/Agenda/event5/Data_Visualisation_with_Bing_Maps_for_Enterprise/default.aspx" target="_blank"&gt;Matt Feltham – Data Visualisation with Bing Maps for Enterprise&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.sqlbits.com/information/Agenda/Video.ashx?SessionId=368&amp;amp;Regenerate=" target="_blank"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="https://community.altiusconsulting.com/blogs/altiustechblog/image_62243580.png" width="548" height="361" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.sqlbits.com/Agenda/event5/An_introduction_to_Master_Data_Services/default.aspx" target="_blank"&gt;Ian Marritt – An Introduction to Master Data Services&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.sqlbits.com/information/Agenda/Video.ashx?SessionId=361&amp;amp;Regenerate=" target="_blank"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="https://community.altiusconsulting.com/blogs/altiustechblog/image_3928FAAA.png" width="560" height="364" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The rest of the sessions from SQLBits are available here: &lt;a title="http://www.sqlbits.com/News.aspx?Title=SQLBits%20Videos%20available%20now%20available" href="http://www.sqlbits.com/News.aspx?Title=SQLBits%20Videos%20available%20now%20available"&gt;http://www.sqlbits.com/News.aspx?Title=SQLBits%20Videos%20available%20now%20available&lt;/a&gt;&lt;/p&gt;&lt;img src="http://community.altiusconsulting.com/aggbug.aspx?PostID=432" width="1" height="1"&gt;</content><author><name>EdGillett</name><uri>http://community.altiusconsulting.com/members/EdGillett.aspx</uri></author><category term="SQL Server 2008" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/SQL+Server+2008/default.aspx" /><category term="Business Intelligence" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Business+Intelligence/default.aspx" /><category term="Data Visualisation" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Data+Visualisation/default.aspx" /><category term="video" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/video/default.aspx" /><category term="conference" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/conference/default.aspx" /><category term="sqlbits" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/sqlbits/default.aspx" /><category term="MDS" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/MDS/default.aspx" /></entry><entry><title>SharePoint 2010 Beta Deployment Error</title><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/archive/2010/01/13/sharepoint-2010-beta-deployment.aspx" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/archive/2010/01/13/sharepoint-2010-beta-deployment.aspx</id><published>2010-01-13T17:07:00Z</published><updated>2010-01-13T17:07:00Z</updated><content type="html">&lt;p&gt;Day one of my SharePoint 2010 adventure and I&amp;#39;d like to share a workaround that I&amp;#39;ve found quite helpful as I&amp;#39;ve run across some minor difficulties in deploying my solution.&lt;/p&gt;
&lt;p&gt;After making changes to one or more web parts in my solution I&amp;#39;ll occasionally receive the following error while trying to redeploy:&lt;br /&gt;&lt;em&gt;&amp;quot;Error occurred in deployment step &amp;#39;Retract Solution&amp;#39;: the language-neutral solution package was not found&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I have yet&amp;nbsp;to discover the underlying cause of this error, but I&amp;#39;ve found the simplest solution to be to temporarily adjust the active deployment configuration of the project.&amp;nbsp; Here&amp;#39;s what I did:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;* Right-click on the SharePoint project and choose &amp;quot;Properties&amp;quot;&lt;br /&gt;&amp;nbsp;* Select the &amp;quot;SharePoint&amp;quot; tab&lt;br /&gt;&amp;nbsp;* Create a new active deployment configuration selecting all of the available deployment steps except &amp;quot;Retract Solution&amp;quot; (no need to worry about the retraction steps obviously)&lt;br /&gt;&amp;nbsp;* Click &amp;quot;OK&amp;quot; to return to the SharePoint properties&lt;br /&gt;&amp;nbsp;* Select your new active deployment configuration from the drop-down list and save your changes.&lt;br /&gt;&amp;nbsp;* Redeploy your solution&lt;br /&gt;&amp;nbsp;* Don&amp;#39;t forget to change your active deployment configuration back to the proper selection (most likely &amp;quot;Default&amp;quot;)&lt;/p&gt;
&lt;p&gt;Hopefully this will take care of your deployment error as easily as it did for me.&lt;/p&gt;&lt;img src="http://community.altiusconsulting.com/aggbug.aspx?PostID=426" width="1" height="1"&gt;</content><author><name>Michael Welch</name><uri>http://community.altiusconsulting.com/members/Michael-Welch.aspx</uri></author><category term="Microsoft" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Microsoft/default.aspx" /><category term="SharePoint" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/SharePoint/default.aspx" /></entry><entry><title>A Christmas wish</title><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/12/24/a-christmas-wish.aspx" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/12/24/a-christmas-wish.aspx</id><published>2009-12-24T19:35:02Z</published><updated>2009-12-24T19:35:02Z</updated><content type="html">&lt;p&gt;One thing I’m really looking forward to in 2010 is the release of OBIEE version 11g, sadly we have been looking forward to this for a while, but it seems the wait is nearly over. I thought I would list some of the new features I am most looking forward to, based on the demos and presentations I have seen over the last year and various notes I have scribbled. &lt;p&gt;1. New start page for the UI – This doesn’t seems to have changed much from one demo to another over the last twelve months, which is a good sign, it looks more up to date and similar to other vendors offerings. There is a familiarity to graphical browsing by folders that most people should feel comfortable with. &lt;p&gt;2. OLAP support – As the core of Altius’ Oracle business are Essbase and Hyperion planning, I see better Essbase support as critical to successful deployment of OBIEE as the reporting platform for such applications, whilst the support in version 10 is ok, and Oracle have worked to iron out many of the bugs, there is still a lot that could be done, things like switching between member names and aliases, and full support for attribute dimensions. &lt;p&gt;3. Pivot tables – ok this is a bit cheeky as it could be included above, but it is such an important item. Although there is a lot one can do with the current pivot tables once one knows the tricks, the new pivot tables with member based drill in place will be a massive improvement. &lt;p&gt;4. Improved charting and visualization – I must admit to not having seen a lot of these much vaunted improvements, but the mock ups looked good. In truth these probably represent OBIEE catching up with some of the competition, but they are sure to be eye catchers welcomed by the sales team and things like range or time line sliders do also add value through improved usability. &lt;p&gt;5. Mapping and spatial integration – Although possible in the current version of OBIEE, it isn’t that straight forward and users have high expectations thanks to the likes of Google maps . &lt;p&gt;6. Scorecards, KPI’s and cause and effect maps – Not every ones cup of tea, and not suited to all deployments, but these have been BI staples for a long time and appear in a number of other vendors offerings. &lt;p&gt;7. Action framework and BPM – As the need to audit and regulate grows, these two things could become increasingly important, especially where a business needs to ensure a particular course of action based on business rules. &lt;p&gt;ADF and customisation – Last but not least I’m really keen to see how customisation and extension of the OBIEE core can be handled in ADF. ADF already has the widgets to use an OBIEE repository as a data source, it will be interesting to see how the other side of the relationship works.&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:252a03fa-ee08-4ea6-ab03-b92f2ff19d1e" style="padding-right:0px;display:inline;padding-left:0px;padding-bottom:0px;margin:0px;padding-top:0px;"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/OBIEE" rel="tag"&gt;OBIEE&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Oracle%20Business%20Intelligence" rel="tag"&gt;Oracle Business Intelligence&lt;/a&gt;,&lt;a href="http://technorati.com/tags/OBIEE%20v11g" rel="tag"&gt;OBIEE v11g&lt;/a&gt;,&lt;a href="http://technorati.com/tags/OBIEE%20New%20Features" rel="tag"&gt;OBIEE New Features&lt;/a&gt;&lt;/div&gt;&lt;img src="http://community.altiusconsulting.com/aggbug.aspx?PostID=424" width="1" height="1"&gt;</content><author><name>edhiggins</name><uri>http://community.altiusconsulting.com/members/edhiggins.aspx</uri></author><category term="OBIEE" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/OBIEE/default.aspx" /><category term="Oracle" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Oracle/default.aspx" /><category term="Business Intelligence" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Business+Intelligence/default.aspx" /><category term="OBI EE" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/OBI+EE/default.aspx" /><category term="Oracle BI" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Oracle+BI/default.aspx" /></entry><entry><title>OBIEE custom.css on WebLogic</title><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/12/18/obiee-custom-css-on-weblogic.aspx" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/12/18/obiee-custom-css-on-weblogic.aspx</id><published>2009-12-18T23:27:03Z</published><updated>2009-12-18T23:27:03Z</updated><content type="html">&lt;p&gt;Something I remembered after my last blog was that whilst using OBIEE on a WebLogic platform I realized that there would be differences in the deploying of custom css classes. The usual rules regarding the custom.css file found in  &lt;p&gt;OracleBI\web\app\res\s_oracle10\b_mozilla_4\custom.css  &lt;p&gt;and copied to OracleBIData\web\res don’t appear to apply, and obviously the location in the oc4j_bi folder isn’t going to apply either.  &lt;p&gt;After much fiddling about it turns out the only way that appears to work is to copy the s_oracle10 folder and save a custom version to your systems equivalent of this location: C:\bea\user_projects\domains\WL_OBIEE\servers\OBIEE\tmp\_WL_user\OBIEE\u23xcw\war\res. It appears that this is the only location it needs to be copied to.  &lt;p&gt;Create your custom class.  &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEcustom.cssonWebLogic_149CA/clip_image002_2.jpg"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" height="107" alt="clip_image002" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEcustom.cssonWebLogic_149CA/clip_image002_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;  &lt;p&gt;Apply your class to an appropriate report element, and save the changes.  &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEcustom.cssonWebLogic_149CA/clip_image004_2.jpg"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" height="101" alt="clip_image004" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEcustom.cssonWebLogic_149CA/clip_image004_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;  &lt;p&gt;Clear your browser cache and refresh the view.  &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEcustom.cssonWebLogic_149CA/clip_image006_2.jpg"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" height="202" alt="clip_image006" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEcustom.cssonWebLogic_149CA/clip_image006_thumb.jpg" width="171" border="0" /&gt;&lt;/a&gt;  &lt;p&gt;To alter the class just edit the file.  &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEcustom.cssonWebLogic_149CA/clip_image008_2.jpg"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" height="122" alt="clip_image008" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEcustom.cssonWebLogic_149CA/clip_image008_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;  &lt;p&gt;Clear the browser cache and refresh the view, couldn’t be simpler.  &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEcustom.cssonWebLogic_149CA/clip_image010_2.jpg"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" height="244" alt="clip_image010" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEcustom.cssonWebLogic_149CA/clip_image010_thumb.jpg" width="176" border="0" /&gt;&lt;/a&gt;  &lt;p&gt;N.B These colours were chosen just to make the demo obvious!&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b6b051c7-4e7b-4979-ae5c-049c412bd76f" style="padding-right:0px;display:inline;padding-left:0px;padding-bottom:0px;margin:0px;padding-top:0px;"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/OBIEE" rel="tag"&gt;OBIEE&lt;/a&gt;,&lt;a href="http://technorati.com/tags/OBIEE%20on%20WebLogic" rel="tag"&gt;OBIEE on WebLogic&lt;/a&gt;,&lt;a href="http://technorati.com/tags/OBIEE%20WebLogic%20custom.css" rel="tag"&gt;OBIEE WebLogic custom.css&lt;/a&gt;&lt;/div&gt;&lt;img src="http://community.altiusconsulting.com/aggbug.aspx?PostID=421" width="1" height="1"&gt;</content><author><name>edhiggins</name><uri>http://community.altiusconsulting.com/members/edhiggins.aspx</uri></author></entry><entry><title>OBIEE on WebLogic - Step by step</title><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/12/12/obiee-on-weblogic-step-by-step.aspx" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/12/12/obiee-on-weblogic-step-by-step.aspx</id><published>2009-12-12T21:10:44Z</published><updated>2009-12-12T21:10:44Z</updated><content type="html">&lt;p&gt;Having recently installed OBIEE in a multi server environment using WebLogic for the presentation services, I thought the following might be useful especially to those unfamiliar with WebLogic. As you are probably aware WebLogic has replaced Oracle Application Server as the go forward AS product, but at the moment there isn’t an integrated installation option for OBIEE, presumably this is being saved for OBIEE v11. When you install, opt for the ‘Basic’ option and follow the steps as if intending to use OC4J.&lt;/p&gt; &lt;p&gt;Once you have installed OBIEE, it’s best to create a dedicated WebLogic domain and server, all this really means is creating a new instance of web logic which will run in it’s own JVM, and can therefore have it’s own memory allocation etc. &lt;p&gt;&lt;b&gt;Create a WebLogic domain.&lt;/b&gt; &lt;p&gt;The Weblogic configuration wizard is so simple to follow I haven’t bothered with screen shots for each step. &lt;p&gt;Launch the WebLogic Configuration Wizard. &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image002_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="27" alt="clip_image002" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image002_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;p&gt;Select the option to &amp;#39;Create a new WebLogic domain&amp;#39;. &lt;p&gt;Generate a domain configured automatically to support the following products: (default selection only)&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:396af9b2-1c05-47a9-b7e8-ab2c3c7e7ef9" style="padding-right:0px;display:inline;padding-left:0px;float:none;padding-bottom:0px;margin:0px;padding-top:0px;"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/OBIEE" rel="tag"&gt;OBIEE&lt;/a&gt;,&lt;a href="http://technorati.com/tags/OBIEE%20on%20WebLogic" rel="tag"&gt;OBIEE on WebLogic&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Oracle%20Business%20Intelligence" rel="tag"&gt;Oracle Business Intelligence&lt;/a&gt;,&lt;a href="http://technorati.com/tags/OBIEE%20How%20do%20I?" rel="tag"&gt;OBIEE How do I?&lt;/a&gt;&lt;/div&gt; &lt;p&gt;Enter username and password. &lt;p&gt;Accept the default SUN SDK. &lt;p&gt;Select ‘YES’ to alter the default Environment and Services settings. &lt;p&gt;Do not alter the RDBMS settings, click next. &lt;p&gt;Change the Listen Port for the Admin server to 7002 or as appropriate to your system. &lt;p&gt;Do not configure any managed servers. &lt;p&gt;Configure the machine setting appropriate to the machine your are installing on. &lt;p&gt;Assign the Admin Server to the machine. &lt;p&gt;Review the domain, click ‘Next’.  &lt;p&gt;Enter an appropriate domain name and accept the default location. &lt;p&gt;Click the ‘Create’ button. &lt;p&gt;Check the ‘Start Admin Server’ box and click ‘Done’. &lt;p&gt;Your new domain will appear under ‘User Projects’ (assuming you accepted the default location). Start the Admin Server, wait for the process to complete (cmd window) then launch the admin server console. &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image004_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="33" alt="clip_image004" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image004_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;p&gt;Once logged in, this is what you see. &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image006_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="182" alt="clip_image006" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image006_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;p&gt;. &lt;p&gt;The next step is to create a new server instance. &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image008_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="103" alt="clip_image008" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image008_thumb.jpg" width="198" border="0" /&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image010_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="150" alt="clip_image010" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image010_thumb.jpg" width="225" border="0" /&gt;&lt;/a&gt; &lt;p&gt;Name your server and set the listen port, these will become important in the OBIEE URL. &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image012_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="244" alt="clip_image012" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image012_thumb.jpg" width="239" border="0" /&gt;&lt;/a&gt; &lt;p&gt;Click ‘Next’, then ‘Finish’, you will now see two servers listed, click the OBIEE server to open the properties. &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image014_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="154" alt="clip_image014" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image014_thumb.jpg" width="194" border="0" /&gt;&lt;/a&gt; &lt;p&gt;On the ‘General’ tab the settings should be as you entered earlier, select the Machine name from the drop down list. &lt;p&gt;Click ‘Server Start’. &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image016_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="35" alt="clip_image016" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image016_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;p&gt;In this screen you need to set the following, plus anything appropriate to your environment: &lt;p&gt;Java Home: &lt;p&gt;C:\bea\jdk150_12 &lt;p&gt;Java Vendor: &lt;p&gt;Sun &lt;p&gt;BEA Home: &lt;p&gt;C:\bea &lt;p&gt;Root Dir: &lt;p&gt;C:\bea\user_projects\domains\WL_OBIEE_domain &lt;p&gt;Classpath: &lt;p&gt;C:\bea\jdk160_05\lib\tools.jar;C:\bea\wlserver_10.3\server\lib\weblogic-spring.jar;C:\bea\wlserver_10.3\server\lib\weblogic.jar; &lt;p&gt;C:\bea\wlserver_10.3\server\lib\webservices.jar; &lt;p&gt;Click ‘Save’, then on the Domain Structure navigator panel click servers to return to the Summary of Servers, click the Control tab and check the box next to OBIEE and click Start. &lt;p&gt;The next step is to actually deploy the OBIEE presentation services on the WebLogic platform. &lt;p&gt;Create a new folder with a clearly descriptive name, such as OBIEE_Deployment, and copy into it the Analytics.war file from the OracleBI\web folder, now open a command prompt. &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image018_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="78" alt="clip_image018" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image018_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;p&gt;At the command prompt type the following command to unpack the analytics.war archive. &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image020_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="21" alt="clip_image020" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image020_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;p&gt;You will see a scrolling list of messages beginning ‘inflated: ‘ as the file is unpacked. &lt;p&gt;Once this process has completed, the exploded archive can be deployed. Return to the WebLogic admin console and follow these steps: &lt;p&gt;In the navigator, click ‘Deployments’. &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image022_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="81" alt="clip_image022" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image022_thumb.jpg" width="144" border="0" /&gt;&lt;/a&gt; &lt;p&gt;Click ‘Install’. &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image024_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="104" alt="clip_image024" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image024_thumb.jpg" width="222" border="0" /&gt;&lt;/a&gt; &lt;p&gt;Select your deployment folder, and click next. &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image026_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="89" alt="clip_image026" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image026_thumb.jpg" width="174" border="0" /&gt;&lt;/a&gt; &lt;p&gt;On the next screen select ‘Install this deployment as an application’, and click &amp;#39;Next&amp;#39;. &lt;p&gt;Select OBIEE as the deployment target, and click &amp;#39;Next&amp;#39;. &lt;p&gt;Name your deployment, and select the appropriate security model. &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image028_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="150" alt="clip_image028" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image028_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;p&gt;Ensure the deployment folder path is correct and select as shown below. &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image030_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="46" alt="clip_image030" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image030_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;p&gt;Click &amp;#39;Next&amp;#39;, and on the next screen click Finish. &lt;p&gt;Under the current setup the URL for OBIEE would be something like  &lt;p&gt;http://Address/OBIEE_Deployment/saw.dll?Dashboard, to eliminate the _Deployment element of this, drill into the OBIEE properties and click the configuration tab, scroll down the screen and enter an appropriate name. &lt;p&gt;&lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image032_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="22" alt="clip_image032" src="https://community.altiusconsulting.com/blogs/altiustechblog/WindowsLiveWriter/OBIEEonWebLogicStepbystep_129C4/clip_image032_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;p&gt;Your URL will now be a bit tidier, &lt;p&gt;http://Address/OBIEE/saw.dll?Dashboard &lt;p&gt;Apologies for the length of this post, but I hadn’t seen all this information together in one place before.&lt;/p&gt;&lt;img src="http://community.altiusconsulting.com/aggbug.aspx?PostID=418" width="1" height="1"&gt;</content><author><name>edhiggins</name><uri>http://community.altiusconsulting.com/members/edhiggins.aspx</uri></author><category term="OBIEE" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/OBIEE/default.aspx" /><category term="OBI EE" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/OBI+EE/default.aspx" /></entry><entry><title>Bing Maps gets Streetside and much more ... move over Google</title><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/12/02/bing-maps-gets-streetside.aspx" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/12/02/bing-maps-gets-streetside.aspx</id><published>2009-12-02T16:27:00Z</published><updated>2009-12-02T16:27:00Z</updated><content type="html">&lt;font face="Calibri"&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoNormal"&gt;&lt;font size="3"&gt;Bing’s version of Google Street View, called Streetside has been launched.&amp;nbsp; I had a play on Bing but I couldn’t find anywhere in England that I could use it yet. &amp;nbsp;If you search on Bing Maps for the a US city, like New York for example you will see Bing maps Streetside in action.&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoNormal"&gt;&lt;font size="3"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;font size="3"&gt;&lt;a href="http://www.bing.com/maps/explore/"&gt;&lt;font size="3"&gt;http://www.bing.com/maps/explore/&lt;/font&gt;&lt;/a&gt;&lt;/font&gt; 
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoNormal"&gt;&lt;font size="3"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoNormal"&gt;&lt;font size="3"&gt;For more fun, click on the arrow on the left hand side of the map (see below) to open the Applications area.&lt;/font&gt;&lt;/p&gt;&lt;font size="3"&gt;&amp;nbsp;&lt;a href="http://community.altiusconsulting.com/blogs/altiustechblog/CJT_BingMapsImage1.png"&gt;&lt;img border="0" src="http://community.altiusconsulting.com/blogs/altiustechblog/CJT_BingMapsImage1.png" alt="" /&gt;&lt;/a&gt;&lt;/font&gt; 
&lt;p&gt;&lt;font size="3"&gt;Under Applications you can add real time Twitter updates to the map:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.altiusconsulting.com/blogs/altiustechblog/CJT_BingMapsImage2.png"&gt;&lt;img border="0" src="http://community.altiusconsulting.com/blogs/altiustechblog/CJT_BingMapsImage2.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;font size="3"&gt;I was going to pick a tweeter at random, but the first two I chose were rude, so I settled on this guy David from Manhattan.&lt;/font&gt;&lt;font size="3"&gt;&amp;nbsp;&lt;/font&gt;&amp;nbsp; 
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoNormal"&gt;&lt;font size="3"&gt;Another application worth trying is the Photosynth, to see real life photos integrated in to the maps in a swishy Silverlight fashion.&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;font size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoNormal"&gt;&lt;font size="3"&gt;&lt;em&gt;For more detail:&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoNormal"&gt;&lt;a href="http://www.bing.com/community/blogs/maps/archive/2009/12/02/bing-maps-adds-streetside-enhanced-bird-s-eye-photosynth-and-more.aspx"&gt;&lt;font size="3"&gt;http://www.bing.com/community/blogs/maps/archive/2009/12/02/bing-maps-adds-streetside-enhanced-bird-s-eye-photosynth-and-more.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;/font&gt;&lt;img src="http://community.altiusconsulting.com/aggbug.aspx?PostID=412" width="1" height="1"&gt;</content><author><name>ChrisTurton</name><uri>http://community.altiusconsulting.com/members/ChrisTurton.aspx</uri></author><category term="Microsoft" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Microsoft/default.aspx" /><category term="Bing Maps" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Bing+Maps/default.aspx" /><category term="Silverlight" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Silverlight/default.aspx" /><category term="Streetside" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Streetside/default.aspx" /><category term="Twitter" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Twitter/default.aspx" /><category term="Photosynth" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Photosynth/default.aspx" /></entry><entry><title>Microsoft Virtual Labs – PowerPivot for Excel 2010</title><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/11/19/microsoft-virtual-labs-powerpivot-for-excel-2010.aspx" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/11/19/microsoft-virtual-labs-powerpivot-for-excel-2010.aspx</id><published>2009-11-19T11:35:23Z</published><updated>2009-11-19T11:35:23Z</updated><content type="html">&lt;p&gt;Want to try out PowerPivot for Excel 2010 yourself, but don’t have time or resources to build a demo system? Now you can get 2 hours in a virtual lab (Powered by Hyper-V) to get to grips with it:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.altiusconsulting.com/blogs/altiustechblog/image_7119F59E.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://community.altiusconsulting.com/blogs/altiustechblog/image_thumb_288006CD.png" width="694" height="435" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Click here to connect to the Lab (IE Only since it needs ActiveX):&lt;/p&gt;  &lt;p&gt;&lt;a title="https://cmg.vlabcenter.com/default.aspx?moduleid=ad3bd3e9-8d2b-498d-94fa-e41e1b09730d" href="https://cmg.vlabcenter.com/default.aspx?moduleid=ad3bd3e9-8d2b-498d-94fa-e41e1b09730d"&gt;&lt;strong&gt;https://cmg.vlabcenter.com/default.aspx?moduleid=ad3bd3e9-8d2b-498d-94fa-e41e1b09730d&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It’s not too slow considering the number of people which must be assaulting the servers right now :)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.altiusconsulting.com/blogs/altiustechblog/image_1AB97B51.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://community.altiusconsulting.com/blogs/altiustechblog/image_thumb_67E974DC.png" width="694" height="556" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Ignore the CPU in the above screenshot, the important things to note are the nearly 4 million rows loaded into memory on a box with 4GB of RAM, and the VertiPaq engine is not pushing very much memory at all.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.altiusconsulting.com/blogs/altiustechblog/image_5FF1D27A.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://community.altiusconsulting.com/blogs/altiustechblog/image_thumb_57FA3018.png" width="694" height="395" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Adding a calculated column (note the 4 million row count), and the Intellisense in the Formula bar.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.altiusconsulting.com/blogs/altiustechblog/image_5DD4D3B1.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://community.altiusconsulting.com/blogs/altiustechblog/image_thumb_15A717D5.png" width="649" height="476" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The Calculated Column (Profit) was applied against all 4million rows and the screen refreshed. Shown also the contents of the PivotTable drop down.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.altiusconsulting.com/blogs/altiustechblog/image_6D2835C0.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://community.altiusconsulting.com/blogs/altiustechblog/image_thumb_3A582F4C.png" width="694" height="326" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The Pivot chart and table with Horizontal and Vertical slicers shown (lab steps on the far right).&lt;/p&gt;  &lt;p&gt;Note that there’s some weirdness in this lab as you follow it through which doesn’t quite match up to the intended results in the lab screenshots (i.e. selecting the GeographyKey as the slicer will give you the ids, not the Country names as depicted in the screenshots), but it gives you an excellent grounding in the basics of getting data into Excel through PowerPivot and applying the slicers and working with the chart and PivotTable (PowerPivotTable?) controls.&lt;/p&gt;  &lt;p&gt;Give the Virtual Lab a try today and see PowerPivot in action for yourself!&lt;/p&gt;  &lt;p&gt;Hat tip to the &lt;a href="http://powerpivotgeek.com/2009/11/18/a-way-cool-facility-a-virtual-lab-for-powerpivot/"&gt;PowerPivotGeek&lt;/a&gt; for this one.&lt;/p&gt;&lt;img src="http://community.altiusconsulting.com/aggbug.aspx?PostID=401" width="1" height="1"&gt;</content><author><name>EdGillett</name><uri>http://community.altiusconsulting.com/members/EdGillett.aspx</uri></author><category term="Office" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Office/default.aspx" /><category term="Microsoft" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Microsoft/default.aspx" /><category term="SQL Server 2008" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/SQL+Server+2008/default.aspx" /><category term="PowerPivot" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/PowerPivot/default.aspx" /><category term="Training" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Training/default.aspx" /><category term="Hyper-V" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Hyper-V/default.aspx" /></entry><entry><title>Microsoft Live Labs Pivot (No not that Pivot, the other Pivot)</title><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/11/19/microsoft-live-labs-pivot-no-not-that-pivot-the-other-pivot.aspx" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/11/19/microsoft-live-labs-pivot-no-not-that-pivot-the-other-pivot.aspx</id><published>2009-11-19T09:55:00Z</published><updated>2009-11-19T09:55:00Z</updated><content type="html">&lt;p&gt;&lt;a href="http://www.getpivot.com/" target="_blank"&gt;&lt;img style="BORDER-RIGHT-WIDTH:0px;DISPLAY:inline;BORDER-TOP-WIDTH:0px;BORDER-BOTTOM-WIDTH:0px;BORDER-LEFT-WIDTH:0px;" title="image" border="0" alt="image" src="http://community.altiusconsulting.com/blogs/altiustechblog/image_592C23EE.png" width="578" height="378" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In a naming move that will surprise very few people that have seen generations of Microsoft naming conventions come and go (Numbers .. no random letters … no names … ah no wait, the numbers were better …), Microsoft Live Labs have just announced &lt;a href="http://www.getpivot.com/" target="_blank"&gt;Microsoft Live Labs Pivot&lt;/a&gt;. Not to be confused with &lt;a href="http://www.powerpivot.com/" target="_blank"&gt;PowerPivot&lt;/a&gt;. Which is more .. erm … powerful.&lt;/p&gt;
&lt;h4&gt;So, what is Live Labs Pivot?&lt;/h4&gt;
&lt;p&gt;Currently it’s invitation only, but it’s essentially a &lt;strong&gt;consumer oriented data visualisation experiment for exploring large amounts of web based data&lt;/strong&gt; (so called Collections). &lt;/p&gt;
&lt;p&gt;Can we call it BI if it’s really intended for consumers to go exploring? Perhaps we should coin the term CI for &lt;strong&gt;Consumer Intelligence&lt;/strong&gt;. You heard it here first (EDIT: &lt;a title="Consumer Intelligence - Mystery Shoppers!" href="http://www.consumerintel.com/" target="_blank"&gt;or perhaps not&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Technology wise, it’s a WPF client using Microsoft’s SeaDragon DeepZoom technology and the visualisations are primarily collections of images to represent data points. So it’s pretty, but is it useful?&lt;/p&gt;
&lt;p&gt;Looking at the introductory video (and you really should, static images don’t so it justice), you can see that actually, Microsoft have used their flash whizz bang WPF and SeaDragon UI to create a genuinely immersive experience for exploring large amounts of data in an engaging way. I dare say even &lt;a href="http://www.perceptualedge.com/" target="_blank"&gt;Stephen Few&lt;/a&gt; would be pleased to see that the elements which comprise the volumes on individual bars on a bar chart are actually expressed as small visual representation of the individual component:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.altiusconsulting.com/blogs/altiustechblog/image_226EC8EA.png"&gt;&lt;img style="BORDER-RIGHT-WIDTH:0px;DISPLAY:inline;BORDER-TOP-WIDTH:0px;BORDER-BOTTOM-WIDTH:0px;BORDER-LEFT-WIDTH:0px;" title="image" border="0" alt="image" src="http://community.altiusconsulting.com/blogs/altiustechblog/image_thumb_212A300B.png" width="518" height="386" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;When you filter and sort the elements smoothly fly in and out and really give the user a sense of how they contribute to the whole.&lt;/p&gt;
&lt;p&gt;It seems fast, it looks good – it’s something that I would want to use. This is about making information from huge public data sources more discoverable. It’s clean, it’s simple – someone has been paying attention to usability amidst the eye candy too.&lt;/p&gt;
&lt;p&gt;Bing recently tied up with Wolfram Alpha, combining the benefits of traditional search with the brave new world of the Answer Engine.&lt;/p&gt;
&lt;p&gt;With the recent announcement of &lt;a href="http://pinpoint.microsoft.com/en-US/Dallas" target="_blank"&gt;Microsoft PinPoint&lt;/a&gt; (Dallas), Microsoft’s Information Services business – billed as “enabling developer and information workers to instantly find, purchase, and manage dataset to power the next set of applications – powered by premium content”, they’ve also got the capability to provide some more serious content to plug into here too. I wonder if they’ll be adding “Pivot enriched” options with those Dallas datafeeds which include the necessary image collections to fulfil that rich Pivot experience?&lt;/p&gt;
&lt;p&gt;As BI consultants we know the power of information – Microsoft are leading the next generation of internet consumers into an age when this kind of data visualisation and intelligent data discovery is the standard, not the exception, and consumers will start demanding ever more open and cleanly defined data from providers to enable these kinds of ad hoc query experiences.&lt;/p&gt;
&lt;p&gt;Consumer Intelligence – Shiny tools for the masses. I like it!&lt;/p&gt;
&lt;p&gt;I await my invitation with interest Live Labs team :)&lt;/p&gt;&lt;img src="http://community.altiusconsulting.com/aggbug.aspx?PostID=396" width="1" height="1"&gt;</content><author><name>EdGillett</name><uri>http://community.altiusconsulting.com/members/EdGillett.aspx</uri></author><category term="Microsoft" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Microsoft/default.aspx" /><category term="Business Intelligence" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Business+Intelligence/default.aspx" /><category term="WPF" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/WPF/default.aspx" /><category term="Data Visualisation" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Data+Visualisation/default.aspx" /></entry><entry><title>Windows P2V Utility - Disk2VHD</title><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/11/16/windows-p2v-utility-disk2vhd.aspx" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/11/16/windows-p2v-utility-disk2vhd.aspx</id><published>2009-11-16T16:25:13Z</published><updated>2009-11-16T16:25:13Z</updated><content type="html">&lt;p&gt;Another excellent utility to have in your toolbelt – a free utility from Microsoft’s Mark Russinovich’s sysinternals stable – Disk2VHD. In a nutshell, converts a physical hard disk to a VHD &lt;strong&gt;while it’s still online&lt;/strong&gt; through the wonders of Volume Snapshot&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx" href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx"&gt;http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;“Disk2vhd is a utility that creates VHD (Virtual Hard Disk - Microsoft’s Virtual Machine disk format) versions of physical disks for use in Microsoft Virtual PC or Microsoft Hyper-V virtual machines (VMs). The difference between Disk2vhd and other physical-to-virtual tools is that you can run Disk2vhd on a system that’s online. Disk2vhd uses Windows’ Volume Snapshot capability, introduced in Windows XP, to create consistent point-in-time snapshots of the volumes you want to include in a conversion. You can even have Disk2vhd create the VHDs on local volumes, even ones being converted (though performance is better when the VHD is on a disk different than ones being converted).&lt;/p&gt;  &lt;p&gt;The Disk2vhd user interface lists the volumes present on the system:”&lt;/p&gt;  &lt;p&gt;&lt;img title="Disk2vhd" alt="" src="http://i.technet.microsoft.com/ee656415.Disk2vhd_1_3r%28en-us,MSDN.10%29.png" /&gt;&lt;/p&gt;  &lt;p&gt;Sadly, this cannot be used on Windows Server 2000 … which was the server I was looking to P2V :( Ah well …&lt;/p&gt;&lt;img src="http://community.altiusconsulting.com/aggbug.aspx?PostID=394" width="1" height="1"&gt;</content><author><name>EdGillett</name><uri>http://community.altiusconsulting.com/members/EdGillett.aspx</uri></author><category term="Software" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Software/default.aspx" /><category term="sysadmin" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/sysadmin/default.aspx" /><category term="Windows Server" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Windows+Server/default.aspx" /></entry><entry><title>Bing Maps Silverlight Control v1.0 Released</title><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/11/11/bing-maps-silverlight-control-v1-0-released.aspx" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/11/11/bing-maps-silverlight-control-v1-0-released.aspx</id><published>2009-11-11T23:04:00Z</published><updated>2009-11-11T23:04:00Z</updated><content type="html">&lt;p&gt;Yesterday at Tech·Ed Europe, Microsoft announced the official release of their Bing Maps v1.0 Silverlight control. This is great news as the Silverlight 3.0 offering of the Bing Maps control takes their existing Ajax control offering to the next level by providing a richer user experience. This is especially evident through the deep zoom capabilities offered by Silverlight and overall richer graphical features. To see an example of the user experience the Silverlight control offers take the &lt;a href="http://bingmapsupdates.cloudapp.net/" target="_blank"&gt;Bing Maps World Tour&lt;/a&gt;. This World Tour site, which incidentally is hosted&amp;nbsp;in the Windows &amp;amp; SQL Azure cloud, displays the latest location data and imagery Microsoft has uploaded to their data centres as well as portraying the deep zoom technology mentioned above.&lt;/p&gt;
&lt;p&gt;New features that come with the Bing Maps Silverlight control release include the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;New Geocoders for the UK and Germany, allowing more accurate and comprehensive address and postcode look-ups in these countries. &lt;/li&gt;
&lt;li&gt;All Bing Maps services have now been moved onto the Content Delivery Network (CDN). The CDN is part of Microsoft’s cloud computing strategy which involves rolling out data centres world wide. So in essence this will improve performance as it means the Bing Maps services are now available for retrieval from a data centre closest to you geographically. &lt;/li&gt;
&lt;li&gt;Bing Maps now provides the HTML code to embed a map of a selected location in your own web page via their ‘Share your map’ button. This is depicted below. &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://community.altiusconsulting.com/blogs/altiustechblog/image_3610DCF8.png"&gt;&lt;img title="image" style="BORDER-TOP-WIDTH:0px;DISPLAY:inline;BORDER-LEFT-WIDTH:0px;BORDER-BOTTOM-WIDTH:0px;BORDER-RIGHT-WIDTH:0px;" height="178" alt="image" src="http://community.altiusconsulting.com/blogs/altiustechblog/image_thumb_2A7B1FB9.png" width="263" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Multimap and Ordinance Survey integration. &lt;/li&gt;
&lt;li&gt;Inclusion of the London Underground map overlaid on the map of London. My colleague Ed Gillett beat me to blogging about this feature, see his blog post &lt;a href="https://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/11/11/bing-maps-gets-tube-maps.aspx" target="_blank"&gt;here&lt;/a&gt; for more detail. This new feature also includes links to &lt;a href="http://www.tfl.gov.uk/" target="_blank"&gt;Transport for London&lt;/a&gt; for route planning which is a nice integration touch. &lt;/li&gt;
&lt;li&gt;Draggable routes – when requesting directions from point A to point B, points on the suggested route can be dragged to a create a modified route according to your choice. &lt;/li&gt;
&lt;li&gt;Culture selection – selecting a culture enables the country names, points of interest, street names etc. on the map to be displayed in the relevant language. &lt;/li&gt;
&lt;li&gt;Silverlight API for Javascript – the Silverlight Bing Maps control has been wrapped as an API for targeting Javascript developers so they can leverage the goodness of the Silverlight control without having to learn the Microsoft .Net and Silverlight technologies. This enables them to migrate from the old Javascript centric Ajax control with greater ease. &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;All of these features are great additions to an evolving data visualisation tool and with the promise of bi-monthly minor releases we can expect the Bing Maps control to go from strength to strength. &lt;/p&gt;&lt;img src="http://community.altiusconsulting.com/aggbug.aspx?PostID=391" width="1" height="1"&gt;</content><author><name>MattFeltham</name><uri>http://community.altiusconsulting.com/members/MattFeltham.aspx</uri></author><category term="Microsoft" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Microsoft/default.aspx" /><category term="Bing Maps" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Bing+Maps/default.aspx" /><category term="Silverlight" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/Silverlight/default.aspx" /></entry><entry><title>Deploying Master Data Services (Nov CTP) - First Look</title><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/11/11/deploying-master-data-services-nov-ctp-first-look.aspx" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/11/11/deploying-master-data-services-nov-ctp-first-look.aspx</id><published>2009-11-11T16:00:00Z</published><updated>2009-11-11T16:00:00Z</updated><content type="html">&lt;div&gt;Ok finally got around to installing this.&lt;/div&gt;
&lt;div&gt;When the installation finishes it fires up the Configuration Manager.&lt;/div&gt;
&lt;div&gt;Docs here: &lt;a href="http://msdn.microsoft.com/en-us/library/ee633884(SQL.105).aspx"&gt;http://msdn.microsoft.com/en-us/library/ee633884(SQL.105).aspx&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;This is what it looks like&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;a href="https://hieqtq.bay.livefilestore.com/y1mDccPJZKyQtpi8bjECc9dHNcGqbtryAV6lbl9Bw500AypX0TvFKGowRE_PAfkFERCTOgi9qOxT8_AOAlvObZbWjHAOHwiyrLCi1OnQ35LZyxz8bStgLIDSF5Oel4VuQSUQn20Fzot1lRa2vaSFrLTZg/MDS1.jpg" rel="WLPP;url=https://hieqtq.bay.livefilestore.com/y1mDccPJZKyQtpi8bjECc9dHNcGqbtryAV6lbl9Bw500AypX0TvFKGowRE_PAfkFERCTOgi9qOxT8_AOAlvObZbWjHAOHwiyrLCi1OnQ35LZyxz8bStgLIDSF5Oel4VuQSUQn20Fzot1lRa2vaSFrLTZg/MDS1.jpg" target="_blank"&gt;&lt;img alt="" src="https://hieqtq.bay.livefilestore.com/y1mDccPJZKyQtpi8bjECc9dHNcGqbtryAV6lbl9Bw500AypX0TvFKGowRE_PAfkFERCTOgi9qOxT8_AOAlvObZbWjHAOHwiyrLCi1OnQ35LZyxz8bStgLIDSF5Oel4VuQSUQn20Fzot1lRa2vaSFrLTZg/MDS1.jpg" /&gt;&lt;/a&gt;&lt;a href="https://hieqtq.bay.livefilestore.com/y1mHUe2ip1tdefJLrKoPSnwmZy0WvGmsnViXP7s_HbjOxX3lf1gZoIhoYx_jYheNR1tcNko8f-GKhGTQfkbfrE38EBxq8rlpYHgimo5wY792oq8jqUmLz-sCueY0WdF8TOla6jfgM9l2WFB1Ti03Yz7wQ/MDS1.jpg" rel="WLPP;url=https://hieqtq.bay.livefilestore.com/y1mHUe2ip1tdefJLrKoPSnwmZy0WvGmsnViXP7s_HbjOxX3lf1gZoIhoYx_jYheNR1tcNko8f-GKhGTQfkbfrE38EBxq8rlpYHgimo5wY792oq8jqUmLz-sCueY0WdF8TOla6jfgM9l2WFB1Ti03Yz7wQ/MDS1.jpg" target="_blank"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;On selecting the database tab you&amp;#39;ve got the option of creating or adding a MDS db. Encountered my first problem here. It asks for an account to create the database, a domain service account for the MDS webapp to use and an administrator account. I had to use the SQL Server administrator logon to get it to create the DB despite my domain account having sysadmin role on the SQL server.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Here&amp;#39;s the error... (am running all this locally on my 64 bit vista laptop)&lt;/div&gt;
&lt;div&gt;Microsoft.MasterDataServices.Configuration.ConfigurationException: Could not obtain information about Windows NT group/user xxxxxxxr&amp;#39;, error code 0x5. ---&amp;gt; System.Data.SqlClient.SqlException: Could not obtain information about Windows NT group/user xxxxxxx, error code 0x5.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;Anyhow the SA logon got around this. This enables the other options available in this window. Creating the database allows you to choose collation, which brings up an important point when considering master data. Many transactional systems exists in different global regions, one difficult aspect of managing centralised data is overcoming collation differences.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;a href="https://hieqtq.bay.livefilestore.com/y1mfWS8iH8_L3x-ioz8szSfwBQqf7J25Z4MsTzoxT0SRFylpxczIT5H_AQZJUlpZw-SdaM698TYm9pcTwBo9vkOFg2AWm6ejW9TH16jRPEyElXsA46YvLwVjOJCN7dHxvgVuxAQuLU-jfSn8sNq1m4DaA/MDS2.jpg" rel="WLPP;url=https://hieqtq.bay.livefilestore.com/y1mfWS8iH8_L3x-ioz8szSfwBQqf7J25Z4MsTzoxT0SRFylpxczIT5H_AQZJUlpZw-SdaM698TYm9pcTwBo9vkOFg2AWm6ejW9TH16jRPEyElXsA46YvLwVjOJCN7dHxvgVuxAQuLU-jfSn8sNq1m4DaA/MDS2.jpg" target="_blank"&gt;&lt;img alt="" src="https://hieqtq.bay.livefilestore.com/y1mfWS8iH8_L3x-ioz8szSfwBQqf7J25Z4MsTzoxT0SRFylpxczIT5H_AQZJUlpZw-SdaM698TYm9pcTwBo9vkOFg2AWm6ejW9TH16jRPEyElXsA46YvLwVjOJCN7dHxvgVuxAQuLU-jfSn8sNq1m4DaA/MDS2.jpg" /&gt;&lt;/a&gt;&lt;a href="https://hieqtq.bay.livefilestore.com/y1mILMSNssD8gVOPxiqSJgg5q9esbY_yRguDa9To1DxhiB4O74n28oJVt30U-Oi8Jy7E9XGQNPpDJLDWAqEAy1_5oyTOlA1iCBMt_LkalSscxji-n3wS-ymVu1Y13arbFM9I4xRQ96VQe16lFt2W-Pelw/MDS2.jpg" rel="WLPP;url=https://hieqtq.bay.livefilestore.com/y1mILMSNssD8gVOPxiqSJgg5q9esbY_yRguDa9To1DxhiB4O74n28oJVt30U-Oi8Jy7E9XGQNPpDJLDWAqEAy1_5oyTOlA1iCBMt_LkalSscxji-n3wS-ymVu1Y13arbFM9I4xRQ96VQe16lFt2W-Pelw/MDS2.jpg" target="_blank"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Setting descriptions here &lt;a href="http://msdn.microsoft.com/en-us/library/ee633894(SQL.105).aspx"&gt;http://msdn.microsoft.com/en-us/library/ee633894(SQL.105).aspx&lt;/a&gt;. Web Configuration node allows you to create and configure the MDS web app and select the underlying MDS db (that we&amp;#39;ve just created). Note the option to enable the web service for programmable access.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;a href="https://hieqtq.bay.livefilestore.com/y1mWfuvPIorbF2H-EMCzTNltmw6bXb9WUNNEAhxm7_beRIdFllRGc3MY_OCgR_xBa_Q-NACtAXTNJ0BKzvUVSlUKhCUn-zv3BIF-D6r6d8L3RRpGWTZ5eMtg8uYrox-MSlUkCHeZ-rAMqwh1lpT91TmTA/MDS3.jpg" rel="WLPP;url=https://hieqtq.bay.livefilestore.com/y1mWfuvPIorbF2H-EMCzTNltmw6bXb9WUNNEAhxm7_beRIdFllRGc3MY_OCgR_xBa_Q-NACtAXTNJ0BKzvUVSlUKhCUn-zv3BIF-D6r6d8L3RRpGWTZ5eMtg8uYrox-MSlUkCHeZ-rAMqwh1lpT91TmTA/MDS3.jpg" target="_blank"&gt;&lt;img alt="" src="https://hieqtq.bay.livefilestore.com/y1mWfuvPIorbF2H-EMCzTNltmw6bXb9WUNNEAhxm7_beRIdFllRGc3MY_OCgR_xBa_Q-NACtAXTNJ0BKzvUVSlUKhCUn-zv3BIF-D6r6d8L3RRpGWTZ5eMtg8uYrox-MSlUkCHeZ-rAMqwh1lpT91TmTA/MDS3.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;All fairly straight forward. Apart from the bug I encountered.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;img src="http://community.altiusconsulting.com/aggbug.aspx?PostID=390" width="1" height="1"&gt;</content><author><name>ShaunRyan</name><uri>http://community.altiusconsulting.com/members/ShaunRyan.aspx</uri></author></entry><entry><title>SQL Azure support in SQL Server Management Studio</title><link rel="alternate" type="text/html" href="http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/11/11/sql-azure-support-in-sql-server-management-studio.aspx" /><id>http://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/11/11/sql-azure-support-in-sql-server-management-studio.aspx</id><published>2009-11-11T13:37:35Z</published><updated>2009-11-11T13:37:35Z</updated><content type="html">&lt;p&gt;The SQL Azure Team Blog just pointed out that the November CTP for SQL Server 2008 R2 also includes &lt;a href="http://blogs.msdn.com/ssds/archive/2009/11/10/9920168.aspx" target="_blank"&gt;support in Management Studio to connect to SQL Azure&lt;/a&gt;. Nice to know, and something I’ll be looking to blog more about as I investigate Microsoft’s SQL services in the cloud in more detail soon.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; The downloads for just SSMS 2008 R2 are &lt;a href="http://go.microsoft.com/fwlink/?LinkID=168734&amp;amp;clcid=0x409" target="_blank"&gt;here (32-bit)&lt;/a&gt; and &lt;a href="http://go.microsoft.com/fwlink/?LinkID=168735&amp;amp;clcid=0x409" target="_blank"&gt;here (64 bit)&lt;/a&gt; (hat tip to the &lt;a href="http://blogs.msdn.com/ssds/archive/2009/11/11/9921041.aspx" target="_blank"&gt;SQL Azure Team Blog&lt;/a&gt; again)&lt;/p&gt;&lt;img src="http://community.altiusconsulting.com/aggbug.aspx?PostID=389" width="1" height="1"&gt;</content><author><name>EdGillett</name><uri>http://community.altiusconsulting.com/members/EdGillett.aspx</uri></author><category term=".NET" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/.NET/default.aspx" /><category term="SQL Server 2005" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/SQL+Server+2005/default.aspx" /><category term="SQL Server 2008" scheme="http://community.altiusconsulting.com/blogs/altiustechblog/archive/tags/SQL+Server+2008/default.aspx" /></entry></feed>