eConnectInstallAdminGuide PDF
eConnectInstallAdminGuide PDF
Copyright
Limitation of liability
This document is provided as-is. Information and views expressed in this document, including
URL and other Internet Web site references, may change without notice. You bear the risk of
using it.
Some examples depicted herein are provided for illustration only and are fictitious. No real
association or connection is intended or should be inferred.
Intellectual property
This document does not provide you with any legal rights to any intellectual property in any
Microsoft product.
You may copy and use this document for your internal, reference purposes.
Trademarks
Microsoft, Microsoft Dynamics, Visual Basic, Visual Studio, BizTalk Server, Windows, Windows
Vista, and Windows Server are trademarks of the Microsoft group of companies.
All other trademarks are property of their respective owners.
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.
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
800-456-0025 (in the U.S. or Canada) or +1-701-281-6500.
Publication date
Contents
Introduction ................................................................................................................................................. 2
Whats in this manual...................................................................................................................................2
Symbols and conventions ............................................................................................................................2
Product support ............................................................................................................................................3
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
C O N T E N T S
Chapter 8: Troubleshooting...................................................................................................... 53
Functional currency ....................................................................................................................................53
Connection string problems ......................................................................................................................53
Login problems ...........................................................................................................................................54
Incoming or Outgoing Services ................................................................................................................54
eConnect event log......................................................................................................................................54
Incoming Service problems .......................................................................................................................55
eConnect Integration Service ....................................................................................................................56
eConnect Integration Service tracing .......................................................................................................56
Glossary ......................................................................................................................................................... 61
Index ................................................................................................................................................................... 63
ii
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
INTRODUCTION
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.
To learn about creating applications that use eConnect for Microsoft Dynamics GP,
refer to the eConnect Programmers Guide and Reference document.
Description
Convention
Description
Chapter 1, Overview
Installing eConnect
using System.IO;
Microsoft Message
Queuing (MSMQ)
or ALT+M
TAB
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
IN T RO D U C T IO N
Product support
Microsoft Dynamics GP technical support can be accessed online or by telephone.
Go to www.microsoft.com/Dynamics and click the CustomerSource or
PartnerSource link, or call 888-477-7877 (in the US and Canada) or 701-281-0555.
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
Chapter 1:
eConnect Overview
eConnect for Microsoft Dynamics GP allows you to integrate your business
applications with Microsoft Dynamics GP. The following topics introduce eConnect
for Microsoft Dynamics GP:
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:
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.
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
PA RT
E C O N N E C T
B A S I C S
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, 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:
Software Developer
If you are a developer, complete the following:
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
E C O N N E C T
O V E R V I E W
Discuss the installation procedure with the system administrator to learn what
configuration settings were used during the eConnect installation.
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
10
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
Chapter 2:
eConnect Architecture
When using eConnect for Microsoft Dynamics GP, 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
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
BizTalk
Server
MSMQ
XML
XML
BizTalk
Adapter
Runtime
Layer
XML
XML
Incoming
Service
XML
Outgoing
Service
Transaction
Requester
.NET Assemblies
Business Objects
Pre
Post
Data Access
Layer
Microsoft
Dynamics GP
The diagram illustrates eConnects two key layers and the components each layer
contains.
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
11
PA RT
E C O N N E C T
B A S I C S
The data access layer contains the eConnect business objects. The business
objects are installed on the Microsoft Dynamics GP server.
The eConnect runtime layer contains the components that simplify using the
eConnect business objects. The eConnect runtime layer installs on the same
computer as the integrating application.
The eConnect runtime includes several components that allow you to access the
eConnect business objects.
The eConnect BizTalk adapter allows you to use BizTalk to configure and
manage the integration between your application and Microsoft Dynamics GP
The diagram also shows that your integrating application can bypass the eConnect
runtime and use the eConnect business objects directly.
Configurations
There are two common configurations for an eConnect installation. The following
illustration shows the most common configuration for eConnect. In this
configuration, the eConnect runtime 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 Integration Service
eConnect Transaction Requester
12
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
EC O N N EC T
A R C HI TE C T U R E
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 stored
procedures are added to the system database (DYNAMICS) during the initial
installation of Microsoft Dynamics GP. Additional eConnect stored procedure are
included when you create a new company using Microsoft Dynamics GP Utilities.
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 uses 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.
See the eConnect
Programmers Guide
and Reference for
information about
customizing business
logic.
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
13
PA RT
E C O N N E C T
B A S I C S
stored procedure
called
executes pre
stored procedure
Pre stored
procedure
executes post
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.
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:
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, and Microsoft Message Queuing (MSMQ). The
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 the eConnect for Microsoft Dynamics GP
2013 integration Service. The eConnect Integration Service is a Windows service
that manages interaction with the eConnect business objects. To use the eConnect
runtime on your computer, you must install the eConnect Integration Service on
that computer. The eConnect Integration Service 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.
14
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
Schema information
can be found in the
eConnect
Programmers Guide
and Reference
EC O N N EC T
A R C HI TE C T U R E
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 eConnect Integration Service 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 eConnect Integration Service to access the
eConnect business objects. To use eConnect in a .NET development project, add
references to these 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 eConnect Integration Service 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.
BizTalk
eConnect provides a BizTalk adapter is an application integration component (AIC)
that you can install on your BizTalk 2006 server. The BizTalk adapter allows you to
use BizTalk to manage interaction with eConnect business objects.
Microsoft BizTalk Server 2009 is not supported. At this time, eConnect does not include an
adapter for BizTalk 2009.
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.
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
15
PA RT
E C O N N E C T
B A S I C S
An application creates
a new record.
MSMQ
Outgoing
Service
eConnect_Out
table
Microsoft Dynamics GP
database
The Transaction
Requesters SQL trigger
reacts to the records
creation, and inserts an
entry to the eConnect_Out
table.
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.
eConnectOutTemp
To configure the eConnect Transaction Requester, use the eConnect Requester Setup
Tool. The eConnect Requester Setup Tool 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 38.
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 Tool to specify the customer object and the SQL insert operation. The
eConnect Requester Setup Tool 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.
16
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
EC O N N EC T
A R C HI TE C T U R E
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.
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
17
18
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
PART 2: INSTALLATION
Part 2: Installation
This portion of the documentation explains how to install eConnect for Microsoft
Dynamics GP. The following information is discussed:
20
E C O N N E C T
Chapter 3, Prerequisites, describes the software required and the actions you
must perform before you install eConnect for Microsoft Dynamics GP.
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
Chapter 3:
Prerequisites
Before installing eConnect for Microsoft Dynamics GP, 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 Framework
Dexterity Shared Components
Service user account
Functional currency
Microsoft Message Queueing (MSMQ)
Operating system
To install eConnect, the computer must be running one of the following operating
systems:
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
21
PA RT
I N S T A LL AT IO N
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 from the Microsoft
Dynamics GP menu. Set the Functional Currency. This example designates US
dollars as the functional currency.
22
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
PR ER EQ U I SIT E S
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
23
PA RT
I N S T A LL AT IO N
The eConnect install will add default queues for the incoming and outgoing
services. However, you can use Server Manager to add custom private queues that
you can use with the incoming and outgoing services.
To add a custom queue, expand Features, expand Message Queuing, right-click
Private Queues, click New, and then click Private Queue. The New Private Queue
window opens.
You use the New Private Queue window to specify the name of the queue. Type the
queue name in the textbox. Click the Transactional checkbox and specify that the
queue is transactional. To save the queue information, click OK.
If you do not mark the Transactional box, the queue will not work with the eConnect
incoming or outgoing services. Both services require the queue to be transactional.
Note the names of the custom queues that you created, you can use the queue
names when you configure the incoming or outgoing service. For more information
about configuring the services, see Chapter 5, Configuring eConnect Services.
24
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
Chapter 4:
eConnect Installation
This portion of the documentation describes how to install eConnect for Microsoft
Dynamics GP. The following information is discussed:
Installation procedure
What to do next
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. Start the eConnect installer.
To install eConnect, run Setup from the Microsoft Dynamics GP install media.
Click eConnect and then click Install.
3. Install prerequisites.
If you see a window that prompts you to install prerequisite components, click
Install. If you previously installed eConnect, Microsoft Dynamics GP, or
another product, you might not see this window.
4. Review the license agreement.
After reviewing the license agreement, mark the option to accept the terms.
Click Next to continue.
5. Specify the components to install.
Select the features you would like to install. The list of features reflects the
components you have installed on the server. For example, the option to install
the BizTalk Adapter is available only when the install detects BizTalk Server
2006 or later is present.
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
25
PA RT
I N S T A LL AT IO N
Specify the install location for eConnect. The default location is c:\Program
Files\Microsoft Dynamics\eConnect 12.0 but you can specify another folder.
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
What happens
Not Available
To include a feature, click the button and select Run from My Computer To
exclude a feature, click the button and select Not Available
The install allows you to select from the following features:
eConnect Runtime Services Installs the eConnect Integration Service
and .NET assemblies. Also registers the eConnect .NET assemblies in the global
assembly cache.
BizTalk Components Installs the files needed to install the BizTalk
application integration component (AIC) adapter.
Help and Samples Installs the help files, schema files, tools, and samples
that assist with developing, testing, and deploying eConnect customizations
Incoming-Outgoing Service Installs the eConnect Incoming Service, and
Outgoing Service into the Service Control Manager. Creates the default message
queues for both the Incoming and Outgoing Service.
26
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
E C O N N E C T
I N S T A L L A T I O N
You can prevent the install from creating a connection to a SQL Server. If you mark
the Do not add service user to SQL box, the SQL connection is not created. You
might want to click this box when you do not know the SQL Server or the Dynamics
GP system database that you want eConnect to use. For example, you install
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
27
PA RT
I N S T A LL AT IO N
eConnect in a multitenant environment and you do not know the name of the
system database for your tenant.
8. Start the installation.
Click Install to begin the installation process. The install will run for several
minutes.
What to do next
After eConnect for Microsoft Dynamics GP has installed, consider taking the
following steps:
28
E C O N N E C T
Learn about actions you will need to take to configure and maintain the
eConnect for Microsoft Dynamics GP components you installed. Details are
found in Part 3, Administration.
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
PART 3: ADMINISTRATION
Part 3: Administration
This portion of the documentation explains the configuration and maintenance
options for eConnect for Microsoft Dynamics GP. The following information is
discussed:
30
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
Chapter 5:
Overview
Incoming Service
Outgoing Service
Transaction Requester
BizTalk adapter
Overview
The complete eConnect installation adds three Windows services to your
computers 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 2006, you must configure BizTalk
Server 2006 to work with the adapter. You use the BizTalk Server Administration
utility and Visual Studio to configure the BizTalk server.
Incoming Service
The eConnect Incoming Service for Microsoft Dynamics GP 2013 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 typically found in the following location
C:\Program files\Microsoft Dynamics\eConnect 12.0\Service\Incoming Service.
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
31
PA RT
A D M I N IS T R A T I O N
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 keys 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.Incoming_Queue This key specifies the message queue that the
service will monitor. The default value is blank.
<addkey="eConnect.Incoming_Queue"value=""/>
32
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
C O N F I G U R I N G
E C O N N E C T
S E R V I C E S
where
<addkey="eConnect.Transactional_deadletter_Queue"value="0"/>
A blank key value means there is no schema validation. The other possible values is
XSD. You set the value to XSD when you want to validate an eConnect XML
documents against the eConnect schema.
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
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 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, use this key to supply the path to
the XSD schema file. For example, use value="C:\Program Files\Microsoft
Dynamics\eConnect
12.0\XML
Sample
Documents\Incoming
XSD
Schemas\eConnect.xsd" to validate against the schema definitions contained in that
XSD file.
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
33
PA RT
A D M I N IS T R A T I O N
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.
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 keys value require careful evaluation and testing.
Outgoing Service
The eConnect Outgoing Service for Microsoft Dynamics GP 2013 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.
Typically, you use the Outgoing Service in conjunction with the eConnect
Transaction Requester. You use the Transaction Requester to specify the Dynamics
GP documents you want sent to the message queue. Refer to Transaction Requester
on page 38 section for more information.
The
Outgoing
Service
uses
a
configuration
file
named
eConnect_Outgoing.exe.config to control its operations. This file is typically found
in the following location:
C:\Program Files\Microsoft Dynamics\eConnect 12.0\Service\Outgoing
Service\eConnect_Outgoing.exe.config.
34
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
C O N F I G U R I N G
E C O N N E C T
S E R V I C E S
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 keys 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
INSTALLATION
AND
ADMINISTRATION
GUIDE
35
PA RT
A D M I N IS T R A T I O N
Queue.Type This key specifies whether the targeted queue is a public or private
queue. The default value is 0.
<add key="Queue.Type" value="0" />
Description
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.
Use this key to specify the types of XML documents produced by the Outgoing
Service. The following is a list of possible action types:
36
E C O N N E C T
Value
Action
Description
All documents
Inserts
Updates
Deletes
Inserts and
updates
Combined
inserts and
updates
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
C O N F I G U R I N G
E C O N N E C T
S E R V I C E S
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"/>
Type
Description
List
Master
document
Complete
document
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.
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
INSTALLATION
AND
ADMINISTRATION
GUIDE
37
PA RT
A D M I N IS T R A T I O N
ByteOrderMark This key specifies whether the byte order mark (BOM) should
be added to the XML output. The default value is 0.
<add key="ByteOrderMark" value="0" />
The byte order mark was used with BizTalk 2004. Use the default value unless you
specifically want to change the byte order mark behavior of the outgoing service.
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 files 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:
Transaction Requester
The Transaction Requester allows you to specify Microsoft 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, complete the following
procedure:
38
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
C O N F I G U R I N G
E C O N N E C T
S E R V I C E S
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
39
PA RT
A D M I N IS T R A T I O N
40
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
C O N F I G U R I N G
E C O N N E C T
S E R V I C E S
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
41
PA RT
A D M I N IS T R A T I O N
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 2006 adapter, you must have already installed Microsoft
Visual Studio on that 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.
42
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
C O N F I G U R I N G
E C O N N E C T
S E R V I C E S
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
43
PA RT
A D M I N IS T R A T I O N
44
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
C O N F I G U R I N G
E C O N N E C T
S E R V I C E S
To add a map to your sendport, click Outbound Maps. Specify the map or maps
to use with the current port.
11. Save the send port configuration.
Click OK. Close the BizTalk Server Administration Console.
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
45
46
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
Chapter 6:
Maintenance
This portion of the documentation provides information about modifying,
repairing, or removing an existing eConnect installation. The following items are
discussed:
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
47
PA RT
A D M I N IS T R A T I O N
Completing a repair
If the eConnect for Microsoft Dynamics GP application becomes damaged, the
repair operation may help resolve the issue. The Repair wizard fixes the following:
2. Click Repair.
3. Specify eConnect account information.
You must supply the domain, user name and password of the windows account
that you want the eConnect Integration Service, Incoming Service, and
Outgoing Service to use. Refer to Chapter 4, eConnect Installation, for
additional information about the eConnect windows account. Click Next to
continue.
4. Specify SQL connection information.
Enter the name of the SQL Server you want to use. Also, specify the type of
authentication to use with that server. Click Next.
5. Ready to repair.
Click Repair to begin. The repair will run for several minutes.
6. Repair complete
When the Repair Complete window appears, click Exit to close the wizard.
48
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
M A I N T E N A N C E
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
49
PA RT
A D M I N IS T R A T I O N
Removing eConnect
The eConnect remove operation allows you to delete all of the installed eConnect
folders and files. It deletes only the files and folders created in file system of the
local machine. To remove eConnect from a computer, complete the following steps:
1. Start the eConnect installer.
Open Add or Remove Programs, choose eConnect for Microsoft Dynamics GP
2013, and then click Change. The eConnect for Microsoft Dynamics GP 2013
window opens.
2. Click Remove.
Click Remove.
50
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
Chapter 7:
Utilities
eConnect includes several utilities that help to configure and administer some
components. The following sections describe these utilities:
For more information about the Requester Setup Tool, see Transaction Requester on
page 38.
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
51
PA RT
A D M I N IS T R A T I O N
To use the eConnect MSMQ Control, open the Start menu and select All Programs
>> Microsoft Dynamics >> eConnect for Microsoft Dynamics GP 2013 >> eConnect
MSMQ Control. The eConnect MSMQ Control appears.
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.
52
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
Chapter 8:
Troubleshooting
If you encounter problems with eConnect for Microsoft Dynamics GP, 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
eConnect event log
Incoming Service problems
eConnect Integration Service
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 systems 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 22, to specify a functional currency.
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
53
PA RT
A D M I N IS T R A T I O N
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.
54
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
TR O U B L E S H O O T I N G
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.
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.
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 documents
schema.
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
55
PA RT
A D M I N IS T R A T I O N
Check whether the eConnect Integration Service is using the correct login
credentials. The installation requires you to provide a user name and password
for the eConnect Integration Service. If the you later change the password of
that user and do not update the eConnect Integration Service with the new
password, the eConnect Integration Service will not start.
To update the eConnect Integration Service password, open the eConnect
Integration Service in the Services console. Right-click the eConnect for
Microsoft Dynamics GP 2013 Integration Service, and click Properties. Click the
Log On tab. Update Password and Confirm Password with the current
password of the specified user account, and then click OK.
Check whether the eConnect Integration Service has been stopped. Open the
eConnect Integration Service in the Services Console. Right-click the eConnect
for Microsoft Dynamics GP 2013 Integration Service and select Start. If you
receive an error message stating you must enable the application, right-click
eConnect for Microsoft Dynamics GP 2013 Integration Service, and then select
Enable.
56
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
TR O U B L E S H O O T I N G
Description
Error
Information
Verbose
Records events that mark successful milestones. Includes low level events for
both user code and the service. Useful for debugging or for application
optimization.
The
following
XML
sample
shows
how
to
use
the
Microsoft.Dynamics.GP.eConnect.Service. exe.config file to enable tracing using the
eConnectServiceTraceSource. Notice how the switchValue is set to Verbose.
<system.diagnostics>
<sources>
<source name="eConnectTraceSource" switchValue="Off">
<listeners>
<!--<add name="eConnectXmlTracelistener">
<filter type="" />
</add>-->
<add name="eConnectTextTracelistener">
<filter type="" />
</add>
</listeners>
</source>
<source name="eConnectServiceTraceSource" switchValue="Verbose">
<listeners>
<add name="eConnectSvcTextTracelistener">
<filter type="" />
</add>
<!--<add name="eConnectSvcXmlTracelistener">
<filter type="" />
</add>-->
</listeners>
</source>
</sources>
ECONNECT
INSTALLATION
AND
ADMINISTRATION
GUIDE
57
PA RT
A D M I N IS T R A T I O N
58
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
C H A P T E R
TR O U B L E S H O O T I N G
ECONNECT
INSTALLATION
set
AND
the
switchValue
attribute
ADMINISTRATION
of
GUIDE
the
59
60
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
Glossary
Application
interface (API)
without
supplying
credentials.
separate
login
Outgoing Service
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 eConnects business logic.
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.
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 users login credentials. It allows a
network user to access a SQL server 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. Services typically do not
display any user interface. eConnect uses
services to enable the exchange of eConnect
XML documents between an application and
the eConnect business objects.
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
61
62
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
Index
A
Administration, part 30-59
API, see application programming
interface
application programming interface
BizTalk 15
defined 61
Microsoft .NET 15
MSMQ 15
requirements 15
architecture
chapter 11-17
diagram 11
layers
API 11
data 11
described 11
assemblies, .NET 15
B
back office, defined 61
backups, configuration files 31
BizTalk adapter
configuration 42-45
defined 61
requirements 42
BizTalk integration
described 15
types 42
BizTalk server, defined 61
business logic, customizing 13
business objects
see also stored procedures
after removing eConnect 50
business logic 13
customizing business logic 13
defined 61
described 13
stored procedures 14
ByteOrderMark 37
C
components, described 26
Configuration, chapter 31-45
configuration files
backup copy 31
Incoming Service 31
Outgoing Service 34
restarting the service 31
configurations
client/server 12
single server 12
connection string
defined 61
Incoming Service 32
Outgoing Service 35
Transaction Requester 39
troubleshooting 53
conventions, in documentation 2
corrupt files, repairing 48
currency, see functional currency
customizing, business logic 13
D
Database Maintenance utility, restoring
stored procedures 48
DatabaseNames, setting for the Outgoing
Service 38
Delay.Interval 37
Dexterity Shared Components, install 21
documentation, symbols and conventions
2
E
eConnect
application programming interface 14
architecture diagram 11
business logic 13
business objects 13
components described 15
customizing business logic 14
defined 61
described 7
event log 28
modifying 47
prerequisites 21
removing 50
repairing 48
stored procedures 14
support 3
uses 7
XML documents 8
eConnect Basics, part 6-17
eConnect Integration Service
defined 61
described 14
logon requirements 14
tracing 56
troubleshooting 56
user account 21
eConnect Overview, chapter 7-9
eConnect.BackOffice.ConnectionString 32,
35
eConnect.Incoming_Queue 32
eConnect.LogAll 33
eConnect.Schema 33
eConnect.Schema.Type 33
eConnect.Threads 34
eConnect.Transactional_deadletter_Queu
e 32
event log
described 28
troubleshooting 54
F
front office, defined 61
functional currency
defined 61
setup 22
troubleshooting 53
ECONNECT
INSTALLATION
Incoming Service
configuration 31-34
configuration keys 32-34
connection string 32
event log 33
message queues 32
multithreading 34
schema validation 33
defined 61
described 15
installation
chapter 25-28
customizing the installed
components 26
eConnect event log 28
part 20-28
prerequisites 21
procedure for eConnect 25-28
required login role 25
results 28
system configurations
BizTalk Server 13
client/server 12
single server 12
integrated security, defined 61
L
light bulb symbol 2
M
Maintenance, chapter 47-50
margin notes 2
Microsoft .NET Framework 21
Microsoft message queuing
defined 61
described 23
installing on Windows Server 2008 23
monitor queue activity 52
MSMQ Control 51
services 15
start the MSMQ control 51
Microsoft Visual Studio .NET 2003,
BizTalk configuration 42
Microsoft.Dynamics.GP.eConnect.Service.
exe.config
listeners 57
sources 57
missing files, repairing 48
modifying
described 47
eConnect installation, procedure 47
MSMQ, see Microsoft message queuing
MSMQ Control
described 51
monitoring queue activity 52
starting 51
multithreading, Incoming Service 34
N
.NET assembly 15
AND
ADMINISTRATION
GUIDE
63
IN DEX
.NET Framework 21
O
operating system, required 21
Outgoing Service
see also Transaction Requester
configuration 34-??
configuration keys 35-??
action types 36
byte order mark 37
connection string 35
database names 38
delay interval 37
output types 36
queue type 35
remove record 37
time interval 37
defined 61
described 15
P
performance, optimizing 34
Prerequisites
chapter 21-24
Dexterity Shared Components 21
eConnect Integration Service user
account 21
functional currency 22
Microsoft .NET Framework 21
operating system 21
product support, for Microsoft Dynamics
GP eConnect 3
Q
Queue.Type 35
R
registry entries, repairing 48
removing eConnect 50
repair, described 48
repairing eConnect
procedure 48-50
stored procedures 48
Requester Tool 38-41, described 51
Requester.Action 36
Requester.OutputType 36
Requester.Remove 37
roles
software developer 8
system administrator 8
S
schema
defined 61
described 15
files 33
schema validation, see validation
services
see also eConnect Integration Service,
Incoming Service, Outgoing
Service
defined 61
64
E C O N N E C T
services (continued)
described 31
restarting 31
troubleshooting 54
software developer, responsibilities 8
SQL trigger
defined 61
Requester Tool 16
stored procedures
see also business objects
calling 14
defined 61
described 14
modifying 13
post 61
pre 61
restoring 49
support, for Microsoft Dynamics GP
eConnect 3
symbols in documentation 2
system administrator, responsibilities 8
utilities (continued)
Requester Tool 51
V
validation
described 33
error messages 33
schema files 33
troubleshooting 55
Visual Studio .NET, BizTalk configuration
42
W
warning symbol 2
windows services, see services
X
XML, defined 61
XML document
defined 61
described 8
T
technical support, for Microsoft Dynamics
GP eConnect 3
threads, Incoming Service 34
Timer1.Interval 37
tracing
eConnect Integration Service 56
eConnectSvcXmlTracelistener 58
example 57
listeners 57
sources 57
switchValues 56
Transaction Requester
configuration 38-41
connection string 39
database tables 16
defined 61
described 15
Requester Tool 38, 51
troubleshooting
chapter 53-59
connection string 53
eConnect Integration Service 56
event log 54
functional currency 53
Incoming Service 55
login problems 54
services 54
U
uninstall
described 50
removing eConnect 50
user account
eConnect Integration Service 21
troubleshooting 56
utilities
chapter 51-??
MSMQ Control 51
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E
65
E C O N N E C T
I N S TA L L A T I O N
A N D
A D M I N I S TR A T I O N
G U I D E