Microsoft Dynamics GP. econnect Installation and Administration Guide Release 9.0
|
|
|
- Ada Lindsey
- 10 years ago
- Views:
Transcription
1 Microsoft Dynamics GP econnect Installation and Administration Guide Release 9.0
2 Copyright Copyright 2006 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation. Notwithstanding the foregoing, the licensee of the software with which this document was provided may make a reasonable number of copies of this document solely for internal use. Trademarks Microsoft, Microsoft Dynamics, Visual Basic, Visual Studio, BizTalk Server, Windows, and Windows Server are either registered trademarks or trademarks of Microsoft Corporation or its affiliates in the United States and/or other countries. The names of actual companies and products mentioned herein may be trademarks or registered marks - in the United States and/or other countries - of their respective owners. Unless otherwise noted, the example companies, organizations, products, domain names, addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, address, logo, person, place, or event is intended or should be inferred. Intellectual property Microsoft may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document. Except as expressly provided in any written license agreement from Microsoft, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property. Warranty disclaimer Microsoft Corporation disclaims any warranty regarding the sample code contained in this documentation, including the warranties of merchantability and fitness for a particular purpose. Limitation of liability The content of this document is furnished for informational use only, is subject to change without notice, and should not be construed as a commitment by Microsoft Corporation. Microsoft Corporation assumes no responsibility or liability for any errors or inaccuracies that may appear in this manual. Neither Microsoft Corporation nor anyone else who has been involved in the creation, production or delivery of this documentation shall be liable for any indirect, incidental, special, exemplary or consequential damages, including but not limited to any loss of anticipated profit or benefits, resulting from the use of this documentation or sample code. License agreement Use of this product is covered by a license agreement provided with the software product. If you have any questions, please call the Microsoft Dynamics GP Customer Assistance Department at (in the U.S. or Canada) or Publication date November Last updated October 27, 2006
3 Contents Introduction...2 What s in this manual...2 Symbols and conventions...2 Product support...3 Part 1: econnect Basics...6 Chapter 1: econnect Overview... 7 What is econnect?...7 What econnect can do...7 Getting started...8 Chapter 2: econnect Architecture...11 Architecture diagram Configurations...12 Business objects...13 econnect API...14 BizTalk...15 Transaction Requester...15 Replication Service...16 Part 2: Installation...20 Chapter 3: Prerequisites Operating system...21 Microsoft.NET 1.1 Framework...21 COM+ user account...21 Distributed Transaction Coordinator (DTC)...22 Functional currency...24 Microsoft Message Queueing (MSMQ)...25 Chapter 4: econnect Installation Installation types...27 Installation procedure...27 Chapter 5: BizTalk Adapter Installation Overview...33 Installing the econnect Adapter for BizTalk Installing the econnect Adapter for BizTalk Part 3: Administration...38 Chapter 6: Configuring econnect Services Overview...39 Incoming Service...39 Outgoing Service...42 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE i
4 CONTENTS Replication Service...45 Transaction Requester...48 BizTalk adapter...51 Chapter 7: Maintenance Installing additional companies...57 Modifying an econnect installation...59 Completing a repair...60 Removing econnect...61 Chapter 8: Utilities econnect Requester Setup...63 econnect MSMQ Control...63 econnect Release Information...65 Chapter 9: Troubleshooting Functional currency...67 Connection string problems...67 Login problems...68 Incoming or Outgoing Services...68 BizTalk server...68 econnect event log...69 Incoming Service problems...69 COM+ object...70 Glossary...71 Index...73 ii ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
5 INTRODUCTION
6 Introduction Welcome to econnect for Microsoft Dynamics GP. This documentation explains how to install and administer econnect. An econnect installation includes files, tools, and services that allow applications to integrate with Microsoft Dynamics GP. Before you begin installing and using econnect, take a few moments to review the information presented here. What s in this manual The Microsoft Dynamics GP econnect Installation and Administration Guide is designed to give you an in-depth understanding of how to install and administer econnect. Information is divided into the following parts: Part 1, econnect Basics, provides an overview of econnect and the components it supplies to help other applications integrate with Microsoft Dynamics GP. Part 2, Installation, describes how to install econnect or the econnect runtime. Part 3, Administration, explains how to configure and maintain econnect. To learn about creating applications that use econnect for Microsoft Dynamics GP, refer to the econnect Programmer s Guide and Reference document. Symbols and conventions To help you use this documentation more effectively, we ve included the following symbols and conventions within the text to make specific types of information stand out. Symbol Description The light bulb symbol indicates helpful tips, shortcuts, and suggestions. Warnings indicate situations you should be aware of when completing tasks. Margin notes summarize important information. Margin notes call attention to critical information and direct you to other areas of the documentation where a topic is explained. Convention Part 1, econnect Basics Chapter 1, Overview Installing econnect using System.IO; Microsoft Message Queuing (MSMQ) TAB or ALT+M Description Bold type indicates a part name. Quotation marks indicate a chapter name. Italicized type indicates a section name. This font is used to indicate script examples. Acronyms are spelled out the first time they re used. Small capital letters indicate a key or a key sequence. 2 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
7 INTRODUCTION Product support Microsoft Dynamics GP technical support can be accessed online or by telephone. Go to and click the CustomerSource or PartnerSource link, or call (in the US and Canada) or ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 3
8 4 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
9 PART 1: ECONNECT BASICS
10 Part 1: econnect Basics This portion of the documentation contains introductory information you should know before deploying econnect for Microsoft Dynamics GP. The following information is discussed: Chapter 1, econnect Overview, introduces econnect and the types of integration interfaces and tools it provides. Chapter 2, econnect Architecture, discusses the underlying components that are part of an econnect installation. 6 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
11 Chapter 1: econnect Overview Microsoft Dynamics GP econnect allows you to integrate your business applications with Microsoft Dynamics GP. The following topics introduce Microsoft Dynamics GP econnect: What is econnect? What econnect can do Getting started What is econnect? econnect is a collection of tools, components, and interfaces that allow applications to programmatically exchange data with Microsoft Dynamics GP. The key econnect components and interfaces include: A.NET managed code assembly A Microsoft BizTalk Application Integration Component (AIC) Microsoft Message Queuing (MSMQ) services These econnect interfaces allow external applications like web storefronts, web services, point-of-sale systems, or legacy applications to integrate with Microsoft Dynamics GP. The external applications can perform actions like creating, updating, retrieving, and deleting back office documents and transactions. Throughout the documentation, the terms front office and back office are used. The term back office refers to the financial management system, in this case, Microsoft Dynamics GP. The term front office refers to customer relationship management systems, data warehouses, web sites, or other applications that communicate with the back office. econnect allows you to leverage the existing transaction-based business logic of Microsoft Dynamics GP. This allows you to focus your time and energy on creating or enhancing custom applications for the front office. What econnect can do econnect allows you to enhance your applications in the following ways: 1. Add real-time access to Dynamics GP data. econnect provides real-time access to back office data. It offers a way to add upto-date back office information to existing front office applications like web storefronts or service applications. 2. Share financial management data across applications. econnect allows multiple applications to share financial management data. The econnect interfaces can support multiple independent applications. Changes to financial data in Dynamics GP are simultaneously available to all applications that use econnect to access that data in Dynamics GP. Application developers who use econnect obtain the following benefits: 1. Reduce development time. econnect has a large number of integration points for Microsoft Dynamics GP. Software developers can quickly add back office integrations to an application. This simplifies the development effort, while providing fast access to Microsoft ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 7
12 PART 1 ECONNECT BASICS Dynamics GP data. econnect also reduces development time when the business logic contained in the back office is reused by new custom applications. An econnect integration also reduces data re-entry. An automated econnect integration between Microsoft Dynamics GP and a new or existing online storefront, web service, or other data source eliminates the time and cost of manually copying data. 2. Use existing development tools. econnect allows software developers to select their tool of choice when working with econnect. Developers can use Microsoft.NET, Microsoft SQL Server stored procedures, BizTalk, COM, or MSMQ. 3. Leverage industry-standard technologies. econnect includes components for MSMQ and BizTalk Server, which are industry-standard tools that support integration between applications. 4. Use XML to transfer data. econnect uses XML documents to move data into and out of Microsoft Dynamics GP. The XML documents are a text-based representation of back office data. An XML schema specifies the data that is included in each type of XML document. This allows econnect to provide back office integration to any application capable of creating or consuming these XML documents. Getting started How you start depends on your role: System administrator If you are the system administrator, complete the following: Review Chapter 2, econnect Architecture, to understand the components that comprise an econnect installation. This information can help you to understand how econnect will fit with your existing systems. Review Chapter 3, Prerequisites, to determine whether your system has all the prerequisites for econnect. You may need to install some additional software or configure Dynamics GP before installing econnect. Review Chapter 4, econnect Installation, to acquaint yourself with the econnect installation procedure. If you are planning to use econnect s BizTalk adapter, review Chapter 5, BizTalk Adapter Installation, to acquaint yourself the procedure for installing the adapter. Review Chapter 6, Configuring econnect Services, to understand the configuration files used to control econnect s Windows services and BizTalk adapter. You control the behavior of the services and adapter by changing the values stored in the configuration files. Review Chapter 7, Maintenance, to learn what you can do to revise, repair, or remove an existing econnect installation. 8 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
13 CHAPTER 1 ECONNECT OVERVIEW Software Developer If you are a developer, complete the following: Review Chapter 2, econnect Architecture, to familiarize yourself with econnect s components. You need to understand how econnect s components work together to meet your integration requirements. Discuss the installation procedure with the system administrator to learn what configuration settings were used during the econnect installation. Review the econnect Programmer s Guide and Reference document. The document describes econnect s tools, application programming interfaces (APIs), and XML schemas. Use the econnect Programmer s Guide and Reference to learn how econnect meets your application integration requirements. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 9
14 10 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
15 Chapter 2: econnect Architecture When using Microsoft Dynamics GP econnect, it is helpful to understand its architecture. Architectural information is divided into the following sections: Architecture diagram Configurations Business objects econnect API BizTalk Transaction Requester Replication Service Architecture diagram econnect installs a collection of components that work together to provide programmatic access to Microsoft Dynamics GP data. The following diagram illustrates the basic components: Integrating Applications XML XML XML.NET MSMQ COM BizTalk Server Transaction Requester XML Incoming Service XML Outgoing Service BizTalk Adapter Replication Service API Layer.NET COM+ Object Business Objects Pre SQL stored procedures Post Data Access Layer Microsoft Dynamics GP ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 11
16 PART 1 ECONNECT BASICS The diagram illustrates econnect s two key layers and the components that make up those layers. The data access layer contains the econnect business objects. The business objects are installed on the Microsoft Dynamics GP server. The application programming interfaces (API) layer contains the components that simplify using the econnect business objects. The API layer installs on the same computer as the integrating application. The diagram also shows that your integrating application can bypass the API and use the econnect business objects directly. The Transaction Requester allows you to publish Microsoft Dynamics GP documents to a queue. You typically use the Transaction Requester with the API layer s Outgoing Service to publish specified Microsoft Dynamics GP documents as econnect XML documents. The Transaction Requester identifies the specific transactions the Outgoing Service needs to publish. The Replication Service allows you to replicate transactions that occur in Microsoft Dynamics GP to another database. Configurations There are two common configurations for an econnect installation. In the basic configuration econnect and Microsoft Dynamics GP are installed on the same server. This is shown in the following illustration: SQL Server with Dynamics GP Data + econnect Business Objects econnect API econnect COM+ Object econnect Transaction Requester econnect Replication Service Integrating Application The following illustration shows the second common configuration for econnect. In this configuration, econnect is installed on a separate server, and accesses the SQL Server that manages Microsoft Dynamics GP data over the local network. To obtain optimal performance, you should use the two server configuration whenever possible. Local Network Integrating application + econnect API econnect COM+ Object econnect Transaction Requester econnect Replication Service Integrating Application SQL Server with Dynamics GP Data + econnect Business Objects 12 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
17 CHAPTER 2 ECONNECT ARCHITECTURE Which configuration you choose will depend on what types of integration you need, and what server resources you have available. econnect can also be part of a BizTalk integration. Refer to BizTalk documentation for information about the types of configurations possible with BizTalk Server. Business objects The most basic econnect components are known as business objects. The econnect business objects are a collection of SQL stored procedures. The econnect install adds these stored procedures to the system database (DYNAMICS) and each specified company database. The stored procedures contain the business logic used by econnect. In addition, the stored procedures validate the data and supply default values. Any econnect action that queries, creates, updates, or deletes data from Dynamics GP is completed using one or more of these stored procedures. The econnect business objects include Dynamics GP documents and transactions that are commonly used in application integration. While econnect supplies a large number of documents, not every Dynamics GP feature is available through econnect. You cannot modify econnect stored procedures. However, econnect provides an alternative that allows you to customize its business logic. Each stored procedure includes specially named pre and post stored procedures. You customize econnect s business logic by adding SQL queries and commands to these pre and post procedures. The pre stored procedure runs your custom code immediately before the econnect stored procedure, while the post stored procedure runs immediately after the econnect stored procedure. The following diagram illustrates the relationship between an econnect stored procedure and its pre and post stored procedures: Start stored procedure called The econnect stored procedure cannot be modified. executes pre stored procedure executes post stored procedure Pre stored procedure econnect stored procedure Post stored procedure For example, assume you want to modify the business logic for the econnect stored procedure named tasophdrivcinsert. You complete this modification by adding custom SQL code to the stored procedure named tasophdrivcinsertpost. Your custom code will run immediately after every execution of the tasophdrivcinsert procedure. To run custom code prior to the execution of the tasophdrivcinsert procedure, place the custom SQL code in the stored procedure named tasophdrivcinsertpre. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 13
18 PART 1 ECONNECT BASICS Once econnect installs its business objects, the stored procedures are available on the server and can be utilized by your application. However, a direct call to an econnect stored procedure requires you to: Create a connection to the database server. Implement security restrictions to prevent unauthorized use of your database connection. Implement transaction management to commit or rollback changes. Identify and handle error conditions. Update your application whenever changes are made to the parameters for the stored procedure. To avoid the extra work of direct calls to the stored procedures, use one of the APIs that econnect supplies. These API provide a simpler approach to using the econnect business objects. econnect API econnect provides a collection of APIs that interact with the business objects. There are APIs for Microsoft.NET, COM, and Microsoft Message Queuing (MSMQ). The variety of econnect APIs allows you to use the interface that best fits your integration project and the available development tools. To support its API, econnect supplies a COM+ component that manages interaction with the econnect business objects. The COM+ object installs in Component Services on your econnect client computer. The COM+ object requires a user logon. The logon must have sufficient privileges (i.e. be assigned to DYNGRP) to access the Dynamics GP databases on your SQL server. Schema information can be found in the econnect Programmer s Guide and Reference To use the econnect API, your application must create or read econnect XML documents. econnect supplies XML schema to specify the contents of each document. A schema is an XML file (with typical extension.xsd) that describes the syntax and semantics of XML documents using a standard XML syntax. An XML schema specifies the content constraints and the vocabulary that compliant documents must accommodate. The econnect business objects validate documents against the schema and reject documents that do not comply. The COM+ component supports the following APIs: Microsoft.NET econnect installs.net assemblies on your computer and adds them to the global assembly cache. The assemblies use the COM+ object to access the econnect business objects. To use econnect in a.net development project, add references to these assemblies. COM econnect installs a COM library on you computer. The COM library uses the COM+ object to access the business objects. To use econnect in a COM project, add a reference to the COM library. 14 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
19 CHAPTER 2 ECONNECT ARCHITECTURE BizTalk The COM library is a deprecated feature. All new development should use the.net assemblies. MSMQ The MSMQ API uses MSMQ queues and Windows services to asynchronously transport data between your application and Microsoft Dynamics GP. Your application must be able to access the queues used by the services. Both the Incoming and Outgoing services use the COM+ object to access the econnect business objects. To use the econnect Incoming Service, create an XML document and place it in the specified queue. The Incoming Service monitors that queue and periodically processes the valid XML documents stored in the queue. The econnect Outgoing Service relies on SQL triggers and the business objects to retrieve specified econnect documents. The service stores the documents in a specified queue. Your application must monitor the queue, retrieve the supplied documents, and perform its actions based on the data in the documents. econnect provides a BizTalk adapter is an application integration component (AIC) that you can install on your BizTalk 2004 server. The BizTalk adapter allows you to use BizTalk to manage interaction with econnect business objects. The BizTalk adapter supports the use of econnect as a part of a BizTalk orchestration or in a simple pass-through situation. Transaction Requester The Transaction Requester is a collection of SQL database tables and database triggers that econnect uses to make Dynamics GP data changes available to other applications. The following diagram illustrates the Transaction Requester: An application creates a new record. MSMQ Outgoing Service The Outgoing Service queries the econnect_out table. XML representing the new record is sent to the econnect outgoing queue in MSMQ. Microsoft Dynamics GP database econnect_out table The Transaction Requester s SQL trigger reacts to the record s creation, and inserts an entry to the econnect_out table. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 15
20 PART 1 ECONNECT BASICS The Transaction Requester supports other econnect services that export data from Dynamics GP to other applications. When econnect installs the Transaction Requester, it creates three tables in each specified Dynamics GP database: econnect_out This table stores data from selected create, update, or delete operations that occur within Microsoft Dynamics GP. The data identifies the individual transactions that occurred. Other econnect services use the data in the table to create messages that can be used to integrate Dynamics GP data with other applications. econnect_out_setup This table contains configuration information for the Transaction Requester. To keep the Transaction Requester working, do not make changes to this table. econnectouttemp This table is a temporary data store. To configure the econnect Transaction Requester, use the econnect Requester Setup utility. The econnect Requester Setup utility allows you to specify Dynamics GP objects and operations you want to export to another application. The utility then adds SQL triggers to Dynamics GP that populate the econnect_out table for the specified objects and operations. For a detailed explanation of how to configure the Transaction Requester, see Transaction Requester on page 48. For example, assume you want an external application to be updated when a new customer is added to Microsoft Dynamics GP. To begin, use the econnect Requester Setup utility to specify the customer object and the SQL insert operation. The econnect Requester Setup adds a SQL trigger to the database. When a new customer record is inserted, the SQL trigger creates a record of the event in the econnect_out table. The econnect Outgoing Service periodically queries the econnect_out table. The service uses the record in the table to create an XML document that describes the new customer transaction. The Outgoing Service then places the XML document in a message queue where it can be retrieved and used to notify the external application. Replication Service econnect includes the Replication Service that copies selected data changes from Microsoft Dynamics GP to a specified target database. The Replication Service asynchronously updates the target database to reflect changes made in Dynamics GP. To use the Replication Service, the target database must have the same table structure as the Microsoft Dynamics GP database. 16 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
21 CHAPTER 2 ECONNECT ARCHITECTURE The following diagram illustrates the Replication Service: An application creates a new record in Microsoft Dynamics GP. The Transaction Requester s SQL trigger reacts to the record s creation, and inserts an entry to the econnect_out table. Microsoft Dynamics GP database econnect_out table The Outgoing Service queries the econnect_out table, retrieves the data, creates an XML document, and places the document in the econnect outgoing queue. Outgoing Service XML MSMQ econnect Outgoing queue The Replication Services retrieves the XML document from the econnect outgoing queue and inserts the new data into the specified external application database. XML Replication Service External application database The data from the record created in Microsoft Dynamics GP is visible in the external application. The Replication Service uses many of econnect s other components and interfaces: The Transaction Requester specifies the documents and transactions to replicate. The econnect Outgoing Service creates the XML documents from the information provided by the Transaction Requester Service. It places them in the Outgoing queue in MSMQ. The econnect Replication Service takes the documents from the Outgoing Queue and uses the data to replicate the transaction directly into the external application s database. Since the Replication Service performs a specific task, it does not provide an API. You cannot programmatically customize the Replication Service. Before starting the ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 17
22 PART 1 ECONNECT BASICS Replication Service, you must configure the service. For a detailed explanation of how to configure the Replication Service, see Replication Service on page ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
23 PART 2: INSTALLATION
24 Part 2: Installation This portion of the documentation explains how to install Microsoft Dynamics GP econnect. The following information is discussed: Chapter 3, Prerequisites, describes the software required and the actions you must perform before you install Microsoft Dynamics GP econnect. Chapter 4, econnect Installation, describes the process to install econnect. Chapter 5, BizTalk Adapter Installation, describes the process to install the econnect BizTalk adapter. 20 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
25 Chapter 3: Prerequisites Before installing Microsoft Dynamics GP econnect, there are several prerequisites you must check. This portion of the documentation describes the software requirements and the additional steps to perform before installing econnect. The following topics are discussed: Operating system Microsoft.NET 1.1 Framework COM+ user account Distributed Transaction Coordinator (DTC) Functional currency Microsoft Message Queueing (MSMQ) Operating system To install econnect, the computer must be running one of the following operating systems: Windows Server 2003 Windows XP Windows 2000 Server Microsoft.NET 1.1 Framework To use econnect, the Microsoft.NET 1.1 Framework is required. The econnect installer verifies this framework is installed on your computer. If the framework is not installed, the econnect installer will load and configure the framework. COM+ user account The econnect COM+ object uses SQL Server integrated security to connect to the econnect business objects. During the installation of econnect, you need to supply a user account for the COM+ object. To set up the user account, complete the following procedure: 1. Select a user account. Select or create a user account for the econnect COM+ object. If you plan to install econnect on a different computer than the Dynamics GP server in a domain environment, select or create a domain user account. If you plan to install econnect on a different computer than the Dynamics GP server in a workgroup environment, select or create a user on the Dynamics GP server. If you plan to install econnect on the same server as Microsoft Dynamics GP, select or create a local user account. 2. Give the user account database access. Add the user account you selected or created to the DYNGRP role for the system (DYNAMICS) database and for each company database that will be used with econnect. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 21
26 PART 2 INSTALLATION When you install econnect, you will be prompted to supply the credentials for this user account. Distributed Transaction Coordinator (DTC) If econnect will be running on a different computer than the SQL Server that is managing Microsoft Dynamics GP data, the Distributed Transaction Coordinator (DTC) must be active on both systems. Enabling DTC For Windows Server 2003, you can enable the network DTC through the Windows Components Wizard. To do this, complete the following procedure: 1. Open Add or Remove Programs. Choose to add or remove Windows Components. The Windows Components Wizard will be displayed. 2. Select the Application Server components. Click Details to display the Application Server Details. Mark Enable network DTC access. Click OK. 3. Complete the changes. Click Next to complete the changes. Click Finish to close the wizard. 22 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
27 CHAPTER 3 PREREQUISITES Configuring DTC If the two computers are in the same domain, the default configuration for DTC can be used with econnect. The default settings are as follows: Network DTC Access enabled Allow Inbound communications Allow Outbound communications Mutual Authentication Required If the two computer are in a Windows workgroup, or are in domains that do not have an established trust relationship, you must change the DTC security configuration. To configure the Distributed Transaction Coordinator on Windows Server 2003 and Windows XP SP2, complete the following procedure: 1. Open Component Services. In the Administrative Tools accessed from the Start menu, choose Component Services. 2. Display the My Computer node. Expand the Component Services node, and then expand the Computer node to display the My Computer node. 3. Display properties for the My Computer node. Select the My Computer node, and then choose Properties from the Action menu. 4. Select the MSDTC tab. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 23
28 PART 2 INSTALLATION 5. Display the Transaction Configuration settings. Click Security Configuration to display the security setting for DTC. Mark No Authentication Required. Click OK. Functional currency econnect requires a functional currency to be set up for Microsoft Dynamics GP, even if multicurrency is not being used. To set up a functional currency, complete the following procedure: 1. Open the Multicurrency Setup window in Microsoft Dynamics GP. Choose Tools >> Setup >> Financial >> Multicurrency. Set the Functional Currency. This example designates US dollars as the functional currency. Refer to the Microsoft Dynamics GP documentation for additional information about currency setup and multicurrency access. 2. Complete check links when needed. If a message prompts you to run check links for the multicurrency table, you should do so. To run checklinks, open the File menu and select Maintenance >> Check Links. Select the series and tables to check. Click OK. 24 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
29 CHAPTER 3 PREREQUISITES Microsoft Message Queueing (MSMQ) Application integrations that use the econnect Incoming, Outgoing and Replication services use MSMQ to transport and store XML documents. These XML documents represent data retrieved from or sent to Microsoft Dynamics GP. You can install econnect prior to installing MSMQ, but the econnect services will not start until MSMQ is available. To install MSMQ, complete the following procedure: 1. Start the Windows Components wizard. Open the Add or Remove Programs window. Click Add/Remove Windows Components. 2. Select Application Server. In the Windows Components Wizard, select Application Server. Click Details. 3. Select Message Queuing. Select the Message Queuing check box. 4. Accept the selection. Click OK to accept the selection. Click Next to begin the installation. 5. Close the wizard. When the MSMQ install completes, click Finish to close the Windows Components Wizard. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 25
30 26 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
31 Chapter 4: econnect Installation This portion of the documentation describes how to install Microsoft Dynamics GP econnect. The following information is discussed: Installation types Installation procedure Installation types econnect provides two install options: Complete installation econnect normally installs all the econnect samples, components, and documentation. This type of installation provides the greatest flexibility and is best suited to econnect development. Runtime installation The econnect runtime installs only the econnect business objects, the econnect COM+ object, the COM library file, the.net assemblies, the Incoming Service, the Outgoing Service, and the BizTalk adapter installer. This type of installation is used to run existing integration projects created with econnect. Both installation methods support a custom install option. A custom install excludes specified components or documentation from the installation. This reduces the disk space requirements and gives you the ability to install only the econnect features needed for an integration project. Installation procedure To install econnect, complete the following procedure: 1. Verify the user you are logged in as. The user you are currently logged in as must be in the Administrator group for the computer on which you are installing econnect. 2. Save existing SQL stored procedure customizations. An econnect installation drops all pre and post stored procedures for any previously installed version of econnect. To prevent the loss of existing customizations, make a backup of all custom stored procedure code before continuing with the econnect installation. Store the backup copy in a safe location. 3. Start the econnect installer. To install all econnect components and documentation, start the installer named Microsoft_Business_Solutions_eConnect.msi. To install only the econnect runtime components, start the installer named Microsoft_Business_Solutions_eConnect_Runtime.msi. The installer displays the Welcome page. Click Next to continue. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 27
32 PART 2 INSTALLATION 4. Review the license agreement. After reviewing the license agreement, mark the option to accept the terms. Click Next to continue. 5. Review the release notes. Review the release notes to see the changes included in the current release. Click Next to continue. 6. Specify customer information. The user name and organization default to the name and organization of the current user. Accept the default, or enter another name and organization. Mark the option to install econnect for all users. The single user install is no longer a valid install option. Click Next to continue. 7. Select the setup type. To install all available econnect components, documentation, and samples, mark the Complete option. To install specified econnect components, documentation, or samples, mark the Custom option. Click Next to continue. 8. Specify the components to install. Complete this step only when the Custom option was marked in the previous step. The Custom option displays the Custom Setup window. 28 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
33 CHAPTER 4 ECONNECT INSTALLATION All features are installed by default. You must unmark a feature to prevent it from being installed. When you click a button for a feature, a pop-up menu of options appears. Refer to the following table for information about each option. Option This feature will be installed on the local hard disk. This feature, and all subfeatures, will be installed on the local hard disk. This feature will be installed when required. This feature will not be available. What happens Installs the feature on the local hard disk. This option installs the feature but not sub features. Installs the feature and all of its sub features. Will not install the selected feature. Allows the feature to be installed later using Add or Remove Programs. Will not install the selected feature or sub feature. To exclude a feature, click the button and select This feature will not be available. Repeat as needed to specify all the features to be excluded. A custom install also allows you to view the installation s disk space requirements. Click Space to open the Disk Space Requirements window, where you can view the amount of available disk space and the amount required for installation. You may also specify the folder where econnect files are installed. The default folder is C:\Program Files\Microsoft Great Plains\eConnect9\. To select a different folder, click Change. A custom install allows you to select from the following features: BizTalk Components Installs the file needed to install the BizTalk 2004 application integration component (AIC) adapter. Business Objects Installs the business objects in the SQL Server database and creates a shortcut to the Requester Setup link in the econnect program group. COM+ Components Installs the COM Component and.net Assembly in COM+ Administration. Also registers the.net Assembly in the global assembly cache. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 29
34 PART 2 INSTALLATION econnect Incoming Service the Service Control Manager. econnect Outgoing Service the Service Control Manager. Installs the econnect Incoming Service into Installs the econnect Outgoing Service into econnect Replication Service Installs the econnect Replication Service into the Service Control Manager. If you use the Microsoft_Business_Solutions _econnect_runtime installer, the Replication Service is not added to the Service Control Manager. To use the Replication Service, use the complete econnect install. If you chose the econnect runtime install, econnect Help, econnect Samples, Queue Control, and Schema features will not be listed. These features are not part of the econnect runtime install. econnect Help Installs help for econnect and creates a shortcut to the help file in the econnect program group. econnect Samples Installs the source code for several sample applications that demonstrate how to work with the econnect API. Queue Control Installs a tool that enables users to view, update, and move documents in a queue inside of Message Queuing Control. Schemas Installs econnect XSD and XDR Schemas. If the custom install excludes the econnect business objects, skip the next step. Click Next to continue. 9. Create the connection string (required if installing the business objects). econnect requires a connection string to install business objects into the Microsoft Dynamics GP databases. To automate the completion of the connection string, click the ellipsis ( ) button. The Data Link Properties dialog box opens and displays the Connection tab. Enter the name of the SQL Server containing the Microsoft Dynamics GP databases. Specify the type of log on information to use when connecting to the SQL Server. To install the econnect business objects on the SQL server, the log on must be in the Administrators group on the SQL Server. 30 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
35 CHAPTER 4 ECONNECT INSTALLATION Select the option to specify a user name and password (like the sa logon) when you need to use SQL Server authentication. If you select the option to specify a user name and password, you must also mark the Allow saving password check box. This saves the password as part of the connection string. If you do not mark the check box, the password will not be included in the connection string and the install will not be able to complete. You should only select the user name and password option in situations where disclosure of the password is not considered a security risk. When the connection string is saved, the password is unmasked and unencrypted. Select the database. To install business objects to all existing company databases, specify the DYNAMICS database in the connection string. To install to an individual company database (for example, the TWO sample company), specify that company database in the connection string. Click Test Connection to ensure the connection is working. If the test fails, verify the specified combination of SQL Server, log on, and database is valid and retest the connection. If the test is successful, click OK to continue. The Connection String field is now populated. If you are installing econnect on a separate computer from the SQL Server that manages the Microsoft Dynamics GP data, you need to update the data source in the configuration files for the Incoming and Outgoing services. Information about configuring the Incoming and Outgoing services is located in Chapter 6, Configuring econnect Services. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 31
36 PART 2 INSTALLATION Click Next to continue. 10. Start the installation. Click Install to begin the installation process. The install will run for several minutes. 11. Specify an account to perform database access. Several econnect components require a user login and password to access the econnect business objects that were installed in the Microsoft Dynamics GP databases. The econnect Incoming Service, Outgoing Service, and COM+ object will use this account. Enter the domain\login and password credentials for the user account you set up as an econnect prerequisite. For more information about creating a user account see COM+ user account on page 21. Click Next to continue. 12. Complete the installation. Once the installation completes, click Finish. The specified company databases on the Microsoft Dynamics GP SQL Server will contain the econnect business objects. You will also find the newly installed econnect folders and files in the default directory C:\Program Files\Microsoft Great Plains\eConnect9\ or in the directory you specified during the custom install. The installation also creates the econnect event log. The log stores all the error, warning and information messages that econnect generates. To view the econnect event log, open the Start menu and select Control Panel >> Administrative Tools >> Event Viewer. Click econnect to view the current list of messages. 32 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
37 Chapter 5: BizTalk Adapter Installation This portion of the documentation describes how to install the econnect Adapters for BizTalk Server 2004 and BizTalk Server The following information is discussed: Overview Installing the econnect Adapter for BizTalk 2004 Installing the econnect Adapter for BizTalk 2006 Overview econnect includes two adapters that enable econnect to work with BizTalk Server. The installation includes the following BizTalk adapters: The econnect Adapter for BizTalk 2004 is an optional install that allows econnect to work with BizTalk Server To use econnect with BizTalk Server 2004, you must install the econnect Adapter for BizTalk Install the adapter on the computer where you installed BizTalk Server The econnect Adapter for BizTalk 2006 is an optional install that allows econnect to work with BizTalk Server To use econnect with BizTalk Server 2006, you must install the econnect Adapter for BizTalk Install the adapter on the computer where you installed BizTalk Server You will only be able to install a BizTalk adapter if the BizTalk Components were included in the original econnect install. See Installation procedure on page 27 for more information about installing econnect. Installing the econnect Adapter for BizTalk 2004 To install the BizTalk 2004 Adapter, complete the following procedure: 1. Install the econnect business objects. The econnect Adapter for BizTalk 2004 requires the installation of the econnect business objects in the Dynamics GP database. Complete the install of the econnect business objects before installing the adapter. 2. Start the BizTalk Adapter installer. Open the installer file named BTS_eConnectAdapter.msi. The default location for the econnect Adapter for BizTalk 2004 installer is C:\Program Files\Microsoft Great Plains\eConnect9\BizTalk\BizTalk The econnect Adapter for BizTalk 2004 installer must be installed on the server where BizTalk 2004 is loaded. When the installer displays the Welcome page, click Next to continue. 3. Specify the installation folder. Specify the location where the files for the econnect BizTalk Adapter will be installed. Use the default location, or click Browse to specify a different location. You may also view the installation s disk space requirements. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 33
38 PART2 INSTALLATION Click Next to continue. 4. Start the installation. Click Next to begin the installation process. The install will run for several minutes. 5. Complete the installation. Once the installation completes, click Close. The installation places the adapter s files in the folder C:\Program Files\Microsoft Great Plains\eConnect9\Microsoft econnect Adapter for BizTalk 2004 or the folder you specified. To configure your BizTalk server to work with the econnect BizTalk adapter, see BizTalk adapter on page 51. Installing the econnect Adapter for BizTalk 2006 To install the BizTalk 2006 Adapter, complete the following procedure: 1. Install the econnect business objects. The econnect Adapter for BizTalk 2006 requires the installation of the econnect business objects in the Dynamics GP database. Complete the install of the econnect business objects before installing the adapter. 2. Start the BizTalk Adapter installer. Open the installer file named BTS_eConnectAdapter.msi. The default location for the econnect Adapter for BizTalk 2006 installer is C:\Program Files\Microsoft Great Plains\eConnect9\BizTalk\BizTalk The econnect Adapter for BizTalk 2006 installer must be installed on the server where BizTalk Server 2006 is loaded. When the installer displays the Welcome page, click Next to continue. 3. Specify the installation folder. Specify the location where the files for the econnect BizTalk Adapter will be installed. Use the default location, or click Browse to specify a different location. You may also view the installation s disk space requirements. 34 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
39 CHAPTER 5 BIZTALK ADAPTER INSTALLATION Click Next to continue. 4. Start the installation. Click Next to begin the installation process. The install will run for several minutes. 5. Complete the installation. Once the installation completes, click Close ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 35
40 36 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
41 PART 3: ADMINISTRATION
42 Part 3: Administration This portion of the documentation explains the configuration and maintenance options for Microsoft Dynamics GP econnect. The following information is discussed: Chapter 6, Configuring econnect Services, describes configuration options for econnect services and the BizTalk adapter. Chapter 7, Maintenance, describes how to make changes to an existing econnect installation. Chapter 8, Utilities, identifies the utilities econnect supplies to setup and monitor econnect. Chapter 9, Troubleshooting, discusses how to troubleshoot issues that occur when using econnect. 38 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
43 Chapter 6: Configuring econnect Services After installing econnect, you may need to configure the econnect services or the BizTalk adapter. The following sections describes how to configure these components: Overview Incoming Service Outgoing Service Replication Service Transaction Requester BizTalk adapter Overview The complete econnect installation adds three Windows services to your computer s Service Control Manager. The installer initially configures each service and stores the configuration information in an XML file. These XML configuration files contain keys and values that control the operation of each service. To customize the behavior of a service or to adjust the service to reflect changes in your server environment, change the values for one or more keys in the configuration file. Make a backup copy of the configuration file before making any changes. This ensures you will always be able to restore the service if necessary. After changing the settings in a configuration file, you must stop and restart the service. The changes in the configuration file will not be implemented until the service restarts. The econnect install also includes the Transaction Requester that publishes econnect XML documents to a specified queue. Use the econnect Requester Setup utility to specify which Microsoft Dynamics GP documents to publish. If you install the econnect Adapter for BizTalk 2004, you must configure BizTalk Server 2004 to work with the adapter. You use the BizTalk Server Administration utility and Visual Studio.NET 2003 to configure the BizTalk server. Incoming Service The Incoming Service integrates econnect XML documents into Microsoft Dynamics GP. The Incoming Service uses a configuration file named econnect_incoming.exe.config to control its operations. This file is found in the econnect installation location, typically C:\Program files\microsoft Great Plains\eConnect9\Services\Incoming Service. The following example displays the contents of an econnect_incoming.exe.config file: <? xml version="1.0"encoding="windows-1252"?> <configuration > <appsettings > <addkey="econnect.incoming_queue"value=""/> <addkey="econnect.transactional_deadletter_queue"value="0"/> <addkey="econnect.schema.type"value=""/> <addkey="econnect.schema"value=""/> ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 39
44 PART 3 ADMINISTRATION <addkey="econnect.backoffice.connectionstring"value="data source=myserver;initial catalog=mydatabase;integrated security=sspi;persist security info=false;packet size=4096"/> <addkey="econnect.logall"value=""/> <add key="econnect.threads" value="0" /> </appsettings > </configuration> The keys are defined as follows: econnect.incoming_queue This key specifies the message queue that the service will monitor. The default value is blank. <addkey="econnect.incoming_queue"value=""/> The default creates and monitors a queue named machine_name\private$\ econnect_incoming. To use another message queue, set the value to the queue s name. econnect.transactional_deadletter_queue This key specifies where undeliverable messages are stored. The default value for the key is zero. <addkey="econnect.transactional_deadletter_queue"value="0"/> The value 0 stores the undeliverable message in the system s transactional deadletter queue. A value of 1 stores undeliverable messages in the deadletter queue associated with the message queue specified by the econnect.incoming_queue key. If the econnect.incoming_queue key has value="", the service sends undeliverable messages to machine_name\private$\econnect_incoming_deadletter. If the econnect.incoming_queue key specifies a queue name, the service sends undeliverable messages to a queue with a name that appends _deadletter to the specified queue name. For example, the econnect.incoming_queue key sets value="machine_name\private$\testqueue", the service sends undeliverable messages to the queue named machine_name\private$\testqueue_deadletter. econnect.schema.type This key specifies whether to perform schema validation and the type of schema to use. The default value is blank. <addkey="econnect.schema.type"value=""/> A blank key value means there is no schema validation. The other possible values are XSD, or XDR. You set the value based on the type of the file that contains the schema information. Schema validation ensures the XML document in the message contains all the information required for a successful create, update, or delete operation in Microsoft Dynamics GP. Schema validation verifies the name of each XML node, the order of each node in the XML document, and the values contained by the node. If the XML document fails validation, an error is logged in the econnect event log and the XML document is discarded. If you elect not to perform schema validation, the order and name of each XML node is not verified. When econnect encounters an XML document that contains a 40 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
45 CHAPTER 6 CONFIGURING ECONNECT SERVICES node with an unrecognized name, the data value for that node is omitted but the specified operation is allowed to proceed. No log entry is made about the omitted node. Invalid data values are detected and logged as an error in the econnect event log even when schema validation is not performed. XML documents with invalid data are discarded after logging the error message. econnect.schema This key specifies the location of the XSD or XDR schema file. The default value is blank. <addkey="econnect.schema"value=""/> A blank key value indicates incoming XML documents will not be validated. If you have set the econnect.schema.type key to XSD or XDR, use this key to supply the path to the XSD or XDR schema file. For example, use value="c:\documents and Settings\Myuser\My Documents\Visual Studio Projects\eConnect_API\bin\ econnect.xsd" to validate against the schema definitions contained in that XSD file. econnect.backoffice.connectionstring This key stores the connection string the service uses to connect to the Microsoft Dynamics GP SQL Server. The default value is derived from connection string specified during installation. <addkey="econnect.backoffice.connectionstring"value="data source=myserver; initial catalog=mydatabase;integrated security=sspi;persist security info= False;packet size=4096"/> You change how the connection string works by changing the value parameters. For example, you may change the data source or initial catalog parameters to reflect changes in your server configuration. If you install econnect on a separate computer from the SQL Server that manages Microsoft Dynamics GP data, you must change this key s data source parameter. The default configuration assumes a single server install. Change the data source value to specify the SQL Server where the econnect business objects are installed. Invalid changes to connection string parameters can prevent the service from working. You should carefully test changes to ensure the connection string is valid. econnect.logall The key specifies the types of messages to log in the econnect event log. The default value is blank. <addkey="econnect.logall"value=""/> The value logs only errors. Change the value to 1 to log all messages in the econnect event log. econnect.threads This key specifies the number of threads that are available when the service starts. The default value is 0. <add key="econnect.threads" value="0" /> A value of 0 indicates a single thread will be used. You can set the value to any number between 0 and 19. A value of 19 makes 20 threads available when the service starts. A higher number of threads should allow the service to process documents more quickly. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 41
46 PART 3 ADMINISTRATION There are scenarios where increasing the number of threads degrades system performance. If the server cannot support more threads, or custom code added to an econnect pre or post stored procedures is not thread safe, adding threads may cause unexpected results. Changes to this key s value require careful evaluation and testing. Outgoing Service The Outgoing Service allows you to integrate transaction information originating in Microsoft Dynamics GP into your application. The Outgoing Service creates XML documents and stores them in a message queue. Your application must retrieve these messages to use the XML documents they contain. The Outgoing Service creates a default queue named machine_name\private$\econnect_outgoing to store outgoing messages. The Outgoing Service works in conjunction with the econnect Transaction Requester. Use the Transaction Requester to specify the Dynamics GP documents you want sent to the message queue. Refer to Transaction Requester on page 48 section for more information. The Outgoing Service uses a configuration file named econnect_outgoing.exe.config to control its operations. This file is found in the econnect installation location, typically C:\Program files\microsoft Great Plains\eConnect9\Services\Outgoing Service\eConnect_Outgoing.exe.config. The following example displays the contents of an econnect_outgoing.exe.config file: <?xmlversion="1.0"encoding="windows-1252"?> <configuration> <appsettings> <addkey="backoffice.connectionstring"value="data source=myserver;initial catalog=mydatabase;integrated Security=SSPI;persist security info=false;packet size=4096"/> <add key ="Requester.ACTION" value ="0" /> <add key ="Requester.OutputType" value ="2" /> <add key ="Requester.Remove" value ="1" /> <add key ="Timer1.Interval" value ="1000" /> <add key ="Delay.Interval" value ="5" /> </appsettings > <DatabaseNames database1="dynamics" database2="two" /> </configuration> The keys are defined as follows: Requester.ACTION This key specifies the type of database operations you want the service to monitor. The default value is 0. <addkey="requester.action"value="0"/> The value 0 creates and stores an XML document in the queue whenever there is an insert, update, or delete operation for the Dynamics GP document types selected using the Requester Enabler/Disabler utility. 42 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
47 CHAPTER 6 CONFIGURING ECONNECT SERVICES The following is a list of possible action types: Value Description 0 Creates an XML document and stores it in a message queue for each Transaction Requester enabled insert, update, or delete operation. 1 Creates an XML document and stores it in a message queue for each Transaction Requester enabled insert operation. The Outgoing Service ignores any Transaction Requester enabled update or delete operations. 2 Creates an XML document and stores it in a message queue for each Transaction Requester enabled update operation. The Outgoing Service ignores any Transaction Requester enabled insert and delete operations. 3 Creates an XML document and stores it in a message queue for each Transaction Requester enabled delete operation. The Outgoing Service ignores any Transaction Requester enabled insert and update operations. 4 Creates an XML document and stores it in a message queue for each Transaction Requester enabled insert or update operation. If a record is updated multiple times, the queue contains an XML document for each update operation. The Outgoing Service ignores any Transaction Requester enabled delete operations. 5 Creates an XML document and stores it in a message queue for Transaction Requester enabled insert and update operations. Inserts and updates to the same record produce only a single XML document in the queue. The Outgoing Service ignores any Transaction Requester enabled delete operations. Use this key to specify the types of XML documents produced by the Outgoing Service. Requester.OutputType This key specifies the type of the XML document that is created. The default value is 2, which retrieves the complete document. <addkey="requester.outputtype"value="2"/> The following is a list of possible output types: Value Description 0 Retrieves key information. The XML document contains the record s unique key value and the database and table in Microsoft Dynamics GP where it is stored. 1 Retrieves the master document only. The XML master document contains all the econnect schema fields for that record. For example, the XML document produced for a new customer will include every field defined by the econnect customer schema. 2 Retrieves the complete document. The XML document contains the master document data and any child documents related to the master document. For example, the XML document for a customer will also include the address documents for that customer. Use this key to adjust the amount of data the Outgoing Service places in each XML document. Requester.Remove This key specifies whether or not the record is deleted from the econnect_out table after the service places the document in the message queue. The default value is 1. <addkey="requester.remove"value="1"/> A value of 1 deletes the record from the econnect_out table. A value of 0 keeps the record in the econnect_out table. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 43
48 PART 3 ADMINISTRATION The service queries the list of records in the econnect_out table. It then cycles through the list of records to identify the documents to place in the message queue. If the record in the econnect_out table is not deleted, the service creates a duplicate document in the message queue each time it runs. Timer1.Interval This key specifies the number of milliseconds the service pauses between queries of the econnect_out table. Default value is 1000 <addkey="timer1.interval"value="1000"/> Change the value when you need to optimize the workload the service places on your computer. Delay.Interval This key specifies the number of seconds a record must exist in the econnect_out table to be eligible for processing by the service. The default value is 5. <addkey= Delay.Interval"value="5"/> The default value indicates a record will not be processed until it has been in the econnect_out table for a minimum of five seconds. econnect.backoffice.connectionstring This key stores the connection string the service uses to connect to the Microsoft Dynamics GP SQL Server. The default value is the connection string specified during installation. <addkey="backoffice.connectionstring"value="data source=myserver;initial catalog=mydatabase;integrated Security=SSPI;persist security info=false;packet size=4096"/> You change how the connection string works by changing the value parameters. For example, you may change the data source or initial catalog parameters to reflect changes in your server configuration. If you install econnect on a separate computer from the SQL Server that manages Microsoft Dynamics GP data, you must change this key s data source parameter. The default configuration assumes a single server install. Change the data source value to specify the SQL Server where the econnect business objects are installed. Invalid changes to connection string parameters can prevent the service from working. You should carefully test changes to ensure the connection string is valid. DatabaseNames This XML node contains attributes that specify the databases the Outgoing Service monitors. The default includes all of the Dynamics GP databases that existed when the service was installed. <DatabaseNames database1="dynamics" database2="two" /> The Outgoing Service monitors the databases in the order they are listed. Each specified database must include the econnect business objects and the econnect_out, econnect_out_setup, and econnectouttemp tables. To add a company to the Outgoing Service, you must identify the company database in the configuration file s DatabaseNames node. For example, assume you added a new company named CONTOSO to Microsoft Dynamics GP. To add this company to the Outgoing Service, complete the following: 44 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
49 CHAPTER 6 CONFIGURING ECONNECT SERVICES Install the econnect business objects to the CONTOSO database. See Installing additional companies on page 57 for information about adding the business objects. Add database3="contoso as an attribute to the DatabaseNames node of the Outgoing Services s configuration file. The update to the DatabaseNames node appears as follows: <DatabaseNames database1="dynamics" database2="two" database3="contoso /> Replication Service The Replication Service allows you to integrate information originating in Microsoft Dynamics GP with a front office database. The Replication Service requires the Outgoing Service to retrieve documents from Microsoft Dynamics GP. The Replication Service uses the XML documents in the outgoing queue to replicate the data changes to the front office database. The Replication Service uses a configuration file named econnectfrontofficeservice.exe.config to control its operations. This file is found in the econnect installation location, typically C:\Program files\microsoft Great Plains\eConnect9\Services\ Replication Service\. The following example displays the contents of an econnectfrontofficeservice.exe.config file: <? xml version="1.0"encoding="windows-1252"?> <configuration > <appsettings > <addkey="econnect.frontoffice.connectionstring.0" value="data source= ;initial catalog=two_front;integrated security=sspi;persist security info=false;packet size=4096"/> <addkey="econnect.frontoffice.connectionstring.1" value="data source= ;initial catalog=dynamics_front;integrated security=sspi;persist security info=false;packet size=4096"/> <addkey="econnect.requester.incoming_queue.0 "value=".\private$\econnect_company_front"/> <addkey="econnect.requester.incoming_queue.1 "value=".\private$\econnect_system_front"/> <addkey="econnect.requester.deadletter_queue.0 "value=".\private$\econnect_company_front_deadletter"/> <addkey="econnect.requester.deadletter_queue.1 "value=".\private$\econnect_system_front_deadletter"/> <addkey="econnect.timer.interval"value="1000"/> </appsettings > </configuration> The configuration settings allow the Replication Service to target one or more front office databases. The front office database is specified by the key named econnect.frontoffice.connectionstring.0. Additional databases can be added by creating new connection string keys. Increment the integer value appended to the key name to uniquely identify each key. The following example shows a connection string key that specifies a second target database: ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 45
50 PART 3 ADMINISTRATION <addkey="econnect.frontoffice.connectionstring.1" value=" datasource= ;initial catalog=dynamics_front;integrated security=sspi;persist security info=false;packet size=4096"/> Each connection string key requires the configuration file to specify the queues that the Replication Service uses for its XML documents. The configuration file specifies the incoming and deadletter queues. The key names must contain the same integer value as the connection string key it supports. For example, the econnect.requester.incoming_queue.0 and econnect.requester.deadletter_queue.0 keys specify the queues for the econnect.frontoffice.connectionstring.0 key. The econnect.requester.incoming_ Queue.0 value specifies the queue where the Incoming Service is storing XML documents that need to be replicated to the front office database. The following illustrates these three related keys: The connection string key for the first database. The incoming queue key for the first database. The deadletter queue key for the first database. <? xml version="1.0"encoding="windows-1252"?> <configuration > <appsettings > <addkey="econnect.frontoffice.connectionstring.0" value="data source= ;initial catalog=two_front;integrated security=sspi;persist security info=false;packet size=4096"/> <addkey="econnect.frontoffice.connectionstring.1" value="data source= ;initial catalog=dynamics_front;integrated security=sspi;persist security info=false;packet size=4096"/> <addkey="econnect.requester.incoming_queue.0 "value=".\private$\econnect_company_front"/> <addkey="econnect.requester.incoming_queue.1 "value=".\private$\econnect_system_front"/> <addkey="econnect.requester.deadletter_queue.0 "value=".\private$\econnect_company_front_deadletter"/> <addkey="econnect.requester.deadletter_queue.1 "value=".\private$\econnect_system_front_deadletter"/> <addkey="econnect.timer.interval"value="1000"/> </appsettings > </configuration> You must add the correct connection string and queue information to the configuration file before starting the Replication Service. The keys from the example are defined as follows: This key provides the con- econnect.frontoffice.connectionstring.0 nection string to a front office database. <addkey="econnect.frontoffice.connectionstring.0" value="data source= ;initial catalog=two_front;integrated security=sspi;persist security info=false;packet size=4096"/> The value sets the data source and initial catalog parameters to the server address and database of a front office application that the Replication Service targets. econnect.frontoffice.connectionstring.1 This key provides the connection string to a second front office database. <addkey="econnect.frontoffice.connectionstring.1" value="data source= ;initial catalog=dynamics_front;integrated security=sspi;persist security info=false;packet size=4096"/> 46 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
51 CHAPTER 6 CONFIGURING ECONNECT SERVICES The value sets the data source and initial catalog parameters to the server address and database of a second front office application that the Replication Service targets. econnect.requester.incoming_queue.0 location a queue. This key specifies the name and <addkey="econnect.requester.incoming_queue.0" value=".\private$\ econnect_company_front"/> The Replication Service monitors the specified queue and uses the XML documents placed in that queue to update the front office database. The value specifies the queue where the econnect Outgoing Service is placing the XML documents that need to be replicated. econnect.requester.incoming_queue.1 location of a second queue. This key specifies the name and <addkey="econnect.requester.incoming_queue.1 " value=".\private$\ econnect_system_front"/> The Replication Service monitors the specified queue and uses the XML documents placed in that queue to update the second front office database. The value specifies the queue where the econnect Outgoing Service is placing the XML documents that need to be replicated. econnect.requester.deadletter_queue.0 location of a deadletter queue. This key specifies the name and <addkey="econnect.requester.deadletter_queue.0" value=".\private$\ econnect_company_front_deadletter"/> The value specifies the queue the Replication Service uses to store undeliverable messages for the first incoming queue. econnect.requester.deadletter_queue.1 This key specifies the name and location of a second deadletter queue. <addkey="econnect.requester.deadletter_queue.1" value=".\private$\ econnect_system_front_deadletter"/> The value specifies the queue the Replication Service uses to store undeliverable messages for the second incoming queue. econnect.timer.interval This key specifies the number of milliseconds the service pauses between checks for new messages in the incoming queues. The default value is 1000 milliseconds. <addkey="econnect.timer.interval" value="1000"/> The default value causes the service to pause for one second before checking the incoming queues for new messages. Increase the number of milliseconds to lessen the workload the Replication Service places on your computer. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 47
52 PART 3 ADMINISTRATION Transaction Requester The Transaction Requester allows you to specify the Dynamics GP documents to publish as econnect XML documents. You also specify whether to publish for an insert, update, or delete operation in a Microsoft Dynamics GP database. You configure the Transaction Requester using econnect Requester Setup. To use this utility, complete the following procedure: 1. Start econnect Requester Setup. In the Start menu, select Programs >> econnect >> econnect Requester Setup. The Requester Enabler/Disabler window opens. 2. Create a connection string. The first time you open the Requester Enabler/Disabler, you will need to create a connection string to connect to your Microsoft Dynamics GP server. If you have already created a connection string for the Requester Enabler/Disabler, proceed to the next step. To create the connection string, choose Connect from the Edit menu. The DataLink Properties window opens. On the Provider tab, select Microsoft OLE DB Provider for SQL Server. Click Next to continue. 48 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
53 CHAPTER 6 CONFIGURING ECONNECT SERVICES On the Connection tab, enter the name of the Microsoft Dynamics GP SQL Server. Specify the logon information and select the company database. Click Test Connection to ensure the connection is working. If the test fails, verify the combination of SQL Server, logon, and database is valid and retest the connection. If the test is successful, click OK to continue. The Inserts, Updates, and Deletes tabs display the list of available document types. 3. Select the Insert document types to publish to MSMQ. On the Inserts tab, mark the check box of each document type you want to send to MSMQ when a new document of that type is created. To discontinue the publishing of a document, remove the check from the check box for that document type. Click Apply to save your selections. 4. Select the Update document types to publish to MSMQ. On the Updates tab, mark the check box of each document type you want to send to MSMQ when a document of that type is modified. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 49
54 PART 3 ADMINISTRATION To discontinue the publishing of a document, remove the check from the check box for that document type. Click Apply to save your selections. 5. Select the Delete document types to publish to MSMQ. On the Deletes tab, mark the check box of each document type you want to send to MSMQ when a document of that type is deleted. To discontinue the publishing of a document, remove the check from the check box for that document type. Click Apply to save your selections. 6. Click Load to process existing documents (optional). The Inserts, Updates, and Deletes tabs include the Load button. Use the Load button when you want existing Microsoft Dynamics GP documents to be sent to an external application. Click Load to copy all the existing instances of the specified Dynamics GP document type to the econnect_out table. The econnect Outgoing Service uses the information in the table to create an XML document for each record. The XML documents are placed in the econnect_outgoing9 queue or the queue specified for that document type. If a table contains a large number of records, clicking the Load button can affect system performance while the XML documents are created and placed in the queue. If you click Load more than once, you will create duplicate XML documents in the queue. 7. Select the queues to use for the documents. You can associate a specific queue for each document type. If a queue is specified, the XML documents will be stored in that queue. To specify a queue, mark the check box and enter the queue name in the MSMQ Setup for Requester dialog box. If the queue does not exist, it will be created. If you do not specify a queue, the econnect Outgoing Service places the XML documents in the econnect_outgoing9 queue. 8. Click OK to close the Requester Enabler/Disabler window. The Requester Enabler/Disabler creates SQL triggers for each selected document and operation. The triggers write to the econnect_out table in the database specified by the connection string. The econnect Outgoing Service uses this table to identify the XML documents to place in the specified queue. If you unmarked a check box to discontinue publishing a document type, the SQL triggers for that document type and operation are removed. 50 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
55 CHAPTER 6 CONFIGURING ECONNECT SERVICES BizTalk adapter The BizTalk adapter allows you to use econnect in a BizTalk orchestration or in a simple pass-through situation. A BizTalk orchestration allows applications with differing message formats to integrate, while a BizTalk pass-through simply routes messages between applications. To configure the econnect BizTalk 2004 adapter, you must have already installed Microsoft Visual Studio.NET 2003 on the computer. To configure the econnect BizTalk 2006 adapter, you must have already installed Microsoft Visual Studio 2005 on the computer. To configure the BizTalk adapter, complete the following procedure: 1. Open the BizTalk Administration console. In the Start menu, select All Programs >> Microsoft BizTalk Server >> BizTalk Server Administration. The BizTalk Administration Console opens. In BizTalk Server 2004, right-click Adapters and select New >> Adapter. The Add Adapter window opens. In BizTalk Server 2006, click BizTalk Server 2006 >> BizTalk Group >> Platform Settings. Right-click Adapters and select New >> Adapter. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 51
56 PART 3 ADMINISTRATION The Add Adapter window opens. 2. Add the adapter. In the Name box, enter econnect as a name for the send adapter. In the Adapter box, select Great Plains econnect. Click OK to continue. 52 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
57 CHAPTER 6 CONFIGURING ECONNECT SERVICES 3. Open the BizTalk application properties window. Double-click the econnect adapter you created in the previous step. The right pane displays BizTalkServerApplication. Right-click BizTalkServerApplication. In BizTalk Server 2004, select Properties. In BizTalk Server 2006, click the Properties button. The BizTalkServerApplication Properties window opens. Click the Properties tab. 4. Edit the connection string property. Change the data source to point to your Microsoft Dynamics GP server and set the initial catalog to DYNAMICS or the company database you want to work with. Click OK to continue. 5. Create a new Send Port. Open Microsoft Visual Studio. From the View menu, select BizTalk Explorer. The BizTalk Explorer window opens in Visual Studio. Expand the node for your BizTalk server. Right-click Send Ports. Select Add Send Port. The Create New Send Port dialog opens. Select Static One-Way Port. Click OK. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 53
58 PART 3 ADMINISTRATION 6. Select econnect as the transport type. The Static One-Way Send Port Properties - Configurations - Transport - Primary window opens. In the Transport Type drop down list box, select the econnect adapter you created earlier. 7. Open the Transport Properties window. Select Address (URI) and click the ellipsis(...) button to open the econnect Transport Properties dialog box. Set the connection string s data source parameter to point to your Microsoft Dynamics GP SQL Server. Set the initial catalog parameter to the Dynamics GP database you want to work with. Click OK to continue. 54 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
59 CHAPTER 6 CONFIGURING ECONNECT SERVICES 8. Verify the Send Pipeline. Click the Send folder in the left pane. Verify that the Send Pipeline property is set to Microsoft.BizTalk.DefaultPipelines.PassThrough. 9. Select Filters and Maps (when needed). If you are planning to use a BizTalk orchestration, continue to the next step. If you are not using BizTalk orchestration, click the Filters & Maps folder in the left pane. Select Filters to open Static One-Way Send Port Properties - Configurations - Filters and Maps - Filters window. In the Property drop-down list, select BTS.ReceivePortName. In the Value text box, enter the name of the receive port. Click OK to continue. 10. Save the send port configuration. Click OK to save the send port configuration you created. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 55
60 56 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
61 Chapter 7: Maintenance This portion of the documentation provides information about modifying, repairing, or removing an existing econnect installation. The following items are discussed: Installing additional companies Modifying an econnect installation Completing a repair Removing econnect Installing additional companies econnect allows you to add companies to an existing econnect installation. For example, when you add a new company to Microsoft Dynamics GP you will want to include that company in your econnect integration. You complete this by running the Install Additional Company wizard, which adds the econnect business objects to the new company s database. To add a new company or a company that was not included in the original econnect installation, complete the following steps: 1. Start the econnect installer. Open Add or Remove Programs, choose to modify econnect. Click Change. When the welcome screen appears, click Next to continue. 2. Choose to install an additional company. In the Program Maintenance window, choose Install Additional Company. Click Next to continue. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 57
62 PART 3 ADMINISTRATION 3. Create a connection string for the company database. Click the ellipsis ( ) button to open the Data Link Properties dialog box. Specify the SQL Server name, the logon information, and the company database. Test the connection and then click OK to continue. Additional information about creating a connection string can be found in Chapter 4, econnect Installation. Click Next to continue. 4. Begin the installation. Click Install to begin installing econnect to the specified company database. If you want to add econnect for another company, click Additional to repeat steps 3 and 4. If no additional installs are needed, click Finish. 5. Close the wizard. Click Finish to close the wizard. 58 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
63 CHAPTER 7 MAINTENANCE Modifying an econnect installation econnect allows you to add or remove individual components from an existing installation. To add or remove features from an existing econnect installation, complete the following steps: 1. Start the econnect installer. Open Add or Remove Programs, choose to modify econnect. Click Change. When the welcome screen appears, click Next to continue. 2. Choose Modify. In the Program Maintenance window, choose Modify. Click Next to continue. 3. Specify the components to add or remove. The Custom Setup window opens. Additional information about customizing an econnect installation can be found in Chapter 4, econnect Installation. 4. Begin the installation. Click Install to begin adding or removing the specified features. The installer may take several minutes to complete the update. 5. Close the wizard. Click Finish to close the wizard. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 59
64 PART 3 ADMINISTRATION Completing a repair If the Microsoft Dynamics GP econnect application becomes damaged, the repair operation may help resolve the issue. The Repair wizard fixes the following: Missing or corrupt files Missing or corrupt shortcuts Missing or corrupt registry entries The repair operation cannot perform the following: Restore default configuration settings for the COM+ object, MSMQ, or the Incoming, Outgoing, and Replication services. Restore the econnect business objects. If a stored procedures was inadvertently deleted, the Repair operation will not reinstall it. Remove or restore your customizations made to any Pre or Post stored procedure. To complete a repair, perform the following steps: 1. Start the econnect installer. Open Add or Remove Programs, choose to modify econnect. Click Change. When the Welcome screen appears, click Next to continue. 2. Choose Repair. In the Program Maintenance window, choose Repair. Click Next to continue. 60 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
65 CHAPTER 7 MAINTENANCE 3. Begin the repair. Click Install to begin repairing econnect. The repair will run for several minutes. 4. Close the wizard. Click Finish to close the wizard. Removing econnect The econnect remove operation allows you to delete all of the installed econnect folders and files. The remove operation does not include the econnect business objects that were installed on the SQL server. It deletes only the files and folders created in the local machine s file system. To remove econnect from a computer, complete the following steps: 1. Start the econnect installer. Open Add or Remove Programs, choose to modify econnect. Click Change. When the Welcome screen appears, click Next to continue. 2. Choose Remove. In the Program Maintenance window, choose Remove. Click Next to continue. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 61
66 PART 3 ADMINISTRATION 3. Begin the uninstall. Click Remove to begin the uninstall. The uninstall will run for several minutes. 4. Close the wizard. Click Finish to close the wizard. 62 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
67 Chapter 8: Utilities econnect includes several utilities that help to configure and administer some components. The following sections describe these utilities: econnect Requester Setup econnect MSMQ Control econnect Release Information econnect Requester Setup The econnect Requester Setup utility allows you to specify Microsoft Dynamics GP document types to publish as econnect XML documents to a Microsoft message queue (MSMQ). The utility also allows you to specify a queue for each document type. Information about using econnect Requester Setup can be found in Transaction Requester on page 48. econnect MSMQ Control The econnect MSMQ Control utility allows you to view, manipulate, and resend messages in MSMQ. You use the econnect MSMQ Control to debug MSMQ message issues, to resubmit messages from a deadletter queue, or to direct messages to a different queue. If you install using the Microsoft_Business_Solutions_eConnect_Runtime installer, the econnect MSMQ control is not available. The runtime install does not include the econnect MSMQ control. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 63
68 PART 3 ADMINISTRATION To use the econnect MSMQ Control, open the Start menu and select All Programs >> econnect >> econnect MSMQ Control. This opens econnect Queue Messaging in Internet Explorer. Select the type of queue. The econnect MSMQ Control allows you to work with private queues, public queues, or the Deadletter queue. Enter the path for the queue in the Queue Path text box. Click Open. The Messages list box displays the label of each message in that queue. To view or edit a specific message, click its label in the list box. The Message Contents textbox at the bottom of the screen displays the message. If you want to change the contents of the message, use the textbox to find and edit the XML. To resubmit the message or to send it to another queue, enter the path to the target queue in the Queue Path for Resending text box. Click Resend. The Message Log textbox logs any messages from resending the message. The econnect MSMQ Control also allows you to indicate whether to leave the original messages in the queue or have the original message deleted once the messages is resent. The econnect MSMQ Control also allows you to relabel a message. 64 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
69 CHAPTER 8 UTILITIES econnect Release Information The econnect Release Information utility displays the econnect release number of the business objects installed for a Microsoft Dynamics GP database. To use the utility, open the Start menu and select All Programs >> econnect >> econnect Release Information. The econnect Release window opens. Click the ellipsis button (...) and create a connection string. When the DataLink Properties window opens, specify the name of the SQL Server that contains the Microsoft Dynamics GP databases. The database defaults to DYNAMICS. You may specify another database name, but the utility will return version information for all company databases that have the econnect business objects installed. For more information on creating a connection string see Installation procedure on page 27. Click OK. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 65
70 PART 3 ADMINISTRATION The table displays the database name, the econnect release number, and the company name for the specified server. To change the server, edit the Connection String text box, and click the Refresh button. 66 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
71 Chapter 9: Troubleshooting If you encounter problems with Microsoft Dynamics GP econnect, the following sections may be helpful. They describe some of the most common situations that can occur when using econnect. The following items are discussed: Functional currency Connection string problems Login problems Incoming or Outgoing Services BizTalk server econnect event log Incoming Service problems Functional currency If you add a new company to Microsoft Dynamics GP and you install the econnect business object for the new company, you may encounter problems when econnect attempts a create, update, or delete operation. Common examples include: The econnect Incoming Service fails to update the company database. You find Microsoft message queuing (MSMQ) messages that target the new company in the system s Transactional dead-letter messages queue. Applications using the econnect API generate error messages that indicate a functional currency is needed. You find the econnect event log contains entries that report a functional currency has not been set up and is required. To use the econnect business objects, you must define a functional currency for the new company. econnect requires a currency ID for the company, even if multicurrency is not being used. Review the setup procedure, Functional currency on page 24, to specify a functional currency. Connection string problems After creating or editing an econnect connection string, attempts to use the Microsoft.GreatPlains.eConnect.dll (.NET assembly) log the following error message: Integrated Security is required. Please ensure that the ConnectionString input parameter is valid. To eliminate the error, check the connection string. The connection string must contain: Integrated Security=SSPI; If this parameter is missing from the connection string or is not set to SSPI, edit the connection string to supply the correct integrated security setting. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 67
72 PART 3 ADMINISTRATION Login problems After installing econnect, any attempt to use the econnect API or start an econnect service creates an error message in the econnect event log. The log entries indicate the user login is invalid or cannot perform the requested action. To resolve these issues, review the following: Verify that the login account can access the SQL Server where the econnect business objects are installed. The login must be able to access the Microsoft Dynamics GP server. Verify that the login account can access the DYNAMICS database and the company databases where the econnect business objects are installed. SQL Server must authorize the login account to access these databases. Verify that the login account is assigned to the DYNGRP database role. The login account must have the DYNGRP role for the DYNAMICS database and each company database where the econnect business objects are installed. Incoming or Outgoing Services When you attempt to start the econnect Incoming Service, you see the following error message: Could not start the Microsoft Business Solutions - Great Plains econnect Incoming Service on the Local Computer. Error 1075: The dependency service does not exist or has been marked for deletion. A similar message is displayed when attempting to start the Outgoing Service. The message indicates MSMQ was not installed on the computer with the econnect Incoming and Outgoing services. Refer to Microsoft Message Queueing (MSMQ) on page 25 for instructions on installing MSMQ. BizTalk server If you attempt to install the econnect Adapter for BizTalk 2004 on a computer that does not have BizTalk server, you will see the following error: Resolve the error by installing BizTalk server on the computer before installing the econnect BizTalk Adapter. 68 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
73 CHAPTER 9 TROUBLESHOOTING econnect event log The econnect install creates an event log that records error, warning and informational messages generated by econnect. To view the econnect event log, open the Start menu and select Control Panel >> Administrative Tools >> Event Viewer. Click the econnect log to view the list of messages. You will want to check the econnect event log in the following situations: Your application produces error messages. Check the event log to see if econnect is logging any messages that specify the cause of the error. You find insert, update, or delete operations performed by econnect are not visible in the Microsoft Dynamics GP client. Review the econnect event log to see whether operations are being aborted. The log will contain an error message that explains why the operation was not completed. If you validate incoming XML documents, the event log will contain error messages about the documents that failed validation. Use the messages in the event log to correct the XML so the documents can be resubmitted. The information in the error messages specifies the type of error and its source. Use the information contained in the messages to identify the corrective actions that are needed. Incoming Service problems After starting the Incoming Service, you find that expected Microsoft Dynamics GP data changes do not occur. The Incoming Service processes the incoming XML documents, but some insert, update, or delete operations are not completed. The missing operations may result from using schema validation with the Incoming Service. To see whether validation is the cause, open the configuration file for the Incoming Service and check the econnect.schema.type key. If the key value is XSD or XDR, the Incoming Service is validating the XML of all the incoming documents. For additional information about configuring the Incoming Service, see the Incoming Service on page 39. When validation is enabled, the Incoming Service checks all incoming documents for compliance with econnect s schema definition for that document. A validation error occurs if the document contains improperly named nodes, the sequence of the nodes within the document differs from the schema, or the nodes contain unexpected values. If the Incoming Service encounters a validation error, it logs an error message in the econnect event log. After logging the error message, the operation is aborted. To prevent operations from being lost to validation errors, perform one of the following actions: Use the error information to determine what is causing the validation problem. Change the application that generates the XML documents to comply with the econnect schema. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 69
74 PART 3 ADMINISTRATION Use the error messages in the log to identify documents that failed validation. Use the information in the error message to correct each XML document. Resubmit the documents to the Incoming Service. Disable validation for the Incoming Service. This will stop econnect from logging an error when an XML document contains an unknown element name, or the order of the elements in the document differ from the document s schema. COM+ object Your econnect application suddenly stops producing changes in Microsoft Dynamics GP. Your investigation finds that the application was previously working. You cannot find any recent changes to the application or the econnect configuration. To determine whether the econnect COM+ object is causing the unexpected result, perform the following actions: Check whether the econnect COM+ object is using the correct login credentials. The installation requires you to provide a username and password for the COM+ object. If the you later change that user s password and do not update the COM+ object with the new password, the COM+ object will not start. To update the COM+ password, open the econnect COM+ application in the Component Services console. Right-click the econnect9 for Great Plains application and select Properties. Click the identity tab. Update Password with the specified user s current password. Check whether the COM+ object has been disabled. Open the econnect COM+ application in the Component Services Console. Right-click the econnect9 for Great Plains application and select Start. If you receive an error message stating you must enable the application, right-click econnect9 for Great Plains and select Enable. 70 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
75 Glossary Application programming interface (API) A set of functions or features you access to programmatically use or manipulate a software component or application. Back office A financial management system. In an econnect environment, this refers to Microsoft Dynamics GP. BizTalk server A Microsoft platform that manages the exchange of data between applications. BizTalk adapter A preconfigured BizTalk Application Integration Component (AIC) that allows BizTalk server to use econnect. Business objects The collection of SQL stored procedures that contain econnect s business logic. COM+ object A programming structure encapsulating data and functionality. In econnect, this structure calls the SQL stored procedures (business objects). Connection string A text representation of the initialization properties needed to connect to a data store. econnect A collection of tools, components, and APIs that provide programmatic integration with Microsoft Dynamics GP. econnect XML document A text document that describes Microsoft Dynamics GP data. The econnect XML schema specifies the content and structure of data in the document. Front office An application that communicates with the back office. Examples include customer relationship management systems, data warehouses, and web sites. Functional currency The currency an organization uses to keep the bulk of its financial records. Incoming Service A Microsoft Windows service that monitors a queue for new econnect XML documents. Valid documents are used to create, update, or delete records in Microsoft Dynamics GP. Integrated security The SQL server security option that leverages Windows authentication to supply the user s login credentials. It allows a network user to access a SQL server database without supplying separate login credentials. Microsoft message queuing (MSMQ) A message infrastructure and development platform for creating distributed, looselycoupled messaging applications. Outgoing Service A Microsoft Windows service that publishes econnect XML documents to a specified queue. The XML documents represent documents that were created, updated, or deleted in Microsoft Dynamics GP. Post stored procedure A customized SQL stored procedure that runs immediately after an econnect stored procedure. Pre stored procedure A customized SQL stored procedure that runs immediately before an econnect stored procedure. Replication Service A Microsoft Windows service that copies selected data changes from Microsoft Dynamics GP to a specified target database. Schema An XML file (with typical extension.xsd) that describes the syntax and semantics of XML documents using a standard XML syntax. An XML schema specifies the content constraints and vocabulary that compliant documents must accommodate. Services Microsoft Windows services are longrunning applications that perform some system function. They typically do not display any user interface. econnect uses several services for moving econnect XML documents in and out of various message queues. Stored procedure A group of Transact-SQL statements compiled into a single execution plan. The business logic for econnect is contained in stored procedures. Transaction Requester The Transaction Requester publishes econnect XML documents to a queue. The XML documents represent Microsoft Dynamics GP documents. Use the econnect Requester Setup utility to specify the documents to publish. Trigger A special class of SQL stored procedure that executes automatically when an update, insert, or delete statement is issued for a table or view. XML A text-based format that uses markup tags (words surrounded by < and > ) to describe how a document is structured and the data it contains. ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 71
76 72 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
77 Index A adding, additional companies 57 Administration, part API, see application programming interface application programming interface BizTalk 15 COM 14 defined 71 Microsoft.NET 14 MSMQ 15 Replication Service 16 requirements 14 architecture chapter diagram 11 layers API 11 data 11 described 11 assemblies,.net 14 B back office, defined 71 backups configuration files 39 customized stored procedures 27 BizTalk 2004 adapter, installation procedure BizTalk 2006 adapter, installation procedure BizTalk adapter configuration defined 71 described 33 requirements 51 troubleshooting 68 BizTalk Adapter Installation, chapter BizTalk integration described 15 types 51 BizTalk server, defined 71 business logic, customizing 13 business objects see also stored procedures after removing econnect 61 business logic 13 customizing business logic 13 defined 71 described 13 stored procedures 13 C COM, library 14 COM+ object defined 71 described 14 COM+ object (continued) logon requirements 14 troubleshooting 70 user account 21 companies, adding additional 57 components, described 29 Configuration, chapter configuration files backup copy 39 Incoming Service 39 Outgoing Service 42 Replication Service 45 restarting the service 39 configurations client/server 12 single server 12 connection string defined 71 Incoming Service 41 installing 30 installing additional companies 58 Outgoing Service 44 Release Information 65 Replication Service 46 SQL authentication 30 Transaction Requester 48 troubleshooting 67 conventions, in documentation 2 corrupt files, repairing 60 currency, see functional currency customizing, business logic 13 D DatabaseNames, setting for the Outgoing Service 44 Delay.Interval 44 Distributed Transaction Coordinator configuring 23 described 22 enabling 22 documentation, symbols and conventions 2 E econnect application programming interface 14 architecture diagram 11 business logic 13 business objects 13 components described 14 customizing business logic 13 defined 71 described 7 event log 32 installation procedure 27 installing additional companies 57 modifying 59 prerequisites 21 removing 61 repairing 60 Replication Service 16 econnect (continued) runtime 27 stored procedures 13 support 3 uses 7 XML documents 8 econnect Basics, part 6-18 econnect Overview, chapter 7-9 econnect.backoffice.connectionstring 41, 44 econnect.frontoffice.connectionstring.0 46 econnect.frontoffice.connectionstring.1 46 econnect.incoming_queue 40 econnect.logall 41 econnect.requester.deadletter_queue.0 47 econnect.requester.deadletter_queue.1 47 econnect.requester.incoming_queue.0 47 econnect.requester.incoming_queue.1 47 econnect.schema 41 econnect.schema.type 40 econnect.threads 41 econnect.timer.interval 47 econnect.transactional_deadletter_queu e 40 event log described 32 troubleshooting 69 F front office, defined 71 functional currency defined 71 setup 24 troubleshooting 67 I Incoming Service configuration configuration keys connection string 41 event log 41 message queues 40 multithreading 41 schema validation 40 defined 71 described 15 installation backup customized stored procedures 27 BizTalk 2004 adapter BizTalk 2006 adapter chapter configuration requirements 31 connection string custom install described 27 procedure 28 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 73
78 INDEX installation (continued) customizing the installed components 29 econnect 27 econnect event log 32 login account requirements 32 part prerequisites 21 procedure for econnect required login role 27 results 32 system configurations BizTalk Server 12 client/server 12 single server 12 types complete 27 runtime only 27 installing additional companies connection string 58 described 57 procedure integrated security, defined 71 L library, COM 14 light bulb symbol 2 M Maintenance, chapter margin notes 2 Microsoft.NET Framework 21 Microsoft message queuing defined 71 described 25 installing 25 monitor queue activity 64 MSMQ Control 63 services 15 start the MSMQ control 63 Microsoft Visual Studio.NET 2003, BizTalk configuration 51 missing files, repairing 60 modifying described 59 econnect installation, procedure 59 MSMQ, see Microsoft message queuing MSMQ Control described 63 monitoring queue activity 64 starting 63 multithreading, Incoming Service 41 N.NET assembly 14.NET Framework 21 O operating system, required 21 Outgoing Service see also Transaction Requester configuration Outgoing Service (continued) configuration keys action types 42 connection string 44 database names 44 delay interval 44 output types 43 remove record 43 time interval 44 defined 71 described 15 P performance, optimizing 41 Prerequisites chapter COM+ user account 21 Distributed Transaction Coordinator 22 functional currency 24 Microsoft.NET Framework 21 operating system 21 product support, for Microsoft Dynamics GP econnect 3 R registry entries, repairing 60 Release Information connection string 65 described 65 viewing the release number 65 removing econnect 61 repair, described 60 repairing econnect, procedure Replication Service adding a database 45 configuration configuration keys connection string 46 message queues 47 time interval 47 defined 71 described 17 Requester Enabler/Disabler Requester Setup, described 63 Requester.Action 42 Requester.OutputType 43 Requester.Remove 43 roles software developer 9 system administrator 8 S schema defined 71 described 14 files 41 schema validation, see validation services see also Incoming Service, Outgoing Service, Replication Service defined 71 services (continued) described 39 restarting 39 troubleshooting 68 software developer, responsibilities 9 SQL trigger defined 71 Requester Setup 16 stored procedures see also business objects calling 13 defined 71 described 13 modifying 13 post 71 pre 71 support, for Microsoft Dynamics GP econnect 3 symbols in documentation 2 system administrator, responsibilities 8 T technical support, for Microsoft Dynamics GP econnect 3 threads, Incoming Service 41 Timer1.Interval 44 Transaction Requester configuration connection string 48 database tables 16 defined 71 described 15 load button 50 Requester Enabler/Disabler 48 Requester Setup 63 troubleshooting BizTalk 68 chapter COM+ object 70 connection string 67 event log 69 functional currency 67 Incoming Service 69 login problems 68 services 68 U uninstall described 61 removing econnect user account COM+ object 21 troubleshooting 70 utilities chapter MSMQ Control 63 Release Information 65 Requester Setup 63 V validation described ECONNECT INSTALLATION AND ADMINISTRATION GUIDE
79 INDEX validation (continued) error messages 40 schema files 41 troubleshooting 69 Visual Studio.NET, BizTalk configuration 51 W warning symbol 2 windows services, see services X XML, defined 71 XML document defined 71 described 8 ECONNECT INSTALLATION AND ADMINISTRATION GUIDE 75
Microsoft Dynamics GP 2013. econnect Installation and Administration Guide
Microsoft Dynamics GP 2013 econnect Installation and Administration Guide Copyright Copyright 2012 Microsoft Corporation. All rights reserved. Limitation of liability This document is provided as-is. Information
MicrosoftDynam ics GP 2015. TenantServices Installation and Adm inistration Guide
MicrosoftDynam ics GP 2015 TenantServices Installation and Adm inistration Guide Copyright Copyright 2014 Microsoft Corporation. All rights reserved. Limitation of liability This document is provided as-is.
Business Portal for Microsoft Dynamics GP. Project Time and Expense Administrator s Guide Release 10.0
Business Portal for Microsoft Dynamics GP Project Time and Expense Administrator s Guide Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable
Microsoft Dynamics GP. Engineering Data Management Integration Administrator s Guide
Microsoft Dynamics GP Engineering Data Management Integration Administrator s Guide Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is
Microsoft Dynamics GP 2013. Web Services Installation and Administration Guide
Microsoft Dynamics GP 2013 Web Services Installation and Administration Guide Copyright Copyright 2013 Microsoft Corporation. All rights reserved. Limitation of liability This document is provided as-is.
Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0
Business Portal for Microsoft Dynamics GP Key Performance Indicators Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the
Microsoft Dynamics GP. Pay Steps for Human Resources Release 9.0
Microsoft Dynamics GP Pay Steps for Human Resources Release 9.0 Copyright Copyright 2006 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of
Microsoft Dynamics GP. SmartList Builder User s Guide With Excel Report Builder
Microsoft Dynamics GP SmartList Builder User s Guide With Excel Report Builder Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility
Business Portal for Microsoft Dynamics GP. Electronic Document Delivery Release 10.0
Business Portal for Microsoft Dynamics GP Electronic Document Delivery Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is
Microsoft Dynamics GP. Audit Trails
Microsoft Dynamics GP Audit Trails Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting
Microsoft Dynamics GP. Field Service - Preventive Maintenance
Microsoft Dynamics GP Field Service - Preventive Maintenance Copyright Copyright 2010 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the
Microsoft Dynamics GP. Workflow Installation Guide Release 10.0
Microsoft Dynamics GP Workflow Installation Guide Release 10.0 Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of
Microsoft Dynamics GP. Electronic Signatures
Microsoft Dynamics GP Electronic Signatures Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without
Microsoft Dynamics GP. Electronic Signatures
Microsoft Dynamics GP Electronic Signatures Copyright Copyright 2006 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without
Microsoft Dynamics GP. Check Printing
Microsoft Dynamics GP Check Printing Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting
SmartConnect Users Guide
eone Integrated Business Solutions SmartConnect Users Guide Copyright: Manual copyright 2003 eone Integrated Business Solutions All rights reserved. Your right to copy this documentation is limited by
Microsoft Dynamics GP. Project Accounting Cost Management Guide
Microsoft Dynamics GP Project Accounting Cost Management Guide Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of
Microsoft Dynamics GP. Purchase Order Enhancements
Microsoft Dynamics GP Purchase Order Enhancements Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without
Microsoft Dynamics GP. Project Accounting Billing Guide
Microsoft Dynamics GP Project Accounting Billing Guide Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user.
Business Portal for Microsoft Dynamics GP. Requisition Management User s Guide Release 10.0
Business Portal for Microsoft Dynamics GP Requisition Management User s Guide Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws
Microsoft Small Business Financials. Small Business Center Integration
Microsoft Small Business Financials Small Business Center Integration Copyright Copyright 2005 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility
Microsoft Dynamics GP. Payment Document Management
Microsoft Dynamics GP Payment Document Management Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without
Microsoft Dynamics GP. Project Accounting Accounting Control Guide
Microsoft Dynamics GP Project Accounting Accounting Control Guide Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility
Microsoft Dynamics GP. Manufacturing Planning Functions
Microsoft Dynamics GP Manufacturing Planning Functions Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user.
RedBlack CyBake Online Customer Service Desk
RedBlack CyBake Online Customer Service Desk Publication Date: June 2014 Copyright Copyright 2014 RedBlack Software Ltd. All rights reserved. Complying with all applicable copyright laws is the responsibility
Business Portal for Microsoft Dynamics GP 2010. Field Service Suite
Business Portal for Microsoft Dynamics GP 2010 Field Service Suite Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views
Microsoft Dynamics GP. Payroll Connect
Microsoft Dynamics GP Payroll Connect Copyright Copyright 2005 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting
Microsoft Dynamics GP. Invoicing
Microsoft Dynamics GP Invoicing Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the
Blue Moon Industries. Warehouse Management Integration. for Microsoft Dynamics GP Manhattan Associates' ILS.Net Release 10.0
Blue Moon Industries Warehouse Management Integration for Microsoft Dynamics GP Manhattan Associates' ILS.Net Release 10.0 Copyright Manual copyright 2008 Blue Moon Industries. All rights reserved. Your
Microsoft Dynamics GP 2010. SQL Server Reporting Services Guide
Microsoft Dynamics GP 2010 SQL Server Reporting Services Guide April 4, 2012 Copyright Copyright 2012 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information
Microsoft Dynamics GP. Cashbook Bank Management
Microsoft Dynamics GP Cashbook Bank Management Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without
Microsoft Dynamics GP. Working with Crystal Reports
Microsoft Dynamics GP Working with Crystal Reports Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without
Microsoft Dynamics GP. Bank Reconciliation
Microsoft Dynamics GP Bank Reconciliation Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting
Microsoft Dynamics GP. Bill of Materials
Microsoft Dynamics GP Bill of Materials Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting
Microsoft Dynamics GP. Professional Services Tools Library Release 10.0 Feature Pack 1
Microsoft Dynamics GP Professional Services Tools Library Release 10.0 Feature Pack 1 Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is
Business Portal for Microsoft Dynamics GP 2010. Key Performance Indicators
Business Portal for Microsoft Dynamics GP 2010 Key Performance Indicators April 2, 2012 Copyright Copyright 2012 Microsoft. All rights reserved. Limitation of liability This document is provided as-is.
Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP
Microsoft Dynamics Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP May 2010 Find updates to this documentation at the following location. http://go.microsoft.com/fwlink/?linkid=162558&clcid=0x409
Management Reporter Integration Guide for Microsoft Dynamics AX
Microsoft Dynamics Management Reporter Integration Guide for Microsoft Dynamics AX July 2013 Find updates to this documentation at the following location: http://go.microsoft.com/fwlink/?linkid=162565
Microsoft Dynamics GP. Electronic Signatures
Microsoft Dynamics GP Electronic Signatures Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,
Microsoft Dynamics GP. Field Service - Contract Administration
Microsoft Dynamics GP Field Service - Contract Administration Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of
DEVELOP. Choosing a Development Tool. Microsoft Dynamics GP. White Paper
DEVELOP Microsoft Dynamics GP Choosing a Development Tool White Paper This paper provides guidance when choosing which development tool to use to create an integration for Microsoft Dynamics GP. Date:
Business Portal for Microsoft Dynamics GP 2010. Project Time and Expense Administrator s Guide
Business Portal for Microsoft Dynamics GP 2010 Project Time and Expense Administrator s Guide Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided
Management Reporter Integration Guide for Microsoft Dynamics GP
Microsoft Dynamics Management Reporter Integration Guide for Microsoft Dynamics GP July 2013 Find updates to this documentation at the following location: http://go.microsoft.com/fwlink/?linkid=162565
Dell Enterprise Reporter 2.5. Configuration Manager User Guide
Dell Enterprise Reporter 2.5 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license
Microsoft Dynamics GP. Business Analyzer
Microsoft Dynamics GP Business Analyzer April 5, 2013 Copyright Copyright 2013 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in
Microsoft Dynamics GP Release
Microsoft Dynamics GP Release Workflow Installation and Upgrade Guide February 17, 2011 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is.
Update and Installation Guide for Microsoft Management Reporter 2.0 Feature Pack 1
Update and Installation Guide for Microsoft Management Reporter 2.0 Feature Pack 1 Microsoft Corporation Published: December 2010 Microsoft Dynamics is a line of integrated, adaptable business management
Microsoft Dynamics AX 2009 Installation Guide. Microsoft Corporation Published: November 2009
Microsoft Dynamics AX 2009 Installation Guide Microsoft Corporation Published: November 2009 Microsoft Dynamics is a line of integrated, adaptable business management solutions that enables you and your
www.dfcconsultants.com 800-277-5561 Microsoft Dynamics GP Audit Trails
www.dfcconsultants.com 800-277-5561 Microsoft Dynamics GP Audit Trails Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and
Microsoft Dynamics GP. Field Service - Service Call Management
Microsoft Dynamics GP Field Service - Service Call Management Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of
Recurring Contract Billing 10.0 SP6
Recurring Contract Billing 10.0 SP6 An application for Microsoft Dynamics ΤΜ GP 10.0 Furthering your success through innovative business solutions Copyright Manual copyright 2011 Encore Business Solutions,
Registered Trademarks and Proprietary Names
123 User's Guide Notice of Copyright Published by Maximizer Software Inc. Copyright 1988-2010 All rights reserved. Registered Trademarks and Proprietary Names Product names mentioned in this document
Improving Performance of Microsoft CRM 3.0 by Using a Dedicated Report Server
Improving Performance of Microsoft CRM 3.0 by Using a Dedicated Report Server January 2006 Downloaded from http://www.sonomapartners.com/ - 1 - Information in this document, including URL and other Internet
Microsoft Dynamics GP Release. Workflow Administrator s Guide
Microsoft Dynamics GP Release Workflow Administrator s Guide December 10, 2012 Copyright Copyright 2012 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information
Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide
Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide Microsoft Corporation Published: October 2006 Author: Brian Lich Editor: Carolyn Eller Abstract This step-by-step guide
Credit Card Extension White Paper
Credit Card Extension White Paper March 2010 Copyright Copyright 2004 Azox, Inc.. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the
Credit Card Encryption 9.0
N O D U S T E C H N O L O G I E S, I N C. Credit Card Encryption 9.0 User s Guide Nodus Technologies, Inc. 250 West First Street Suite 302 Claremont, CA 91711 Phone 909.482.4701 Fax 909.482.4705 i Copyright
Automated Database Backup. Procedure to create an automated database backup using SQL management tools
Automated Database Backup Procedure to create an automated database backup using SQL management tools Genetec Technical Support 6/29/2009 Notice This manual, and the software that it describes, is provided
Microsoft Dynamics GP. Sales Order Processing
Microsoft Dynamics GP Sales Order Processing Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without
Installation & System Management: Microsoft Business Solutions Navision Database Server
Installation & System Management: Microsoft Business Solutions Navision Database Server INSTALLATION & SYSTEM MANAGEMENT: MICROSOFT BUSINESS SOLUTIONS NAVISION DATABASE SERVER DISCLAIMER This material
BizTalk Server 2006. Business Activity Monitoring. Microsoft Corporation Published: April 2005. Abstract
BizTalk Server 2006 Business Activity Monitoring Microsoft Corporation Published: April 2005 Abstract This paper provides a detailed description of two new Business Activity Monitoring (BAM) features in
Windows SharePoint Services Installation Guide
Windows SharePoint Services Installation Guide [email protected] www.schmittdotnet.com Version 1.4 10/11/2010 Copyright and Disclaimers This guide is for informational purposes only. THE AUTHOR
EventTracker: Support to Non English Systems
EventTracker: Support to Non English Systems Publication Date: April 25, 2012 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Introduction This document has been prepared to
Retail Deployment Guide. Microsoft Dynamics AX 2012 Feature Pack
Retail Deployment Guide Microsoft Dynamics AX 2012 Feature Pack Microsoft Corporation February 2012 Microsoft Dynamics is a line of integrated, adaptable business management solutions that enables you
Microsoft Dynamics GP. Electronic Banking
Microsoft Dynamics GP Electronic Banking Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting
NetWrix Account Lockout Examiner Version 4.0 Administrator Guide
NetWrix Account Lockout Examiner Version 4.0 Administrator Guide Table of Contents Concepts... 1 Product Architecture... 1 Product Settings... 2 List of Managed Domains and Domain Controllers... 2 Email
Project management integrated into Outlook
Project management integrated into Outlook InLoox PM 7.x off-line operation An InLoox Whitepaper Published: October 2011 Copyright: 2011 InLoox GmbH. You can find up-to-date information at http://www.inloox.com
Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide
Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Windows 2000, Windows Server 2003 5.0 11293743 Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Copyright
Microsoft Dynamics TM NAV 5.00. Installation & System Management: C/SIDE Database Server for Microsoft Dynamics TM NAV
Microsoft Dynamics TM NAV 5.00 Installation & System Management: C/SIDE Database Server for Microsoft Dynamics TM NAV Installation & System Management: Database Server for Microsoft Dynamics TM NAV Information
Microsoft Dynamics GP Business Portal. Installation Guide Release 3.0
Microsoft Dynamics GP Business Portal Installation Guide Release 3.0 Copyright Copyright 2006 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility
Mobility Services Platform 3.1.1 Software Installation Guide
Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide 72E-100159-04 Revision D January 2008 2007 by Motorola, Inc. All rights reserved.
Dell Statistica 13.0. Statistica Enterprise Installation Instructions
Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or
Defender Delegated Administration. User Guide
Defender Delegated Administration User Guide 2012 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished
EMC Documentum Repository Services for Microsoft SharePoint
EMC Documentum Repository Services for Microsoft SharePoint Version 6.5 SP2 Installation Guide P/N 300 009 829 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com
Dell InTrust 11.0. Preparing for Auditing Microsoft SQL Server
2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.
Microsoft Dynamics GP. Extender User s Guide
Microsoft Dynamics GP Extender User s Guide Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,
Microsoft Dynamics GP 2010
Microsoft Dynamics GP 2010 Workflow Administrator s Guide March 30, 2010 Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and
Management Center. Installation and Upgrade Guide. Version 8 FR4
Management Center Installation and Upgrade Guide Version 8 FR4 APPSENSE MANAGEMENT CENTER INSTALLATION AND UPGRADE GUIDE ii AppSense Limited, 2012 All rights reserved. part of this document may be produced
Omgeo OASYS Workstation Installation Guide. Version 6.4 December 13, 2011
Omgeo OASYS Workstation Installation Guide Version 6.4 December 13, 2011 Copyright 2011 Omgeo LLC. All rights reserved. This publication (including, without limitation, any text, image, logo, compilation,
SplendidCRM Deployment Guide
SplendidCRM Deployment Guide Version 5.x Last Updated: December 14, 2010 Category: Deployment This guide is for informational purposes only. SPLENDIDCRM SOFTWARE MAKES NO WARRANTIES, EXPRESS OR IMPLIED,
Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013
Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012 October 2013 This is a publication of Sage Software, Inc. Document version: October 17, 2013 Copyright
Digipass Plug-In for IAS. IAS Plug-In IAS. Microsoft's Internet Authentication Service. Installation Guide
Digipass Plug-In for IAS IAS Plug-In IAS Microsoft's Internet Authentication Service Installation Guide Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations
SolarWinds Migrating SolarWinds NPM Technical Reference
SolarWinds Migrating SolarWinds NPM Technical Reference Copyright 1995-2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified,
HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2
HYPERION SYSTEM 9 MASTER DATA MANAGEMENT RELEASE 9.2 N-TIER INSTALLATION GUIDE P/N: DM90192000 Copyright 2005-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo, and
Diamond II v2.3 Service Pack 4 Installation Manual
Diamond II v2.3 Service Pack 4 Installation Manual P/N 460987001B ISS 26APR11 Copyright Disclaimer Trademarks and patents Intended use Software license agreement FCC compliance Certification and compliance
TROUBLESHOOTING GUIDE
Lepide Software LepideAuditor Suite TROUBLESHOOTING GUIDE This document explains the troubleshooting of the common issues that may appear while using LepideAuditor Suite. Copyright LepideAuditor Suite,
ArcGIS 9. Installation Guide: Workgroup for Microsoft SQL Server Express
ArcGIS 9 Installation Guide: Workgroup for Microsoft SQL Server Express Copyright 2006 ESRI All Rights Reserved. Printed in the United States of America. The information contained in this document is the
Dell Recovery Manager for Active Directory 8.6. Quick Start Guide
Dell Recovery Manager for Active Directory 8.6 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished
Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1
Business Portal for Microsoft Dynamics GP 2010 User s Guide Release 5.1 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and
For Active Directory Installation Guide
For Active Directory Installation Guide Version 2.5.2 April 2010 Copyright 2010 Legal Notices makes no representations or warranties with respect to the contents or use of this documentation, and specifically
Connector for Microsoft Dynamics Configuration Guide for Microsoft Dynamics SL
Microsoft Dynamics Connector for Microsoft Dynamics Configuration Guide for Microsoft Dynamics SL Revised August, 2012 Find updates to this documentation at the following location: http://www.microsoft.com/download/en/details.aspx?id=10381
Choosing a Development Tool
Microsoft Dynamics GP 2013 R2 Choosing a Development Tool White Paper This paper provides guidance when choosing which development tool to use to create an integration for Microsoft Dynamics GP. Date:
Pre-Installation Guide
Pre-Installation Guide Version 8.2 December 11, 2015 For the most recent version of this document, visit our documentation website. Table of Contents 1 Pre-installation overview 4 2 Windows updates 4 3
Administrators Help Manual
Administrators Help Manual Lepide Active Directory Self Service Lepide Software Private Limited Page 1 Administrators Help Manual for Active Directory Self-Service Lepide Active Directory Self Service
File and Printer Sharing with Microsoft Windows
Operating System File and Printer Sharing with Microsoft Windows Microsoft Corporation Published: November 2003 Abstract File and printer sharing in Microsoft Windows allows you to share the contents of
Snapshot Reports for 800xA User Guide
Snapshot Reports for 800xA User Guide System Version 5.1 Power and productivity for a better world TM Snapshot Reports for 800xA User Guide System Version 5.1 NOTICE This document contains information
Xcalibur Global Version 1.2 Installation Guide Document Version 3.0
Xcalibur Global Version 1.2 Installation Guide Document Version 3.0 December 2010 COPYRIGHT NOTICE TRADEMARKS 2010 Chip PC Inc., Chip PC (Israel) Ltd., Chip PC (UK) Ltd., Chip PC GmbH All rights reserved.
Symantec AntiVirus Corporate Edition Patch Update
Symantec AntiVirus Corporate Edition Patch Update Symantec AntiVirus Corporate Edition Update Documentation version 10.0.1.1007 Copyright 2005 Symantec Corporation. All rights reserved. Symantec, the Symantec
About This Guide... 4. Signature Manager Outlook Edition Overview... 5
Contents About This Guide... 4 Signature Manager Outlook Edition Overview... 5 How does it work?... 5 But That's Not All...... 6 And There's More...... 6 Licensing... 7 Licensing Information... 7 System
vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3
vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by
