Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Adding The Web Client Runtime To The Session Hosts

Microsoft Dynamics GPWith Microsoft Dynamics GP installed, configured and the sample company deployed, it’s time to add the Web Client Runtime to the clients.

This is done by opening Programs and Features, selecting Microsoft Dynamics GP 2013 and clicking Change:

Programs and Features

Continue reading “Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Adding The Web Client Runtime To The Session Hosts”

Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Deploying The Fabrikam Sample Company

Microsoft Dynamics GPThe Fabrikam sample company is deployed via GP Utilities. Log into it using the sa account and progress through to the Additional Tasks. In the drop down list select Add sample company data and click :

Additional Tasks

Continue reading “Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Deploying The Fabrikam Sample Company”

Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Installing The Server

Microsoft Dynamics GPNow we have a client installed, we can use this to install the server. To do this run GP Utilities and log in using the sa account:

Welcome to Microsoft Dynamics GP Utilities

Continue reading “Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Installing The Server”

Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Installing The Client

Microsoft Dynamics GPWhile most people reading this series are likely to already have an up and running Micrsoft Dynamcis GP system, I am going for completion in coverage for this series so I am going to be doing posts on items such as installing the client (this post), installing the server and deploying the sample company.

To install the Microsoft Dynamics GP 2013 SP2 client, run the setup.exe on the installation media. This will check if required components are installed or not and run the Microsoft Dynamics GP 2013 Bootstrapper Setup to install any missing components:

Microsoft Dynamics GP 2013 Bootstrapper Setup

Continue reading “Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Installing The Client”

Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Creating Required Service Accounts

Microsoft Dynamics GPDepending on your selected options when installing the Microsoft Dynamics GP web client, there are between three and four service accounts required.

The three which are always required are:

  1. Web Application User
  2. Session Service
  3. Session Central Service

The one which is optional dependent on installation options is:

  1. Management Console Application User

This last is only required if the Management COnsole is installed to a different web site to the web client.

To create the service accounts, you need to be logged onto the Domain Control (in my case DC1 which is running Windows Server 2008 R2) and open Active Directory Users and Computers.

Continue reading “Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Creating Required Service Accounts”

Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Creating Security Groups In AD For The Web Client

Microsoft Dynamics GPThere are two security groups required for the Microsoft Dynamics GP web client:

  1. A group for users who can access the web client
  2. A group for users who can access the web client’s management console.

To create these groups we need to be logged onto the domain controller which on my test system is AZC-DC1.

On the domain controller, open Active Directory Users and Computers.

I decided to create a business unit called Microsoft Dynamics GP but you could create the required groups anywhere. To create the web console user’s group click the Create Group button on the toolbar:

Active Directory Users and Computers

Continue reading “Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Creating Security Groups In AD For The Web Client”

Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Avoiding Trust Relationship Problems

Microsoft Dynamics GPIf a wildcard domain certificate has been used then you won’t need to follow the steps in this post. If, like me, you’re using individual machine certificates then you will have problems with trust relationships between servers unless you install the certificate from each machine on all of the others.

To accomplish this, the certificates need to be exported and then imported. As an example, I am going to transfer the certificate from the Session Control Server (SC1) to the first Session Host (SH1).

To do this open Internet Information Services (IIS) Manager, select the machine and double click Server Certificates:

Internet Information Services (IIS) Manager

Continue reading “Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Avoiding Trust Relationship Problems”

Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Adding An SSL Certificate To The Session Hosts

Microsoft Dynamics GPIn addition to an SSL certificate for the Session Control Server certificates are also needed for the Session Hosts.

It is possible to add SSL certificates without the use of IIS, but I am not an expert in this area. To this end, I installed IIS the same way as on the Session Control Server and then created the certificate the same way too.

However, you choose to create the certificate for the Session Host machines, make sure you have one for each of the machines or apply the wildcard SSL certificate to each.

If anyone knows a way of applying a certificate to a machine without installing IIS I’d appreciate you leaving a comment below.

Click to show/hide the Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment Series Index

Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Binding An SSL Certificate To The Session Control Website

Microsoft Dynamics GPNow that the SSL certificate for the Session Central Server has been created, it needs to be bound to the website to which the Session Control Server will be installed.

To bind the certificate, open Internet Information Services (IIS) Manager and, in the Connections pane expand the server and Sites nodes and then right click on the website you intend to use, which in this example is the Default Web Site and select Edit Bindings…:

Internet Information Services (IIS) Manager

Continue reading “Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Binding An SSL Certificate To The Session Control Website”

Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Creating A Self-Signed SSL Certificate On The Session Central Server

Microsoft Dynamics GPThe Session Control and Session Host machines require an SSL certificate. In a production environment I would recommend using a wildcard SSL domain certificate, but as this is only my test environment I am going to use a self-signed SSL certificate.

To create a self-signed SSL certificate, open Internet Information Serices (IIS) Manager and double click on Server Certificates:

Internet Information Serices (IIS) Manager

Continue reading “Microsoft Dynamics GP 2013 SP2 Web Client Scale-Out Deployment: Creating A Self-Signed SSL Certificate On The Session Central Server”