for imis and etouches

Size: px
Start display at page:

Download "for imis and etouches"

Transcription

1 for imis and etouches Release Notes Version Thornall Street, Suite 310 Edison, NJ Tel: New York Toronto London

2 Contents About Version imis Version Support 3 File Updates 4 Configuration Updates 4 Installation Instructions 5 (C)onnect Installation 5 eselect Importer Service Installation 6 Version 7.1 Updates 8 eselect Integration 8 Handling of Discount Functions on Registration Modification 10 Limiting Contact Information to the imis Event Registration 10 Handling of Invalid Registration Classes 10 Improved Handling of Text Containing Apostrophes 11 Resolving Duplicate Function Codes 11 Configurable Batch Number 12 How to Receive this Update 13 Page 2

3 About Version 7.1 (C)onnect Version 7.1 is in general release and available to your organization. Included in this release are enhancements to standard ereg functionality and new functionality to support the eselect module, a workflow process which allows users to manage abstract and speaker submissions. More information on the etouches eselect module can be found at Additional features for ereg integration include: 1. Improved validation of event definitions during synchronizations to imis. This includes better analysis and handling of discount codes, duplicate function codes, registrant classes and invalid registration classes. 2. Limiting contact updates to the registration and not the main contact records. 3. Improved handling of names and addresses that include apostrophes. 4. New batch number configuration control. (C)onnect, Version 7.1 includes all of the features and enhancements made available in previous versions including: Allow registration modifications for tax inclusive events Handle modifications to registrations that included dues Support for calendar year dues The etouches bridge ipart Demographic changes to etouches using the etouches bridge ipart Support for calendar year dues Improved event definition modifications Resolution of issues with work phone and address updates in imis Resolution of invoice creation for previously complimentary registrations Option to create user credentials when creating new contacts imis Version Support The following versions of imis are supported in this release: Minimum Version Maximum Version If you do not meet these requirements, please contact the (C) Systems support desk for assistance. Toll Free Phone: support@csystemsllc.net File Updates Page 3

4 The following files are included in this release. (Destination folders are relative to the root of your (C)onnect install.) File Name Destination Folder Version Number etoucheswebservice.dll \bin etoucheswebservice.pdb \bin N/A etocuhesbridge.dll \bin etocuhesbridge.pdb \bin N/A etouchesservicehost.dll \bin etouchesservicehost.pdb \bin N/A SubmissionManagement.svc \ N/A Configuration Updates The following configuration changes are required to support the eselect integration. These changes are applied to the web.config file found in the root folder of the (C)onnect installation. Verify etouches URL references 1. The following is present in the web.config file. <add key="etauthorizeurl" value=" <add key="etpostbridgeurl" value=" <add key="etlandingpage" value=" Add eselect endpoints 1. Add the new eselect web service element in the <services > section of the web.config file. This configures the SubmissionManagement service. <service behaviorconfiguration="etouchesservicehost.submissionmanagementbehavior" name="etouchesservicehost.submissionmanagement"> <endpoint address="" binding="basichttpbinding" contract="etoucheswebservice.servicecontracts.isubmissionmanagementservice"> <identity> <dns value="localhost"/> </identity> </endpoint> Page 4

5 <endpoint address="mex" binding="mexhttpbinding" contract="imetadataexchange" /> </service> 2. Add a new behavior to the <behavior> section of the web.config file. <behavior name="etouchesservicehost.submissionmanagementbehavior"> <servicemetadata httpgetenabled="true"/> <servicedebug includeexceptiondetailinfaults="false"/> </behavior> Installation Instructions Please follow these instructions to apply (C)onnect 7.1 release and the eselect Importer Service to your test and production environments. (C)onnect Installation 1. Prior to updates, run the following SQL script against your imis database to confirm the etouches_transaction_history table is present/created. IF NOT EXISTS (SELECT * FROM sys.objects WHERE Name = 'etouches_transaction_history') BEGIN CREATE TABLE [dbo].[etouches_transaction_history]( [TransactionID] [int] NOT NULL, [EventID] [int] NULL, [Secondary_AttendeeID] [int] NULL, [AttendeeID] [int] NULL, [Date_Posted] [datetime] NULL, CONSTRAINT [PK etouches 55433A4B24FDB547] PRIMARY KEY CLUSTERED ( [TransactionID] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] END 2. Backup the (C)onnect production (and test folders if applicable) 3. Copy the DLL files to the \bin directory of the your (C)onnect sites. Administrative access to overwrite the current files may be required. 4. Verify the settings in the web.config file for the etauthorizeurl, etpostbridgeurl, etlandingpage entries (see Configuration Updates). 5. Copy the new SubmissionManagement.svc to the website root. Please Note: The (C)onnect installation will restart the (C)onnect web services and may impact etouches communications for up to one minute. Page 5

6 eselect Importer Service Installation 1. Copy the following files to the on the C:\Csystems\eSelectService folder on the application server. eselectimporter.exe eselectimporter.exe.config eselectimporter.pdb etouchesbridge.dll etouchesbridge.pdb log4net.dll 2. Create a batch file with the following off sc delete "(C)onnect eselect Importer" sc create "(C)onnect eselect Importer" binpath= "C:\Csystems\eSelectService\eSelectImporter.exe" DisplayName= "(C)onnect eselect Importer" start= auto pause 3. Update the binpath option (third line above) to the file location in #1. 4. Run the batch file as a systems administrator. Configuration Updates 1. Update the eselectimporter.exe.config appsettings section <appsettings> <add key="lastrunfile" value="latestrun.txt"/> <add key="defaultintervalinminutes" value="5"/> <add key="etauthorizeurl" value=" /> <add key="etpostbridgeurl" value=" /> <add key="etlandingpage" value=" /> <add key="etselecturl" value=" /> <add key="etouchesaccountid" value="1234"/> <add key="etouchesapikey" value="ccbe4b e d9e544f95391eb440388"/> </appsettings> The following table lists the individual application configuration elements and their descriptions. Setting LastRunFile Description Name of file that stores the date/time the service was last invoked to check for new submissions. The recommended value for this setting is LastRun.txt. DefaultIntervalInMinutes Page 6 Indicates the frequency the service should poll for submissions, in minutes.

7 The default value for this setting is 5, although this may vary if large quantities of submissions are to be processed. etauthorizeurl etpostbridgeurl etlandingpage etselecturl etouchesaccountid etouchesapikey The URL used for remote etouches authentication. Please use the value specified in the application configuration noted above. The URL used for bridge handling authentication. Please use the value specified in the application configuration noted above. The URL used for redirection after remote etouches authentication. Please use the value specified in the application configuration noted above. The API endpoint for eselect querying. Please use the value specified in the application configuration noted above. Your etouches account ID number. You can find this value in your etouches integration settings. Your etouches account API key. You can find this value in your etouches integration settings. 2. In the <connectionstrings> section, set the connection string to the appropriate values to access your imis database. You can copy the same element values from the web.config file of your (C)onnect installation. An example of a connection string setup is shown in the area below. <connectionstrings> <add name="datasource.imis.connection" connectionstring="data source=imisserver;initial catalog=imisdb;user id=sa; pwd=secretpassword;"/> </connectionstrings> Lookup Table Setup 1. Create the eselect_events general look-up table in the imis database. This will hold a list of etouches events that should be polled for eselect submissions. An example of generating entries into this table using SQL is provided below. Please note, this example we are generating two etouches event references based on their etouches event IDs. INSERT INTO Gen_Tables (TABLE_NAME, CODE, SUBSTITUTE, UPPER_CODE, DESCRIPTION, OBSOLETE_DESCRIPTION) VALUES ('ESELECT_EVENTS', ' ', '', ' ', '', '') INSERT INTO Gen_Tables (TABLE_NAME, CODE, SUBSTITUTE, UPPER_CODE, DESCRIPTION, OBSOLETE_DESCRIPTION) VALUES ('ESELECT_EVENTS', '194590', '', '194590', '', '') Service Startup 1. Open the Services display on the application server (from the Start menu go to Control Panel -> Administrative Tools -> Services). Page 7

8 2. Select the (C)onnect eselect Importer service. 3. Click on the Start ( ) button in the menu area or right-click on the service and select Start. Version 7.1 Updates This release of (C)onnect includes the following feature enhancements and issue resolutions. eselect Integration (C) Systems continues its commitment to our partnership with etouches and introduces the integration with eselect, the abstract and submission management module. Update: In this version of (C)onnect, (C) Systems includes the integration of eselect submissions, status, and details in etouches to imis creating and updating Activity records in the imis database using new (C)onnect web services and the new eselect Importer Service. Details: The eselect Importer Service runs on a scheduled basis (see Installation section for details). During each scheduled run of the process, etouches eselect data is pulled from the etouches system and put into the imis database as Activity records on the submitter s imis record. This process creates/updates an E_SUBMIT Activity type with the following information from the etouches submission: etouches event ID Title of the submission Submission description Status review count Stage Rating Date the submission was added Last updated date Page 8

9 Configuration of the E_SUBMIT Activity type in imis During installation, an imis General Validation Table will be created, eselect_events, will be created which be updated with any eselect event ID and title to be included in the integration. During each run of the eselect Importer, the service selects all events identified in the look-up defined in imis. The process checks etouches for updates - including new and updated submissions. The process creates a new Activity or updates an existing E_SUBMIT Activity on the submitter s imis record. If a matching imis ID is not found, the system will create a new imis account for the submitter, Each transaction (new or updated) processed through the eselect Importer Service is to a text file for auditing purposes. The log file is created daily and saved to a text file named <Date as yyyymmdd>.log. Each logged entry includes: Date/time of the posting Name of the applicant address of the applicant Title of the submission Page 9

10 Success or failure of the transaction (e.g. Success: true or Success: false) Any error message returned in the transaction response This file can be found in the root folder of the eselect Importer Service installation. Handling of Discount Functions on Registration Modification In some cases, a modified event registration which used a discount code on the initial registration was not inserted into imis with the discounted amount. Resolution: If a discount code is added to the modified event registration or new sessions are added that an existing already applied discount code will cover, they will now insert into imis with no transactional issues. This includes any registrations modified by staff members. Limiting Contact Information to the imis Event Registration In previous versions of (C)onnect, when an attendee's profile details (name and/or address) were updated in etouches, the main contact information and order contact details were also updated in imis. There was no way to limit contact updates to the registration record. Resolution: An organization can now configure whether updates of contact information in etouches flow to the main imis profile and registration or just to the event registration (order) record. Details: A default configuration has been created to update both the imis profile record and the event registration with changes to the name or address information in etouches. This configuration can be changed to block the updates to the contact record or the registration (order). To enable registration detail only updates, add OnlyUpdateOrderAttendeeDetails to the appsettings section of the web.config. <add key="onlyupdateorderattendeedetails" value="1"/> A value of 1 will prevent updates to the attendees contact record and limit the updates to their registration record. A value of 0 will update both the registrant s profile record and the registration (order). Handling of Invalid Registration Classes In order for an etouches event definition to be synchronized to imis, unique imis registration classes had to be assigned to etouches categories. In some cases function codes were assigned the same registrant class, which is not allowed in the imis definition. This attempt at multiple Page 10

11 insertions of the same registrant class (based on category sharing) resulted in a synchronization failure. This required organizations using etouches sub-categories to create a separate etouches event without sub-categories in order to synchronize the event definition to imis. Resolution: When an imis registrant class is assigned to more than one etouches category, the etouches sessions and options with an imis function code configured will insert once per registrant class. Details: The pricing will be set at the most expensive configured in etouches for that registrant class. If a sub-category has a lower price in etouches an appropriate discount amount will be inserted to ensure the net price in the individual imis registration is accurate. Improved Handling of Text Containing Apostrophes In previous versions of (C)onnect, if a payment was entered during a modification, and the name contained an apostrophe, the insert would fail with an error if the PCI Compliance was not set to Do not retain credit card information. Resolution: A modified registration from etouches will insert into imis if the name on the credit card contains an apostrophe. Details: No changes to the configuration file or to imis are required for this update. Please note, PCI Compliance settings are configured in both the (C)onnect and RiSE web.config files. <add key="pcienabled" value="1" /> A value of 1 indicates no credit card information will be saved to imis, A value of 0 indicates the credit card information will be saved. This configuration must be set and the same in both web.config files. Resolving Duplicate Function Codes In some cases, an event was set up with duplicate function codes which would cause an error when synchronizing the event to imis. The error message was not clear and confusing to users. Resolution: In this version of (C)onnect an explicit error message will be returned identifying when a duplicate function code is present in the event definition. Details: During the synchronization process, (C)onnect will determine if a duplicate function code is present. If an issue is found, (C)onnect will respond with a message which identifies the duplicate function code. Page 11

12 The following function codes have duplicates: SES1 Configurable Batch Number The current batch number configuration is limited to the addition of an identifier within the batch number only. Some clients have requested that the date format and batch suffix be configurable. Resolution: Added ability to configure batch number. Details: To define a custom batch number, users add a new web.config entry, BatchOverrideFormat, with the value field set to the new format. <add key="batchoverrideformat" value="{0:yyyymmdd}-i" /> Field Number Description 0 The current date. 1 A configurable identifier based on your organization s rules. This is defined in the BatchSuffix value specified in the appsettings of the (C)onnect web.config file. Format Code Batch Suffix Generated Batch Number {0:yyMMdd}{1}-E E {0:yyMMdd}{1}-E A A-E {0:yyMMdd}{1} A A-E {0:yyyyMMdd}{1}-E A A-E Examples using a current date of String Format Output yymmdd yyyymmdd MMddyyyy Mdyy Page 12

13 MM-dd-yyyy M/d/yy Examples of date/time formats Batch numbers are typically set up to use the date to ensure they are always unique. It is strongly recommended that any new batch formatting configured continues to use the date and at least one other special identifier. Format Code Batch Suffix Batch Output {0:yyMMdd}{1}-I I {0:yyMMdd}{1}-I A A-I {0:yyMMdd}{1}-I I {0:yyMMdd}{1}-I A A-I {0:yyMMdd}{1}-ET ET {0:yyMMdd}{1}-E A A-ET Examples of unique batch number formatting If no custom batch format is specified then the batch will continue to be entered in the current format of <Current Date in YYYYMMDD><Batch Suffix>-i. How to Receive this Update Please contact the (C) Systems Help Desk to arrange for installation of this release. They will schedule a convenient time with your team to perform the installation of the update. You may also opt to install this release yourself. Contact our Help Desk to request this release. We will verify you are on the most current version then provide you with the (C)onnect files documented above. Remember, you can contact the (C) Systems Help Desk for scheduling updates and other (C)onnect / etouches issues using the information below. Toll Free Phone: support@csystemsglobal.com Page 13

Deploying the ClientDashboard Web Site

Deploying the ClientDashboard Web Site Deploying the ClientDashboard Web Site June 2013 Contents Introduction... 2 Installing and configuring IIS... 2 Software installations... 2 Opening a firewall port... 2 Adding the SCSWebDashboard Web site...

More information

Forrest Terrace, Abbotsford, BC V2S 1G7 Tel: Fax: Website:

Forrest Terrace, Abbotsford, BC V2S 1G7 Tel: Fax: Website: 203-34334 Forrest Terrace, Abbotsford, BC V2S 1G7 Tel: 604-504-7936 Fax: 604-504-7976 Website: www.kcsi.ca Email: sales@kcsi.ca SIMMS Inventory Management System RFQ Module Manual Prerequisites: - SIMMS

More information

InfoRouter LDAP Authentication Web Service InfoRouter Version 7.5 Active Innovations, Inc. Copyright

InfoRouter LDAP Authentication Web Service InfoRouter Version 7.5 Active Innovations, Inc. Copyright InfoRouter LDAP Authentication Web Service InfoRouter Version 7.5 http://www.inforouter.com In addition to the built-in security and authentication system, inforouter also provides support for LDAP by

More information

Latest Innovations for Event Registration

Latest Innovations for Event Registration Latest Innovations for Event Registration Presented by: About ATS Serving imis community since 1996 Full-service Authorized imis Solutions Provider (AiSP) 2015 AiSP of the Year Hosted by Randy Richter

More information

Contents. Sync Installation Guide

Contents. Sync Installation Guide 1 Contents Contents... 2 Preface... 3 Prerequisites... 3 Installation... 4 Prepare File System... 4 Setup SQL Server... 4 Setup IIS web server... 4 Creating the Sync Application Pool... 4 Add the Sync

More information

MVC CRUD. Tables: 1) Dinners (First Table)

MVC CRUD. Tables: 1) Dinners (First Table) Tables: First create one database and name it NerdDinner. Now run following code to generate tables or create by your own if you know how to create and give relationship between two tables. 1) Dinners

More information

WCF-Service-Endpoint. WCF Endpoint Components

WCF-Service-Endpoint. WCF Endpoint Components WCF-Service-Endpoint The endpoint is the fusion of the address, contract and binding. Every endpoint must have all three elements and the host exposes the endpoint. WCF Service is a program that exposes

More information

From Desktop to Staff Site: Making the Change

From Desktop to Staff Site: Making the Change From Desktop to Staff Site: Making the Change Wednesday, April 4, 2018 8:30 AM 12:00 PM Mark L. Jones, CAE ensync Corporation Agenda Understanding the Staff Site Overview Profile Management configuration

More information

ForeScout Open Integration Module: Data Exchange Plugin

ForeScout Open Integration Module: Data Exchange Plugin ForeScout Open Integration Module: Data Exchange Plugin Version 3.2.0 Table of Contents About the Data Exchange Plugin... 4 Requirements... 4 CounterACT Software Requirements... 4 Connectivity Requirements...

More information

ForeScout CounterACT. Configuration Guide. Version 3.4

ForeScout CounterACT. Configuration Guide. Version 3.4 ForeScout CounterACT Open Integration Module: Data Exchange Version 3.4 Table of Contents About the Data Exchange Module... 4 About Support for Dual Stack Environments... 4 Requirements... 4 CounterACT

More information

HP WebInspect Enterprise

HP WebInspect Enterprise HP WebInspect Enterprise for the Windows operating system Software Version: 10.50 Implementation Guide Document Release Date: November 2015 Software Release Date: November 2015 Legal Notices Warranty The

More information

Bulkmanager User manual

Bulkmanager User manual Bulkmanager User manual 1 INTRODUCTION... 3 2 INSTALLATION... 4 3 USING BULK MANAGER... 5 3.1 Query data... 5 3.2 Select criteria options... 6 3.3 Overview... 6 3.4 Select additional columns... 7 3.5 Drag

More information

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of Integrator Login... 5 Option

More information

docalpha 5.0 Server Configuration Utility User Guide

docalpha 5.0 Server Configuration Utility User Guide docalpha 5.0 Server Configuration Utility User Guide Contents 1. docalpha Architecture Overview 3 1.1. docalpha Server Overview 3 2. Working with docalpha Server Configuration Utility 4 2.1. Starting docalpha

More information

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

Financial Management 1099 Processing Year-End Update Guide

Financial Management 1099 Processing Year-End Update Guide Financial Management 1099 Processing - 2016 Year-End Update Guide December 20, 2016 2016 Tyler Technologies. All Rights Reserved. All rights reserved. Information within this document is the sole property

More information

Configuring isupport Change Functionality

Configuring isupport Change Functionality Configuring isupport Change Functionality Change functionality is available if you have the Service Desk version of isupport. Use Change functionality to record and track requests related to services and

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

Click Studios. Passwordstate. Upgrade Instructions to V8 from V5.xx

Click Studios. Passwordstate. Upgrade Instructions to V8 from V5.xx Passwordstate Upgrade Instructions to V8 from V5.xx This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed,

More information

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS)

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) Installation Guide NEC NEC Corporation October 2010 NDA-30362, Revision 15 Liability Disclaimer NEC Corporation reserves the right

More information

Expense Management for Microsoft Dynamics NAV

Expense Management for Microsoft Dynamics NAV Expense Management for Microsoft Dynamics NAV Tables and Fields Documentation - Version 2.60 Expense Management - Tables and Fields Documentation - Version 2.50 Page 1 / 67 TABLE OF CONTENTS INTRODUCTION...

More information

Service Offering: Outsourced IdM Administrator Service

Service Offering: Outsourced IdM Administrator Service Service Offering: Outsourced IdM Administrator Service 2016 Hitachi ID Systems, Inc. All rights reserved. Contents 1 Introduction 1 2 The Outsourced IdM Administrator Service 1 2.1 Hitachi ID Systems and

More information

Technical Support. Web site. 24online Support Contact. ( a) Technical support (Corporate Office):

Technical Support. Web site.   24online Support Contact. ( a) Technical support (Corporate Office): Technical Support Please feel free to contact us for any of your query, comments, or requests concerning the software you purchased, your registration status, or similar issues to Customer Care/Service

More information

DocAve 6 SharePoint Migrator

DocAve 6 SharePoint Migrator DocAve 6 SharePoint Migrator User Guide Service Pack 4, Cumulative Update 2 Revision C Issued July 2014 Table of Contents About SharePoint Migration... 5 Complementary Products... 5 Submitting Documentation

More information

Configuration Guide. Requires Vorex version 3.9 or later and VSA version or later. English

Configuration Guide. Requires Vorex version 3.9 or later and VSA version or later. English Kaseya v2 Integration of VSA with Vorex Configuration Guide Requires Vorex version 3.9 or later and VSA version 9.3.0.11 or later English September 15, 2017 Copyright Agreement The purchase and use of

More information

Opaali Portal Quick guide

Opaali Portal Quick guide Opaali Portal Quick guide Company information Telia Finland Oyj Teollisuuskatu 15, 00510 HELSINKI, FI Registered office: Helsinki Business ID 1475607-9, VAT No. FI14756079 1 (40) Page 2 (40) Copyright

More information

ComponentSpace SAML v2.0 Developer Guide

ComponentSpace SAML v2.0 Developer Guide ComponentSpace SAML v2.0 Developer Guide Copyright ComponentSpace Pty Ltd 2004-2018. All rights reserved. www.componentspace.com Contents 1 Introduction... 1 1.1 Features... 1 1.2 Benefits... 1 1.3 Prerequisites...

More information

Perceptive AP Invoice Processing Solutions

Perceptive AP Invoice Processing Solutions Perceptive AP Invoice Processing Solutions Patch Readme and What s New Guide June 10, 2013 Written by: Product Documentation, R&D Date: June 2013 2013 Perceptive Software. All rights reserved CaptureNow,

More information

SelectHR Installation & Upgrade Instructions

SelectHR Installation & Upgrade Instructions SelectHR Installation & Upgrade Instructions 1 Table of Contents Important Notes... 4 Components of SelectHR... 4 New Installations... 4 Upgrades... 4 Understanding SSUs... 4 Windows Authentication & Single

More information

Version 3.3 System Administrator Guide

Version 3.3 System Administrator Guide Version 3.3 System Administrator Guide This document provides information Ensemble Video System Administrators can use to design and implement an appropriate Ensemble Video organizational framework, manage

More information

Backup / Restore TurboCASH FIXED

Backup / Restore TurboCASH FIXED Table of Contents Backup / Restore TurboCASH5.0.0.307 FIXED...2 Registration Error on TurboCASH5.0.0.293...2 Help File...2 Updated...2 Updated Books...2 Updated Tutorials...3 Batch Entry Report Added...3

More information

External Data Connector for SharePoint

External Data Connector for SharePoint External Data Connector for SharePoint Last Updated: July 2017 Copyright 2014-2017 Vyapin Software Systems Private Limited. All rights reserved. This document is being furnished by Vyapin Software Systems

More information

TECSYS Streamline Enterprise System Page 1 of 7

TECSYS Streamline Enterprise System Page 1 of 7 TECSYS Streamline Enterprise System Page 1 of 7 Section 1: Module: A/P Accounts Payable 1. 10.3.1 Enhancement to Interface to Scan and Store A/P Invoice Images Module: A/R Accounts Payable > A/P Invoicing..

More information

SAML v2.0 for.net Developer Guide

SAML v2.0 for.net Developer Guide SAML v2.0 for.net Developer Guide Copyright ComponentSpace Pty Ltd 2004-2018. All rights reserved. www.componentspace.com Contents 1 Introduction... 1 1.1 Features... 1 1.2 Benefits... 1 1.3 Prerequisites...

More information

DreamFactory Security Guide

DreamFactory Security Guide DreamFactory Security Guide This white paper is designed to provide security information about DreamFactory. The sections below discuss the inherently secure characteristics of the platform and the explicit

More information

External Data Connector for SharePoint

External Data Connector for SharePoint External Data Connector for SharePoint Last Updated: August 2014 Copyright 2014 Vyapin Software Systems Private Limited. All rights reserved. This document is being furnished by Vyapin Software Systems

More information

CLARITY WRITE BACK CONFIGURATION White Paper

CLARITY WRITE BACK CONFIGURATION White Paper CLARITY WRITE BACK CONFIGURATION White Paper Clarity 7 White Paper: Write-Back Configuration Version 7.0 2nd Edition Microsoft is a registered trademark. Microsoft SQL Server, Office, Excel, Word, Internet

More information

NetAdvantage Reporting Release Notes

NetAdvantage Reporting Release Notes NetAdvantage Reporting 2012.1 Release Notes Use NetAdvantage Reporting, the industry's first WPF and Silverlight-based design-time and rendering reporting tool, to create elegant and easy-to-design reports

More information

Interact QuickBooks Interface Module

Interact QuickBooks Interface Module Instruction Manual Interact QuickBooks Interface Module 51196 2008 by Fairbanks Scales Revision 1.0 07/08 All rights reserved Amendment Record Interact QuickBooks Interface Module DOCUMENT 51196 Manufactured

More information

DefendX Software Control-Audit for Hitachi Installation Guide

DefendX Software Control-Audit for Hitachi Installation Guide DefendX Software Control-Audit for Hitachi Installation Guide Version 4.1 This guide details the method for the installation and initial configuration of DefendX Software Control-Audit for NAS, Hitachi

More information

Remote Installation Notes NuDesign SNMPv3 Agent Service for Windows

Remote Installation Notes NuDesign SNMPv3 Agent Service for Windows Remote Installation Notes NuDesign SNMPv3 Agent Service for Windows General Installation Notes The intent of this note is to outline the necessary steps and their order for Mass Installation of the NuDesign

More information

Magento 2.0 Implementation Guide

Magento 2.0 Implementation Guide Magento 2.0 Implementation Guide 2016 Vertex SMB. Copyright 2016 Vertex Global Tax Solutions Ireland Holdings. All rights reserved. All information and materials contained herein are confidential and proprietary

More information

etouches Sync Setup *Screenshots with directions below

etouches Sync Setup *Screenshots with directions below etouches Sync Setup *Screenshots with directions below 1) API Credentials - Log in to your etouches account. - Go to Settings Account Settings. - On the menu tab, select Integrations API. - Under etouches

More information

DocAve 6 SharePoint Migrator

DocAve 6 SharePoint Migrator + DocAve 6 SharePoint Migrator User Guide Service Pack 6 Issued April 2016 1 Table of Contents What s New in this Guide... 5 About SharePoint Migration... 5 Complementary Products... 6 Submitting Documentation

More information

CRA Wiz and Fair Lending Wiz 7.0. Installation Instructions NEW Installation

CRA Wiz and Fair Lending Wiz 7.0. Installation Instructions NEW Installation CRA Wiz and Fair Lending Wiz 7.0 Installation Instructions NEW Installation Last Updated October 23, 2014 Table of Contents Overview... 4 Display Settings for Mapping in Windows 7 & Vista... 5 System Requirements...

More information

Update Release v

Update Release v Update Release v6.0.4.7 Release Date: 12/19/2016! IMPORTANT! Make sure you have a valid/current Backup of your Databases (Shdata, Shlogin and Testnplay.) The Installation Instructions below will guide

More information

Administration guide. PRISMAdirect Configuration

Administration guide. PRISMAdirect Configuration Administration guide PRISMAdirect Configuration Copyright 2016, Océ All rights reserved. No part of this work may be reproduced, copied, adapted, or transmitted in any form or by any means without written

More information

Frequently Asked Questions

Frequently Asked Questions Q. What is GTSE v.2.1.3? Frequently Asked Questions A. GTSE stands for Global Transport Secure ecommerce. GTSE v.2.1.3 is the next generation of Global Payments complete solution for small to mid-sized

More information

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager Vector Issue Tracker and License Manager - Administrator s Guide Configuring and Maintaining Vector Issue Tracker and License Manager Copyright Vector Networks Limited, MetaQuest Software Inc. and NetSupport

More information

Release Notes

Release Notes General Note 2100.3.100 Release Notes This release includes a complete revamp of the Internal Staff Portal of Arena. Due to the sheer scope of the changes, the Internal Staff Portal (default Portal 1)

More information

DocAve 6 SharePoint Migrator

DocAve 6 SharePoint Migrator DocAve 6 Migrator User Guide Service Pack 10, Cumulative Update 1 Issued April 2018 The Enterprise-Class Management Platform for Governance Table of Contents What s New in this Guide... 6 About... 7 Complementary

More information

App Configuration. Version 6.0 August All rights reserved

App Configuration. Version 6.0 August All rights reserved App Configuration Version 6.0 August 2016 2015 systems@work. All rights reserved Contents CONTENTS... 1 INTRODUCTION... 2 LIMITATIONS... 3 FORM TYPES... 4 SYSTEM PARAMETERS... 8 ICONS... 10 IMAGE FOLDERS...

More information

Administration Guide

Administration Guide Administration Guide 10/31/2016 Blackbaud NetCommunity 7.1 Administration US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means,

More information

Best practices with Snare Enterprise Agents

Best practices with Snare Enterprise Agents Best practices with Snare Enterprise Agents Snare Solutions About this document The Payment Card Industry Data Security Standard (PCI/DSS) documentation provides guidance on a set of baseline security

More information

Quick Reference. For HHG Sellers. Table of Contents. Getting Started. Find Transactions

Quick Reference. For HHG Sellers. Table of Contents. Getting Started. Find Transactions Quick Reference For HHG Sellers PowerTrack HHG Help Desk 1-866-561-6930 Table of Contents Getting Started...1 Find Transactions...1 Work with Audit Exception Transactions...3 Work with Unmatched Transactions...4

More information

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of GL Accounts... 5 Configuration

More information

Advanced Topics in WebSphere Portal Development Graham Harper Application Architect IBM Software Services for Collaboration

Advanced Topics in WebSphere Portal Development Graham Harper Application Architect IBM Software Services for Collaboration Advanced Topics in WebSphere Portal Development Graham Harper Application Architect IBM Software Services for Collaboration 2012 IBM Corporation Ideas behind this session Broaden the discussion when considering

More information

Generation of a simple web-application in the Microsoft Visual Studio 2008 with the use of Silverlight Viewer for Reporting Services 2008

Generation of a simple web-application in the Microsoft Visual Studio 2008 with the use of Silverlight Viewer for Reporting Services 2008 Generation of a simple web-application in the Microsoft Visual Studio 2008 with the use of Silverlight Viewer for Reporting Services 2008 Prerequisites.NET Framework 3.5 SP1/4.0 Silverlight v3 Silverlight

More information

Oracle Order Capture. Dependencies. Related Documentation and Resources. Implementation Guide

Oracle Order Capture. Dependencies. Related Documentation and Resources. Implementation Guide Oracle Order Capture Implementation Guide Release 11i August 2000 Part No. A86137-01 This topic group provides general descriptions of the set up and configuration tasks required to implement the application

More information

BulkSMS Marketo Gateway

BulkSMS Marketo Gateway BulkSMS Marketo Gateway Integration Guide Page 1 Contents Introduction... 4 About the BulkSMS Gateway for Marketo... 4 Advanced Group Messaging Key Features... 4 Use any or all of our other products and

More information

Sappi Ariba Network. Summit Guided Session: Account Configuration

Sappi Ariba Network. Summit Guided Session: Account Configuration Sappi Ariba Network Summit Guided Session: Account Configuration 1 Manage invitation letter + 2 Landing Page Sappi 2 1 1 Open the Invitation Letter that you received at your email address from ordersender-prod@ansmtp.ariba.com

More information

Guide to Ordering Test Materials

Guide to Ordering Test Materials Guide to Ordering Test Materials Contents Before You Begin 1 Getting Started 1 How to Create an Account 1 How to Order Test Materials 2 Provide Billing Information 4 Review and Submit Your Order 4 What

More information

Auto Start Analyzer after AppPool Recycle by IIS

Auto Start Analyzer after AppPool Recycle by IIS Auto Start Analyzer after AppPool Recycle by IIS Background It is often sites running on the Internet Information Service (IIS) will get recycled by IIS service at a set interval (nightly for example).

More information

IT Services IT LOGGING POLICY

IT Services IT LOGGING POLICY IT LOGGING POLICY UoW IT Logging Policy -Restricted- 1 Contents 1. Overview... 3 2. Purpose... 3 3. Scope... 3 4. General Requirements... 3 5. Activities to be logged... 4 6. Formatting, Transmission and

More information

CLOUD ASSERT USAGE AND BILLING SETUP GUIDE

CLOUD ASSERT USAGE AND BILLING SETUP GUIDE Usage and Billing for Windows Azure Pack setup and configuration guide Version: 1.9.2.14 Published: Sep 14, 2017 WWW.CLOUDASSERT.COM 1 CONTENTS INTRODUCTION... 7 GENERAL PRE-REQUISITES... 7 INSTALLATION...

More information

i-power DMS - Document Management System Last Revised: 8/25/17 Version: 1.0

i-power DMS - Document Management System Last Revised: 8/25/17 Version: 1.0 i-power DMS - Document Management System Last Revised: 8/25/17 Version: 1.0 EPL, Inc. 22 Inverness Parkway Suite 400 Birmingham, Alabama 35242 (205) 408-5300 / 1-800-243-4EPL (4375) www.eplinc.com Property

More information

Cart & Assign. 6. Enter an optional Note to the Assignee and click the Assign button.

Cart & Assign. 6. Enter an optional Note to the Assignee and click the Assign button. Revised 11/18/13 Cart & Assign Modify The Shopping Cart You may Unassign the shopping cart only until the Requester has submitted it. 1. Click the Shop icon, hover over My Carts And Orders, and click View

More information

Release Notes. Concur s Platform. Release Notes... 1

Release Notes. Concur s Platform. Release Notes... 1 Release Notes Concur s Platform Month Audience Contents Release Notes... 1 General Updates... 1 Developer Sandbox Registration Now Includes Default Partner Application... 1 Coming Soon- Open Booking Changed

More information

System Requirements. System Requirements (Production Server) System Requirements (Development PC) See Also:

System Requirements. System Requirements (Production Server) System Requirements (Development PC) See Also: Znode MultiFront - Installation Guide Version 5.3.0 1 System Requirements To install Znode Storefront you need to have familiarity with Inernet Information Services (IIS), Microsoft.NET Framework and SQL

More information

GoPrint Web Update Utility

GoPrint Web Update Utility GoPrint Web Update Utility Perquisites: Backing up the database and the GoPrint Lib and Bin directories. Important: Contact GoPrint Technical Support prior to downloading any Web Update to ensure system

More information

docalpha Monitoring Station

docalpha Monitoring Station ARTSYL DOCALPHA MONITORING STATION MANUAL 1. docalpha Architecture Overview... 3 1.1. Monitoring Station Overview... 4 2. What's New in docalpha Monitoring Station 4.5... 4 3. Working with Monitoring Station...

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3.1 April 07, Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3.1 April 07, Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3.1 April 07, 2017 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved.

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: Create additional listeners Create Oracle Net Service aliases Configure

More information

Integration with Tenable Security Center

Integration with Tenable Security Center DEPLOYMENT GUIDE Integration with Tenable Security Center Outbound API 2017 Infoblox Inc. All rights reserved. Integration with Tenable Security Center August 2017 Page 1 of 10 Contents Introduction...

More information

ZENworks Mobile Workspace High Availability Environments. September 2017

ZENworks Mobile Workspace High Availability Environments. September 2017 ZENworks Mobile Workspace High Availability Environments September 2017 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government

More information

Installation Guide. For use with all.net versions of PDshop Revised: 12/29/17. PDshop.com / Copyright All Rights Reserved.

Installation Guide. For use with all.net versions of PDshop Revised: 12/29/17. PDshop.com / Copyright All Rights Reserved. PDshop Installation Guide For use with all.net versions of PDshop Revised: 12/29/17 PDshop.com / Copyright 2002-2018 All Rights Reserved. 1 Table of Contents If you are already using a.net version of PDshop

More information

BUSINESS DEVELOPMENT SUITE MOBILE INSTALLATION GUIDE. Version 14R2

BUSINESS DEVELOPMENT SUITE MOBILE INSTALLATION GUIDE. Version 14R2 BUSINESS DEVELOPMENT SUITE MOBILE INSTALLATION GUIDE Version 14R2 COPYRIGHT INFORMATION 2015 Thomson Reuters Elite. All rights reserved. Proprietary and confidential information of Thomson Reuters Elite.

More information

WebLink Manual EZ-CAMP2

WebLink Manual EZ-CAMP2 WebLink Manual EZ-CAMP2 SofterWare, Inc. WebLink March 2010 Table of Contents Table of Contents 1. WEBLINK OVERVIEW...3 Manual Overview...3 Support...3 WebLink Terminology...4 2. ADDING THE FORM TO YOUR

More information

User Manual. Active Directory Change Tracker

User Manual. Active Directory Change Tracker User Manual Active Directory Change Tracker Last Updated: March 2018 Copyright 2018 Vyapin Software Systems Private Ltd. All rights reserved. This document is being furnished by Vyapin Software Systems

More information

TAKING EVENT MANAGEMENT

TAKING EVENT MANAGEMENT TAKING EVENT MANAGEMENT TO THE NEXT LEVEL PRESENTED BY MELISSA MACK, INTUITIVE BUSINESS CONCEPTS AGENDA imis20 RiSE Events Overview imis20.2 Events & RiSE Registration features Advanced Accounting Console

More information

Time Matters and Billing Matters Release Notes. Obtaining the Software. Before You Install. LexisNexis Time Matters and Billing Matters 15.

Time Matters and Billing Matters Release Notes. Obtaining the Software. Before You Install. LexisNexis Time Matters and Billing Matters 15. Time Matters and Billing Matters 15.1 Obtaining the Software Time Matters is available via the download link that appears in your product key email. For assistance, please visit the Time Matters Support

More information

Managed Administration Service (MAS): Hitachi ID Password Manager

Managed Administration Service (MAS): Hitachi ID Password Manager Managed Administration Service (MAS): Hitachi ID Password Manager 2018 Hitachi ID Systems, Inc. All rights reserved. Contents 1 Introduction 1 2 Managed Administration Service (MAS) 1 2.1 Hitachi ID Systems

More information

1.2 - The Effect of Indexes on Queries and Insertions

1.2 - The Effect of Indexes on Queries and Insertions Department of Computer Science and Engineering Data Administration in Information Systems Lab 2 In this lab class, we will approach the following topics: 1. Important Concepts 1. Clustered and Non-Clustered

More information

WCF - WAS HOSTING. Click Start Menu Control Panel Programs and Features, and click "Turn Windows Components On or Off" in the left pane.

WCF - WAS HOSTING. Click Start Menu Control Panel Programs and Features, and click Turn Windows Components On or Off in the left pane. http://www.tutorialspoint.com/wcf/wcf_was_hosting.htm WCF - WAS HOSTING Copyright tutorialspoint.com To understand the concept of WAS hosting, we need to comprehend how a system is configured and how a

More information

Tzunami Deployer Lotus Notes Exporter Guide

Tzunami Deployer Lotus Notes Exporter Guide Tzunami Deployer Lotus Notes Exporter Guide Version 2.5 Copyright 2010. Tzunami Inc. All rights reserved. All intellectual property rights in this publication are owned by Tzunami, Inc. and protected by

More information

Version 3.1 System Administrator Guide

Version 3.1 System Administrator Guide Version 3.1 System Administrator Guide This document provides information Ensemble Video System Administrators can use to design and implement an appropriate Ensemble Video organizational framework, manage

More information

Teamlab Office Server Community Edition

Teamlab Office Server Community Edition Compiling Teamlab Office Server Community Edition for a Local Server Ascensio System SIA 2010-2014. All rights reserved Contents 1. About Teamlab Office Server 3 2. System Requirements 4 2.1 Hardware 4

More information

POLICY: Athletics Interface Revised 9/12/05 Effective: 5/25/04

POLICY: Athletics Interface Revised 9/12/05 Effective: 5/25/04 POLICY: Athletics Interface Revised 9/12/05 Effective: 5/25/04 Objective: To streamline workflow, reduce data entry, and support data consistency by interfacing the UTK Men s Athletics system, LUTZ, with

More information

PowerLink Version 3.10

PowerLink Version 3.10 PowerLink Version 3.10 Release Notes June 2012 Version 3.10 Release Notes June 2012 Page 1 of 12 Previous releases Previous releases are listed below. Detailed information about the features in these releases

More information

Click Studios. Passwordstate. Upgrade Instructions to V8.xx

Click Studios. Passwordstate. Upgrade Instructions to V8.xx Passwordstate Upgrade Instructions to V8.xx This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without

More information

Sage G/L Consolidations User's Guide. May 2018

Sage G/L Consolidations User's Guide. May 2018 Sage 300 2019 G/L Consolidations User's Guide May 2018 This is a publication of Sage Software, Inc. 2018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

CONVERSION INFORMATION KIT 2016 Drake to UltraTax CS

CONVERSION INFORMATION KIT 2016 Drake to UltraTax CS CONVERSION INFORMATION KIT 2016 Drake to UltraTax CS The UltraTax CS Data Conversion Service quickly, smoothly, and accurately converts your firm s 2016 client data. This document explains the data conversion

More information

MASTERING EVENTS -FROM SETUP TO ONLINE REGISTRATION. imis20 RiSE Events Overview. imis20.2 Events & RiSE Registration features

MASTERING EVENTS -FROM SETUP TO ONLINE REGISTRATION. imis20 RiSE Events Overview. imis20.2 Events & RiSE Registration features MASTERING EVENTS -FROM SETUP TO ONLINE REGISTRATION PRESENTED BY MELISSA MACK, INTUITIVE BUSINESS CONCEPTS AGENDA imis20 RiSE Events Overview imis20.2 Events & RiSE Registration features Advanced Accounting

More information

Business On Line File Gateway Guide

Business On Line File Gateway Guide Business On Line File Gateway Guide This document is published by Bank of Ireland, and both it, and its contents, are the property of Bank of Ireland. This document may not be reproduced or further distributed,

More information

Time Matters 12. Endorsement Training for Certified Independent Consultants. Notes. Business of Law Software Solutions Practice Management

Time Matters 12. Endorsement Training for Certified Independent Consultants. Notes. Business of Law Software Solutions Practice Management Time Matters 12 Endorsement Training for Certified Independent Consultants Business of Law Software Solutions Practice Management Copyright 2013 LexisNexis, a division of Reed Elsevier Inc. All rights

More information

Configuring Service Monitor

Configuring Service Monitor CHAPTER 3 The following topics are included: Configuring Trap Receivers, page 3-2 Understanding and Setting Data Source Credentials, page 3-2 Managing the Phone Count, page 3-15 Configuring Settings for

More information

There are two points to consider in order to properly understand the functionality of the For Branch option:

There are two points to consider in order to properly understand the functionality of the For Branch option: FOR BRANCH OPTION What is the For Branch option used on the General Ledger Maintenance Defaults screen? Solution There are two points to consider in order to properly understand the functionality of the

More information

How to Create Your Own Event. Step By Step Instructions

How to Create Your Own Event. Step By Step Instructions How to Create Your Own Event Step By Step Instructions Step 1: Logging In Visit https://events.anr.msu.edu/index.cfm In left hand corner, click STAFF LOGIN : You will be brought to the events dashboard

More information

CORAL Resources Module User Guide

CORAL Resources Module User Guide CORAL Resources Module User Guide About CORAL Resources A component of Hesburgh Libraries locally developed ERM, CORAL Resources aids in the management of the electronic resource workflow from the initial

More information

Automatic Transfer Tool User and Installation Guide

Automatic Transfer Tool User and Installation Guide Automatic Transfer Tool User and Installation Guide Version 1.1, 2014 1 Table of Contents 1. Automatic Transfer Tool... 2 1.1 Purpose of document... 2 1.2 System requirements and prerequisites... 2 1.3

More information