How To Configure Management Reporter For Use

Microsoft Dynamics GPOver the last few posts I’ve covered installing the Management Reporter prerequisites, server and clients; now it’s time to configure Management Reporter for use.

Continue reading “How To Configure Management Reporter For Use”

How To Install Management Reporter – Client

Microsoft Dynamics GPAt the end of last week, I posted the first two parts in a series of posts on how to install Management Reporter; how to install Management Reporter – Prerequisites and how to install Management Reporter – Server.

Today I’ll give a run through of the Management Reporter client installation. To install the client, the same installation packages used to install the server, Microsoft Dynamics Management Reporter SP1 (Full Install) and Management Reporter Service Pack 2 October Update (PartnerSource or CustomerSource login required), are used. Continue reading “How To Install Management Reporter – Client”

Support Debugging Tool Build 16 released

Microsoft Dynamics GPDavid Musgrave has released build 16 of his Support Debugging Tool. Full details of the changes are available on the Developing for Microsoft Dynamics GP blog.

There are two updates available;

How To Install Management Reporter — Server

Microsoft Dynamics GPYesterday, I posted the first in a series of posts on how to install management reporter; how to install Management Reporter – Prerequisites. Today I’ll cover the server side of the installation. Continue reading “How To Install Management Reporter — Server”

New Microsoft Dynamics GP Statement of Direction Available

Microsoft Dynamics GPErrol Schoenfish on the Inside Dynamics GP blog has posted a new Statement of Direction for Microsoft Dynamics GP.

The Statement of Direction can be downloaded from PartnerSource or CustomerSource (login required). Continue reading “New Microsoft Dynamics GP Statement of Direction Available”

How To Install Management Reporter – Server Prerequisites

Microsoft Dynamics GPI’ve done quite a few posts on bugs and other problems recently, so I thought it about time to do a few How To posts; I opened last week with a post on how to install a domain controller and I’ve decided to follow up with a post on how to install Management Reporter. Or at least I intented it to be a post about Management Reporter but I then realised how many screenshots I’d taken and decided to break it down into several posts; the first of which will cover the server prerequisites. Continue reading “How To Install Management Reporter – Server Prerequisites”

How To Rewrite A Sub Domain To A Directory In IIS

When I signed up with my current web host the deal was limited to six domains and unlimited websites; a restriction I figured I could live within as a lot of what I intended to do would be in sub-domains and the unlimited websites allowed me to have each sub-domain in an individual website.

However, since I signed up they have, without giving any form of notification, changed the deal so it is now unlimited domains and only six websites. I’m currently in a position that I have five domains and twelve websites without the ability to create another website; the control panel shows me as having 12 of 6 websites. The only positive is that they have not, as yet, required me to trim down the number of websites I have.

I therefore spent a little time yesterday looking for a resolution to this problem. Continue reading “How To Rewrite A Sub Domain To A Directory In IIS”

How To Create A Domain Controller

Windows ServerThe release of Management Reporter brought several advantages over FRx; x64 compatibility, replacement of the Access database with SQL Server and a modern client among them. However, one of the downsides is that Management Reporter requires a domain to be available for both the installation and running.

Where FRx could be run on any PC or laptop regardless of the operating system, Management Reporter can only be run on a server OS. This means that the Business Development Managers, and I, need either a laptop with Windows Server 2008, or better the R2 version, installed or we need a VM with the same. To make everyday life easier I opted for the latter as I can install it once and then copy the VM between machines.

I am a Microsoft Dynamics GP consultant by training, certification and experience but I don’t have a huge amount of experience with Active Directory. I am the most knowledgeable here about installing GP and Management Reporter though, so it falls to me to do the setup of the demo systems and I figured I might as well do the full monty rather than getting someone else to install the operating system and then passing it back to me.

To this end I needed to learn how to install and configure Active Directory Domain Services (ADDS) and I thought it best to document here for anyone else interested and also for my own future reference. Continue reading “How To Create A Domain Controller”

Error Code 2337 When Installing Microsoft SQL Server Into A Virtual Machine

Microsoft Dynamics GPI have installed SQL Server into Virtual Machines many times in the past but I’ve recently seen an error when trying to do it again;

The following error has occurred: The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2337.

I had a think about the error and realised that I usually installed SQL from the VM HDD and not, as I was in this case, by attaching the iso image to the VM as external media. I uncompressed the iso onto the VM HDD and ran the installer again from this source and it installed without problem.