While I was working on the series of posts for how to install the Web Services for Microsoft Dynamics GP, I encountered a couple of problems which I thought it might be worth covering; in the last post I looked at resolving a problem with the eConnect Integration Service not running. The second error I encountered was after I installed the Management Tools on a client machine and tried to start it;
Resolving A Problem With The eConnect Integration Service Not Running
While I was working on the series of posts for how to install the Web Services for Microsoft Dynamics GP, I encountered a couple of problems which I thought it might be worth covering in this and the next post.
The first was to do with the eConnect Integration Service which is installed as part of the install of Web Services. The basic problem was that the service was not running;
Continue reading “Resolving A Problem With The eConnect Integration Service Not Running”
How To Install Microsoft Dynamics GP 2013 Web Services Management Tools
With the web services installed, configured and verified we can install the Management Tools on a client machine so we don’t need to access the server each time we need to make a change; note that the Management Tools can only be installed on a client machine if there is a domain controller on the network.
To install the Web Services Management Tools, open the Microsoft Dynamics GP setup utility and select Web Services Management Tools;
Continue reading “How To Install Microsoft Dynamics GP 2013 Web Services Management Tools”
Verifying the Install Of Web Services For Microsoft Dynamics GP 2013
Now that the web services are installed and configured it is time to make sure that they have installed correctly. The Microsoft documentation for Web Services Installation and Administration Guide starts by checking the services are running via the browser and I’ll come to this in a moment, but I always prefer to start with making sure the services are actually running.
This is done in the Services window (
).The first service to check for is the Microsoft Dynamics GP Service Host. If the service has a Status of Started then the service is running correctly;
Continue reading “Verifying the Install Of Web Services For Microsoft Dynamics GP 2013”
How To Configure Microsoft Dynamics GP 2013 Web Services Runtime
In the last post, I took a look at installing the Web Services Runtime; in this one I’ll step through the initial configuration of the web services.
This is done using the GP Web Services Configuration Wizard (
). Once launched click Next on the Welcome screen;Continue reading “How To Configure Microsoft Dynamics GP 2013 Web Services Runtime”
How To Install Microsoft Dynamics GP 2013 Web Services Runtime
Microsoft Dynamics GP 2013 was released on December 19th last year which means that not only do I have a new version of GP itself to install and play with but also lots of related products such as Business Analyser and Integration Manager.
I am also going to be taking a look at some more of the related products, included the new Microsoft Dynamics GP 2013 Web Client, over the coming few weeks/months depending on how spread out they get due to other commitments. I am going to cover the Web Services in this and the next few posts (perhaps allowing for a couple of non-sequitur posts to slip in).
The first step in installing the Microsoft Dynamics GP 2013 Web Services is to install the runtime components which is done in the Microsoft Dynamics GP 2013 setup utility by selected the Web Services Runtime;
Continue reading “How To Install Microsoft Dynamics GP 2013 Web Services Runtime”
Prerequisites For Installing Microsoft Dynamics GP 2013 Web Services
The next few posts will cover the installation and configuration of the Web Services for Microsoft Dynamics GP 2013, but, first, I thought it might be useful to give an overview of the prerequisites.
First, the operating system; Windows Server 2008 or Windows Server 2008 R2 Standard or Enterprise editions are supported. According the the documentation, Windows Server 2012 is not yet supported although the install does work.
Second, a Microsoft SQL Server 2008 or later to host the security database. This could be the same or different SQL Server which is hosting the Microsoft Dynamics GP 2013 system and company databases.
Third, Microsoft .NET Framework 4 is required and will be installed by the Microsoft Dynamics GP setup utility.
Fourth, a service user account is needed to run as the Microsoft Dynamics GP Service Host which is the Windows service host. If you’re running web services on the SQL Server then you can use a local user account but if the web services are on a different machine to the SQL Server then a domain user account should be used.
Fifth, the is two bits of setup which needs to have been completed in Microsoft Dynamics GP 2013:
- A Functional Currency needs to be configured in the Multicurrency Setup window ( )
- All currencies need to have a unique ISO currency code ( )
The next post will take a look at the installation of the Web Services Runtime
Error Starting Microsoft Dynamics GP 2013 In Dexterity Debug
I’ve recently started taking a look at Leslie Vail’s book, Developing Business Applications for Microsoft Dynamics GP which was published in December by Packt Publishing. The book was written using Microsoft Dynamics GP 2010; this is not a criticism as the book will have taken a fair time to write and was published two days after Microsoft Dynamics GP 2013 was released so there wasn’t time to do an update to the latest version.
However, Microsoft Dynamics GP 2013 was available I’ve decided to perform the practical examples using this version rather than GP 2010 because I had just finished building a customisation environment with GP 2013 installed in it and I could easily add Dexterity and the other tools used in the book to the environment.
As I was following the steps in Chapter 3 of the book, which is an introduction to Dexterity, where common errors and issues encountered in Microsoft Dynamics GP 2010 and how to resolve them are explained, I came across an error which was specific to Microsoft Dynamics GP 2013;
Continue reading “Error Starting Microsoft Dynamics GP 2013 In Dexterity Debug”
Management Reporter 2012 Rollup 4 Released
On the 28th January, Rollup 4 for Management Reporter 2012 was released via the Dynamics Corporate Performance Management blog.
It can be downloaded from CustomerSource (CustomerSource or PartnerSource login required).
For Microsoft Dynamics GP users there is improved performance with the data mart integrations and new Quick Links in the Web Viewer which allows users to easily jump to key areas of a report.
EFT File Format Import/Export Error
I’ve recently been creating an HSBC Standard 18 BACs file format for a client in Microsoft Dynamics GP 2010 R2.
Unfortunately, once I released it to their system, they reported an error with the import where the Creditor’s Cheque Name wasn’t being output on the resulting file.
I did some testing and it turns out to be a bug in the export function of the EFT File Format (
) window in Microsoft Dynamics GP 2010 R2; I have subsequently tested on GP 2010 SP3 and GP 2013 and the import/export works fine. I realised something odd was going on when I looked at the template in the EFT File Format window ( ) and saw that while the Series was defined as Purchasing in the header, the scrolling window for the Data Field only had Receivables Management tables and fields available to it and not the Payables Management tables and fields I would expect;