<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Dynamics NAV Business Intelligence &amp; Reporting</title><subtitle type="html" /><id>http://blogs.msdn.com/clausba/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/clausba/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2005-05-23T08:35:00Z</updated><entry><title>Using Calculations across cubes (calculated measures in virtual cubes) and freehand mdx</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/archive/2007/06/15/using-calculations-across-cubes-calculated-measures-in-virtual-cubes-and-freehand-mdx.aspx" /><id>http://blogs.msdn.com/clausba/archive/2007/06/15/using-calculations-across-cubes-calculated-measures-in-virtual-cubes-and-freehand-mdx.aspx</id><published>2007-06-15T17:09:37Z</published><updated>2007-06-15T17:09:37Z</updated><content type="html">&lt;p&gt;As promised in a previous post I will provide examples on how to use the new features of Business Analytics Basic. I will be running on SQL 2005 as these features are only available when using SQL 2005.&lt;/p&gt; &lt;p&gt;First of let's look at BA Db. Overview form where i choose to create a few new measures/expressions&amp;nbsp;in the Virtual Cube Customer Ledger.&lt;/p&gt; &lt;p&gt;I mark the cube and click Card to get access to detailed information on the cube. I then choose Expressions to get to the Editor&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;img src="http://clausba.officeisp.net/files/BlogFiles/200706/image2.jpg"&gt; &lt;/p&gt; &lt;p&gt;The Expression form opens and the name, expression and format of the expression can be entered.&lt;/p&gt; &lt;p&gt;&lt;img src="http://clausba.officeisp.net/files/BlogFiles/200706/image3.jpg"&gt;&lt;/p&gt; &lt;p&gt;By clicking the assist-butten the measures that are already in the cube appears and can be choosen to create calculations based upon them.&lt;/p&gt; &lt;p&gt;&lt;img src="http://clausba.officeisp.net/files/BlogFiles/200706/image4.jpg"&gt; &lt;/p&gt; &lt;p&gt;Using this approach (by picking measures this way) simple operations are supported (plus, minus etc.)&lt;/p&gt; &lt;p&gt;&lt;img src="http://clausba.officeisp.net/files/BlogFiles/200706/image6.jpg"&gt;&lt;/p&gt; &lt;p&gt;What is also possible is to write a freehand expression. All that is needed&amp;nbsp;is to name the expression and the start typing away. The caveat to this approach is that the statement/expression&amp;nbsp;is not&amp;nbsp;validated before the configuration is implemented. If the there are errors in the expression and Analysis Services cannot validate the MDX the entire configuration will fail.&amp;nbsp;&amp;nbsp;&lt;/p&gt; &lt;p&gt;The use of this type of expression will enable scenarios where a virtual cube based on one cube containing some measures that are based on actual figures and one cube based on budget figures. Expressions calculating budget deviation are possible. Including forecast numbers gives even a wider window. &lt;/p&gt; &lt;p&gt;Using MDX numbers like YTD, Rolling average and measures like that can easily be created.&lt;/p&gt; &lt;p&gt;After implementing the configuration the two new measures are available (here in the Advanced client)&lt;/p&gt; &lt;p&gt;&lt;img src="http://clausba.officeisp.net/files/BlogFiles/200706/image7.jpg"&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3313688" width="1" height="1"&gt;</content><author><name>clausba</name><uri>http://blogs.msdn.com/members/clausba.aspx</uri></author></entry><entry><title>What is new in Dynamics NAV 5.0 Business Analytics (BA)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/archive/2007/06/04/what-is-new-in-dynamics-nav-5-0-ba.aspx" /><id>http://blogs.msdn.com/clausba/archive/2007/06/04/what-is-new-in-dynamics-nav-5-0-ba.aspx</id><published>2007-06-04T22:58:00Z</published><updated>2007-06-04T22:58:00Z</updated><content type="html">&lt;P&gt;A while a go we released Dynamics NAV 5.0 and with that a new version of Business Analytics Basic and Advanced. I want to spend a few lines of text to share what is new in this release and the reasons for these features making it into the product at this time. 
&lt;P&gt;First of all the Advanced client is now up to speed with version 2k5 of the Targit release with everything in that. This gives us support for presenting cubes created in SQL Server Analysis Services 2005. 
&lt;P&gt;Of other new things i can add gauges as a way of graphically representing KPIs in a trafficlight way. I also add improved integration with SQL Server Reporting Services. 
&lt;P&gt;In BA Basic list of new features looks as follows: 
&lt;UL&gt;
&lt;LI&gt;Ability to apply filters on fact tables&lt;BR&gt;(Allows customers with large volumes of data to create cubes containing only subsets of data. Filters can be set by the members of any of the dimensions in a cube) 
&lt;LI&gt;Create calculations between virtual cubes&lt;BR&gt;(Allows for cross cube calculations to be handled by BA Basic. An example would be having a cube with actual figures and one with budget figures. It would be obvious to create a measure reflecting the deviation between the two. This is possible with this feature) 
&lt;LI&gt;Multiple active configurations&lt;BR&gt;(In previous version one could have only one active configuration. A configuration is made up of a set of cubes, dimensions etc that are implemented in databases with fixed names (BA for MBS Navision 400). This would mean that whenever a given configuration was implemented the database names etc was overwritten by the new content. In this version the database/configuration name is customizable meaning that you can create configurations that can be updated at differing schedules etc. without interfering with each other) 
&lt;LI&gt;Support for named instances of SQL Server It is now possible to have the BA databases and or NAV run on something but the default instance in SQL) 
&lt;LI&gt;Freehand MDX&lt;BR&gt;(This is the ability to create formulas/calculated members that go beyond what the simplistic calculator will enable inside NAV. This is also something that potentially can break the implementation if syntax is wrong in the statements written. This unleashes the power of the language but with the freedom comes responsibility)&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;In coming posts I will create examples of the usage of each of these features so stay tuned. If you would like to see one over the other leave a comment and I will try to do this.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3085283" width="1" height="1"&gt;</content><author><name>clausba</name><uri>http://blogs.msdn.com/members/clausba.aspx</uri></author><category term="Business Intelligence" scheme="http://blogs.msdn.com/clausba/archive/tags/Business+Intelligence/default.aspx" /><category term="Navision" scheme="http://blogs.msdn.com/clausba/archive/tags/Navision/default.aspx" /><category term="Business Analytics" scheme="http://blogs.msdn.com/clausba/archive/tags/Business+Analytics/default.aspx" /></entry><entry><title>BA changes in NAV 4.00 SP3</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/archive/2006/11/30/ba-changes-in-nav-4-00-sp3.aspx" /><id>http://blogs.msdn.com/clausba/archive/2006/11/30/ba-changes-in-nav-4-00-sp3.aspx</id><published>2006-11-30T15:33:00Z</published><updated>2006-11-30T15:33:00Z</updated><content type="html">&lt;P&gt;So we released SP3 for NAV 4.00. For Business Analytics this means a few things. First and most important we now are able to support SQL Server 2005 with the Configurator. This means that you now can create cubes from NAV 4.00 SP3 on SQL Server 2005 Analysis Services. This also means that the version of Business Analytics Advanced can't connect the cubes that can be created with the new version of the Configurator. In SP3 we didn't release the next version of the Advanced Client but we will do that as soon as possible. &lt;/P&gt;
&lt;P&gt;First the W1 version which is in English will be released. After that, probably in the 5.00 timeframe, localized versions of the Advanced Client will be released. Until then there are plenty of other ways to consume the cubes that can be created with the new Configurator. Excel, Reporting Services, Report Builder, Proclarity and Business Scorecard Manager are all good examples of clients that can connect and consume the cubes on SQL 2005. &lt;/P&gt;
&lt;P&gt;I will follow this with a series of posts on how to set up these components to connect to cubes on SQL 2005 so stay tuned&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1177834" width="1" height="1"&gt;</content><author><name>clausba</name><uri>http://blogs.msdn.com/members/clausba.aspx</uri></author></entry><entry><title>SQL Server 2005 SP1 has been released</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/archive/2006/04/20/579663.aspx" /><id>http://blogs.msdn.com/clausba/archive/2006/04/20/579663.aspx</id><published>2006-04-20T10:29:00Z</published><updated>2006-04-20T10:29:00Z</updated><content type="html">This release includes SQL Server Express with Advanced Services that includes Reporting Services. The service pack can be downloaded here http://www.microsoft.com/sql/sp1.mspx This Service Pack also include tools for SQL Server Express that allows creation of reports and management of the SQL database...(&lt;a href="http://blogs.msdn.com/clausba/archive/2006/04/20/579663.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=579663" width="1" height="1"&gt;</content><author><name>clausba</name><uri>http://blogs.msdn.com/members/clausba.aspx</uri></author><category term="General SQL Server" scheme="http://blogs.msdn.com/clausba/archive/tags/General+SQL+Server/default.aspx" /><category term="Business Intelligence" scheme="http://blogs.msdn.com/clausba/archive/tags/Business+Intelligence/default.aspx" /><category term="Navision" scheme="http://blogs.msdn.com/clausba/archive/tags/Navision/default.aspx" /><category term="Reporting" scheme="http://blogs.msdn.com/clausba/archive/tags/Reporting/default.aspx" /></entry><entry><title>Convergence follow up - Business Scorecard Manager and Dynamics NAV</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/archive/2006/04/19/578747.aspx" /><id>http://blogs.msdn.com/clausba/archive/2006/04/19/578747.aspx</id><published>2006-04-19T08:13:00Z</published><updated>2006-04-19T08:13:00Z</updated><content type="html">I've had the question for additional information on both Reporting Services, Business Scorecard Manager and SQL Server in general from several people approaching me after the sessions at Convergence so I figured I'd post them here. For information on Business Scorecard Manager go to: http://office.microsoft.com/en-us/FX012225041033.aspx For information on and download of Service Pack 1 for SQL 2005 go to: http://www.microsoft.com/downloads/details.aspx?familyid=57856CDD-DA9B-4AD0-9A8A-F193AE8410AD&amp;amp;displaylang=en...(&lt;a href="http://blogs.msdn.com/clausba/archive/2006/04/19/578747.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=578747" width="1" height="1"&gt;</content><author><name>clausba</name><uri>http://blogs.msdn.com/members/clausba.aspx</uri></author><category term="General SQL Server" scheme="http://blogs.msdn.com/clausba/archive/tags/General+SQL+Server/default.aspx" /><category term="Navision" scheme="http://blogs.msdn.com/clausba/archive/tags/Navision/default.aspx" /><category term="Reporting" scheme="http://blogs.msdn.com/clausba/archive/tags/Reporting/default.aspx" /></entry><entry><title>22 Free Reporting Services Reports for Dynamics Nav available</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/archive/2006/04/03/567113.aspx" /><id>http://blogs.msdn.com/clausba/archive/2006/04/03/567113.aspx</id><published>2006-04-03T10:59:00Z</published><updated>2006-04-03T10:59:00Z</updated><content type="html">&lt;P&gt;Together with the SQL Server team we released a report pack for Dynamics Nav running on SQL Server 2005 Reporting Services. This is done together with a series of other Report Packs that can be seen &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D81722CE-408C-4FB6-A429-2A7ECD62F674&amp;amp;displaylang=en"&gt;here&lt;/A&gt;. &lt;BR&gt;The Nav Reports will run on the W1 demo database but can easily be customized to run on any database. The Nav Reports can be picked up at the location below:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://download.microsoft.com/download/c/c/b/ccbae9a4-1677-45d5-bf69-1a6c471940c9/SQL2005RPNAV.msi"&gt;SQL2005RPNAV.MSI&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;As we are very interested in feedback please leave comments&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=567113" width="1" height="1"&gt;</content><author><name>clausba</name><uri>http://blogs.msdn.com/members/clausba.aspx</uri></author><category term="General SQL Server" scheme="http://blogs.msdn.com/clausba/archive/tags/General+SQL+Server/default.aspx" /><category term="Business Intelligence" scheme="http://blogs.msdn.com/clausba/archive/tags/Business+Intelligence/default.aspx" /><category term="Navision" scheme="http://blogs.msdn.com/clausba/archive/tags/Navision/default.aspx" /><category term="Reporting" scheme="http://blogs.msdn.com/clausba/archive/tags/Reporting/default.aspx" /></entry><entry><title>First day at Convergence</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/archive/2006/03/28/562904.aspx" /><id>http://blogs.msdn.com/clausba/archive/2006/03/28/562904.aspx</id><published>2006-03-28T13:19:00Z</published><updated>2006-03-28T13:19:00Z</updated><content type="html">&lt;P&gt;My first day at Convergence is over and it was a packed day. Meetings, presentations and Expo duty back to back. Presentation was full and went ok. We need to cut some slides to make all the demos fit and the rerun will reflect that. All in all good questions from the participants. Good buzz around the Expo and a lot of interesting discussions with partners and customers around problems they are facing and interest in the next version of Nav. &lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=562904" width="1" height="1"&gt;</content><author><name>clausba</name><uri>http://blogs.msdn.com/members/clausba.aspx</uri></author><category term="Navision" scheme="http://blogs.msdn.com/clausba/archive/tags/Navision/default.aspx" /></entry><entry><title>Arriving to Dallas</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/archive/2006/03/27/561810.aspx" /><id>http://blogs.msdn.com/clausba/archive/2006/03/27/561810.aspx</id><published>2006-03-27T13:18:00Z</published><updated>2006-03-27T13:18:00Z</updated><content type="html">Arrived to Dallas last night to the location of Convergence. Came in at 10:45 pm sunday night after 15 hours on the road with lots of time to think about the presentations for today. Arriving here also ment reading mails from team members that arrived earlier. It seems that there are good vibes around presentations of the next version of Navision and I'm looking forward to see the Bill Gates keynote today where among other things we will see a preview of Dynamics Nav. This demo is interesting to...(&lt;a href="http://blogs.msdn.com/clausba/archive/2006/03/27/561810.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=561810" width="1" height="1"&gt;</content><author><name>clausba</name><uri>http://blogs.msdn.com/members/clausba.aspx</uri></author><category term="Navision" scheme="http://blogs.msdn.com/clausba/archive/tags/Navision/default.aspx" /><category term="Reporting" scheme="http://blogs.msdn.com/clausba/archive/tags/Reporting/default.aspx" /></entry><entry><title>Off to Convergence</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/archive/2006/03/23/558770.aspx" /><id>http://blogs.msdn.com/clausba/archive/2006/03/23/558770.aspx</id><published>2006-03-23T12:10:00Z</published><updated>2006-03-23T12:10:00Z</updated><content type="html">&lt;P&gt;Convergence is just around the corner and I'm preparing my presentation (NAV05: NAV -- Reporting &amp;amp; Analysis). It will be a powerpacked tour of how to integrate from Navision to the Microsoft BI and reporting stack. There will be lots of demos in Reporting Services, Report Models, Business Analytics and Business Scorecard Manager. &lt;/P&gt;
&lt;P&gt;I am looking forward to this as I do expect lots of questions and feedback. &lt;/P&gt;
&lt;P&gt;More on Convergence later&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=558770" width="1" height="1"&gt;</content><author><name>clausba</name><uri>http://blogs.msdn.com/members/clausba.aspx</uri></author></entry><entry><title>New category - Reporting</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/archive/2005/12/03/455299.aspx" /><id>http://blogs.msdn.com/clausba/archive/2005/12/03/455299.aspx</id><published>2005-12-04T01:23:36Z</published><updated>2005-12-04T01:23:36Z</updated><content type="html">&lt;P&gt;I have just created a new category called reporting. Here I will discuess the possibilities in reporting in conjunction with Reporting Services. There are several ways to use this tool to do reports on top of Navision and will try to cover most of them in my next posts.&lt;BR&gt;If there are special topics in this area that you would like adressed here please leave it in the comments and I'll pick it up.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=455299" width="1" height="1"&gt;</content><author><name>clausba</name><uri>http://blogs.msdn.com/members/clausba.aspx</uri></author><category term="Navision" scheme="http://blogs.msdn.com/clausba/archive/tags/Navision/default.aspx" /><category term="Reporting" scheme="http://blogs.msdn.com/clausba/archive/tags/Reporting/default.aspx" /></entry><entry><title>Top reporting pains - request for feedback</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/archive/2005/12/03/499801.aspx" /><id>http://blogs.msdn.com/clausba/archive/2005/12/03/499801.aspx</id><published>2005-12-04T01:23:00Z</published><updated>2005-12-04T01:23:00Z</updated><content type="html">Here is a way to provide me some direct feedback with regards to the current reporting solution in Navision. What are you top pains in the current reporting solution and what is the best with regards to the current reporting solution. Leave feedback in comments.&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=499801" width="1" height="1"&gt;</content><author><name>clausba</name><uri>http://blogs.msdn.com/members/clausba.aspx</uri></author><category term="Navision" scheme="http://blogs.msdn.com/clausba/archive/tags/Navision/default.aspx" /><category term="Reporting" scheme="http://blogs.msdn.com/clausba/archive/tags/Reporting/default.aspx" /></entry><entry><title>Creating a Fiscal Calendar in BA 4.00</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/archive/2005/07/22/441713.aspx" /><id>http://blogs.msdn.com/clausba/archive/2005/07/22/441713.aspx</id><published>2005-07-22T12:07:00Z</published><updated>2005-07-22T12:07:00Z</updated><content type="html">&lt;P&gt;By request I'll briefly run over generating new timedimension in BA. By default BA is not able to create a Fical Calendar that fits the content of the table AccountingPeriodes. Nor is it able to handle calendars from Service. These can however be created manually. It is really simple and requires only editing of the Analysis Services database. It is important to note that changes made this way will not show up in the BA configurator inside Navision and the changes will be overwritten if the configurator is run from inside Navision. &lt;/P&gt;
&lt;P&gt;To start editing open Analysis Manager. In the database BA for MBS Navision 400 right click the Shared Dimensions node and choose New Dimension - Wizard as shown below.&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image001.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image001_small.png" border=2 xthumbnail-orig-image="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image001.png"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Choose Start Schema as the dimension type and click next&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image003.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image003_small.png" border=2 xthumbnail-orig-image="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image003.png"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;In the Select dimension table box select the table wPostingDate that contains a list of dates.&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image005.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image005_small.png" border=2 xthumbnail-orig-image="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image005.png"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Select Time dimension as the dimension type and make sure that the Date column is set to thedate column.&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image007.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image007_small.png" border=2 xthumbnail-orig-image="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image007.png"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;If you wish to create a Fiscal Calendar where the fiscal year begins in July this is set in the Create time dimension levels box shown below. Valid selections are any month and any given day within that month. &lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image009.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image009_small.png" border=2 xthumbnail-orig-image="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image009.png"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Clicking next will enter the Dimension Editor where advanced settings can be defined and the dimension can be setup to fit more specific needs. Since the dimension at the current point doesn't show a date as the lowest level by a day number this will have to be changed to obtain having a date shown as the lowest level of the dimension. This is done by marking the Day level which is shown in the upper left hand pane and afterwards editing the Member Name Column property in the lower left hand pane. &lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image011.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image011_small.png" border=2 xthumbnail-orig-image="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image011.png"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;To have a date shown instead of a number choose DateName and click ok.&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image013.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image013_small.png" border=2 xthumbnail-orig-image="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image013.png"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&amp;nbsp;Clicking data to browse the dimension will render the result below. Save the dimension and process it.&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image015.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image015_small.png" border=2 xthumbnail-orig-image="http://clausba.officeisp.net/files/BlogFiles/200507/fiscalcalendar/image015.png"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;The dimension can now be added to any cube in the database. Given the fact that the table wPostingDate already is added to some cubes in the Default setup no further editing should be &lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: Times New Roman"&gt;necessary for those cubes when adding the new dimension. If the dimension is added to a cube where the table is not part of an existing dimension the join to the fact table should be specified when adding the cube. This should be done by pointing the column TheDate from wPostingDate to the appropriate datetime column of the fact table. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Times New Roman"&gt;I is important to note that this works as long as no editing of the setup takes place from inside Navision as it overwrites any manual changes made since the last deployment when running. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: Times New Roman"&gt;The optimal solution to creating a Fiscal time dimension would be extracting the starting period end closing period from the AccountingPeriods table. If the interest is there I will do a post on this at a later point in time. Also please let me know if this was of any help and if you would have suggestions on other topics. My next post will be on incremental updates instead of the default full loads supported by BA.&lt;/SPAN&gt; Especially I'm interested in the relevance on posts on Reporting Services in conjunction with Navision.&lt;/P&gt;&amp;nbsp;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=441713" width="1" height="1"&gt;</content><author><name>clausba</name><uri>http://blogs.msdn.com/members/clausba.aspx</uri></author><category term="Business Intelligence" scheme="http://blogs.msdn.com/clausba/archive/tags/Business+Intelligence/default.aspx" /><category term="Navision" scheme="http://blogs.msdn.com/clausba/archive/tags/Navision/default.aspx" /><category term="Business Analytics" scheme="http://blogs.msdn.com/clausba/archive/tags/Business+Analytics/default.aspx" /></entry><entry><title>Navision DEV is blogging</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/archive/2005/07/21/441315.aspx" /><id>http://blogs.msdn.com/clausba/archive/2005/07/21/441315.aspx</id><published>2005-07-21T15:19:00Z</published><updated>2005-07-21T15:19:00Z</updated><content type="html">&lt;script type="text/javascript" src="http://technorati.com/embed/j8hyht8c6.js"&gt; &lt;/script&gt;
Just a service message - Henrik Skydtsgaard has a blog on .Net and Navision here &lt;a href="http://blogs.msdn.com/skydtsgaard"&gt;http://blogs.msdn.com/skydtsgaard&lt;/A&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=441315" width="1" height="1"&gt;</content><author><name>clausba</name><uri>http://blogs.msdn.com/members/clausba.aspx</uri></author><category term="Navision" scheme="http://blogs.msdn.com/clausba/archive/tags/Navision/default.aspx" /></entry><entry><title>Movement of pictures</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/archive/2005/07/18/439911.aspx" /><id>http://blogs.msdn.com/clausba/archive/2005/07/18/439911.aspx</id><published>2005-07-18T14:30:00Z</published><updated>2005-07-18T14:30:00Z</updated><content type="html">Just a note on the update of the configuration post. I had to move my pictures to new location. &lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=439911" width="1" height="1"&gt;</content><author><name>clausba</name><uri>http://blogs.msdn.com/members/clausba.aspx</uri></author></entry><entry><title>Running more than one active configuration in BA 4.00</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/clausba/archive/2005/05/23/421017.aspx" /><id>http://blogs.msdn.com/clausba/archive/2005/05/23/421017.aspx</id><published>2005-05-23T09:35:00Z</published><updated>2005-05-23T09:35:00Z</updated><content type="html">&lt;P&gt;As promised at my session last week I would post a detailed walk through of how to be able to run more than one active configuration with BA in Navision 4.00. First of all I would like to state that this is not a thing that I'd recommend doing unless you are used to working with both SQL Server, Analysis Services and Data Transformation Services. For more info on those technologies - see my previous post on the components used in BA 4.00. &lt;/P&gt;
&lt;P&gt;First we will move the Relational database created by BA to new one. This is necessary because BA always will create a database with the same name. If we do not complete this step the database will be overwritten when creating a new configuration. Navigate to Query Analyzer located in the SQL Server program group in the Start menu. there connect to the database server and execute the script below:&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1&gt;sp_renamedb 'BA for MBS - Navision 400', 'BAVendorDB'&lt;BR&gt;&amp;nbsp;go&lt;BR&gt;&amp;nbsp;sp_detach_db BAVendorDB&lt;BR&gt;&amp;nbsp;go&lt;BR&gt;&amp;nbsp;xp_cmdshell 'rename "c:\Program Files\Microsoft SQL Server\MSSQL\Data\BA for MBS - Navision 400_dat.mdf" BAvendordb_dat.mdf'&lt;BR&gt;&amp;nbsp;go&lt;BR&gt;&amp;nbsp;xp_cmdshell 'rename "c:\Program Files\Microsoft SQL Server\MSSQL\Data\BA for MBS - Navision 400_log.ldf" BAvendordb_log.ldf'&lt;BR&gt;&amp;nbsp;go&lt;BR&gt;&amp;nbsp;EXEC sp_attach_db @dbname = N'bavendordb', &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @filename1 = N'c:\Program Files\Microsoft SQL Server\MSSQL\Data\bavendordb_dat.mdf', &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @filename2 = N'c:\Program Files\Microsoft SQL Server\MSSQL\Data\bavendordb_log.ldf'&lt;BR&gt;&amp;nbsp;go&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Note that this is specific to your installation and rights on the server. You will have to be a member of the sysadmin group on the database server to be able to execute this. Also note that there should be no users running on the database when doing this. Normally I'd recommend scripting the database and then edit the script and run it appropriately or backing up the database and restoring it with a new name. For the sake of the demo I did it this way which is easy but requires a specific setup to run.&lt;/P&gt;
&lt;P&gt;When this is done the cubes should be copied and edited to point to the new database. Start by navigating to the Analysis Services administration tool. Here browse to the server where the Navision Cubes are placed. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image001.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image001_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Copy the database by right-clicking the database and chose copy&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image003.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image003_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Right-click on the Server name and chose paste.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image005.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image005_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Since there is already a database of that name you are asked to choose a new one. Write an appropriate name for the configuration at hand. In this example it will be Vendor Database which is the name I will use for the rest of this post.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image007.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image007_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You now have an exact copy of the Analysis Services database. Expand the Data Source folder and right-click the data-source that is in it. We need to edit this to make it point to the new database that we just created named BAVendorDB.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image009.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image009_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Point to the server (in this case (local)) and chose BAVendorDB from the drop-down.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image011.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image011_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;After this we have a new Analysis Services database pointing to the relational database BAVendorDB in SQL Server.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image013.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image013_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The next task is to alter the DTS packages created by BA. Open Enterprise Manager and browse to the Data Transformation Services folder. In Local Packages there are 4 packages that we will need to alter.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image019.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image019_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;First open the package BA for MBS-Navision 400 - initialize. This will open the package in DTS Designer which is where DTS Packages can be edited.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image021.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image021_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Double click BA for MBS-Navision and create new connection called BA Vendor DB. Point the connection to the new database called BAVendorDB in the drop-down.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image023.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image023_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;After this the task Create Company needs to be altered to point to the new connection&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image025.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image025_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The task Truncate tables also needs to be pointed to the new connection.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image027.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image027_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Click the Package menu – chose Save As and choose a new name for the package. In this case I will call the package BA Vendor DB Initialize&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image029.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image029_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Now open the package BA for MBS-Navision 400 - Transfer [CompanyName]. In this package we also need to create a new connection called BA Vendor DB. this step equals the one above.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image031.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image031_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;When clicking OK a pop-up called Task References will appear. DTS has detected that several tasks are using the connection we just changed and asks if it should delete the mappings. This is not needed and clicking OK without selecting any transformations will preserve the transformations. We can do this since the databases are exact matches.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image033.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image033_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To make sure that all transformations are pointing to BA Vendor DB all connections called BA for MBS-Navision 400 should be changed. For each of them repeat the step about preserving all mappings in the tasks. Screen shots are below for each connection in the package.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image035.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image035_small.png" border=2&gt;&lt;/A&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image037.png"&gt; &lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image037_small.png" border=2&gt;&lt;/A&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image039.png"&gt; &lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image039_small.png" border=2&gt;&lt;/A&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image041.png"&gt; &lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image041_small.png" border=2&gt;&lt;/A&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image043.png"&gt; &lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image043_small.png" border=2&gt;&lt;/A&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image045.png"&gt; &lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image045_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Click the Package menu – chose Save As and choose a new name for the package. In this case I will call the package BA Vendor DB Transfer [CompanyName]&lt;/P&gt;
&lt;P&gt;Now open the package BA for MBS-Navision 400 - Post Process. In this package we also need to create a new connection called BA Vendor DB. this step equals the one above.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image046.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image046_small.png" border=2&gt;&lt;/A&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image047.png"&gt; &lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image047_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Double-click the task Populate Posting Date. Point the connection to the connection created above called BA Vendor DB.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image048.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image048_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Double-click the task Update Posting Date. Point the connection to the connection created above called BA Vendor DB.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image049.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image049_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To be able to edit the connection settings for the task Quality Check we need to do a Disconnected Edit. In disconnected edit all properties can be edited with no check on the validity of the value. This means that one can really mess up in this and I cannot stress enough that you should not do this unless you know what you are doing. Doing the wrong things here can ruin the package for good. To enter Disconnected Edit right-click the Quality Check task and chose Disconnected Edit.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image050.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image050_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In Disconnected Edit locate under Tasks the Quality Check task double-click the ConnectionID property.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image051.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image051_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In the Edit Property box set the value to 2 and click OK.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image052.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image052_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Exit Disconnected Edit and double-click the Quality Check task. The connection name should now be BA Vendor DB.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image053.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image053_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Double-click the Update Statistics tasks and set the connection to BA Vendor DB&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image054.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image054_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Click the Package menu – chose Save As and choose a new name for the package. In this case I will call the package BA Vendor DB Post Process&lt;/P&gt;
&lt;P&gt;Now open the package BA for MBS-Navision 400 - Process Cubes. Double-click the Process Shared Dimensions task and point it to the dimensions in the Vendor Database.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image055.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image055_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Double-click the Process Cubes task and point it to Cubes in the Vendor Database&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image056.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image056_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Click the Package menu – chose Save As and choose a new name for the package. In this case I will call the package BA Vendor DB Process Cubes&lt;/P&gt;
&lt;P&gt;The next task is to alter the Agent Job created by BA. The job will enable you to schedule the job in running the packages at a given time of day/night. &lt;/P&gt;
&lt;P&gt;Browse to Management and SQL Server Agent. Under Jobs you will find a job called Update Business Analytícs Database. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image057.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image057_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Double-click the job. Here you will see four steps representing each of the four packages mentioned above. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image058.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image058_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Edit the first step and change the name of the command to reflect the new name of the initialize package. In this case BA Vendor DB - Initialize&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image059.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image059_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Alter the following steps accordingly to reflect the new names of the packages. Also note that you will have to give the job a new name to be able to coexist with other parallel configurations.&lt;/P&gt;
&lt;P&gt;To run the job either schedule it or right-click and chose run from the menu.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/image061.png"&gt;&lt;IMG src="http://clausba.officeisp.net/files/BlogFiles/200505/Custom%20BA%204.00/Thumbnail/image061_small.png" border=2&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=421017" width="1" height="1"&gt;</content><author><name>clausba</name><uri>http://blogs.msdn.com/members/clausba.aspx</uri></author><category term="Navision" scheme="http://blogs.msdn.com/clausba/archive/tags/Navision/default.aspx" /><category term="Business Analytics" scheme="http://blogs.msdn.com/clausba/archive/tags/Business+Analytics/default.aspx" /></entry></feed>