LIMS Interface (LwinS) Installation and Testing manual for OSA

Size: px
Start display at page:

Download "LIMS Interface (LwinS) Installation and Testing manual for OSA"

Transcription

1 LIMS Interface (LwinS) Installation and Testing manual for OSA Submitted to Shell Lubricants By Wipro Technologies Version 1.3 Version 1.3 Page 1 of 11

2 Contents Overview:... 3 Intended Audience:... 3 Minimum Basic Requirements:... 3 LwinS Installation Procedure:... 4 Configuration Setup:... 9 Proxy configuration: Testing procedure: Version 1.3 Page 2 of 11

3 Overview: The purpose of this document is to help understand the step by step process of installing the LIMS Services and to carry out testing prior to opening it to the live system. The set-up involves a) Registering an OSA Supplier in Shell LubeAnalyst web application. b) Associating an OSA site to the supplier. c) Installing and configuring the LIMS web interface ( LwinS ) on the OSA machine. The OSA supplier will be registered in Shell LubeAnalyst web application. The OSA sites where the OSA machines will operate from will also be registered and associated to the OSA supplier in the application. IDs of OSA Customer Service and individual OSA machines will be defined. Once associated, an with encrypted UserID and Password will be sent to the addresses defined on OSA Supplier and OSA Site association. The LIMS software installable file will be provided to OSA. The software needs to be installed and configured on each OSA machine by following the below steps. After installation, the registered OSA can send and receive samples through this automated interface. Intended Audience: OSA User and OSA Diagnostician. Minimum Basic Requirements: a) Windows 2003 Server b).net Framework Version 4.0 c) Internet enabled d) 1 GB RAM (Recommended) e) Shell.Georgia.OSAInterface.Installer.msi File Location of LIMS Service Installable (Shell.Georgia.OSAInterface.Installer.msi) file: A link to a directory containing the installable ZIP file will be provided to OSA. This will be updated in due time. URL : The ZIP file needs to be copied and extracted to the Lab System (Eg: copy to C:\Apps folder) in which LwinS needs to be installed. Version 1.3 Page 3 of 11

4 LwinS Installation Procedure: 1. Uninstall the LwinS application, if already installed on the system. This can be done by clicking - Start -> Settings -> Control Panel -> Add/Remove Programs Select LubeAnalyst.Service.Installer or Shell.Georgia.OSAInterface.Installer, then Click Remove/Uninstall Button. 2. Go to C:\Apps (or the location into which the installable files were extracted into). Double click on Shell.Georgia.OSAInterface.Installer.msi file. Following window will be opened. Click on Next Button 3. Accept the Terms of License agreement. Then click Next Button Version 1.3 Page 4 of 11

5 4. Click Next button. 5. Provide your name and organization. Then click Next button. Version 1.3 Page 5 of 11

6 6. The installable chooses a default path for installation. Click on Change if you wish to change the path. Then click Next button. 7. Review the current settings. Then click on Install button. Version 1.3 Page 6 of 11

7 8. Installation will begin. Allow the installation to complete. 9. Once completed, click on Finish to to close the Install wizard. 10. After installation, LwinS will be added as a Service on the OSA machine. Version 1.3 Page 7 of 11

8 11. Navigate to the folder where the LIMS has been installed. In this case, the default location C:\Program Files\Shell\GeorgiaLIMS OSA Service. 12. Open the LubeAnalyst.WindowsService.exe.config file in edit mode and update the details as mentioned in Configuration Setup below. Save the changes. Close the file. 13. Navigate to Services folder on the OSA machine. Steps to do this are Click on Start -> Run Enter services.msc and click on enter. 14. On the Services folder, find LubeAnalyst.OSA.Interface.Service. Select the service and click on Start. 15. The LwinS will now start running and processing samples. 16. The Service can be Stopped or Restarted at anytime by selecting the Service Name, and clicking on Stop or Restart. Version 1.3 Page 8 of 11

9 Configuration Setup: Goto the folder where LIMS Interface Installed. C:\Program Files\Shell\GeorgiaLIMS OSA Service Open the LubeAnalyst.WindowsService.exe.config file in NOTEPAD. A sample of the config file is attached. LubeAnalyst.Window sservice.exe.config Update the keys as below. Keys: 1. <add key="labnamelubes" value="osalab"/> Value = Name of the lab doing service for Lubes. E.g., OUSA1 2. <add key="mode" value="interval"/> Value = Interval. Interface will run at specific Interval. The system will treat Interval as Minutes. 3. <add key="modevalue" value="15"/> Value = Numeric value depicting the interval at which LwinS needs to run. E.g., 15. Here it indicates 15 Minutes. 4. <add key="invokeserviceonstart" value="yes"/> Value = Yes When LIMS Service run in silent mode it will send and receive the file once service is started. 5. <add key="lubesuserid" value="xxyyzz="/> <add key="lubespassword" value="aaaabbbbccccdddd=="/> Value = encrypted user ID received in the . Value = encrypted password received in the . After the OSA has been setup, an will be sent to the admin containing the encrypted user ID, password and the web service URL. These encrypted keys are used as a licence key to get the OSA authenticated to send and receive data from the web application through the web service. 6. <add key="georgiaservicelubes" value=" Value = the web service URL received in the . The following keys are for proxy setting. Please see Proxy Configuration section below - 7. <add key="labmachinewebauthentication" value="automatic"/> 8. <add key="webproxyaddress" value="abc.xyz.com.au:2020/"/> 9. <add key="networkusername" value="aabbcc"/> 10. <add key="networkpassword" value="nnnwww"/> 11. <add key="networkdomain" value="xxyyzz"/> 12. <add key="usenetworkdomaininauthentication" value="yes"/> Version 1.3 Page 9 of 11

10 Leave the following keys unchanged 13. <add key="filenameprefixsampletestdata" value="samplexml"/> 14. <add key="sleepdurationonstart" value="0"/> 15. <add key="debugtraceon" value="no"/> 16. <add key = "DownloadMaterialOrder" value = "No"/> 17. <add key = "FileNamePrefixMaterialOrder" value = "MATERIALORDERXML"/> 18. <add key = "FolderPathMaterialOrderLubes" value = "C:\LIMS\Material\"/> Folders need to be created on the OSA machine for receiving and sending files. Following keys need to be updated accordingly <add key="folderpathsampletestlubes" value="c:\lims\in\"/> Value = The folder path where the sample XML files from LubeAnalyst will be placed by LwinS. 20. <add key="folderpathsampletestresultlubes" value="c:\lims\out\"/> Value = The folder path where sample test results XML file will be placed by the OSA software. 21. <add key="archivefolderpathsampletestresultlubes" value="c:\lims\archive\"/> Value = The folder path where the archive of both inbound and outbound sample XML files will be placed by LwinS. 22. <add key="logfilepathlubes" value="c:\lims\logs\"/> Value = The folder path where a log of issues will be placed by LwinS. 23. <client> <endpoint address=" binding="basichttpbinding" bindingconfiguration="basichttpbinding_ilubeanalystservice" contract="osaservice.ilubeanalystservice" name="basichttpbinding_ilubeanalystservice" /> </client> endpoint address = the webservice URL received in the . Update only the value within the double quotes after endpoint address= and before binding=. Proxy configuration: Some machines use a proxy server connection to connect to the network. In such cases, the proxy server details will need to be updated in the configuration file. Multiple scenarios can be possible with this. The configuration file will need to be updated with one of these options before starting the LwinS Service. 1. The Proxy Server does not require authentication. In this case, please do the following changes. <add key="labmachinewebauthentication" value="automatic"/> 2. The Proxy server requires authentication and will always ask for user ID and password. In this case, please do the following changes. <add key="labmachinewebauthentication" value="proxyserver"/> <add key="webproxyaddress" value="enter your proxy address or IP here:enter the proxy port here/"/> <add key="networkusername" value="enter your network proxy user ID here"/> <add key="networkpassword" value="enter your network proxy password here"/> <add key="usenetworkdomaininauthentication" value="no"/> 3. The Proxy server requires authentication, but the user ID and password is blank. In this case, please do the following changes. <add key="labmachinewebauthentication" value="proxyserver"/> Version 1.3 Page 10 of 11

11 <add key="webproxyaddress" value="enter your proxy address or IP here:enter the proxy port here/"/> <add key="networkusername" value=""/> <add key="networkpassword" value=""/> <add key="usenetworkdomaininauthentication" value="no"/> 4. The Proxy server requires authentication and will always ask for user ID, password and Domain. In this case, please do the following changes. <add key="labmachinewebauthentication" value="proxyserver"/> <add key="webproxyaddress" value="enter your proxy address or IP here:enter the proxy port here/"/> <add key="networkusername" value="enter your network proxy user ID here"/> <add key="networkpassword" value="enter your network proxy password here"/> <add key="networkdomain" value="enter your network proxy domain here"/> <add key="usenetworkdomaininauthentication" value="yes"/> Testing procedure: After the configuration file has been updated and saved, the LwinS service can be Started and sample files will start flowing between OSA and LubeAnalyst in the defined frequency of time. The following steps are typically carried out to perform the testing of the process. 1. OSA samples will be registered by the customer/osa user using LubeAnalyst web application. Details of various samples registered can be viewed or modified by logging into the application. 2. OSA samples with sample statuses Registered and Retest will be picked from LubeAnalyst. Samples with statuses Testing and Retesting that have been Re-sent to LIMS will also be picked. An XML file with all such sample details will be created and placed in the IN folder in the OSA machine. The format of the XML file is provided below: SAMPLEXML2015_01 _21_17_04_01_PM.x 3. The OSA software will then place an XML file containing the test results of the samples that were sent by LubeAnalyst in the OUT folder on the OSA machine. The format of the XML file is provided below. For testing purposes, the user may also create a dummy XML file with sample test results and manually place the file in this location. LIMSToLA.xml 4. After the file from the OUT Folder has been picked by LwinS, the OSA user can login to the LubeAnalyst web application and verify that the test results have been correctly updated against the sample number. Version 1.3 Page 11 of 11

LIMS Interface (LwinS) Installation and Testing manual for OSA

LIMS Interface (LwinS) Installation and Testing manual for OSA LIMS Interface (LwinS) Installation and Testing manual for OSA Submitted to Shell Lubricants By Wipro Technologies Version 1.0 Version 1.0 Page 1 of 11 Contents Overview:... 3 Intended Audience:... 3 Minimum

More information

LIMS Interface (LwinS) Installation and Testing manual for Sensor

LIMS Interface (LwinS) Installation and Testing manual for Sensor LIMS Interface (LwinS) Installation and Testing manual for Sensor Submitted to Shell Lubricants By Wipro Technologies Version 1.3 Version 1.3 Page 1 of 12 Contents Overview:... 3 Intended Audience:...

More information

LIMS Interface (LwinS) Installation and Testing manual for Sensor

LIMS Interface (LwinS) Installation and Testing manual for Sensor LIMS Interface (LwinS) Installation and Testing manual for Sensor Submitted to Shell Lubricants By Wipro Technologies Version 1.2 Version 1.2 Page 1 of 12 Contents Overview:... 3 Intended Audience:...

More information

LIMS Interface (LwinS) Installation and Testing manual for Laboratory

LIMS Interface (LwinS) Installation and Testing manual for Laboratory LIMS Interface (LwinS) Installation and Testing manual for Laboratory Submitted to Shell Lubricants By Wipro Technologies Version 1.0 Contents Overview:... 3 Intended Audience:... 3 Minimum Basic Requirements:...

More information

Installation Guide for Windows

Installation Guide for Windows Location Intelligence Spectrum Spatial Analyst Version 6.0 Installation Guide for Windows This guide explains how to install the Spectrum Spatial Analyst on a Windows server. The topics covered in this

More information

File Synchronization Service User Manual. Delogue

File Synchronization Service User Manual. Delogue File Synchronization Service User Manual Delogue 2012-2018 TABLE OF CONTENTS Table Of Contents... 1 1. General Information... 2 1.1. System Overview... 2 2. System Summary... 2 2.1. System Configuration...

More information

AD Sync Client Install Guide. Contents

AD Sync Client Install Guide. Contents AD Sync Client Install Guide Contents AD Sync Client Install Guide... 1 Introduction... 2 Deployment Prerequisites... 2 Configure SQL Prerequisites... 3 Switch SQL to Mixed Mode authentication... 3 Create

More information

Reconfiguring VMware vsphere Update Manager. Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5

Reconfiguring VMware vsphere Update Manager. Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5 Reconfiguring VMware vsphere Update Manager Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

LABEL ARCHIVE Administrator s Guide

LABEL ARCHIVE Administrator s Guide LABEL ARCHIVE Administrator s Guide DOC-LAS2015_25/05/2015 The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is subject

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

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

Real-Time Dashboard Integration Bomgar Remote Support

Real-Time Dashboard Integration Bomgar Remote Support Real-Time Dashboard Integration Bomgar Remote Support 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are

More information

Workspace ONE UEM Notification Service. VMware Workspace ONE UEM 1811

Workspace ONE UEM  Notification Service. VMware Workspace ONE UEM 1811 Workspace ONE UEM Email Notification Service VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Installation Guide for Windows

Installation Guide for Windows Location Intelligence Spectrum Spatial Analyst Version 12.2 Installation Guide for Windows The topics covered in this guide are: Contents: Spectrum Spatial Analyst Documentation Supported Languages System

More information

Mascot Insight Installation and setup guide

Mascot Insight Installation and setup guide Mascot Insight Installation and setup guide System requirements These are the system requirements for a Mascot Insight server. On the client side, Mascot Insight can be accessed from most web browsers.

More information

U3 Encryption Utility User Guide

U3 Encryption Utility User Guide Contents 1. U3 ENCRYPTION UTILITY RELEASE NOTES... 2 1.1 FEATURES... 2 1.2 REMARKS... 2 1.3 GENERAL DESCRIPTION OF THE U3 VOICE ENCRYPTION... 3 1.4 CUSTOMIZATION... 5 2. INSTALLING THE U3 & P3 ENCRYPTION

More information

CompleteView Video Proxy User Manual. CompleteView Version 4.6.1

CompleteView Video Proxy User Manual. CompleteView Version 4.6.1 CompleteView Video Proxy User Manual CompleteView Version 4.6.1 Table of Contents Minimum System Requirements... 4 Installation... 5 Configuring the Video Proxy... 8 Add an Administrator Account... 10

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer Workspace ONE UEM v9.7 Have documentation feedback?

More information

Reconfiguring VMware vsphere Update Manager. 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7

Reconfiguring VMware vsphere Update Manager. 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 Reconfiguring VMware vsphere Update Manager 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Unified-E App Manager

Unified-E App Manager Unified-E App Manager Software Version 1.9.5.0, Last Update: June 2018 Content 1 General... 3 2 Communication with Smartphones... 3 2.1 Gateway Login... 3 2.1.1 Purchase Gateway License... 3 2.1.2 Online

More information

Quick Start. How to start monitoring use of your computer right away.

Quick Start. How to start monitoring use of your computer right away. Quick Start Using the Scheduler Capture Types Other Recommended Settings Viewing Captured Information Viewing, Replaying and Deleting captures Silently Emailing Capture Logs Hiding the prog. from praying

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer Workspace ONE UEM v9.4 Have documentation feedback?

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

Integrate Citrix Access Gateway

Integrate Citrix Access Gateway Publication Date: September 3, 2015 Abstract This guide provides instructions to configure Citrix Access Gateway to transfer logs to EventTracker. Scope The configurations detailed in this guide are consistent

More information

Getting Started with Tally.Developer 9

Getting Started with Tally.Developer 9 Getting Started with Tally.Developer 9 The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing market conditions,

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications . phpmyadmin is a web-based application used to manage a MySQL database. It is free and open-source software. We have modified phpmyadmin so that it functions without errors on a shared hosting platform.

More information

VMware AirWatch Content Gateway Guide for Linux For Linux

VMware AirWatch Content Gateway Guide for Linux For Linux VMware AirWatch Content Gateway Guide for Linux For Linux Workspace ONE UEM v9.7 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

QDABRA DBXL S PDF RENDERING SERVICE CONFIGURATION

QDABRA DBXL S PDF RENDERING SERVICE CONFIGURATION Page 1 of 28 QDABRA DBXL S PDF RENDERING SERVICE CONFIGURATION LAST UPDATED: May 12, 2017 This document will guide you through the installation of DBXL Rendering Service for DBXL v3.1. CONTENTS Prerequisites...

More information

Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0

Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0 Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0 Microsoft Corporation Published: October 2012 Author: Microsoft Office System and Servers Team (itspdocs@microsoft.com)

More information

Administration Guide. 05 Apr TM and copyright Imagicle spa

Administration Guide. 05 Apr TM and copyright Imagicle spa Administration Guide 05 Apr 2019 TM and copyright 2010-2019 Imagicle spa Table of Contents Administration Guide...1/5 Jabber Gadgets Setup...1/5 Administration Guide Jabber Gadgets Setup The Imagicle Gadget

More information

SOA Software Intermediary for Microsoft : Install Guide

SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft Install Guide SOAIM_60 August 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer AirWatch v9.1 Have documentation feedback? Submit

More information

INSTALLATION AND SIGN-ON

INSTALLATION AND SIGN-ON T ECHNICAL NOTE Product: PayBase 8.5 Last modified: December 4, 2007 10:45 am Created by: Development Inside this note: PayBase Client Installation PayBase Removal INSTALLATION AND SIGN-ON This technical

More information

Access PayrollSE v5.50a

Access PayrollSE v5.50a Access PayrollSE v5.50a Installation Instructions for Windows Contents Introduction... 3 System Requirements... 3 Microsoft Visual C++ 2005 redistributable... 3 Microsoft.NET Framework 4... 3 Other considerations...

More information

Transport Gateway Installation / Registration / Configuration

Transport Gateway Installation / Registration / Configuration CHAPTER 4 Transport Gateway Installation / Registration / Configuration This chapter covers the following areas: Transport Gateway requirements. Security Considerations When Using a Transport Gateway.

More information

Installing Authoring Manager

Installing Authoring Manager Installing Authoring Manager Installing Authoring Manager v5.2 (PC only) System Requirements: Before you install Authoring Manager, you should ensure that your system meets the minimum software and hardware

More information

EMC Documentum xcelerated Composition Platform Developer Edition Installation Guide

EMC Documentum xcelerated Composition Platform Developer Edition Installation Guide EMC Documentum xcelerated Composition Platform Developer Edition Installation Guide Version 6.5 SP2 Installation Guide P/N 300-009-602 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103

More information

Unifaun OnlineConnect

Unifaun OnlineConnect Unifaun OnlineConnect Unifaun ERPConnect UNIFAUN WWW.UNIFAUN.COM DECEMBER 7, 2017 Contents 1 Overview... 3 1.1 Order files... 3 1.1.1 When should the order files be created?... 3 1.1.2 What should the

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Joomla Manual Plug-in installation... 3 Plug-in

More information

3. In the upper left hand corner, click the Barracuda logo ( ) then click Settings 4. Select the check box for SPoE as default.

3. In the upper left hand corner, click the Barracuda logo ( ) then click Settings 4. Select the check box for SPoE as default. Week 1 Lab Lab 1: Connect to the Barracuda network. 1. Download the Barracuda NG Firewall Admin 5.4 2. Launch NG Admin 3. In the upper left hand corner, click the Barracuda logo ( ) then click Settings

More information

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go.

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go. Installing Wordpress from JMA Lab to JMA Server 1. Take note these instructions are streamlined for the JMA lab they can t be performed in this fashion from home! 2. Wordpress is a database driven web

More information

EMS MASTER CALENDAR Installation Guide

EMS MASTER CALENDAR Installation Guide EMS MASTER CALENDAR Installation Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

AT&T Global Network Client for Mac User s Guide Version 2.0.0

AT&T Global Network Client for Mac User s Guide Version 2.0.0 Version 1.7.0 AT&T Global Network Client for Mac User s Guide Version 2.0.0 experience may vary. This document is not an offer, commitment, representation or warranty by AT&T and is subject to change..

More information

Hosted Encore 5 Desktop Installation Guide

Hosted Encore 5 Desktop Installation Guide Hosted Encore 5 Desktop Installation Guide November 18, 2015 WARNING: This Guide is for quickly configuring desktops to communicate with Cluen s hosted Encore solution. If you are installing Encore within

More information

Business Connect Secure Remote Access Service (SRAS) Customer Information Package

Business Connect Secure Remote Access Service (SRAS) Customer Information Package Business Connect Secure Remote Access Service (SRAS) Customer Information Package Table of Contents 1.0 Introduction... 1 1.1 Overview... 1 1.2 Scope and Audience... 1 1.3 Design Deliverables... 1 1.4

More information

Zemana Endpoint Security Administration Guide. Version

Zemana Endpoint Security Administration Guide. Version Zemana Endpoint Security Administration Guide Version 1.9.290 Introduction 4 What is Zemana Endpoint Security? 4 What is Zemana Control Center? 4 How do Endpoint Agents and Control Center communicate with

More information

EMC Documentum Content Transformation Services Transformation Suite

EMC Documentum Content Transformation Services Transformation Suite EMC Documentum Content Transformation Services Transformation Suite Version 7.3 Installation Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice

More information

Important notice regarding accounts used for installation and configuration

Important notice regarding accounts used for installation and configuration System Requirements Operating System Nintex Reporting 2008 can be installed on Microsoft Windows Server 2003 or 2008 (32 and 64 bit supported for both OS versions). Browser Client Microsoft Internet Explorer

More information

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012 Perceptive TransForm E-Forms Manager 8.x Installation and Configuration Guide March 1, 2012 Table of Contents 1 Introduction... 3 1.1 Intended Audience... 3 1.2 Related Resources and Documentation... 3

More information

LIBF e-test. Installation Guide. July 2016 Version 2.3

LIBF e-test. Installation Guide. July 2016 Version 2.3 LIBF e-test Installation Guide July 2016 Version 2.3 Table of Contents Page 1 Introduction 3 1.1 Contact details 3 2 Installing the Server application 4 3 Installing the Administration application 9 4

More information

WA2423 JavaScript for Web 2.0 Development. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2423 JavaScript for Web 2.0 Development. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2423 JavaScript for Web 2.0 Development Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

Status Web Evaluator s Guide Software Pursuits, Inc.

Status Web Evaluator s Guide Software Pursuits, Inc. Status Web Evaluator s Guide 2018 Table of Contents Introduction... 2 System Requirements... 2 Contact Information... 2 Installing Microsoft IIS... 2 Verifying Microsoft IIS Features... 9 Installing the

More information

Transport Gateway Installation / Registration / Configuration

Transport Gateway Installation / Registration / Configuration CHAPTER 2 Transport Gateway Installation / Registration / Configuration This chapter covers the following areas: Transport Gateway requirements. Security Considerations When Using a Transport Gateway.

More information

Copyright and Legal Disclaimers

Copyright and Legal Disclaimers Copyright and Legal Disclaimers User Manual for DiConnect Lite Copyright 2012 by DiCentral Corporation All rights reserved. This document and all content that is contained, embedded and linked to this

More information

Getting Started with Tally.Developer 9 Series A Release 3.0

Getting Started with Tally.Developer 9 Series A Release 3.0 Getting Started with Tally.Developer 9 Series A Release 3.0 The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing

More information

Server Software Installation Guide. GlobalScan TM Server Software Installation Guide Ver. 1.4

Server Software Installation Guide. GlobalScan TM Server Software Installation Guide Ver. 1.4 Server Software Installation Guide GlobalScan TM Server Software Copyright 2003 by Ricoh Corporation. All Rights Reserved. Manual Updated 1/4/03. No part of this publication may be reproduced, transmitted,

More information

Atlassian Confluence Connector

Atlassian Confluence Connector Atlassian Confluence Connector Installation and Configuration Version 2018 Winter Release Status: February 14 th, 2018 Copyright Mindbreeze GmbH, A-4020 Linz, 2018. All rights reserved. All hardware and

More information

RED IM Integration with Bomgar Privileged Access

RED IM Integration with Bomgar Privileged Access RED IM Integration with Bomgar Privileged Access 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the

More information

INSTALL GUIDE AMC DIRECT DEBIT FOR MICROSOFT DYNAMICS AX 7. AMC Consult A/S Published: November 16

INSTALL GUIDE AMC DIRECT DEBIT FOR MICROSOFT DYNAMICS AX 7. AMC Consult A/S Published: November 16 INSTALL GUIDE AMC DIRECT DEBIT FOR MICROSOFT DYNAMICS AX 7 AMC Consult A/S Published: November 16 Contents 1 Introduction... 3 2 Distribution... 4 3 Installation... 5 3.1 Prerequisites... 5 3.2 Installing

More information

Installation of Quin C

Installation of Quin C Installation of Quin C You already know that Quin C is supposed to be the digital investigations bright future. It helps in providing the leadingedge experiences for improving the speed as well as quality

More information

Schools Cash Office. Instructions for SCO live migration to version 2.4

Schools Cash Office. Instructions for SCO live migration to version 2.4 Schools Cash Office Income Administration Software Schools Cash Office Instructions for SCO live migration to version 2.4 Tucasi Ltd Wessex House Upper Market Street Eastleigh Hampshire SO50 9FD 0844 800

More information

NHSmail Address Book Synchronisation Deployment Guide

NHSmail Address Book Synchronisation Deployment Guide NHSmail Address Book Synchronisation Deployment Guide November 2018 Version 1 Contents 1 Overview 3 1.1 Document Conventions 3 1.2 Intended audience 3 2 Introduction 4 3 Pre-requisites for the TANSync

More information

Oracle Agile Product Lifecycle Management for Process

Oracle Agile Product Lifecycle Management for Process Oracle Agile Product Lifecycle Management for Process Integration Guide for Agile Product Portfolio Management Feature Pack 3.13 E64281-01 July 2015 Copyrights and Trademarks Agile Product Lifecycle Management

More information

WA1927 Introduction to Struts 2.x Using Eclipse. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc.

WA1927 Introduction to Struts 2.x Using Eclipse. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. WA1927 Introduction to Struts 2.x Using Eclipse Classroom Setup Guide Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software Requirements...3 Part

More information

AT&T Global Network Client for Mac User s Guide Version 1.7.3

AT&T Global Network Client for Mac User s Guide Version 1.7.3 Version 1.7.0 AT&T Global Network Client for Mac User s Guide Version 1.7.3 experience may vary. This document is not an offer, commitment, representation or warranty by AT&T and is subject to change..

More information

CodeFuseAgent - User Guide. Version: 1.4

CodeFuseAgent - User Guide.   Version: 1.4 CodeFuseAgent - User Guide http://www.codefuse.io/ Version: 1.4 Contents 1. Introduction... 2 2. CodeFuseAgent Installation... 3 3. Starting CodeFuseAgent... 7 4. Executing Tests with CodeFuseAgent...

More information

AvePoint RevIM Installation and Configuration Guide. Issued May AvePoint RevIM Installation and Configuration Guide

AvePoint RevIM Installation and Configuration Guide. Issued May AvePoint RevIM Installation and Configuration Guide AvePoint RevIM 3.2.1 Installation and Configuration Guide Issued May 2017 1 Table of Contents What s New in This Guide... 4 About AvePoint RevIM... 5 Installation Requirements... 6 Hardware Requirements...

More information

QW5 - Remote Access Data Server

QW5 - Remote Access Data Server Note: Requires a current build of the QW 5 product to be installed on server. QWDataServer is a Windows Service application that runs on a server with a static IP address. Once configured, remote users

More information

integreat4tfs Installation Guide

integreat4tfs Installation Guide TABLE OF CONTENTS Introduction... 2 System Requirements... 2 Software Requirements... 2 Hardware Requirements... 2 Installation Process... 3 Installation Guidelines... 3 Installing integreat4tfs... 3 Activation...

More information

OneLogin Integration User Guide

OneLogin Integration User Guide OneLogin Integration User Guide Table of Contents OneLogin Account Setup... 2 Create Account with OneLogin... 2 Setup Application with OneLogin... 2 Setup Required in OneLogin: SSO and AD Connector...

More information

Installation Guide Worksoft Analyze

Installation Guide Worksoft Analyze Installation Guide Worksoft Analyze Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Analyze Installation Guide Version 1.0.0 Copyright 2018 by Worksoft,

More information

Symantec Backup Exec Quick Installation Guide

Symantec Backup Exec Quick Installation Guide Symantec Backup Exec 2010 Quick Installation Guide 20047221 Installing Backup Exec This document includes the following topics: System requirements Before you install About the Backup Exec service account

More information

USER MANUAL. SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 2.0

USER MANUAL. SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 2.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Joomla Manual Plug-in installation... 3 Plug-in

More information

Cisco ATA SPA112 & SPA122.

Cisco ATA SPA112 & SPA122. STEP 1 Connect your device's power and ethernet cables. For users with the SPA112: Connect your router with the supplied Ethernet network cable to the SPA112's internet port. Now connect your phone to

More information

Release Notes. DataFlow Player. Version /04/2018. t: +44 (0) e: w:

Release Notes. DataFlow Player. Version /04/2018. t: +44 (0) e: w: Release Notes DataFlow Player Version 210 10/04/2018 t: +44 (0)121 232 8000 e: info@misoportalcom w: wwwmisoportalcom miso is a trading division of Dotted Eyes Ltd Dotted Eyes Ltd is registered in England

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

MATCH IT! Antibody v1.3 Software Installation

MATCH IT! Antibody v1.3 Software Installation MATCH IT! Antibody v1.3 Software Installation Table of Contents 1.0 Table of Contents 1 2.0 Revisions 2 3.0 Installation Checklist 3 4.0 Prerequisites 4 5.0 Database Configurations 5 6.0 Software Installation

More information

NBC-IG Installation Guide. Version 7.2

NBC-IG Installation Guide. Version 7.2 Installation Guide Version 7.2 2017 Nuance Business Connect 7.2 Installation Guide Document Revision History Revision Date August 8, 2017 Revision List Updated supported SQL Server versions June 14, 2017

More information

Agilent SureCall 3.5. Installation Guide. Agilent Technologies. For Research Use Only. Not for use in diagnostic procedures.

Agilent SureCall 3.5. Installation Guide. Agilent Technologies. For Research Use Only. Not for use in diagnostic procedures. Agilent SureCall 3.5 Installation Guide For Research Use Only. Not for use in diagnostic procedures. Agilent Technologies Notices Agilent Technologies, Inc. 2016 No part of this manual may be reproduced

More information

Upgrade Instructions. NetBrain Integrated Edition 7.1. Two-Server Deployment

Upgrade Instructions. NetBrain Integrated Edition 7.1. Two-Server Deployment NetBrain Integrated Edition 7.1 Upgrade Instructions Two-Server Deployment Version 7.1a Last Updated 2018-09-04 Copyright 2004-2018 NetBrain Technologies, Inc. All rights reserved. Contents 1. Upgrading

More information

Dell Repository Manager Business Client Version 2.0 User s Guide

Dell Repository Manager Business Client Version 2.0 User s Guide Dell Repository Manager Business Client Version 2.0 User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

WA2442 Introduction to JavaScript. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2442 Introduction to JavaScript. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2442 Introduction to JavaScript Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

2016. All rights reserved. ecconnect V.11 User Guide

2016. All rights reserved. ecconnect V.11 User Guide 2016. All rights reserved. ecconnect V.11 User Guide Copyright and trademarks ecconnect User Guide Copyright and trademarks The information in this document is subject to change without notice. This document

More information

Installation Guide. Contents

Installation Guide. Contents Installation Guide Contents System Requirements 2 Minimum PC Configuration 2 Recommended PC Configuration 2 Network Ports & Firewalls 3 Directory & Registry Permissions 3 Installation Procedure 4 Application

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Server Software Installation Guide

Server Software Installation Guide Server Software Installation Guide This guide provides information on...... The architecture model for NotifyMDM system setup... Hardware and supporting software requirements for NotifyMDM... Server software

More information

Antivirus Solution Guide for Clustered Data ONTAP: Symantec

Antivirus Solution Guide for Clustered Data ONTAP: Symantec Technical Report Antivirus Solution Guide for Clustered Data ONTAP: Symantec Saurabh Singh and Brahmanna Chowdary Kodavali, NetApp July 2016 TR-4304 Abstract An antivirus solution is key for enterprises

More information

E-SESS LockDown Browser Installation November Technological Fluency Institute

E-SESS LockDown Browser Installation November Technological Fluency Institute E-SESS LockDown Browser Installation 2018-November-29 2018 Technological Fluency Institute Table of Contents Introduction...1 Using LockDown Browser...1 Testing Installation...1 macos, ios, and ChromeBook

More information

WA2256 Responsive Mobile Web Development with HTML5, CSS3, JavaScript, and jquery Mobile. Classroom Setup Guide. Web Age Solutions Inc.

WA2256 Responsive Mobile Web Development with HTML5, CSS3, JavaScript, and jquery Mobile. Classroom Setup Guide. Web Age Solutions Inc. WA2256 Responsive Mobile Web Development with HTML5, CSS3, JavaScript, and jquery Mobile Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum

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

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Publisher 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 3 Who should read this manual... 3 What s included in this manual... 3 Symbols and

More information

edocs Home > BEA AquaLogic Service Bus 3.0 Documentation > Accessing ALDSP Data Services Through ALSB

edocs Home > BEA AquaLogic Service Bus 3.0 Documentation > Accessing ALDSP Data Services Through ALSB Accessing ALDSP 3.0 Data Services Through ALSB 3.0 edocs Home > BEA AquaLogic Service Bus 3.0 Documentation > Accessing ALDSP Data Services Through ALSB Introduction AquaLogic Data Services Platform can

More information

KYOCERA Net Admin Installation Guide

KYOCERA Net Admin Installation Guide KYOCERA Net Admin Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for

More information

How to Configure SMTP. To clearly document how to configure SMTP to send s from Eclipse.net

How to Configure SMTP. To clearly document how to configure SMTP to send  s from Eclipse.net Purpose: To clearly document how to configure SMTP to send emails from Eclipse.net Contents Windows Server 2003 - SMTP Installation... 2 Windows Server 2008 SMTP Installation... 5 Windows Server 2003/Windows

More information

English. For Windows. WebAccess. User Manual. Buffalo Inc.

English. For Windows. WebAccess. User Manual. Buffalo Inc. English For Windows WebAccess User Manual Buffalo Inc. www.buffalotech.com Contents Chapter 1 Overview... 3 WebAccess for Windows... 3 System Requirements... 3 Chapter 2 Using WebAccess... 4 Installation...

More information

Brainware Intelligent Capture Solution Configuration Manager

Brainware Intelligent Capture Solution Configuration Manager Brainware Intelligent Capture Solution Configuration Manager Installation and Setup Guide Version: 1.2.x Written by: Documentation Team Date: March 2019 2014-2019 Hyland Software, Inc. and its affiliates.

More information

Release Date September 30, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA

Release Date September 30, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Adeptia Suite 5.0 Installation Guide Release Date September 30, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Copyright Copyright 2000-2009 Adeptia, Inc. All rights reserved.

More information

MoveIT DMZ User Guide

MoveIT DMZ User Guide MoveIT DMZ User Guide December 10, 2014 1 Index MoveIT DMZ Introduction... 1 Initial Login and Password Change... 2 Navigation... 8 Installation Instructions for the Upload / Download Wizard... 12 Uploading

More information

TSM Studio Server Installing Version 3

TSM Studio Server Installing Version 3 TSM Studio Server Installing Version 3 1 Table of Contents Disclaimer... 3 What is TSM Studio Server?... 4 System Requirements... 5 Database Requirements... 6 Installing TSM Admin Client... 7 Installing

More information

NetDespatch Velocity Connector User Guide

NetDespatch Velocity Connector User Guide NetDespatch Velocity Connector User Guide XML version Customised guide specifically for use with XML Integrations Guide refers to Microsoft Windows 7 Requirements before Proceeding You will need to have:

More information