MigrationWiz 4.0 Module Usage Guide

Size: px
Start display at page:

Download "MigrationWiz 4.0 Module Usage Guide"

Transcription

1 MigrationWiz 4.0 Module Usage Guide

2 Table of Contents Introduction... 3 Requirements... 3 APS Environment... 3 BitTitan... 3 Module Setup... 3 Deploying the RESTful Service... 3 Deploying in the APS Sandbox... 3 Deploying Using Linux Shared Hosting Module... 4 Importing the Package... 5 Creating the Service Instance... 5 Creating the POA Resource Types... 5 Creating the Service Template... 6 Setting up the Service Plan... 6 Bundling with the Mailbox License... 6 Selling as a Standalone Subscription... 7 Configuring Resellers... 8 MigrationWiz APS Package Contents... 8 MigrationWiz APS Package Branding... 9 Upgrading the Module... 9

3 Introduction MigrationWiz 4.0 Module for Parallels Automation helps the Parallels Automation customers to migrate their mail from a variety of mail platforms to the mail system hosted in Parallels Automation. This document provides a detailed description of the module setup process. Requirements APS Environment Our package requires the APS PHP Runtime to be installed. BitTitan Your private label portal must be set up to accept coupon codes from the end user. If your private label portal is set up to debit licenses from your account, APS will not be able to control licensing. Module Setup Deploying the RESTful Service The RESTful web service serves as a conversion point that translates the Parallels Automation requests conformant to the APS standard into the calls of the BitTitan s MigrationWiz API. The service is stateless, meaning that it does not store any information between the requests. All the incoming requests are handled on the fly, sent to the MigrationWiz API, and the responses are delivered to the Parallels Automation. This simplifies achieving the high availability and scaling up with redundant configuration - where multiple servers are handling the incoming requests. Redundancy configuration is beyond the scope of this guide. The preferred way of installation depends on your environment. Two most common options are described in the sub- sections below. Deploying in the APS Sandbox Access method: SSH Privileges required: root The APS sandbox environment provides an endpoint server (endpoint.sandboxname.vendorname.apsdemo.org, see for detail) that is equipped with the fast- start script for the application deployment simplification; see the Application Deployment documentation for more detail.

4 Operations: 1. Copy the package to the endpoint host. E.g. use the PSCP utility via Windows command line: pscp.exe - pw <password> "MigrationWiz app.zip" root@endpoint.<sandboxname>.<vendorname>.apsdemo.org:/ 2. Connect to the endpoint host with the SSH terminal (e.g. Putty) and deploy the endpoint with the endpoint.sh script: endpoint.sh migrationwiz /MigrationWiz app.zip Deploying Using Linux Shared Hosting Module Access method: Parallels Automation Provider Control Panel Privileges required: - - Website Administration: Configuration Own Domains: Admin Note: the web server where the application is deployed should have the aps- php- runtime component installed. See the PHP Runtime Library documentation for more detail. Operations: 3. Login to POA and navigate to the Hosting CP 4. Register a desired domain or subdomain (see Working with Domains section in the POA subscriber guide) 5. Add the new website on a new webspace (see Creating Apache Website on New Webspace section in the POA subscriber guide). Note: enable the SSH access to manage the webspace files. 6. Upload the package to the created webspace. E.g. use the PSCP utility via Windows command line: pscp.exe - pw <password> MigrationWiz app.zip <username>@<domainnname.tld>:/ Replace <username> and <password> with the SSH access credentials specified on the previous step; <domainname.tld> with the domain registered on step 2 above. 7. Unpack the contents of the scripts subfolder to the migrationwiz subfolder of the webspace location (typically /webspace/httpdocs/domainname.tld/migrationwiz/, where domainname.tld corresponds to the domain name selected on the step 2): unzip /migrationwiz app.zip scripts /webspace/httpdocs/<domainname.tld>/migrationwiz 8. Rename the _.htaccess file to.htaccess: mv /webspace/httpdocs/<domainname.tld>/migrationwiz/_.htaccess /webspace/httpdocs/<domainname.tld>/migrationwiz/.htaccess

5 Importing the Package Access method: Parallels Automation Provider Control Panel Privileges required: - Operations: APS Packages: Manage 9. Navigate to the POA menu Services / Applications 10. Click Import Package 11. Select the location of the package file and click Submit 12. Wait until the package import is complete Creating the Service Instance 13. Drill down into the Migration Wiz package 14. Switch to the Instances tab 15. Click the Install button 16. Specify the Application API end- point URI it will be where domainname.tld corresponds to the domain name selected for the RESTful web service and click Next >> 17. Specify the connection parameters provided by BitTitan: a. URL to the MigrationWiz API b. URL to the usage count API c. parameters string d. Identification token e. MigrationWiz Tab Caption This caption is set when new subscription is provisioned. If edited, only new subscriptions will get captions. You must put something here or the MigrationWiz tab will be blank. 18. Specify the UI behavior detail: a. The MigrationWiz tab caption for Customer Control Panel b. Clear Debug mode checkbox for production installations it reveals all the detail sent over the wire to MigrationWiz backend into the customer CP and the responses received; helps when troubleshooting the connectivity between the MigrationWiz module and the MigrationWiz backend. c. Check the Disable O365 Integration if there is no Office 365 APS2 Module installed in the Parallels Automation and click Next >> 19. Review the configuration and click Finish Creating the POA Resource Types 20. Create the Global Settings reference RT: a. Switch to the Resource Types tab b. Click Create and select Application Service Reference resource class c. Specify the desired resource name, e.g. MigrationWiz Global Settings, and click Next >>

6 d. Select the Globals type e. Select the instance created in the previous section f. Review the configuration and click Finish 21. Create the Customer Context RT: a. Click Create and select Application Service resource class b. Specify the desired resource name, e.g. MigrationWiz Customer Subscription, and click Next >> c. Select the Tenant type d. Check the Automatically provision service checkbox and click Next >> e. Review the configuration and click Finish 22. Create the Migrated Mailbox RT: a. Click Create and select Application Counter (unit) resource class b. Specify the desired resource name, e.g. MigrationWiz Migrated Mailbox, and click Next >> c. Select the migratedmailboxes resource d. Review the configuration and click Finish Creating the Service Template 23. Create a new service template as described in the POA Provider s Guide section Creating Service Template. Note: make sure to check the Autoprovisioning checkbox. 24. Select Custom type of the Service Template 25. Select the Resource Types created on the steps above and click Next 26. Set the Limits and Home Visibility for the Resource types as follows: a. Global Settings: 1, Hidden b. Customer Context: 1, Hidden c. Migrated Mailbox: 0, Shown 27. Make sure the Service Template is Activated Setting up the Service Plan Parallels Automation does offer a great flexibility in configuring the Service Plans according to the Service Provider needs. The complete description of all the possible options is beyond the scope of this guide; please refer to the PBA documentation for the advanced configuration options. This guide focuses on the two most common scenarios: bundling the MigrationWiz service with the related mailbox resource, and selling it as a separate service. Bundling with the Mailbox License If the service provider does want to offer a bundle that unifies the hosted mailbox with the content migration service, they need to rely on the Composite Resource functionality in PBA. Perform the following steps to configure the bundles:

7 28. Add a new composite resource (e.g. Mailbox with Content Migration ) see the section Adding Composite Resource in the PBA Provider s Guide. 29. Do not forget to assign an appropriate Resource Category to the new composite resource, e.g. Additional Resources 30. Add the Migrated Mailbox resource type created on step 22 above to the newly created composite resource - see the section Including Resource in Composite Resource in the PBA Provider s Guide. 31. Add the mailbox resource type to the composite resource: a. For the Office 365, include the License Resource Type that corresponds to one of the offers that includes an Exchange Online mailbox (refer to the Microsoft documentation for the offer details) b. For the Hosted Exchange, include the PBA Resource that corresponds to the Mailboxes subresource of the Hosted Exchange Resource Type (e.g. Hosted Exchange/Mailboxes ) 32. Repeat the steps for all the mailbox resources that should be bundled with the MigrationWiz content migration services. 33. Add the Resource Rates for the composite resources created on the steps above instead of (or together with) the original mailbox resources. The partner costs for the migration services could be reflected into the setup fee of the composite resource, spread over the recurring fees (with appropriate cancellation fees) Selling as a Standalone Subscription If the service provider offers too many types of the mailbox licenses, creating a separate bundle for each of those may become impractical. Selling MigrationWiz in a standalone subscription decouples the content migration services from the mail hosting, and provides greater flexibility for the customer. Perform the following steps to configure a separate Service Plan: 28. Switch to Billing panel, locate the resource created on step 22 above in Resources section, and add it to some resource category (e.g. Additional Resources ). 29. Go to the Service Plans section in PBA; switch to the Service Templates tab, locate the Service Template created on step 23 above, and drill down into the Service Template detail screen. Go to the Plans tab, and click Add new service plan button. The recommended values for the billing settings are: a. Billing Period Type is Fixed Number of Years, and Billing Period is 1 b. Charge for Subscription is Before Billing Period c. Auto- Renewal is Before Expiration d. Renew Point (days) is Add the 1 Year subscription period, set the Setup fee to the retail price of a single mailbox migration license, all other fees leave zero 31. Add the Resource Rate for the resource created on step 22 above, using the following settings: a. Max units: - 1 b. Included units: 1 c. Min units: 0 d. Setup fee: retail price of the single mailbox migration e. Charge per unit: yes

8 f. Recurring fee: 0.00 g. Overuse fee: 0.00 h. Measurable: false i. Show in Store: yes j. Show in CP: yes Configuring Resellers If there is a need to allow a reseller to sell plans containing the MigrationWiz services, reseller themselves have to be granted with enough resources. This requires extra configuration steps described in this section. Note: this issue is planned to be fixed in POA 6.0. Make sure you obtain an updated copy of this document if you are running POA 6.0 or newer. 32. Create a copy of the Service Template you created on steps above (see the Cloning Service Template section of the Provider s Guide) 33. Edit the service template copy: a. Rename it to an easy- to- distinguish name, e.g. MigrationWiz Resources for Resellers b. Disable the autoprovisioning c. Set the limit for the MigrationWiz Mailbox resource to Unlimited 34. Create a Service Plan based on this Service Template in PBA 35. Subscribe each Reseller you want to enable for reselling the MigrationWiz services to this service plan (see Subscribing Customer to Service Plan section in the Provider s Guide) MigrationWiz APS Package Contents The APS package sources consist of the following files: # File Description 1./APP- META.xml Application metadata. All brandable strings are located in this file 2./ui/globals.html The markup for the MigrationWiz Service Connection view (Provider CP) in the read mode 3./ui/globals.edit.html The markup for the MigrationWiz Service Connection view (Provider CP) in the edit mode 4./ui/wizard.html The markup for the Customer view that loads an IFRAME with the MigrationWiz UI 5./scripts/_.htaccess The.htaccess file contents with the Apache rewrite rule directives 6./scripts/backends.php The PHP script that handles the global settings for the MigrationWiz Service Connection 7./scripts/contexts.php The PHP script that handles the interaction with Migraion Wiz Service API and Usage API 8./schemas/* The schemas generated from the scripts in the /scripts folder by

9 the APS build process 9./images/edit_16x16.gif The icon for the Edit button in the the MigrationWiz Service Connection view 10./images/internet- mail.png The application icon for the Home screen in the Customer CP 11./images/screenshot.png Screenshot image required for the APS certification (not shown in the PA) MigrationWiz APS Package Branding The Customer CP contains few UI items that cannot be modified by provider altering only PA settings. Both these items are encoded within the APP- META.xml: # Item APP- META.xml Tag Path 1 Application Name /application/presentation/summary 2 Application Description /application/presentation/description In order to modify those, edit the APP- META.xml and rebuild the package using the APS Command- Line tools. Upgrading the Module Upgrading the module to the new version consists of the following steps: 1. Import the package see Importing the Package section above 2. Upgrade the RESTful Service replace the webspace folder chosen for the service files deployment (see Deploying the RESTful Service section above) with the contents of the /scripts folder from the package.app.zip file Important: make sure you delete the typecache subfolder of the webspace folder with all its contents, otherwise the application will not work correctly 3. Upgrade the instance: Once the new package version appears in the Versions tab of the Application Detail View, go to the General tab, and click Upgrade instances. Select Upgrade all instances and click Next>>, then Finish. 4. Update the Service Instance settings navigate to the instance created per Creating the Service Instance, click Edit, update the setting values accordingly, and click Save Important: skipping this step might result in an undesired behavior, as the new setting values must be properly initialized.

Camilyo APS package by Techno Mango Service Provide Deployment Guide Version 1.0

Camilyo APS package by Techno Mango Service Provide Deployment Guide Version 1.0 Camilyo APS package by Techno Mango Service Provide Deployment Guide Version 1.0 Contents Introduction... 3 Endpoint deployment... 3 Endpoint minimal hardware requirements:... 3 Endpoint software requirements:...

More information

Getting Started With Parallels Business Automation 4.4

Getting Started With Parallels Business Automation 4.4 Parallels Getting Started With Parallels Business Automation 4.4 Reseller's Guide Revision 1.0.18 (c) 1999-2008 ISBN: N/A Parallels 660 SW 39th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425)

More information

APS Package Certification Guide

APS Package Certification Guide APS Package Certification Guide Revision 1.0.15 Copyright 1999-2012 by Parallels Holdings Ltd. and its affiliates. rights reserved. All Contents Feedback If you have found a mistake in this guide, or if

More information

About This Document 3. Integration Overview 4. Prerequisites and Requirements 6

About This Document 3. Integration Overview 4. Prerequisites and Requirements 6 Contents About This Document 3 Integration Overview 4 Prerequisites and Requirements 6 Meeting the Requirements of the cpanel Plugin... 6 Meeting the Requirements of Presence Builder Standalone... 6 Installation

More information

WEB2CS INSTALLATION GUIDE

WEB2CS INSTALLATION GUIDE WEB2CS INSTALLATION GUIDE FOR PARALLELS / POA HTTP://WWW.XANDMAIL.COM XandMail 32, rue de Cambrai 75019 PARIS - FRANCE Tel : +33 (0)1 40 388 700 - http://www.xandmail.com TABLE OF CONTENTS 1. INSTALLING

More information

POA 2.8 Hotfix 02 Release Notes

POA 2.8 Hotfix 02 Release Notes Parallels POA 2.8 Hotfix 02 Release Notes Revision 1.7 (December 30, 2008) 1999-2008 C H A P T E R 1 New Features Exchange 2007 Branding Since POA 2.8 HF 02, Provider and Reseller get the possibility to

More information

1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA

1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA Step by step guide Step 1: Purchasing a RSMembership! membership Step 2: Download RSMembership! 2.1. Download the component 2.2. Download RSMembership! language files Step 3: Installing RSMembership! 3.1:

More information

Provider's Guide to Integrating Parallels Presence Builder 12 with Parallels Automation

Provider's Guide to Integrating Parallels Presence Builder 12 with Parallels Automation Parallels Automation Provider's Guide to Integrating Parallels Presence Builder 12 with Parallels Automation Last updated: 23 January 2015 Copyright 1999-2015 Parallels IP Holdings GmbH and its affiliates.

More information

CHARTER BUSINESS CUSTOM HOSTING MIGRATION INSTRUCTIONS

CHARTER BUSINESS CUSTOM HOSTING MIGRATION INSTRUCTIONS 1. Go to https://cp.charter-business.net 2. Enter the username that was provided to you in the letter and/or email you received from Charter Business. 3. Enter your password by entering the letters Ch

More information

Parallels Plesk Automation

Parallels Plesk Automation Parallels Plesk Automation Copyright Notice Parallels IP Holdings GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Global Headquarters 500 SW 39th Street, Suite

More information

Moving to Plesk Automation 11.5

Moving to Plesk Automation 11.5 Moving to Plesk Automation 11.5 Last updated: 2 June 2015 Contents About This Document 4 Introduction 5 Preparing for the Move 7 1. Install the PA Moving Tool... 8 2. Install Mail Sync Software (Windows

More information

Parallels Operations Automation 2.9 Hotfix02

Parallels Operations Automation 2.9 Hotfix02 Parallels Parallels Operations Automation 2.9 Hotfix02 Release Notes Revision 4.0 (August 12, 2009) 1999-2009 2 C H A P T E R 1 New Features Overview Common Features Migration of Exchange and SharePoint

More information

VPS Hosting User Guide

VPS Hosting User Guide TM VPS Hosting User Guide VPS Hosting Control Panel Managing VPS... 1 Opening Power Panel...... 1 Starting/Stopping VPS... 2 Changing VPS Hostname... 2 Enabling/Disabling Automatic Updates... 5 Installing

More information

Parallels Operations Automation

Parallels Operations Automation Parallels Operations Automation What s New Document Version 2.9 www.parallels.com/spp Revision 1.0 (July 2009) Introduction Parallels Operations Automation 2.9 is an Operations Support System designed

More information

How to configure the TopCloudXL WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2

How to configure the TopCloudXL WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2 èè How to configure the TopCloudXL WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2 Table of Contents 1. General overview... 3 1.1. Installing the plugin... 3 1.2. Testing the plugin with the

More information

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

Manual. Version: 1.0.0

Manual. Version: 1.0.0 Manual Version: 1.0.0 Table of Contents I. INTRODUCTION... 3 II. INSTALLATION... 5 a. System Requirements... 5 b. Installation... 5 c. Configure PayPal IPN... 5 d. Cron Setup... 6 e. Upload Email Logo...

More information

Plesk 11 Manual. Fasthosts Customer Support

Plesk 11 Manual. Fasthosts Customer Support Fasthosts Customer Support Plesk 11 Manual This guide covers everything you need to know in order to get started with the Parallels Plesk 11 control panel. Contents Introduction... 3 Before you begin...

More information

DocumentsCorePack for MS CRM 2011 Implementation Guide

DocumentsCorePack for MS CRM 2011 Implementation Guide DocumentsCorePack for MS CRM 2011 Implementation Guide Version 5.0 Implementation Guide (How to install/uninstall) The content of this document is subject to change without notice. Microsoft and Microsoft

More information

Parallels Operations Automation 5.5

Parallels Operations Automation 5.5 Parallels Operations Automation 5.5 Privileges Reference Revision 6.52 (October 28, 2013) 1999-2013 Copyright 1999-2013 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP

More information

Parallels Plesk Automation

Parallels Plesk Automation Parallels Plesk Automation Contents Get Started 3 Infrastructure Configuration... 4 Network Configuration... 6 Installing Parallels Plesk Automation 7 Deploying Infrastructure 9 Installing License Keys

More information

How To Use Salesforce Identity Features

How To Use Salesforce Identity Features Identity Implementation Guide Version 35.0, Winter 16 @salesforcedocs Last updated: October 27, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Kentico CMS 7.0 E-commerce Guide

Kentico CMS 7.0 E-commerce Guide Kentico CMS 7.0 E-commerce Guide 2 Kentico CMS 7.0 E-commerce Guide Table of Contents Introduction 8... 8 About this guide... 8 E-commerce features Getting started 11... 11 Overview... 11 Installing the

More information

SMSNotify Extension. User Documentation. Automated SMS sender and customer relationship tool. SMSNotify User Documentation 1

SMSNotify Extension. User Documentation. Automated SMS sender and customer relationship tool. SMSNotify User Documentation 1 SMSNotify Extension User Documentation Automated SMS sender and customer relationship tool SMSNotify User Documentation 1 Contents: 1. Extension overview and features... 3 2. Installation process... 4

More information

Cloud Services ADM. Agent Deployment Guide

Cloud Services ADM. Agent Deployment Guide Cloud Services ADM Agent Deployment Guide 10/15/2014 CONTENTS System Requirements... 1 Hardware Requirements... 1 Installation... 2 SQL Connection... 4 AD Mgmt Agent... 5 MMC... 7 Service... 8 License

More information

Identity Implementation Guide

Identity Implementation Guide Identity Implementation Guide Version 37.0, Summer 16 @salesforcedocs Last updated: May 26, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Cortex Release 8.4. Cortex Release Notes. Jocelyn Brittain

Cortex Release 8.4. Cortex Release Notes. Jocelyn Brittain Cortex Release 8.4 Cortex Release Notes High Level summary document outlining all enhancements, system fixes that have been implemented in Release 8.4. Known system defects documented. Jocelyn Brittain

More information

Windows Azure Pack Installation and Initial Configuration

Windows Azure Pack Installation and Initial Configuration Windows Azure Pack Installation and Initial Configuration Windows Server 2012 R2 Hands-on lab In this lab, you will learn how to install and configure the components of the Windows Azure Pack. To complete

More information

Parallels Plesk Automation. Customer s Guide. Parallels Plesk Automation 11.5

Parallels Plesk Automation. Customer s Guide. Parallels Plesk Automation 11.5 Parallels Plesk Automation Customer s Guide Parallels Plesk Automation 11.5 Last updated: 17 March 2015 Contents Quick Start with Hosting Panel 4 Set Up Your First Website... 4 1. Create Your Site... 5

More information

OxyClassifieds Installation Handbook

OxyClassifieds Installation Handbook OxyClassifieds Installation Handbook OxyClassifieds Team Email: office@oxyclassifieds.com Web: http://www.oxyclassifieds.com OxyClassifieds Installation Handbook by OxyClassifieds Team Copyright 2006-2011

More information

Kollaborate Server Installation Guide!! 1. Kollaborate Server! Installation Guide!

Kollaborate Server Installation Guide!! 1. Kollaborate Server! Installation Guide! Kollaborate Server Installation Guide 1 Kollaborate Server Installation Guide Kollaborate Server is a local implementation of the Kollaborate cloud workflow system that allows you to run the service in-house

More information

Cello How-To Guide. Cello Billing

Cello How-To Guide. Cello Billing Cello How-To Guide Cello Billing Contents 1 Introduction to Cello Billing... 5 1.1 Components of Cello Billing Engine... 6 1.2 CelloSaaS Billing Overview... 6 1.3 Introduction to Subscription Management...

More information

INSTALLATION GUIDE 1.0.0 MC

INSTALLATION GUIDE 1.0.0 MC MC Extension Auto Review Reminder Emailer Irzoo Thank you for purchasing the Auto Review Reminder Emailer extension. Below are the installation instructions, please let us know if you have any questions

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

educ Office 365 email: Remove & create new Outlook profile

educ Office 365 email: Remove & create new Outlook profile Published: 29/01/2015 If you have previously used Outlook the with the SCC/SWO service then once you have been moved into Office 365 your Outlook will need to contact the SCC/SWO servers one last time

More information

Introduction to Google Apps for Business Integration

Introduction to Google Apps for Business Integration Introduction to Google Apps for Business Integration Overview Providing employees with mobile email access can introduce a number of security concerns not addressed by most standard email security infrastructures.

More information

Cloud Services. Lync. IM/ Web Conferencing Admin Quick Start Guide

Cloud Services. Lync. IM/ Web Conferencing Admin Quick Start Guide Cloud Services Lync IM/ Web Conferencing Admin Quick Start Guide 10/14/2014 ACTIVATION LETTER An activation letter will be sent to the email account of your administrator contact. Please look for the following

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Connecting Software Connect Bridge - Exchange Server Sync User manual

Connecting Software Connect Bridge - Exchange Server Sync User manual Connect Bridge - Exchange Server Sync User manual Document History Version Date Author Changes 1.0 02 Mar 2015 KK Creation 1.1 17 Apr 2015 KK Update 1.2 27 July 2015 KK Update 1.3 3 March 2016 DMI Update

More information

Does the GC have an online document management solution?

Does the GC have an online document management solution? This FAQ contains: Web File Services definition Access web file services Create a WFS folder Upload a document Email a link to a document folder Create WFS subscription Cancel existing subscription Create

More information

Customer Control Panel Manual

Customer Control Panel Manual Customer Control Panel Manual Contents Introduction... 2 Before you begin... 2 Logging in to the Control Panel... 2 Resetting your Control Panel password.... 3 Managing FTP... 4 FTP details for your website...

More information

Active Directory Management. Agent Deployment Guide

Active Directory Management. Agent Deployment Guide Active Directory Management Agent Deployment Guide Document Revision Date: June 12, 2014 Active Directory Management Deployment Guide i Contents System Requirements...1 Hardware Requirements...1 Installation...3

More information

Installation Guide ARGUS Symphony 1.6 and Business App Toolkit. 6/13/2014 2014 ARGUS Software, Inc.

Installation Guide ARGUS Symphony 1.6 and Business App Toolkit. 6/13/2014 2014 ARGUS Software, Inc. ARGUS Symphony 1.6 and Business App Toolkit 6/13/2014 2014 ARGUS Software, Inc. Installation Guide for ARGUS Symphony 1.600.0 6/13/2014 Published by: ARGUS Software, Inc. 3050 Post Oak Boulevard Suite

More information

Windows XP Exchange Client Installation Instructions

Windows XP Exchange Client Installation Instructions WINDOWS XP with Outlook 2003 or Outlook 2007 1. Click the Start button and select Control Panel: 2. If your control panel looks like this: Click Switch to Classic View. 3. Double click Mail. 4. Click show

More information

Cisco TelePresence Management Suite Extension for Microsoft Exchange

Cisco TelePresence Management Suite Extension for Microsoft Exchange Cisco TelePresence Management Suite Extension for Microsoft Exchange Installation Guide D14846.01 June 2011 Software version 2.3 Contents Introduction 5 End user guidance 5 Server requirements 6 Exchange

More information

ProxiBlue Gift Promotions

ProxiBlue Gift Promotions ProxiBlue Gift Promotions Thank you for purchasing our product. Introduction This is an extensive and complicated extension. The install is best done by a magento professional developer or agency. It is

More information

FOR PARALLELS / PLESK PANEL

FOR PARALLELS / PLESK PANEL WEB2CS INSTALLATION GUIDE FOR PARALLELS / PLESK PANEL HTTP://WWW.XANDMAIL.COM XandMail 32, rue de Cambrai 75019 PARIS - FRANCE Tel : +33 (0)1 40 388 700 - http://www.xandmail.com TABLE OF CONTENTS 1. INSTALLING

More information

Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP)

Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP) Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP) DOCUMENT REVISION DATE: September 1, 2009 Virtual Private Server (VPS) Admin Guide / Table of Contents Page 2 of 87 Table

More information

Installing OGDI DataLab version 5 on Azure

Installing OGDI DataLab version 5 on Azure Installing OGDI DataLab version 5 on Azure Using Azure Portal ver.2 August 2012 (updated February 2012) Configuring a Windows Azure Account This set of articles will walk you through the setup of the Windows

More information

Microsoft Lync TM Order & Provisioning. Admin Guide

Microsoft Lync TM Order & Provisioning. Admin Guide Microsoft Lync TM Order & Provisioning Admin Guide Microsoft Lync Ordering & Provisioning Admin Guide i Contents I. Provisioning Lync for Current Customers... 1 Ordering Lync for Customer Accounts... 1

More information

Content Management System

Content Management System Content Management System XT-CMS INSTALL GUIDE Requirements The cms runs on PHP so the host/server it is intended to be run on should ideally be linux based with PHP 4.3 or above. A fresh install requires

More information

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions HOSTING Administrator Control Panel / Quick Reference Guide Page 1 of 9 Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions Exchange 2010 Outlook Profile Setup Page 2 of 9 Exchange

More information

Copyright Notice. Parallels IP Holdings GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010

Copyright Notice. Parallels IP Holdings GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Parallels Panel Copyright Notice Parallels IP Holdings GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Global Headquarters 500 SW 39 th Street, Suite 200 Renton,

More information

Parallels Plesk Panel User Guide

Parallels Plesk Panel User Guide Parallels Plesk Panel User Guide Page 1 of 31 Parallels Plesk Panel User Guide Table of contents Parallels Plesk Panel User Guide... 2 Table of contents... 2 Introduction... 3 Before you begin... 3 Logging

More information

SugarCRM CE (Community Edition Only) Plugin. Installation. Guide

SugarCRM CE (Community Edition Only) Plugin. Installation. Guide SugarCRM CE (Community Edition Only) Plugin Installation Guide Version 2.0 By Lim Tee Chert 23 June 2012 (last updated on: 08 January 2015) Purpose: This is for SugarCRM CE (Community Edition Only) plugin

More information

User Guide to the Content Analysis Tool

User Guide to the Content Analysis Tool User Guide to the Content Analysis Tool User Guide To The Content Analysis Tool 1 Contents Introduction... 3 Setting Up a New Job... 3 The Dashboard... 7 Job Queue... 8 Completed Jobs List... 8 Job Details

More information

Installing an open source version of MateCat

Installing an open source version of MateCat Installing an open source version of MateCat This guide is meant for users who want to install and administer the open source version on their own machines. Overview 1 Hardware requirements 2 Getting started

More information

I. Delivery E-mail: Flash CMS template package... 2. II. Flash CMS template installation... 4. III. Control Panel setup... 5

I. Delivery E-mail: Flash CMS template package... 2. II. Flash CMS template installation... 4. III. Control Panel setup... 5 Contents I. Delivery E-mail: Flash CMS template package... 2 II. Flash CMS template installation... 4 III. Control Panel setup... 5 IV. Control Panel activation... 6 Appendix 1: Switching to binary file

More information

alternative solutions, including: STRONG SECURITY for managing these security concerns. PLATFORM CHOICE LOW TOTAL COST OF OWNERSHIP

alternative solutions, including: STRONG SECURITY for managing these security concerns. PLATFORM CHOICE LOW TOTAL COST OF OWNERSHIP 9.0 Welcome to FirstClass 9.0, the latest and most powerful version of the one of the industry s leading solutions for communication, collaboration, content management, and online networking. This document

More information

Cisco TelePresence Management Suite Extension for Microsoft Exchange

Cisco TelePresence Management Suite Extension for Microsoft Exchange Cisco TelePresence Management Suite Extension for Microsoft Exchange Installation Guide Software version 2.3 D14846.03 August 2013 Contents Introduction 4 End user guidance 4 Server requirements 5 Exchange

More information

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide 026-1010 Rev 7 06-OCT-2011 Site Manager Installation Guide Retail Solutions 3240 Town Point Drive NW, Suite 100 Kennesaw, GA 30144, USA Phone: 770-425-2724 Fax: 770-425-9319 Table of Contents 1 SERVER

More information

Strategic Asset Tracking System User Guide

Strategic Asset Tracking System User Guide Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data

More information

Shop by Manufacturer Custom Module for Magento

Shop by Manufacturer Custom Module for Magento Shop by Manufacturer Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview...3 3. Requirements... 3 4. Features... 4 4.1 Features accessible

More information

WHMCS LUXCLOUD MODULE

WHMCS LUXCLOUD MODULE èè WHMCS LUXCLOUD MODULE Update: 02.02.2015 Version 2.0 This information is only valid for partners who use the WHMCS module (v2.0 and higher). 1.1 General overview 1.2 Installing the plugin Go to your

More information

Integrated Cloud Environment Box User s Guide

Integrated Cloud Environment Box User s Guide Integrated Cloud Environment Box User s Guide 2012-2015 Ricoh Americas Corporation It is the reader's responsibility when discussing the information contained this document to maintain a level of confidentiality

More information

HarePoint Workflow Extensions for Office 365. Quick Start Guide

HarePoint Workflow Extensions for Office 365. Quick Start Guide HarePoint Workflow Extensions for Office 365 Quick Start Guide Product version 0.91 November 09, 2015 ( This Page Intentionally Left Blank ) HarePoint.Com Table of Contents 2 Table of Contents Table of

More information

PLESK 7 NEW FEATURES HOW-TO RESOURCES

PLESK 7 NEW FEATURES HOW-TO RESOURCES PLESK 7 NEW FEATURES HOW-TO RESOURCES Copyright (C) 1999-2004 SWsoft, Inc. All rights reserved. Distribution of this work or derivative of this work in any form is prohibited unless prior written permission

More information

Terminology page. All available site plans can be seen here: http://www.adobe.com/products/business-catalyst/buyingguide-subscriptions.

Terminology page. All available site plans can be seen here: http://www.adobe.com/products/business-catalyst/buyingguide-subscriptions. Terminology page Partner Portal Centralized console designed to help you build and manage your design business. You can view your clients sites and create new sites with the click of a button. You can

More information

DocAve Online 3. User Guide. Service Pack 6 Cumulative Update 1

DocAve Online 3. User Guide. Service Pack 6 Cumulative Update 1 DocAve Online 3 User Guide Service Pack 6 Cumulative Update 1 Revision B Issued November 2014 Table of Contents What s New in the Guide... 5 About... 6 Submitting Documentation Feedback to AvePoint...

More information

SpringCM Integration Guide. for Salesforce

SpringCM Integration Guide. for Salesforce SpringCM Integration Guide for Salesforce September 2014 Introduction You are minutes away from fully integrating SpringCM into your Salesforce account. The SpringCM Open Cloud Connector will allow you

More information

Fasthosts Internet Parallels Plesk 10 Manual

Fasthosts Internet Parallels Plesk 10 Manual Fasthosts Internet Parallels Plesk 10 Manual Introduction... 2 Before you begin... 2 Logging in to the Plesk control panel... 2 Securing access to the Plesk 10 control panel... 3 Configuring your new server...

More information

SharePoint Wiki Plus Administration Guide

SharePoint Wiki Plus Administration Guide SharePoint Wiki Plus Administration Guide Installation & User Guide Copyright 2005-2008 KWizCom Corporation. All rights reserved. Company Headquarters KWizCom 148 Castle Rock Dr. Richmond Hill, Ontario

More information

Deploying the Workspace Application for Microsoft SharePoint Online

Deploying the Workspace Application for Microsoft SharePoint Online Microsoft Dynamics GP Deploying the Workspace Application for Microsoft SharePoint Online Microsoft Dynamics GP Workspace is a method to enable Microsoft Excel-based dashboards for SharePoint Online. This

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

Reseller Panel Step-by-Step Guide

Reseller Panel Step-by-Step Guide 1. Legal notice setup. Alternative language setup. Enter legal notice as text. Enter legal notice as link 2. ResellerPanel design. Edit colors and layout. Edit themes and icons 3. Create a new customer.

More information

Figure: Top Navigation Frame: Ability to Add Services from Different Subscriptions Is Enabled

Figure: Top Navigation Frame: Ability to Add Services from Different Subscriptions Is Enabled Working with Domains TM Control Panel User Guide Working with Domains 1 After you have selected a Subscription, you will need to add a Webspace for your domain. This will provide you with the ability of

More information

ez Service Portal User Guide version 2.5.1

ez Service Portal User Guide version 2.5.1 ez Service Portal User Guide version 2.5.1 Revised June 18th 2015 1 Table of contents Introduction... 3 Conventions... 3 Contacting ez... 3 Copyright and trademarks... 3 Portal access... 4 Service Portal

More information

LMS 365 Learning Module Builder Add-in Installation Guide VERSION 1.4.2.x

LMS 365 Learning Module Builder Add-in Installation Guide VERSION 1.4.2.x LMS 365 Learning Module Builder Add-in Installation Guide VERSION 1.4.2.x Contents 1. OVERVIEW AND SOFTWARE REQUIREMENTS... 3 1.1 AUDIENCE... 3 1.2 ABOUT THE ADD-IN... 3 1.3 SERVER SOFTWARE REQUIREMENTS:...

More information

Acronis Backup Cloud APS 2.0 Deployment Guide

Acronis Backup Cloud APS 2.0 Deployment Guide Acronis Backup Cloud APS 2.0 Deployment Guide Table of contents 1 About this guide...3 2 Audience...3 3 Terms and abbreviations...3 4 General architecture and services...3 5 Deployment procedure...4 5.1

More information

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM User Guide Revision D Issued July 2014 Table of Contents About CRM Migration Manager... 4 System Requirements... 5 Operating Systems... 5 Dynamics

More information

Office of Information Technology Connecting to Microsoft Exchange User Guide

Office of Information Technology Connecting to Microsoft Exchange User Guide OVERVIEW The Office of Information Technology is migrating its messaging infrastructure from Microsoft Exchange 2003 to Microsoft Exchange 2010. Moving to the latest technology will provide many enhancements

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0 NS DISCOVER 4.0 ADMINISTRATOR S GUIDE July, 2015 Version 4.0 TABLE OF CONTENTS 1 General Information... 4 1.1 Objective... 4 1.2 New 4.0 Features Improvements... 4 1.3 Migrating from 3.x to 4.x... 5 2

More information

Setting up a Scheduled task to upload pupil records to ParentPay

Setting up a Scheduled task to upload pupil records to ParentPay Setting up a Scheduled task to upload pupil records to ParentPay To ensure that your setup goes ahead without any issues please first check that you are setting the scheduled task up on the SIMS server

More information

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version Site Store Pro INSTALLATION GUIDE WPCartPro Wordpress Plugin Version WPCARTPRO INTRODUCTION 2 SYSTEM REQUIREMENTS 4 DOWNLOAD YOUR WPCARTPRO VERSION 5 EXTRACT THE FOLDERS FROM THE ZIP FILE TO A DIRECTORY

More information

Online sales management software Quick store setup. v 1.1.3

Online sales management software Quick store setup. v 1.1.3 Online sales management software Quick store setup v 1.1.3 Table of Contents 1Shopizer urls...3 2Configure your store...3 Store and profile...4 Store Front Configuration...4 3Integration...6 4Configure

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

BulkSMS Text Messenger Product Manual

BulkSMS Text Messenger Product Manual BulkSMS Text Messenger Product Manual 1. Installing the software 1.1. Download the BulkSMS Text Messenger Go to www.bulksms.com and choose your country. process. Click on products on the top menu and select

More information

MailEnable Connector for Microsoft Outlook

MailEnable Connector for Microsoft Outlook MailEnable Connector for Microsoft Outlook Version 2.23 This guide describes the installation and functionality of the MailEnable Connector for Microsoft Outlook. Features The MailEnable Connector for

More information

Integrated Cloud Environment Google Drive User s Guide

Integrated Cloud Environment Google Drive User s Guide Integrated Cloud Environment Google Drive User s Guide 2012-2015 Ricoh Americas Corporation It is the reader's responsibility when discussing the information contained this document to maintain a level

More information

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved 1 1. Update Before you start updating, please refer to 2. Important changes to check if there are any additional instructions

More information

Virtual Appliances. Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V. Virtual Appliance Setup Guide for Umbrella Page 1

Virtual Appliances. Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V. Virtual Appliance Setup Guide for Umbrella Page 1 Virtual Appliances Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V Virtual Appliance Setup Guide for Umbrella Page 1 Table of Contents Overview... 3 Prerequisites... 4 Virtualized Server

More information

Differentiate and Grow Your Hosting Business with Parallels Business Automation Standard. Alex Goncharov, Sr. Director, PBAS Product Marketing

Differentiate and Grow Your Hosting Business with Parallels Business Automation Standard. Alex Goncharov, Sr. Director, PBAS Product Marketing Differentiate and Grow Your Hosting Business with Parallels Business Automation Standard Alex Goncharov, Sr. Director, PBAS Product Marketing Growing hosting business with automation Launched USONYX in

More information

Egnyte for Salesforce v2.1 Administrator s Guide

Egnyte for Salesforce v2.1 Administrator s Guide Egnyte for Salesforce v2.1 Administrator s Guide Overview Egnyte Tabs Egnyte Domain Configuration Egnyte Sync Configurations Creating Sync Configurations for standard and/or custom objects Creating folder

More information

Salesforce Opportunities Portlet Documentation v2

Salesforce Opportunities Portlet Documentation v2 Salesforce Opportunities Portlet Documentation v2 From ACA IT-Solutions Ilgatlaan 5C 3500 Hasselt liferay@aca-it.be Date 29.04.2014 This document will describe how the Salesforce Opportunities portlet

More information

Key-Systems Registrar Plug-in PBA Configuration Guide Revision 1.1

Key-Systems Registrar Plug-in PBA Configuration Guide Revision 1.1 Key-Systems Registrar Plug-in PBA Configuration Guide Revision 1.1 1999-2012 1/13 Parallels IP Holdings GmbH. Vordergasse 59 CH8200 Schaffhausen Switzerland Tel: + 41 526320 411 Fax: + 41 52672 2010 www.parallels.com

More information

CMS and e-commerce Solutions. version 1.0. Please, visit us at: http://www.itoris.com or contact directly by email: sales@itoris.

CMS and e-commerce Solutions. version 1.0. Please, visit us at: http://www.itoris.com or contact directly by email: sales@itoris. Help Desk for Magento User Guide version 1.0 created by IToris IToris Table of contents 1. Introduction... 3 1.1. Purpose... 3 2. Installation and License... 3 2.1. System Requirements... 3 2.2. Installation...

More information

Using Microsoft Visual Studio 2010. API Reference

Using Microsoft Visual Studio 2010. API Reference 2010 API Reference Published: 2014-02-19 SWD-20140219103929387 Contents 1... 4 Key features of the Visual Studio plug-in... 4 Get started...5 Request a vendor account... 5 Get code signing and debug token

More information

License Management App 2.1 Administration and User Guide

License Management App 2.1 Administration and User Guide Salesforce.com: Winter '11 License Management App 2.1 Administration and User Guide Last updated: November 30, 2010 Copyright 2000-2010 salesforce.com, inc. All rights reserved. Salesforce.com is a registered

More information

NYSeMail Office 365 Administration Guide for Agencies

NYSeMail Office 365 Administration Guide for Agencies NYSeMail Office 365 Administration Guide for Agencies Office 365 Overview... 34 What is included... 34 Software Requirements... 34 Message Limits... 34 Provisioning... 34 Archive and Retention Policy...

More information