Salesware Installation Guide

Size: px
Start display at page:

Download "Salesware Installation Guide"

Transcription

1 Salesware Installation Guide Version 4.4 accesso 302 Camino de la Placita Taos, NM

2 Copyright Copyright 2015 accesso Technology Group, plc. All rights reserved. NOTICE: All information contained herein is the property of accesso Technology Group, plc. No part of this publication (whether in hardcopy or electronic form) may be reproduced or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written consent of accesso Technology Group, plc. The software, which includes information contained in any databases, described in this document is furnished under a license agreement and may be used or copied only in accordance with the terms of that agreement. This publication and the information herein is furnished AS IS, is subject to change without notice, and should not be construed as a commitment by accesso Technology Group, plc. accesso Technology Group, plc. assumes no responsibility or liability for any errors or inaccuracies, makes no warranty of any kind (express, implied, or statutory) with respect to this publication, and expressly disclaims any and all warranties of merchantability, fitness for particular purposes, and non-infringement of third party rights.

3 Installation overview... 2 Installation of core Salesware modules... 4 Required installation files... 4 Optional installation files...6 Installing operating systems...7 Installing SQL Server...7 Installing Server Files application Installing Common Files application Installing Pool Service Special Instructions for installing multiple instances of Pool Service Running an EZ using either the old Pool or the new Pool Service Installing SysManager Installing ReportManager Installing Sales Starting Sales for the first time Other installation scenarios Manually attaching the SirusSQL database Installing a training database Modifying a Salesware module installation Uninstalling Salesware module Migrating SiriusSQL from SQL Server 2005 to SQL Server 2008/ Appendix A: Installing and using SimpleCharge...77 SimpleCharge setup in SysManager SimpleCharge setup in Sales SimpleCharge use Appendix B: Setting up cash drawers and pole displays...82 Ports.INI Setting up a USB pole display Setting up a USB cash drawer... 84

4 Installation overview Salesware, the accesso Siriusware Point-Of-Sale (POS) application, requires four types of hardware: a database server, a middleware server, a SysManager management station and a salespoint. The database server is used to store the master database and software that is required by all the components of Salesware. The middleware server functions as a middleman, taking the load off the salespoints so sales can be made quickly without timeand resource-consuming database tasks. In addition, the middleware server serves to solve many problems of system vulnerability usually associated with network database systems. A SysManager station is where Salesware as a whole is managed. A salespoint is where sales are performed. With Salesware module, there are many options for your hardware installation. The ideal setup is to have one server dedicated as the database and middleware server, at least two SysManager stations and as many salespoints as are necessary for your operation. However, if you have twenty or more salespoints, you need to use separate computers for the database server and middleware. On the other hand, a small operation may run Salesware on one computer, which acts simultaneously as the database server, middleware server, SysManager station and salespoint. Also, it is possible to use separate computers for the database server and the middleware server or to combine a SysManager station and the middleware server. In this section of the installation guide you obtain an understanding of how the components of Salesware work together so that you understand why the ideal setup just mentioned is ideal, what other options exist, and what the strengths and weaknesses of each option are. accesso examined the worst problems that database-dependent networked operations experience and created the middleware server solution to address them. With a middleware server, the problems of faulty network cables, bad power, user error, slow or broken connections, unplugging, etc., are minimized to the greatest extent possible, which translates into less down time for your system and quicker processing where you need it when making sales. When making sales, the salespoint takes the data from a transaction and stores it locally. The salespoint then directs the middleware to update the master database on the database server with the new data and to download any new information from the master database on the database server to the salespoint s local data files (e.g., pricing changes, new accounts, etc.). If all of the functional components are running on the same computer, then it is merely a question of various software programs talking to one other, with no phone calls or network connections. If your operation is small and only one salespoint is required, this could be optimal for you. However, once two computers are networked together, connections of some sort are introduced, which requires data to pass through those connections to open database files on the database server. This leaves your data and your network vulnerable because interruption of those connections while files are open can result in corrupted data. Similarly, database operations performed over network connections consume time and network resources. The greater the number of computers networked together and the farther the computers are from the database server, the more of this type of vulnerability and resource-consumption are introduced into your operation. This is where the middleware server comes into play. Instead of the salespoints talking over a network connection or phone line to an open database file on the database server, the salespoints direct the middleware to do the dirty work for them. The middleware server receives the data as a rapid stream of characters and commands, opens data files on the database server and does the time-consuming database operations of opening, searching

5 through and updating files without delaying the salespoints in their POS activities. Therefore, the salespoints are never connected to the master database; the possibility for corruption and system crashes is greatly reduced and the speed of sales operations is greatly enhanced. In addition, the middleware lets the salespoint know when it has completed its request. If the middleware server does not respond to the salespoint in thirty seconds (or whatever interval that you specify using the ServerTimeout.INI setting in the Sales32c.INI file) informing the salespoint of its successful operation, the salespoint automatically switches to standalone mode, operating independently of the network and saving its data locally. Once the middleware server and database server are available again, the locally saved data is automatically forwarded to the primary database on the database server for update. Middleware also performs another important function. It not only transfers updated information from a salespoint to the database server, it also downloads updated and required information from the database server to the salespoints. Example: If a new account has been created on a given salespoint, the middleware updates the database server with that information, and then updates the other salespoints as well. If a new product is defined or a price is changed, that information is also transferred to all salespoints, on a continuous basis. With a network of two or more computers, middleware can be installed on a dedicated server of its own, on the database server or even on a salespoint. If you are using less than twenty salespoints, accesso recommends that you run middleware on the same computer where you have SQL Server installed. If you have twenty or more salespoints, it should be installed on a separate computer. When installed on the same computer as SQL Server, there are no open data files being shared by the salespoints over network connections, which translates into less data vulnerability and more speed. However, you have to worry about the possibility of poor performance because you can peg the CPU on high-volume days. While a separate server can be used as the middleware server, installing middleware on the database server eliminates the network connection between the middleware and the files a potential source of trouble. But for more than twenty salespoints, this is not a feasible configuration. When installed on a separate server, Salesware middleware includes functionality that monitors the connection to the database server, ensuring maximum uptime. Another possible, but much less than optimal setup, is to have the middleware installed on a salespoint. The obvious advantage to this is that a single computer is used for two functions, reducing the number of computers to be purchased. However, this cancels out the purpose of the middleware, which is to prevent the salespoint computer from having open database files on the database server over a network connection. In this case, Sales would not be opening files from this computer, but middleware now would be, leaving your system vulnerable once again to data corruption and valuable use of network resources by performing time- and resourceconsuming database operations over a network connection. For more information on Salesware architecture, see the Salesware System Architecture and Specifications document. For more information on Salesware configuration, see the Salesware.INI Settings Reference document. Both of these documents are available from

6 Note: Salesware module does not support any special capabilities to synchronize client date/time with the server date/time. Please use standard Windows networking capabilities like NET TIME to implement that capability across your Salesware network. Previously, the SysManager > Preferences > Miscellaneous > Manager tab > Manager Startup area was used to for synchronization purposes, but now you can just use built-in Windows networking capabilities. Installation of core Salesware modules Required installation files The Salesware Product Table in the Modules section of the Salesware Modules, Licensing and Maintenance document (available from lists the names of the associated installer file used to install every Salesware product. This section covers installation of only the core Salesware modules that is, those modules which must be installed at every Salesware installation to achieve the core product functionality. The installers required to do this are listed and described in the following table. In addition to the installation files, you also need the latest update files associated with each module, also listed in the table. For a detailed description of how update files are used in the Salesware application, see Updating Salesware Modules, available from The installers and update files are all available from the accesso web site. Installer Description Update file (Note: xxxx indicates the current release number) Install_Siriusware_Com monfiles_xxxx.msi Install_Siriusware_Ser verfiles_xxxx.exe Install_Siriusware_Poo lservice_xxxx.msi Files required by all Salesware applications that run on a PC or server (not by handheld applications) - for example, fonts, TCPEZ and Runexe.exe. Not required with: Install_Siriusware_ServerFiles.exe. Creates accesso Siriusware directory structure on database server computer. Copies in initial SiriusSQL database files; server must be updated with latest SiriusSQL scripts before deployment. Middleware manager. Spawns new instances of SalesEZ, BookEZ, RentEZ and TallyEZ applications. Must first install: Install_Siriusware_CommonFiles_xxxx.msi Only Runexe.exe, installed by the Common Files installer, has an update file: c_runexe_xxxx exe. Not applicable. c_pool_xxxx exe salesez_xxxx exe bookez_xxxx exe rentez_xxxx exe tallyez_xxxx exe

7 Installer Description Update file (Note: xxxx indicates the current release number) Install_Siriusware_Sys Manager_xxxx.msi Install_Siriusware_Rep ortmanager_xxxx.msi Install_Siriusware_ Sales_xxxx.msi Core Salesware management module. Must first install: Install_Siriusware_CommonFiles_xxxx.msi Core Salesware reporting module. Must first install: Install_Siriusware_CommonFiles_xxxx.msi Module to enable Sales. This module provides the core Salesware functionality. Used in conjunction with almost all middleware components (though not TallyEZ). Must first install: Install_Siriusware_CommonFiles_xxxx.msi c_sysmgr_xxxx exe c_rptmgr_xxxx exe c_sales_xxxx exe In addition, you need a SiriusSQL database. When you run the Server Files installer, you are prompted to indicate which of the following you are installing: An existing database A SiriusSQL database that already has an associated license file and site-specific data. Normally installed at upgrade installations. A new database A clean SiriusSQL database that doesn t yet have an associated license file or sitespecific data. Normally installed at new installations. Depending on which you select, you need the following files (files for a new database are only available internally to accesso, because a new database is always created by an employee for a new client rather than having the client do it himself.) Existing database SiriusSQL.ldf SiriusSQL.mdf SiriusSQL_Logs.ndf SiriusSQL_Transact.ndf Siriusware.LIC New database (Note: xxxx indicates the current release number) SiriusSQL_clean_xxxx.zip (contains SiriusSQL.ldf, SiriusSQL.mdf, SiriusSQL_Logs.ndf and SiriusSQL_Transact.ndf) create_approle_siriussql.sql Insert_SiriusSQL_SystemData_xxxx zip In addition, you need to ensure that your database is up-to-date, regardless of which option you choose. You perform this step last and use a file with a filename of the format: SiriusSQL xxxx to xxxx sql.

8 Optional installation files Other files that are also helpful when performing an installation are listed and described in the following table: File(s) Layouts for printing Siriusware 4.4 license file Global.INI file ports.ini file PDF documentation set Other installers Utilities Description Layouts are used to format printed output on tickets, passes, vouchers, receipts, etc., See Salesware Layouts. These are placed in the Siriusware\Layouts directory. If you are installing an existing SiriusSQL database, you cannot begin using Salesware until you place the associated license file in the Siriusware\License directory. If you are installing a clean SiriusSQL database, you must make a request to accesso Siriusware Client Services to generate a new license file for you using your unique Client # available from SysManager > Help > About SysManager after you install SysManager. It is also placed in the Siriusware\License directory. You can find more information about license files in the Salesware Modules, Licensing and Maintenance document. Salesware 4.3 features self-configuration of salespoints using a global.ini capability, as described in the configuration section of the Salesware Modules, Licensing and Maintenance document. If you have already configured your global.ini file in SysManager, you can save it from the SysManager > Preferences > Miscellaneous > Global INI tab > Write To File button. You can then re-import the file after a fresh install of a new database to regain your original settings. The ports.ini file is used to configure cash drawers, customer (pole) displays and change dispensers at a salespoint. After you install Sales, this file can be copied into the Sales folder if you have multiple salespoints that are using the same ports.ini settings. The entire Salesware documentation set is available as a collection (zip file) of PDF files that can be unzipped into the Siriusware\Docs directory. accesso provides a number of installers for further functionality. To obtain some of these installers an additional fee may be required. The advantage to having all of the installers that you need is that you can copy them all into one place on your network (typically \Siriusware\Install). A variety of utilities are available from the accesso web site. These utilities are documented in the Salesware User Guide for Advanced Users. These utilities can be copied into the Siriusware\Utilities directory.

9 Installing operating systems Salesware currently supports the following operating systems: Windows 7 Windows 8 Note: Ensure UAC is turned off if installing on a Windows 7 PC. Go to Start > Control Panel > Users Accounts > Change User Account Settings. Make sure it is turned completely off. You may need to restart your computer for the changes to take effect. Installation of operating systems is performed in accordance with standard Microsoft procedures. For hardware specifications, see the Salesware System Architecture and Specifications document. Note: If you want to run the installers on unsupported operating systems (not recommended), you must first download the appropriate Windows Installer installation file from Microsoft and install it. Windows Installer v4.5 must be installed prior to running the installs (these are available in service packs for supported operating systems, but must be downloaded from the Microsoft web site to install on non-supported operating systems.) If you don t do this, the following message pops up: This operating system is no longer supported by Microsoft and is therefore not supported by accesso. PROCEED AT YOUR OWN RISK! If you have problems with the installation or have problems running the software, you must upgrade your computer to a supported operating system and re-install accesso Siriusware software before calling accesso Siriusware Technical Support. Note: Can you run the new Salesware.msi (Microsoft Installer) installers on a system with the old (.exe-based) installs on them? Yes, but you must run the new Common Files installer first; it is a good practice to remove the old Common Files application first. All new Salesware installers are.msi-based, except for Server Files, which remains.exe-based. Note: Never exclude installation of the Accessories folder when installing an operating system on a computer that is used with Salesware. If you do, you get OLE errors and some applications become unusable. Installing SQL Server SQL Server is installed on Windows Server 2008 or Windows Server accesso supports SQL Server 2008, 2012 and You can check the mode by right-clicking the database in SQL Server 2008/2012/ 2014 Management Studio and going to the Options tab. To install SQL Server, you must have administrative rights to the server computer.

10 accesso requires that Reporting Services be installed as part of your SQL Server install. Please contact accesso Siriusware Technical Support for information regarding licensing and installation of Reporting Services. Installing SQL 2014 on Windows Server 2012 R2 1. Choose New SQL server Installation. 2. Enter the Product Key. 3. Accept the License Terms. 4. Search for Product Updates. 5. Install Setup Files. 6. Install Rules if all rules have a status of, passed click NEXT. 7. Setup Role Choose SQL Server Feature Installation, and then click Next. 8. Feature Selection Choose the features and specify your installation and root directory paths.

11 9. Instance Configuration: Choose Default Instance, and then click Next. 10. Server Configuration: Change the account name to NT AUTHORITY\SYSTEM and the Startup Type to Automatic for the SQL Server Agent, SQL Server Database Engine and SQL Server Reporting Services.

12 11. Database Engine Configuration: Choose Mixed Mode for the Authentication Mode. Specify a password for the SQL Server System administrator (sa) account. Add at least one additional Windows user, normally your domain administrator. If you wish to change the default location for the database and log files, click the Data Directories tab and specify the paths accordingly.

13 12. Reporting Services Configuration: Under Reporting Services Native Mode, choose Install and Configure, and then click Next. 13. Ready to Install: Verify the Installation Summary, and then click Install. Installing SQL Server 2008 or SQL Server 2012 on Windows Server 2008 In this install, IIS is not required. Use the Microsoft Web Platform Installer to install the prerequisites (frameworks and runtimes). Then, install SQL Server 2008 as described in the following: To install SQL Server 2008/2012: 1. Insert the SQL Server 2008/2012 installation disk. 2. From the SQL Server Installation Center, click Installation. 3. From the Installation menu, select New SQL Server stand-alone installation or add features to an existing installation. 4. From the Setup Support Rules dialog, click OK. Setup begins.

14 5. From the Product Key dialog, select the Enter the product key: radio button and enter your unique product key. Click Next. 6. From the License Terms dialog, accept the license terms and click Next. 7. If this is a SQL Server 2012 installation, make sure Include SQL Server Product Updates is checked on the Product Updates dialog, and click Next. If this is a SQL Server 2008 installation, skip to step 8. Note: Please note that for SQL Server 2012 and accesso Siriusware software installation you will need to have.net From the Setup Support Files dialog, click Install. 9. From the Setup Support Rules dialog, click Next. 10. From the Feature Selection dialog, select Database Engine Services, Reporting Services, Reporting Services Native (for SQL Server 2012 installations) and Management Tools - Complete (see screen capture). Click Next.

15 11. From the Instance Configuration dialog, select Default instance. Click Next. 12. Review the Disk Space Requirements. Click Next. 13. From the Server Configuration dialog, select NT AUTHORITY\SYSTEM from the Account Name dropdown for the SQL Server Agent, SQL Server Database Engine and SQL Server Reporting Services. Click Next. Note: Some clients, particularly at larger sites, create a separate user with specific permissions and use that user in the previous step. You'll find it difficult to retroactively add this user after the installation, so check with your IT staff before proceeding if you think this might be an issue later. 14. From the Database Engine Configuration dialog, select the Mixed Mode (SQL Server authentication and Windows authentication) radio button, and provide a password for the built-in (SA) SQL Server system administrator account.

16 Note: It is important to assign a password for the security of your database. Don t leave it blank! In fact, if you do leave it blank, you may have trouble logging into SQL Server from SQL Server Management Studio. 15. From the same dialog (Database Engine Configuration) add at least one SQL Server administrator (this is usually the administrator of the computer on which you are installing SQL Server 2008). Click Next. 16. On the Reporting Services Configuration dialog, select Install and configure for SQL Server 2012 installations or Install the native mode default configuration for SQL Server 2008 installations. Click Next. 17. On the Error Reporting dialog, decide what information (if any) you want to send to Microsoft. Click Next. 18. From the Installation Configuration Rule dialog, click Next. 19. From the Ready to Install dialog, click Install. Installation begins. 20. From the Installation Progress dialog, click Next after installation is successful. 21. From the Complete dialog, click Close. To install SQL Server 2008 Service Pack 1 1. Download SQLServer2008SP1-KB x86(x64)-ENU.exe from the Microsoft web site to the desktop of the server computer. 2. Double-click on SQLServer2008SP1-KB x86(x64)-ENU.exe. 3. At the Welcome dialog, click Next. 4. At the License Terms dialog, check I accept the license terms and click Next. 5. At the Select Features dialog, ensure that all options are checked and click Next. 6. At the Check Files In Use dialog, ensure that there are no services or applications running that might interfere with setup. Click Next. 7. At the Ready to Update dialog, click Update. 8. At the Update Progress dialog, click Next. 9. At the Complete dialog, click Close. To install SQL Server 2012 Service Pack 1: 1. Download SQLServer2012SP1-KB x86(x64)-ENU.exe from the Microsoft web site to the desktop of the server computer. 2. Double-click on SQLServer2012SP1-KB x86(x64)-ENU.exe. 3. At the Welcome dialog, click Next. 4. At the License Terms dialog, check I accept the license terms and click Next. 5. At the Select Features dialog, ensure that all options are checked and click Next. 6. At the Check Files In Use dialog, ensure that there are no services or applications running that might interfere with setup. Click Next. 7. At the Ready to Update dialog, click Update. 8. At the Update Progress dialog, click Next. 9. At the Complete dialog, click Close. To check what service pack you are running 1. From Start > All Programs > Microsoft SQL Server 2008 > SQL Server Management Studio. 2. Type into the query window and select Execute.

17 3. You get results similar to the following: Microsoft SQL Server 2008 (SP1) (X64) Mar :11:52 Copyright (c) Microsoft Corporation Developer Edition (64-bit) on Windows NT 6.1 <X64> (Build 7600: ) Microsoft SQL Server 2012 (SP1) (X64) Oct :38:57 Copyright (c) Microsoft Corporation Standard Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) (SP1) is the service pack identification. Note: The operating system is listed at the end of the (Windows NT 6.1 <X64>) - sometimes that has a service pack associated with the operating system. Do not confuse the OS service pack with the SQL Server service pack. Installing SQL Server 2008 on Windows Server 2008 This section describes how to install SQL Server 2008 on Windows Server The installation steps configure the system so that the database administrator logs in using the built-in system account. Please install using different parameters if they are more appropriate to your installation. The following matrix summarizes the information available in this section. Operating System SQL Server 2008 SQL Server 2008 Express Edition Windows Server 2008 IIS is not required. Use the Microsoft Web Platform Installer to install the prerequisites. Then install SQL Server 2008 as described in this document. IIS is not required. Use the Microsoft Web Platform Installer to install the prerequisites. Then install SQL Server 2008 Express Edition with Advanced Services as described in this document.

18 To use the Microsoft Web Platform Installer to install the prerequisites (and IIS if required): 1. Download the wpilauncher.exe file from the Microsoft web site (this is the initial file you need to run the Microsoft Web Platform Installer) and launch it. Eventually you get to the following screen: 2. Select Web Server and Frameworks and Runtimes, as shown in the screen capture. Then click Install and installation begins. Installing Server Files application The Install_Siriusware_ServerFiles_44xx.exe installer sets up your Salesware server. You need administrator privileges on the server computer to run the Server Files installer. Before running this installer, you must have already installed SQL Server. See Installing SQL Server. The Server Files installer: Creates the Salesware directory structure under the Siriusware directory.

19 Populates the Data, Install and License directories in the Siriusware directory. Attaches the SiriusSQL database to SQL Server. Before beginning installation of Server Files application, verify the following settings are correct on your server computer. The latest SQL service pack is installed. Mixed mode authentication is enabled. Note: To complete these procedures you need the SQL Server administrator password (often referred to as the SA password). Verifying the SQL Server service pack level For security reasons SQL Server should have the latest service pack installed as defined by the current accesso prerequisites to 4.4 installations. If you don t know what the current service pack requirement is for SQL call, accesso Siriusware Technical Support for further information. To verify the SQL Server service pack level for SQL Server 2008/2012: 1. Launch the SQL Server Management Studio application on the SQL server. This is usually done from Start > All Programs > Microsoft SQL Server 2008/2012 > SQL Server Management Studio. 2. From the Connect to Server dialog, log in using either Windows Authentication or SQL Server Authentication. 3. Click the New Query button in the upper left of the user interface, below the File menu. The query window displays. The service pack, if any, is listed below the query window. See the following screen capture. In this example, SP1 is installed. Verifying mixed mode authentication is enabled Mixed mode authentication must be enabled. If only Windows authentication mode is enabled, and then the middleware is not able to access the Siriusware\Data directory, where the database files reside.

20 To verify mixed mode authentication for SQL Server 2008/2012: 1. Launch the SQL Server Management Studio application on the SQL server. This is usually done from Start > All Programs > Microsoft SQL Server 2008/2012 > SQL Server Management Studio. 2. From the Connect to Server dialog, log in using either Windows Authentication or SQL Server Authentication. 3. From Object Explorer, right-click on the top level (root) of the navigation tree and select Properties. (See screen capture below.) 4. From the Server Properties dialog, select Security. (See screen capture below.) Verify the radio icon in front of SQL Server and Windows Authentication mode is selected, and then exit the SQL Server Management Studio application.

21 If Windows Authentication mode was selected, you need to change it, save the settings and either restart SQL services or you can simply reboot the server computer for the changes to take effect. Running the Server Files installer To install Server Files application: 1. On the desktop of the server computer, create a folder called SiriusTEMP. Note: The actual name that you assign to the folder is arbitrary. But you do need to create a separate folder. 2. Copy the following files into the SiriusTEMP folder. Software installer files installers are copied by the Server Files installer into \Siriusware\Install. The SiriusSQL database (if it is zipped, unzip the contents in this folder) You install either an existing SiriusSQL database or a new, clean SiriusSQL database. The database consists of four files: SiriusSQL.ldf, SiriusSQL.mdf, SiriusSQL_Logs.ndf and SiriusSQL_Transact.ndf. See Installation of core Salesware modules.

22 The Siriusware 4.4 license file (only if you have a pre-made license file) Siriusware.LIC. This option applies only if you are installing an existing SiriusSQL database. If you are installing an existing database, you already have the license. create_approle_siriussql.sql and Insert_SiriusSQL_SystemData xxxx.zip. This option applies only if you are installing a new, clean SiriusSQL database. The create_approle_siriussql.sql script adds a user named sirius and password sirius that has public rights to the SiriusSQL database (this is necessary for sharing the database on the network the middleware, SysManager and ReportManager expect this username and password to exist, with public rights). It is not a problem if this script is run multiple times. The Insert_SiriusSQL_SystemData xxxx.zip file contains three files. Unzip these files into the directory. These three files are: Insert_SiriusSQL_SystemData xxxx.sql, zipcodes.txt and Insert_SiriusSQL_SystemData_release.txt (Release Notes, for those interested). Insert_SiriusSQL_SystemData xxxx.sql inserts required system data into the database this data includes the administrator log-in name (admin), the default global.ini settings and zip codes (using zipcodes.txt). The Insert_SiriusSQL_SystemData_4***.sql script is only run once. Both.sql scripts are executed automatically by the installer if they are in the SiriusTEMP folder (see following steps). 3. Double-click on Install_Siriusware_ServerFiles.EXE from with the SiriusTEMP folder. 4. You are presented with the following dialog. Click OK.

23 5. You are presented with the following dialog. Click Next. 6. You are presented with the following dialog. Accept the default installation directory (C:\Program Files x(86)\siriusware) unless you have good reasons to place it elsewhere. Click Next. Note: On 64-bit systems, the default installation directory is C:\Program Files (x86)\siriusware. On 64-bit systems, Salesware applications run under something called WOW64 (Windows-on-Windows 64-bit), which is an emulator allowing 32-bit applications to run on a 64-bit operating system.

24 7. You are presented with the following dialog. Un-check Install license file (requires siriusware.lic) if you are installing a new, clean SiriusSQL database or if you are installing an existing SiriusSQL database and you don t have the license file. Leave the other options checked. 8. If you selected Install license file (requires siriusware.lic) in the previous step, you are presented with the following dialog. Click Browse and navigate to the SiriusTEMP directory (though you are probably already in that directory by default). Select the Siriusware.LIC file and click Open. Then, click Next to move on to the next dialog.

25 9. You are presented with the following dialog. Click Next to start the installation. The installer creates the Siriusware directory structure and copies the installation files from the SiriusTEMP directory into the \Siriusware\Install directory. It also copies the license file into the \Siriusware\License directory (if you previously selected this option). 10. You are presented with the following dialog. Select whether you are attaching a new, clean SiriusSQL database or an existing SiriusSQL database. Click Next.

26 11. If you selected Attach a new, blank database in the previous step, you are presented with the following dialog. Click the Browse buttons and navigate to the SiriusTEMP directory (though you are probably already in that directory by default). Select the SiriusSQL.mdf file click Open. Then, select the Insert_SiriusSQL_SystemData.4xxx.sql file and click Open. Then, click Next. The installer attaches the database to your SQL Server. 12. If you selected Attach an existing database in the previous step, you are presented with the following dialog. Click Browse and navigate to the SiriusTEMP directory (though you are probably already in that directory by default). Select the SirisSQL.mdf file and click Open. Then, click Next. The installer attaches the database to your SQL Server.

27 13. You are presented with the following dialog. Click Finish to complete the installation. 14. Copy the application updates into the accesso Siriusware Updates folder (Siriusware\Updates). You need an update for each installer you plan to run (each installer that you copied into the SiriusTEMP folder and that now lives in Siriusware\Install). At a minimum, to install the core Salesware modules, you need: c_runexe xxxx.exe c_pool xxxx.exe salesez xxxx.exe

28 bookez xxxx.exe (if you purchased the Private Instruction or Activity/Facility Scheduling modules) rentez xxxx.exe (if you purchased the Rental module) tallyez xxxx.exe (if you purchased the Handheld Retail Inventory component of the Retail module) c_sysmgr xxxx.exe c_rptmgr xxxx.exe c_sales xxxx.exe 15. Copy any layouts you wish to use into the \Siriusware\Layouts folder. 16. Adjust permissions. The Server Files installer ensures that the Siriusware folder is shared. If your network has its own domain and users log into that domain, then their permissions automatically carry over to determine their permissions for access to the Siriusware directory. Otherwise, each Salesware user needs to be added by the server administrator and permissions determined at that time. In general, check that every user has read-only access to the Siriusware directory. The one exception is users who are using SysManager to edit layouts. Those users also need write permission to the \Siriusware\Layouts directory. It doesn t matter what they log into SysManager as, but they must log into the SysManager computer as a user with write permissions to \Siriusware\Layouts. 17. Delete the SiriusTemp folder and all its contents from the desktop you created earlier. Mapping to the accesso Siriusware folder from other computers When any Salesware application launches, it first checks the Siriusware\Updates folder to determine whether there is an update available. This functionality is provided by the Runexe application, which is installed on every computer that hosts Salesware applications (you use the Common Files installer to install it.) If you attempt to directly double-click on a Salesware.exe file, you get an error message similar to the following, This Application Cannot Execute Without Its Loader. Instead, you must use the shortcut to the application, which invokes Runexe.exe (the loader ) first. If Runexe cannot find the Siriusware\Updates folder on the network, you get an error message similar to the following, Path: \\MyServer\Siriusware\Updates\ does not exist. One way to avoid getting this message is to ensure that the computer connects to the server computer when you log in. To configure your computer for this in Windows Server 2008, go to Start and type in Windows Explorer, as shown in the following screen capture:

29 Select Windows Explorer or press Enter to open the File Explorer. From My Network Places, find the Siriusware folder on your server. Right-click on it and you are given an option to map this folder to a drive (Map Network Drive), as shown in the following screen capture:

30 From the Map Network Drive dialog, check Reconnect at logon, as shown in the following screen capture. (You can select any unused drive letter.) In Windows Server 2012, open the File Explorer by selecting it in the taskbar at the bottom of the screen, as shown in the following screen capture: Expand the Network node on the left and locate the Siriusware folder on your server. Right-click on it and you are given an option to map this folder to a drive (Map network drive ), as shown in the following screen capture:

31 From the Map Network Drive dialog, check Reconnect at sign-in, as shown in the following screen capture. (You can select any unused drive letter.) Note: There are other methods of connecting to a network drive, including via use of the Command Prompt. However, the method described here is easy and always works. Installing Common Files application You must run the Install_Siriusware_CommonFiles_xxxx.msi installer previous to installing the remaining Salesware core installers: before Install_Siriusware_PoolService_xxxx.msi, Install_Siriusware_SysManager_xxxx.msi, Install_Siriusware ReportManager_xxxx.msi and Install_Siriusware_Sales_xxxx.msi. If more than one of these installers is run on a single computer, you need only run the Common Files installer once. You need administrator privileges on the computer where Common Files application is being installed. Before running this installer, you must have already installed SQL Server and the Server Files installer. Note: You can determine which version of Common Files application is installed by checking the registry key HKEY_LOCAL_MACHINE > SOFTWARE > Siriusware > Installation > CommonFilesVersion.

32 The Common Files installer: Creates the Siriusware directory structure. (If installing Common Files application on the same computer where Server Files application was installed, then you would normally specify that this directory structure is the same as that already created by Server Files application, but this is not a requirement.) Installs the runexe.exe application Installs files used by a variety of Salesware applications, such as fonts and FoxPro libraries. Writes shared information to the Windows registry, such as the location of the Siriusware folder on the network To run the Common Files installer: 1. On the computer where you are installing Common Files (and where you are about to install Pool Service, SysManager, ReportManager or Sales), access the \Siriusware\Installs directory. 2. If you are installing Common Files application on the server computer where Server Files application is already installed, you can run the Install_Siriusware_CommonFiles_xxxx.msi installer directly from the \Siriusware\Install directory. If you are accessing the \Siriusware\Install directory over the network, you can either run the installer over the network or copy the installer to the desktop and run it from there. accesso recommends that you run the installer over the network. If you later modify the installation, Windows looks for the installer in the location from which it was originally run. It might inadvertently get deleted from the desktop. 3. You are presented with the following dialog. Click Next. 4. You are presented with the License Agreement. Read the agreement and click I accept the license agreement to continue.

33 5. You are presented with the following dialog. Accept the default installation directory (C:\Program Files (x86)\siriusware) unless you have good reasons to place it elsewhere. Click Next. Installation of Common Files application begins. 6. During installation of Common Files application, you are presented with the following dialog. If you are installing Common Files application on your SQL Server computer, you may browse the local file system by clicking the Browse button and navigating to the shared Siriusware directory on your local system. Otherwise, enter the path to the shared Siriusware directory on your network according to UNC conventions (i.e., \\servername\share).there is no need to map the Siriusware share to a local drive prior to running Common Files application. Click Next and the Common Files installation continues.

34 7. When Common Files application is done installing, you are presented with the following dialog. Click Finish.

35 Installing Pool Service If you are using less than twenty salespoints, accesso recommends that you run Pool Service on the same computer where you have SQL Server installed. If you have twenty or more salespoints, it is installed on a separate computer. Note: Many servers now have multi-core processors. You can install one instance of SalesEZ or BookEZ application per processor (core), as specified in the Salesware System Architecture and Specifications document. For information on how to install multiple instances of SalesEZ or BookEZ application, see Special instructions for installing multiple instances of Pool Service. You need administrator privileges on the computer where Pool Service is installed and you need write privileges to the Siriusware\Install directory (the Pool Service installer writes a file named SiteDefaults.INI to the Siriusware\Install directory). Before running this installer, you must have already installed SQL Server and the Server Files installer and you must have already installed Common Files application on the computer where you are installing Pool Services. Note: The computer where Pool Service is installed must have a static IP address. You must have already assigned this address to the computer where Pool Service is being installed before running the installer. The Pool Service installer:

36 Creates the \ProgramData\Siriusware\Pool and \Program Files\Siriusware\Pool directory and associated files. Installs desktop shortcuts to SalesEZ, BookEZ, RentEZ and TallyEZ applications; training shortcuts to each of these can be installed as well. Installs the ODBC that enables Pool.exe to talk with the SiriusSQL database. Creates and populates the SiteDefaults.INI file in the Siriusware\Install directory. To run the Pool Service installer: 1. Ensure that Common Files application is already installed. 2. If you are installing Pool Service on the server computer where Server Files application is already installed, you can run the Install_Siriusware_PoolService_44xx.msi installer directly from the \Siriusware\Install directory. If you are accessing the \Siriusware\Install directory over the network, you can either run the installer over the network or copy the installer to the desktop and run it from there. accesso recommends that you run the installer over the network. If you later modify the installation, Windows looks for the installer in the location from which it was originally run. It might inadvertently get deleted from the desktop. 3. You are presented with the following dialog. Click Next. 4. You are presented with the following dialog. Depending on which EZ s you plan to use, select which Pool Services you want to install. These EZ s correspond to the update files that you copied into the \Siriusware\Updates folder earlier (see Running the Server Files installer). You can add the training mode EZ s, but you are required to install a training database before you can use these (see Installing a training database). SalesEZ application is always installed, because it is used by salespoints. You can select either This feature will be installed on local hard drive or This feature, and all subfeatures, will be installed on local hard drive. The two options are equivalent. Click Next.

37 5. You are presented with the following dialog. Type in the static IP address of the computer on which you are installing Pool Service. Do not use unless all Salesware software is being installed on one computer only (very unlikely). Click Next. 6. After Pool Service installation begins, you are presented with the following dialog. Enter the name or IP address of the SQL Server that contains the accesso Siriusware database. If the computer on which you are

38 installing Pool Service is that computer, choose or type (local) or the actual name of the SQL Server computer (the latter is recommended.) This information is used to create the ODBC connection. Click OK. Pool Service installation continues. 7. You are presented with the following dialog. Click Next to install Pool Service.

39 8. When Pool Service completes, you are prompted to check for updates to Middleware. Follow the instruction given in the following screen capture, and then click Finish. After Pool Service is installed, check the SiteDefaults.INI file that Pool Service created in the Siriusware\Install folder. See the following screen capture for an example of how it is populated after installation by Pool Service. (If SiteDefaults.INI doesn t exist, then you did not have write permissions to the Siriusware\Install folder when you installed Pool Service and create this file manually.) SiteDefaults.INI is not required, but makes subsequent installs much easier. SiteDefaults.INI is used by installers that install Salesware applications that use the middleware (EZs) to find the middleware servers where the EZs live. It is also used by the Sales installer to find the IP address of the credit card server. The credit card server must have a static IP address and this address must be manually added to the SiteDefaults.INI file using the setting CreditCardServer_IP=xxx.xxx.xxx.xxx (do not include the port number). If you do not do this, then the IP address in the Sales32c.INI file is set by default to :port_number.

40 Note: FileSync application needs to be installed and configured before RentEZ functions properly. Installation instructions for FileSync for the Food Service module are found in the Salesware Food Service document. Installation instructions for FileSync for the Rentals module are found in the Salesware Rentals document. Pool Manager Services integrate with PoolMonitor Service to improve functionality and provide better status and easier control via GUI interface to any accesso Siriusware apps distributed as a service. With this, refinements have been added for integrating better with Service Monitor. Startup is now cleaner and instances may be added or killed from the monitor and activity can be returned. Pool Service tries three times to start, with five seconds in between. If the connection to the database is lost, it then halts service. Special Instructions for installing multiple instances of Pool Service Each service needs a unique name, in this example it is SalesEZ-Scanning. 1. Install/create a new service by running the following at a command prompt: sc create "Siriusware PoolService SalesEZ-Scanning" binpath= "C:\Program Files (x86)\siriusware\pool\poolservice.exe SalesEZ-Scanning" The binpath must point to your existing Pool folder. Note: make sure you have a space after the binpath= in the command.

41 2. Save and unzip the attached modifydacl file, make note of the path where you save it. From the command prompt, run the attached file, ModifyDACL.exe to set the proper permissions on the service: C:\ModifyDACL.exe "Siriusware PoolService SalesEZ-Scanning" 3. Close the command prompt. 4. Edit the C:\Program Files (x86)\siriusware\runexe_system.ini file, In the [Pool Service] section, add another line below the SalesEZ= line: SalesEZ-scanning=SALESEZ_*.EXE Note: This step may not be necessary because the new instance will reference the same.exe file as the original SalesEZ install. If you get an error after updating SalesEZ application, then remove this line. 5. Edit the C:\Program Files (x86)\siriusware\pool_system.ini file, copy the [SalesEZ] section and paste it below itself. Change the name of the section to match everything else you have done and change the ListenPort to be something not in use by the system. [SalesEZ-Scanning] Name=salesez41.basic_sales ListenPort=4205 Pool=3 6. Create a copy of the ServiceMonitor SalesEZ shortcut and change the name to match your new instance. Edit the properties of the shortcut and change the Target: value to match your new service, you need to update the information between the [service] [/service] and [port] [/port] tags. "C:\Program Files (x86)\siriusware\runexe.exe" ServiceMonitor [EXEArgs][service]Siriusware PoolService SalesEZ- Scanning[/service][port]14205[/port][/EXEArgs] Running an EZ using either the old Pool or the new Pool Service It s possible to install Pool Service on any Middleware computer and run an EZ using either the old Pool or the new service. Doing a side-by-side install of PoolService allows you to fire up the old Pool Service OR the service (both can't be running at the same time). 1. Create a directory in Program Files\siriusware\poolservice. Put the following files in it: poolservice.exe

42 servicemonitor.exe Pool_system.INI [Optionally for the fancy UI] sirius-service.css calldetail.html main.html serverdetail.html back.jpg corner-star.jpg 2. From a command prompt, you need to install the service. "Siriusware poolservice tallyez" binpath= "C:\Program Files\Siriusware\PoolService\poolservice.exe TallyEZ41" 3. Set up a shortcut to servicemonitor.exe like this: "C:\Program Files\Siriusware\PoolService\servicemonitor.exe" "[service]siriusware PoolService TallyEZ[/service][port]10007[/port]" Note: ServiceMonitor can run without the [port]...[/port] part of the argument passed to it. (This is usually part of the shortcut.) By default, it starts at and scan ports until it finds one that it can use to communicate with the service. If a port is passed as an argument, that is where it begins scanning. After 100 ports, it gives up. Also, in the About box, it shows what port it is using (in addition to the version information and physical location of the service it is monitoring which is already there). Installing SysManager The SysManager application can be installed on any computer on the network that has network access to the SQL Server. If SysManager is being installed on a computer that has already had the Common Files installer run on it (such as the SQL Server or Pool Service computer) you can skip the step of installing Common Files application. You need administrator privileges on the computer where SysManager is installed. If you have write privileges to the Siriusware\Install directory, the installer updates the value of the SiriuswareSQLServer setting in the SiteDefaults.INI file. The SysManager installer: Creates the Program Files\Siriusware\SysManager and Program Files\Siriusware\SysManager directory and associated files. Installs a desktop shortcut to SysManager; a training shortcut to SysManager can be installed as well. Installs the ODBC that enables SysManager.exe to talk with the SiriusSQL database.

43 Creates and assigns a value to the LOCATION system environment variable. The value of the LOCATION environment variable must be unique for each computer where it is installed. Note: On Windows Server 2008 (32- and 64-bit), you need to turn on DEP, and then exclude SysManager after it is installed. See Installing with an execution protection capable processor for how this is done. To run the SysManager installer: 1. Ensure that Common Files application is already installed. 2. If you are installing SysManager on the server computer where Server Files application is already installed, you can run the Install_Siriusware_SysManagerManager_44xx.msi installer directly from the \Siriusware\Install directory. If you are accessing the \Siriusware\Install directory over the network, you can either run the installer over the network or copy the installer to the desktop and run it from there. accesso recommends that you run the installer over the network. If you later modify the installation, Windows looks for the installer in the location from which it was originally run. It might inadvertently get deleted from the desktop. 3. You are presented with the following dialog. Click Next. 4. You are presented with the following dialog. You can add the training mode SysManager, but you are required to install a training database before you can use it (see Installing a training database). You can select either This feature will be installed on local hard drive or This feature, and all subfeatures, will be installed on local hard drive. The two options are equivalent. Click Next.

44 5. After entering the location name for the computer, you are then prompted to enter either the IP address or the name of the SQL server that contains the accesso Siriusware database (SiriusSQL). 6. You are presented with the following dialog. Enter the location name for this computer. This dialog causes the LOCATION system environment variable to be created and this value assigned to it. The value of the LOCATION environment variable must be unique for each computer where it is installed. If there is

45 already a LOCATION environment variable on this computer, the value is changed to whatever you type here. Typical values used by clients reflect the physical location of the computer, such as office. The value must be one six characters in length. 7. You are presented with the following dialog. Click Next to begin installation of SysManager.

46 8. When the SysManager installation completes, you are presented with the following dialog. Click Finish. You can launch SysManager from the Start button or by using the desktop shortcut. The default log-in name is ADMIN with no password. Installing ReportManager The ReportManager application can be installed on any computer on the network that has network access to the SQL Server. If ReportManager is being installed on a computer that has already had the Common Files installer run on it (such as the SQL Server or Pool Service computer) you can skip the step of installing Common Files application. You need administrator privileges on the computer where ReportManager is installed. If you have write privileges to the Siriusware\Install directory, the installer updates the value of the SiriuswareSQLServer setting in the SiteDefaults.INI file. The ReportManager installer: Creates the \ProgramData\Siriusware\ReportManager and \Program Files\Siriusware\ReportManager directories and associated files. Installs a desktop shortcut to ReportManager; a training shortcut to ReportManager can be installed as well. Installs the ODBC that enables ReportManager.exe to talk with the SiriusSQL database. Creates and assigns a value to the LOCATION system environment variable. The value of the LOCATION environment variable must be unique for each computer where it is installed.

47 Note: On Windows Server 2008 (32- and 64-bit), you need to turn on DEP, and then exclude ReportManager after it is installed. See Installing with an execution protection capable processor for how this is done. To run the ReportManager installer: 1. Ensure that Common Files application is already installed. 2. If you are installing ReportManager on the server computer where Server Files application is already installed, you can run the Install_Siriusware_ReportManagerManager_xxxx.msi installer directly from the \Siriusware\Install directory. If you are accessing the \Siriusware\Install directory over the network, you can either run the installer over the network or copy the installer to the desktop and run it from there. Accesso recommends that you run the installer over the network. If you later modify the installation, Windows looks for the installer in the location from which it was originally run. It might inadvertently get deleted from the desktop. 3. You are presented with the following dialog. Click Next. 4. You are presented with the following dialog. You can add the training mode ReportManager, but you are required to install a training database before you can use it (see Installing a training database). You can select either This feature will be installed on local hard drive or This Feature, and all subfeatures will be installed on local hard drive. The two options are equivalent. Click Next.

48 5. You are presented with the following dialog. Enter the location name for this computer. This dialog causes the LOCATION system environment variable to be created and this value assigned to it. The value of the LOCATION environment variable must be unique for each computer where it is installed. If there is already a LOCATION environment variable on this computer, the value is changed to whatever you type here. In the screen capture below, the value office is pre-populated in the field because it was the value specified during the SysManager installation (the field will only prepopulate with the value specified during SysManager installation if SysManager was installed on the same machine). The value must be one to six characters in length.

49 6. You are presented with the following dialog. Enter the name or IP address of the SQL Server that contains the accesso Siriusware database. If the computer on which you are installing ReportManager is that computer, choose or type (local) or the actual name of the SQL Server computer (the latter is recommended). This information is used to create the ODBC connection. In this example, the field is already pre-populated with (local) because that value was specified when the Pool Service installer was already run on this computer earlier. If you change this value and you have write privileges to the Siriusware\Install directory, the installer updates the value of the SiriuswareSQLServer setting in the SiteDefaults.INI file. 7. You are presented with the following dialog. Click Next to begin installation of ReportManager.

50 8. When the ReportManager installation completes, you are presented with the following dialog. Click Finish. You can launch ReportManager from the Start button or by using the desktop shortcut. The default log-in name is ADMIN with no password.

51 Installing Sales The Sales application can be installed on any computer on the network that has network access to the SQL Server. The Sales application is the operator interface for all of the POS computers on the network. Each salespoint receives a separate installation of the Sales application and a unique name is required for each. For criteria you use when choosing salespoint names, see the Salesware User and Ticketing Guide for Beginning Users. If Sales is being installed on a computer that has already had the Common Files installer run on it (such as the SysManager or ReportManager computer) you can skip the step of installing Common Files application. You need administrator privileges on the computer where Sales is installed. The Sales installer: Creates the \ProgramData\Siriusware\Sales and \Program Files\Siriusware\Sales directories and associated files. Installs a desktop shortcut to Sales; a training shortcut to Sales can be installed as well. Creates the \Program Files\Siriusware\Resources folder. Note: Before installing any salespoints, you need to have a license file in Siriusware\License. If you installed an existing database when you installed Server Files application, you probably already installed this license. If you installed a new, clean database, you need to get a license file from accesso Siriusware Technical Support. When calling accesso Siriusware Technical Support for a license file, you need to provide the client number that was assigned to your installation. Get this Client # from SysManager > Help > About SysManager. Before salespoint installation, verify that there are enough salespoints created in SysManager for the entire installation. Do this by going to SysManager > Activities > System Lists > Sales points menu and counting the number of names; this number equals the number of salespoints to be installed. Salespoints include SimpleCharge salespoints, Sales Hosts for E-Commerce and Kiosks capability. If there are not enough salespoints, simply add more by using the New button. You need a license for each salespoint added. Assuming you have an available license for a new salespoint, the name of the salespoint also appears on the Sales Point Licenses dialog (SysManager > Preferences > Sales Point Licenses) when you add a new salespoint. From the Sales Point Licenses dialog you also verify that the salespoints are licensed correctly. Ensure that the Mode is set correctly (C=Classic Sales, W=Sales Host, M=SimpleCharge, etc.). Verify that the appropriate check boxes are checked for each salespoint based on the licensing that was purchased. If you are unclear as to what any of the check boxes stand for, hover the mouse pointer over the three-letter column name for a complete description or consult the Salesware Modules, Licensing and Maintenance document. Note: On Windows Server 2008 (32- and 64-bit), you need to turn on DEP, and then exclude Sales after it is installed. See Installing with an execution protection capable processor for how this is done. To run the Sales installer: 1. Ensure that Common Files application is already installed.

52 2. If you are installing Sales on the server computer where Server Files application is already installed, you can run the Install_Siriusware_Sales_44xx.msi installer directly from the Siriusware\Install directory. If you are accessing the Siriusware\Install directory over the network, you can either run the installer over the network or copy the installer to the desktop and run it from there. accesso recommends that you run the installer over the network. If you later modify the installation, Windows looks for the installer in the location from which it was originally run. It might inadvertently get deleted from the desktop. 3. You are presented with the following dialog. Click Next. 4. You are presented with the following dialog. You can add the training mode Sales, but you are required to install a training database before you can use it (see Installing a training database). You can select either This feature will be installed on local hard drive or This feature, and all subfeatures, will be installed on local hard drive. The two options are equivalent. Click Next.

53 5. You are presented with the following dialog. Select which type of salespoint this is: Classic, Kiosk, Debitware Kiosk, SimpleCharge, Web Sales Host or Mobile Sales Host. Based on your selection here, you are later presented with a list of only the applicable salespoints when choosing the name for this salespoint. 6. You are presented with the following dialog. Select whether or not this salespoint will utilize a physical keyboard. The Sales installer will install an appropriate s32c_scale.ini file depending on which

54 option is selected. The s32c_scale.ini file specifies how the various dialogs in the Sales interface will be scaled and positioned. If you specify that this salespoint will not use a physical keyboard, the Sales interface will include an on-screen keyboard where necessary, and will be scaled appropriately. If you would like Sales to use a pre-existing custom s32c_scale.ini file, select Let me choose an existing s32c_scale.ini file myself. 7. If Let me choose an existing s32c_scale.ini file myself was selected on the previous dialog, you are presented with the following dialog. Click Browse to browse to the s32c_scale.ini file located on your computer that you would like to use with Sales. During installation, a copy of this file will be made and placed into the appropriate directory. You may still specify whether Sales should include an on-screen keyboard. If this s32c_scale.ini file expects an on-screen keyboard is selected, the Sales interface includes an on-screen keyboard, but the scaling and positioning of the Sales interface dialogs are not modified.

55 8. You are presented with the following dialog. This dialog is populated using the SiteDefaults.INI file that was installed by Pool Service. Note: In this example the CreditCardServer_IP setting has not yet been added to the SiteDefaults.INI file. Setting the Credit card server field on this dialog sets the IP address for this particular installation of Sales only: the credit card server IP address must be manually added to the SiteDefaults.INI file if you want the IP address to appear on this dialog for future installs of Sales. Click Next.

56 9. You are presented with the following dialog. The Global INI Group lists the default groups in the global.ini settings in the SysManager > Preferences > Miscellaneous > Global.INI tab. For a description of how this works, see the Salesware.INI Settings Reference document, available from The three radio buttons are set depending on whether you have a credit card server, the Private Instruction, Activity/Facility Scheduling or Rentals modules, respectively. It is easy to change any of the settings you selected on this dialog later by accessing the Sales32c.INI file and modifying accordingly. For more information on the.ini settings created by this dialog, see the Salesware.INI Settings Reference document.

57 10. If you selected Enable integrated credit card processing on the previous dialog, you are presented with the following dialog. For more information on credit card installation, see the Charge Cards documentation. Select the radio button for the type of integrated credit card processing that you are implementing. As a result of your selection, certain.ini settings are added to the Sales32c.INI file. For more information on the.ini settings created by this dialog, see the Salesware.INI Settings Reference document. 11. If you selected Ingenico credit card processing on the previous dialog, you are presented with the following dialog. As a result of your selection, certain.ini settings are added to the Sales32c.INI file. For more information on the.ini settings created by this dialog, see the Salesware.INI Settings Reference document.

58 12. You are presented with the following dialog. Click Next to start the Sales installation. 13. When the Sales installation completes, you are presented with the following dialog. Click Finish.

59 Starting Sales for the first time Ensure that Pool Service is running on the middleware server. SalesEZ application must be running and possibly BookEZ or even RentEZ or TallyEZ applications, depending on your configuration. Click on the Sales icon on the desktop. You get a message indicating that files are not found (see the following screen capture). Sales must load them from the server (that is, Sales must create the local data files in the \ProgramData\Siriusware\Sales\Data folder). Click Yes and the salespoint begins to build the file structure for the first time. This can take a few minutes depending on the size of the data set. Note: You may get a message stating that the path to the updates folder doesn t exist. See Mapping to the Siriusware folder from other computers for more information on this message. Previous to this, you may also get a small error window indicating Can t find updates table! simply ignore this error or click YES to close the window. There is no need to worry at this point the deletes table has not yet been created.

60 Salespoint setup The next screen prompts you for the name of this particular salespoint. The list of choices reflects the salespoint names that were entered into SysManager earlier or a list of default salespoint names. You may see only a subset of names depending on what you selected on the Salespoint type dialog from the Sales installer. Select the appropriate salespoint name from the list and click OK.

61 The next screen can prompt you in one of two ways. If the salespoint name has never been used, it asks you to enter a new salespoint name and description. If you like the name as is, simply re-enter the name and supply a description. Click OK to continue. Note: You cannot have duplicate salespoint names and no two salespoints can use the same name. You must choose a different name from the list for each computer on which Sales is installed. If the salespoint name has ever been assigned to any salespoint before, you see a warning that the salespoint name is already in use. This warning is designed to prevent someone from assigning the same salespoint name to more than one salespoint. It is only a warning to let you know that particular salespoint name has been used at some point in the past. If you know that the name in question is supposed to be used by this salespoint, simply click on OK to continue past the warning message and assign the name to the salespoint anyway. If your salespoint detects any changes in the Sales32c.INI file, it prompts you with a message stating that your salespoint settings have changed and that Sales must be restarted. Simply click OK and restart Sales. Sales is now installed and sitting at the Login dialog.

62 Repeat the sales install procedure for each POS station. Other installation scenarios Manually attaching the SirusSQL database There are a couple scenarios in which you may need to manually attach the SiriusSQL database, instead of using the Server Files installer: When updating your installation from SQL Server 2005 to SQL Server 2008 or When you are moving an existing database from one instance of SQL Server to another. If the SiriusSQL database is detached from an instance of SQL Server, and then re-attached at a later time, no steps in addition to what is normally done from SQL Server are necessary. But in the manual attachment scenarios just listed, additional steps are required. These steps are presented in this section. To attach the SiriusSQL database, you need the four files that comprise the database: SiriusSQL.MDF

63 SiriusSQL.LDF SiriusSQL_LOGS.NDF SiriuSQLTRANSACT.NDF Note: The directions provided in this section apply primarily to attaching an existing SiriusSQL database. If you need to attach a new, clean SiriusSQL database, use the Server Files installer as described in Installing Server Files. To attach the SiriusSQL database to SQL Server 2008/2012: 1. Start SQL Server Management Studio. Note: If you cannot find an entry to start SQL Server Management Studio from the Program list as shown above, go to C:\Program Files\Microsoft SQL Server\90 or 100 or 110\Tools\Binn\VSShell\Common7\IDE and double-click on the file named SqlWb.exe (to run the SQL Server Management Studio).

64 2. Log into the SQL Server Management Studio by selecting: a. Database Engine for Server type. b. Server name from the dropdown list. The current Server name displays by default, but you can browse to connect to another server too. c. For SQL Server 2008/2012 on Windows Server 2008/2012, be sure to use Windows Authentication. If you use SQL Server authentication when manually attaching a database to SQL Server 2008/2012 on Windows Server 2008/2012, the database attaches in read-only mode and the wrong compatibility level is set. d. Click Connect. 3. Right-click on Databases and select Attach. Note: In rare circumstances, you may want to detach a SiriusSQL database and attach a different one (as opposed to attaching a SiriusSQL database for the first time). Note: When a SiriusSQL database is detached and reattached on the same computer, you don t have to delete and recreate the two instances of the sirius user, but it is still a good idea. That s because the sirius user was already created on this SQL Server computer, so the ID number that is used internally to identify the sirius user matches. If you take this database and attach it to another SQL Server, however, the IDs won t match and you ll get an error. That is why it s always safest to recreate the sirius user.

65 4. From the Attach Databases dialog, click the Add button, and then browse to the SiriusSQL.mdf file. Select the file and click OK. All the data files are displayed. 5. If you need to change the database name to SiriusSQL, click on the current default name under Attach As and type in SiriusSQL. 6. Click OK to move on after you are sure everything on this dialog is correct. 7. Now, expand the Databases folder and right-click on SiriusSQL and select Properties. On the Database Properties SiriusSQL dialog, on the left side, select Options. Ensure that sure Compatibility level dropdown is set to SQL Server 2005(90).

66 8. Click OK. Now your database is attached. 9. Now create the sirius user. A security log-in for the sirius user needs to be created. Note: The siriusweb user needs to be created as well if you implement the E-Commerce or Rentals modules (Rentals module needs this for the self-entry functionality). If this is the case at your site, repeat these directions. Select a strong password for the siriusweb user. 10. Delete the existing sirius user: a. In SQL Server Management Studio, expand the Databases folder > SiriusSQL folder > Security folder. b. Go into the Schemas folder and delete the sirius user (only if present, though it probably won t be). c. Go into the Users folder and delete sirius user.

67 11. Create a new sirius and siriusweb user (if these already exist, you need to delete and re-create these users): a. In the SQL Server Management Studio, expand the Security folder and right-click on Logins, and then select New Login. Note: If a sirius user already exists, delete it. b. On the General page of the Login New dialog, enter sirius in the Login name: field. c. Select SQL Server Authentication. d. Enter sirius in the Password field and confirm it. e. There are three password control settings (circled in red in the following screen capture) that are checked by default. You must un-check these settings or your Salesware applications won t be able to connect to the database.

68 f. Select SiriusSQL as default database. g. Go to the User Mapping page and check the SiriusSQL database. Ensure that the public box also appears as checked under Database role membership for: SiriusSQL. 12. Click OK. Your database is now ready for use. Note: It may be necessary for you to run the create_approle_siriussql.sql script after attaching the database. If you added the siriusweb user, it is required. This script can safely be run any number of times.

69 Installing a training database You may wish to use a training database. Training databases are useful for testing as well as training. The training database is simply a copy of the actual live database, attached as another name. The training database should not be created until after the live system has been fully installed and verified working. Also, when creating the training database you are bringing down the entire live system for a few moments and need to verify that everyone is out of the system. To install the training database on SQL Server 2008/2012: 1. First, make of copy of your live database. But before you can duplicate it, SQL Services must be stopped. To do this, open Microsoft SQL Server Management Studio and log in. Right-click on the SQL server name and select Stop. 2. You are prompted to confirm the stop of SQL services on the server. Click Yes to continue.

70 3. Minimize the Microsoft SQL Server Management Studio screen. 4. You now need to copy the four files that comprise the SiriusSQL database: SiriusSQL.mdf SiriusSQL.ldf SiriusSQL_LOGS.ndf SiriuSQLTRANSACT.ndf These are usually found in C:\Siriusware\Data. 5. Create a new folder in the Siriusware directory called Training Data and copy the four database files into this folder. (You now have the database files in two locations.) Note: The training database must reside in a separate folder from the live database. Also, there is no need to separate the log file from the primary files. 6. Open the Microsoft SQL Server Management Studio application and right-click on the SQL server stopped previously. Select the Start option. You are prompted to confirm that you do in fact want to re-start the server. It may take a few seconds for the services to start back up. At this point the system can once again be used in live mode.

71 7. The next step is to attach the training database. With the Microsoft SQL Server Management Studio application still running, expand Databases on the left side of the screen. 8. Right-click on Databases and select Attach.

72 9. The Attach Databases dialog opens and prompts you for the location of the database files. Click Add to browse to the location of the duplicated database files that reside in your newly created Training Data folder and select the SiriusSQL.MDF file. Click OK.

73 10. You see the following dialog, indicating the location of the files that are ready to attach. Ensure that the name to attach the database is SiriusSQL_Training (in the Attach As field) and the owner of the newly attached database is still SA. You can modify either of these fields by double-clicking on the field and editing it. Click OK to attach the database.

74 11. The last step is to give the user sirius access to the newly installed database. In Microsoft SQL Server Management Studio, expand Security on the left side of the screen and then expand Logins. You see the user sirius listed.

75 12. Right-click on the user sirius and select Properties.

76 13. Click User Mapping and ensure that there is a checkmark in the Map column next to SiriusSQL_Training. (You now have checkmarks for both accesso Siriusware databases, allowing this one user access to both databases.) Click OK.

77 The training database is now in place and ready for use by the training versions of the 4.4 suite of applications. Modifying a Salesware module installation With the exception of the Server Files installer (which is an.exe), you can run any Salesware.msi (Microsoft Installer) again after it has already been used to install the software. For example, if something is deleted after an install, it can be restored by using the Repair option of the installer. You are presented with options to Modify, Repair or Remove. Do not run the Server Files installer again. If you need to modify the accesso Siriusware directory structure on the SQL Server, do it manually. If you need to attach a different database, do it manually, as described in Manually Attaching the SiriusSQL Database. Note: Can you run the new Salesware.msi (Microsoft Installer) installers on a system with the old (.exebased) installs on them? Yes, but you must run the new Common Files installer first; it is a good practice to remove the old Common Files application first.

78 Uninstalling Salesware module There are two steps to completely uninstalling Salesware module from any computer: uninstalling the files and Windows registry settings that were installed by the installer and deleting the files that were installed by the Update file or by Salesware itself. These steps are described in this section. Warning: Before deleting Salesware from any computer, ensure that you have backed up any data or layouts that you need. This is especially true of your SQL Server database data. To uninstall Salesware: 1. On the computer where Salesware is installed, go to Start > Control Panel > Add or Remove Programs. 2. On the Add or Remove Programs dialog, all Salesware programs are sorted alphabetically in the same spot because they all start with Siriusware. Select an application that you would like to remove and click Remove. 3. After you have removed all of the applications you wish to delete, close the Add or Remove Programs dialog and navigate to the Siriusware directory (usually located at C:\Program Files (x86)\siriusware and C:\ProgramData\Siriusware). If you deleted all Salesware programs from the Add or Remove Programs dialog, then delete the entire directory. If you deleted only certain applications, then delete only the associated directory, such as SysManager or Sales. Note: ODBC connections and the LOCATION environment variable must be manually un-installed. Migrating SiriusSQL from SQL Server 2005 to SQL Server 2008/ Ensure that no one is connected to the database (use the instructions in maintenance section of the Salesware Modules, Licensing and Maintenance document to do this). 2. Important! Back up your SiriusSQL database to media separate from where it currently resides. 3. Detach the SiriusSQL database using the instructions in Manually attaching the SiriusSQL database (there is a note that describes how to detach). 4. Uninstall SQL Server Install SQL Server 2008/2012 using the instructions in Installing SQL Server 2008/ Re-attach the SQL Server database using the instructions in Manually attaching the SiriusSQL database. Note: It is possible your current ODBC connections to the database may not connect to the new installation, but the worst case scenarios is they you have to reselect the server in the ODBC connections.

79 Appendix A: Installing and using SimpleCharge SimpleCharge is a simplified version of Sales that has much of the functionality of Classic Sales locked down. Thus the majority of the capabilities of Sales are not available. A SimpleCharge salespoint is typically used when a different POS solution is in place yet Salesware In-House Cards items still need to be redeemed. A SimpleCharge salespoint can be also used to issue, load and activate In-House Cards items. A credit card solution may already be in place at the POS, in which case the SimpleCharge salespoint would likely be used just for In-House Cards and not Charge Cards module though a SimpleCharge salespoint includes the Salesware Charge Cards module as well (by default), in case it is needed. In SimpleCharge mode, swiping an In-House Cards card or a credit card at the empty Sales screen allows the user to charge a specified amount to that card. A SimpleCharge item is configured through an.ini setting and this item is used to write data for these charges. Cards that cannot be swiped can be charged by hitting the Charge button (corresponds to the Finalize button in Classic mode) on the Sales screen and card information is then manually entered as is done in Classic Sales. SimpleCharge is installed like any other salespoint, as described in this document. Be sure to select SimpleCharge at the Salespoint types dialog when running the Sales installer that way you only see only the SimpleCharge salespoint names that you created in SysManager when you were setting up your SimpleCharge salespoints. SimpleCharge setup in SysManager SimpleCharge salespoints require a SimpleCharge license set in SysManager > Preferences > Sales Point Licenses. The Mode is set to M. SimpleCharge salespoints are automatically assigned C/C and DBT licenses.

80 SimpleCharge setup in Sales The following two.ini settings must be present in the Sales32c.INI file (or in the global.ini) on SimpleCharge salespoints: [SalesPoint] Interface=SimpleCharge [SimpleCharge] DCI="CHARGE CHARGE CHARGE" Note: Don t forget to create a profit center for these sales. The Interface setting is automatically set for you when running the Sales installer. The DCI setting is the item set up to actually be written to in the data for charges. While it is true that one can make a credit card charge without selling anything, in the background something must be written to in the data; therefore, the DCI.INI setting was created. The DCI is padded out to ten characters. The DCI can be anything - CHARGE as a nickname is not necessary for the functionality. The item must be in the item tree, but does not display. Only reload and activate In-House Cards products in the item tree appear in the item list on a SimpleCharge salespoint.

81 The following setting for global and line item buttons is the default setting for SimpleCharge salespoints: [Interface] GlobalButtons=DateTime,Message LineItemButtons=DateTime,Message,Other The list below contains the options for the Sales main action buttons. Buttons not listed here cannot be used in SimpleCharge mode and do not appear in Tools > Actions. [Interface] MainButtonX= MainButton value ACT APP CAL CCR CCS CLR CLS DBW DIA DWR FIL FIN GCB GCO GST LAY LOG PRN QUI RP2 Function Action button Appearance button Calculator Print CC receipt Credit Card button Clear Closeout button In-House Cards button Diagnostics button Drawer button Data Files button Charge button (Finalize) Gift Card Balance Gift Card Cashout Guest Lookup Unpack Layouts Logout Reprint Quit Print Receipt

82 MainButton value RPZ SPS TAX TLS UPD ZTA Function Reset PrintEZ Salespoint button Tax Exempt Tools Update button Z-Tape Report Printers are configured as at any Classic mode salespoint. SimpleCharge use To make a SimpleCharge sale : 1. Swipe credit card or IHC card and enter amount (use a negative amount for refund). 2. Hit OK and at the Credit Card Payment dialog hit OK again. The charge is finalized.

83 3. If the card cannot be swiped, the operator chooses the Charge button, enters the amount to be charged and hits OK. At the Amount Remaining dialog, the payment type is chosen and the credit card or IHC card information is entered and OK selected. The transaction is finalized.

84 4. To take a cash payment the user hits the Charge button, enters the amount and, at the Payment Type dialog, chooses the Cash payment type. 5. IHC reload, activate, etc., follow the same procedures as Classic Sales mode. Appendix B: Setting up cash drawers and pole displays Salesware module has cash drawer and pole display functionality. A cash drawer can pop every time a sale is completed, and can be manually popped through a button in Sales. You can also prevent sales from occurring when the cash drawer is open. You can set up Sales to use a common serial cash drawer (APG or Indiana) or you can customize Sales to work with any other cash drawer. You can set up one or two cash drawers (in the case that you accept two types of currency). Installation steps are provided in this appendix for USB cash drawers and pole displays. Connecting using other types of serial ports is handled in a similar fashion, though almost all new salespoints support connection via USB ports. Note: Ensure UAC is turned off if installing on a Windows 7 PC. Go to Start > Control Panel > Users Accounts > Change User Account Settings. Make sure it is turned completely off. You may need to restart your computer for the changes to take effect. Ports.INI A default Ports.INI file is placed on all your salespoints in your local Sales folder (C:\Program Files\Siriusware\Sales) during installation. Its purpose is to give Salesware module the necessary information to pop your cash drawer (it is also used for pole display set up). The settings used in the Ports.INI

Salesware E-Commerce Installation Guide

Salesware E-Commerce Installation Guide Salesware E-Commerce Installation Guide Version 4.2 Siriusware, Inc. 302 Camino de la Placita Taos, NM 87571 575.751.0633 www.siriusware.com/docs www.siriusware.com/training google.siriusware.com 1 Copyright

More information

Messenger Service. Version 4.4. accesso. 302 Camino de la Placita Taos, NM

Messenger Service. Version 4.4. accesso. 302 Camino de la Placita Taos, NM Messenger Service Version 4.4 accesso 302 Camino de la Placita Taos, NM 87571 575.751.0633 www.accesso.com Copyright Copyright 2015 accesso Technology Group, plc. All rights reserved. NOTICE: All information

More information

Updating from 4.3 to

Updating from 4.3 to Updating from 4.3 to 4.3.01 The success of your update depends on adequate planning and resources. Please review the complete Updating Salesware Modules document for information on the general updating

More information

STS INSTALLATION GUIDE

STS INSTALLATION GUIDE STS INSTALLATION GUIDE STS INSTALLATION GUIDE This document walks through the steps necessary for installing the program. FIRST STEPS: Must have administrator Rights on local computer for install If using

More information

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date:

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date: Print Audit 6 Version: Date: 37 21-Apr-2015 23:07 Table of Contents Browse Documents:..................................................... 3 Database Documentation.................................................

More information

HR-Lite Database & Web Service Setup Guide

HR-Lite Database & Web Service Setup Guide HR-Lite Database & Web Service Setup Guide Version: 1.00 HR21 Limited All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical,

More information

Installation on Windows Server 2008

Installation on Windows Server 2008 USER GUIDE MADCAP PULSE 4 Installation on Windows Server 2008 Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described

More information

ASSET TRACKING SYSTEM INSTALLATION GUIDE

ASSET TRACKING SYSTEM INSTALLATION GUIDE ASSET TRACKING SYSTEM INSTALLATION GUIDE 1 ASSET TRACKING SYSTEM INSTALLATION GUIDE This document walks through the steps necessary for installing the program. TO INSTALL ATS: You should have administrator

More information

Silk Performance Manager Installation and Setup Help

Silk Performance Manager Installation and Setup Help Silk Performance Manager 18.5 Installation and Setup Help Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 2004-2017 Micro Focus. All rights reserved.

More information

APPENDIX B: INSTALLATION AND SETUP

APPENDIX B: INSTALLATION AND SETUP APPENDIX B: INSTALLATION AND SETUP Page A. Overview... B:1 How do I install and setup ICMS?... B:1 Do I need special security rights to install ICMS?... B:1 Installation Basics... B:1 How do I get a quick

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 USER GUIDE MADCAP PULSE 4 Installation Guide for Pulse on Windows Server 2012 Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The

More information

Relius Administration Version 16.0 (and higher) Component Installation and Configuration. July 6, 2011

Relius Administration Version 16.0 (and higher) Component Installation and Configuration. July 6, 2011 Relius Administration Version 16.0 (and higher) Component Installation and Configuration July 6, 2011 Table Of Content Section Subject 1 Overview 2 Preliminary Steps 3 Installing the Oracle Client 4 Installing

More information

QuickBooks 2006 Network Installation Guide

QuickBooks 2006 Network Installation Guide QuickBooks 2006 Network Installation Guide Intuit 2/28/06 QuickBooks 2006 has a new way of managing company data that may require some changes in the way you install and configure the software for network

More information

Summary of Server Installation

Summary of Server Installation Summary of Server Installation In the following exercises, these are the steps that you will perform to install Offline V2 on a server: Exercise 1 Step 1. Step 2. Step 3. Verify Hardware Requirements Before

More information

AccessData FTK Quick Installation Guide

AccessData FTK Quick Installation Guide AccessData FTK Quick Installation Guide Document date: May 20, 2014 2014 AccessData Group, Inc. All rights reserved. No part of this publication may be reproduced, photocopied, stored on a retrieval system,

More information

Accops HyWorks v3.0. Installation Guide

Accops HyWorks v3.0. Installation Guide Accops HyWorks v3.0 Installation Guide Last Update: 4/25/2017 2017 Accops Technologies Pvt. Ltd. All rights reserved. The information contained in this document represents the current view of Propalms

More information

Installation Manual. Fleet Maintenance Software. Version 6.4

Installation Manual. Fleet Maintenance Software. Version 6.4 Fleet Maintenance Software Installation Manual Version 6.4 6 Terri Lane, Suite 700 Burlington, NJ 08016 (609) 747-8800 Fax (609) 747-8801 Dossier@dossiersystemsinc.com www.dossiersystemsinc.com Copyright

More information

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free:

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free: EventTracker Enterprise Install Guide 8815 Centre Park Drive Publication Date: Aug 03, 2010 Columbia MD 21045 U.S. Toll Free: 877.333.1433 Abstract The purpose of this document is to help users install

More information

Working with SQL SERVER EXPRESS

Working with SQL SERVER EXPRESS Table of Contents How to Install SQL Server 2012 Express Edition... 1 Step 1.... 1 Step 2.... 2 Step 3.... 3 Step 4.... 3 Step 5.... 4 Step 6.... 5 Step 7.... 5 Step 8.... 6 Fixing Database Start-up Connection

More information

Installation Guide Worksoft Certify

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

More information

DOWNLOAD PDF SQL SERVER 2012 STEP BY STEP

DOWNLOAD PDF SQL SERVER 2012 STEP BY STEP Chapter 1 : Microsoft SQL Server Step by Step - PDF Free Download - Fox ebook Your hands-on, step-by-step guide to building applications with Microsoft SQL Server Teach yourself the programming fundamentals

More information

IQSweb Installation Instructions Version 5.0

IQSweb Installation Instructions Version 5.0 IQSweb Installation Instructions Version 5.0 Contents Additional References... 3 IQSweb ROSS Connection... 3 IQSweb V5.0 Install/Upgrade Scenarios... 4 IQSweb Configuration Options... 5 A. Single Computer/Server

More information

Salesware Sales Screen Action Macro Commands

Salesware Sales Screen Action Macro Commands Salesware Sales Screen Action Macro Commands Version 4.1.01 Siriusware, Inc. 302 Camino de la Placita Taos, NM 87571 575.751.0633 www.siriusware.com/docs www.siriusware.com/training google.siriusware.com

More information

x10data Application Platform v7.1 Installation Guide

x10data Application Platform v7.1 Installation Guide Copyright Copyright 2010 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the

More information

Installing Blank SiriusSQL Database 4.0

Installing Blank SiriusSQL Database 4.0 Installing Blank SiriusSQL Database 4.0 (ONLY APPLICABLE IF YOU START WITH SiriusSQL 4005A OR HIGHER!) To install a new blank SiriusSQL database, follow these steps. Copy and Unzip Files 1) Browse to \\Fileserver04\f-drive\V40\Sirius.FS\Data

More information

LepideAuditor for File Server. Installation and Configuration Guide

LepideAuditor for File Server. Installation and Configuration Guide LepideAuditor for File Server Installation and Configuration Guide Table of Contents 1. Introduction... 4 2. Requirements and Prerequisites... 4 2.1 Basic System Requirements... 4 2.2 Supported Servers

More information

Installing SQL Server Developer Last updated 8/28/2010

Installing SQL Server Developer Last updated 8/28/2010 Installing SQL Server Developer Last updated 8/28/2010 1. Run Setup.Exe to start the setup of SQL Server 2008 Developer 2. On some OS installations (i.e. Windows 7) you will be prompted a reminder to install

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

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312)

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) Adeptia Server 4.9 Installation Guide Version 1.2 Release Date March 10, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) 229-1727 Copyright Copyright 2000-2008 Adeptia,

More information

Upgrading to Parallels Virtuozzo Containers 4.0 for Windows. Contents. About This Document

Upgrading to Parallels Virtuozzo Containers 4.0 for Windows. Contents. About This Document Upgrading to Parallels Virtuozzo Containers 4.0 for Windows About This Document This document familiarizes you with the way to upgrade the following versions of the Virtuozzo for Windows software to Parallels

More information

DOCUMENT TRACKING INSTALLATION GUIDE

DOCUMENT TRACKING INSTALLATION GUIDE DOCUMENT TRACKING INSTALLATION GUIDE DOCUMENT TRACKING INSTALLATION GUIDE This document walks through the steps necessary for installing the program. TO INSTALL DTS: You should have administrator rights

More information

1. ECI Hosted Clients Installing Release 6.3 for the First Time (ECI Hosted) Upgrading to Release 6.3SP2 (ECI Hosted)

1. ECI Hosted Clients Installing Release 6.3 for the First Time (ECI Hosted) Upgrading to Release 6.3SP2 (ECI Hosted) 1. ECI Hosted Clients........................................................................................... 2 1.1 Installing Release 6.3 for the First Time (ECI Hosted)...........................................................

More information

Sage 100 ERP 2015 Installation and System Administrator s Guide

Sage 100 ERP 2015 Installation and System Administrator s Guide Sage 100 ERP 2015 Installation and System Administrator s Guide This is a publication of Sage Software, Inc. Version 2015 Copyright 2015 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

More information

Wwise Installation and Migration Guide

Wwise Installation and Migration Guide Wwise 2015.1.9 Installation and Migration Guide Wwise 2015.1.9 Wwise 2015.1.9: Installation and Migration Guide Wwise 2015.1.9 Revision 1910 Copyright 2016 Audiokinetic Inc. All rights reserved. Patents

More information

Version 14.0 (and higher) Component Installation and Configuration. September 21, 2009

Version 14.0 (and higher) Component Installation and Configuration. September 21, 2009 Version 14.0 (and higher) Component Installation and Configuration September 21, 2009 Table Of Content Section Subject 1 Overview 2 Preliminary Steps 3 Installing the Oracle Client 4 Installing SQL Server

More information

EventTracker Manual Agent Deployment User Manual

EventTracker Manual Agent Deployment User Manual EventTracker Manual Agent Deployment User Manual Publication Date: August 14, 2012 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract EventTracker agent deployment processes

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

EventTracker Manual Agent Deployment User Manual Version 7.x

EventTracker Manual Agent Deployment User Manual Version 7.x EventTracker Manual Agent Deployment User Manual Version 7.x Publication Date: Nov 12, 2013 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract EventTracker Agent deployment

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

ControlPoint. Advanced Installation Guide. September 07,

ControlPoint. Advanced Installation Guide. September 07, ControlPoint Advanced Installation Guide September 07, 2017 www.metalogix.com info@metalogix.com 202.609.9100 Copyright International GmbH., 2008-2017 All rights reserved. No part or section of the contents

More information

Color icontrol Online Installation for Remote Desktop or Citrix Connections

Color icontrol Online Installation for Remote Desktop or Citrix Connections Color icontrol Online Installation for Remote Desktop or Citrix Connections Color icontrol version 9.x and higher may be installed on a Windows Server 2003, 2008, or 2012 and, if properly configured and

More information

Scribe Insight Installation Guide. Version August 10, 2011

Scribe Insight Installation Guide. Version August 10, 2011 Scribe Insight Installation Guide Version 7.0.2 August 10, 2011 www.scribesoft.com Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form

More information

Setting up and Connecting to a MSSQL database

Setting up and Connecting to a MSSQL database Setting up and Connecting to a MSSQL database Setting Up MSSQL... 1 SQL Server Instance... 1 Why do we need socdbconnect and socadminuser?... 1 On the Client... 1 Creating an ODBC Data Source... 1 Setting

More information

Metalogix ControlPoint 7.6. for Office 365 Installation Guide

Metalogix ControlPoint 7.6. for Office 365 Installation Guide Metalogix 7.6 for Office 365 Installation Guide 2018 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

Sage Residential Management Versions 9.5 through Installation Guide

Sage Residential Management Versions 9.5 through Installation Guide Sage Residential Management Versions 9.5 through 14.1 Installation Guide This is a publication of Sage Software, Inc. Copyright 2014. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

More information

Isograph Software Products

Isograph Software Products Isograph Software Products Installation and Licensing Guide Isograph Copyright 2018 Isograph Limited. All rights reserved. This document and the associated software contains proprietary information which

More information

WinDSX New Installations

WinDSX New Installations WinDSX New Installations Use these instructions for new Installations. a) Make sure that the Comm Server PC has the.net Framework 4.0 or higher installed. b) Make sure you have Administrative Privileges

More information

Veritas Desktop and Laptop Option 9.2

Veritas Desktop and Laptop Option 9.2 1. Veritas Desktop and Laptop Option 9.2 Quick Reference Guide for DLO Installation and Configuration 24-Jan-2018 Veritas Desktop and Laptop Option: Quick Reference Guide for DLO Installation and Configuration.

More information

KingStar Motion 2.1 SDK and Runtime Installation Guide

KingStar Motion 2.1 SDK and Runtime Installation Guide KingStar Motion 2.1 SDK and Runtime Installation Guide This guide describes system requirements and provides installation and setup instructions for the KingStar Motion SDK and Runtime. KS-DOC-X64-0003-R6

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

License Server

License Server License Server 11.13.0.2 Installation Guide Isograph Copyright 2015 Isograph Limited. All rights reserved. This document and the associated software contains proprietary information which is protected

More information

NovaBACKUP xsp Version 13.1 Upgrade Guide

NovaBACKUP xsp Version 13.1 Upgrade Guide NovaBACKUP xsp Version 13.1 Upgrade Guide NovaStor / July 2012 2012 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to

More information

QuickBooks 2008 Software Installation Guide

QuickBooks 2008 Software Installation Guide 12/11/07; Ver. APD-1.2 Welcome This guide is designed to support users installing QuickBooks: Pro or Premier 2008 financial accounting software, especially in a networked environment. The guide also covers

More information

Kernel for Exchange Server. Installation and Configuration Guide

Kernel for Exchange Server. Installation and Configuration Guide Kernel for Exchange Server Installation and Configuration Guide Table of Contents Table of Contents... 2 1. Introduction... 3 2. Requirements and Prerequisites... 3 2.1 Basic System Requirements... 3 2.2

More information

MapMarker Plus Desktop Installation Guide

MapMarker Plus Desktop Installation Guide MapMarker Plus 11.0 Desktop Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No

More information

AnySite. Australia. Install Guide. AnySite v9.1 Install Guide

AnySite. Australia. Install Guide. AnySite v9.1 Install Guide AnySite Australia Install Guide AnySite v9.1 Install Guide TABLE OF CONTENTS Chapter 1: Introduction... 4 Product Inventory Chapter 2: Before You Begin... 6 Permissions System Requirements Default Install

More information

GraffixPro Studio Getting Started Guide

GraffixPro Studio Getting Started Guide GraffixPro Studio Getting Started Guide The GraffixPro Studio Software is comprised of a set of linked applications: the Administrator, the Library, and the design software. This guide outlines the procedures

More information

Veritas System Recovery 18 Management Solution Administrator's Guide

Veritas System Recovery 18 Management Solution Administrator's Guide Veritas System Recovery 18 Management Solution Administrator's Guide Documentation version: 18 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are

More information

Password Reset Server Installation

Password Reset Server Installation Password Reset Server Installation Vista/Server 08 and Windows 7/Server 2008 R2 Table of Contents I. Requirements... 4 A. System Requirements... 4 B. Domain Account Requirements... 5 C. Recommendations...

More information

Microsoft Dynamics GP Release Integration Guide For Microsoft Retail Management System Headquarters

Microsoft Dynamics GP Release Integration Guide For Microsoft Retail Management System Headquarters Microsoft Dynamics GP Release 10.0 Integration Guide For Microsoft Retail Management System Headquarters Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable

More information

SmartDispatch Installation Guide

SmartDispatch Installation Guide SmartDispatch Installation Guide Copyright Information Hytera is the trademark or registered trademark of Hytera Communications Corporation Limited. (the Company) in PRC and/or other countries or areas.

More information

Sage Installation and System Administrator s Guide. March 2019

Sage Installation and System Administrator s Guide. March 2019 Sage 100 2019 Installation and System Administrator s Guide March 2019 2019 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein

More information

Installation Guide. May vovici.com. Vovici Enterprise Version 6.1. Feedback that drives vision.

Installation Guide. May vovici.com. Vovici Enterprise Version 6.1. Feedback that drives vision. Installation Guide Vovici Enterprise Version 6.1 May 2011 For installation support, please contact our Vovici Enterprise installation experts at installefmc@. If phone support is requested an installation

More information

Top Producer for Palm Handhelds

Top Producer for Palm Handhelds Top Producer for Palm Handhelds Quick Setup Top Producer Systems Phone number: 1-800-830-8300 Email: support@topproducer.com www.topproducer.com Fax: 604.270.6365 Top Producer for Palm handhelds Quick

More information

Remote Indexing Feature Guide

Remote Indexing Feature Guide Remote Indexing Feature Guide EventTracker Version 8.2 Publication Date: Sept. 8, 2016 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract The purpose of this document is

More information

Migrating to the New Aloha Manager Quick Reference Guide

Migrating to the New Aloha Manager Quick Reference Guide Quick Reference Guide Inside this guide Who should read this guide? What is the new Aloha Manager? When should a customer migrate to the new Aloha Manager? What are the minimum system requirements? What

More information

Sage 300. Sage CRM 2018 Integration Guide. October 2017

Sage 300. Sage CRM 2018 Integration Guide. October 2017 Sage 300 Sage CRM 2018 Integration Guide October 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

Virtual CD TS 1 Introduction... 3

Virtual CD TS 1 Introduction... 3 Table of Contents Table of Contents Virtual CD TS 1 Introduction... 3 Document Conventions...... 4 What Virtual CD TS Can Do for You...... 5 New Features in Version 10...... 6 Virtual CD TS Licensing......

More information

DOCUMENT TRACKING INSTALLATION GUIDE

DOCUMENT TRACKING INSTALLATION GUIDE DOCUMENT TRACKING INSTALLATION GUIDE DOCUMENT TRACKING INSTALLATION GUIDE This document walks through the steps necessary for installing the program. TO INSTALL DTS: You should have administrator rights

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

More information

System Architecture and Configuration Beginning (mon ) Matt Messinger and Ed Simmerson

System Architecture and Configuration Beginning (mon ) Matt Messinger and Ed Simmerson Beginning (mon 1-2.30) Matt Messinger and Ed Simmerson Class Objectives Overview of the Siriusware architecture Understand the components and their interactions Understand the hardware requirements How

More information

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide Authentication Services ActiveRoles Integration Pack 2.1.x Administration Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. Copyright 1993-2016 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

Contents. 1 Introduction... 2 Introduction to Installing and Configuring LEI... 4 Upgrading NotesPump to LEI...

Contents. 1 Introduction... 2 Introduction to Installing and Configuring LEI... 4 Upgrading NotesPump to LEI... Contents 1 Introduction... Organization of this Manual... Related Documentation... LEI and DECS Documentation... Other Documentation... Getting Started with Lotus Enterprise Integrator... 2 Introduction

More information

Upgrade Guide. NovaBACKUP xsp NovaStor. All Rights Reserved.

Upgrade Guide. NovaBACKUP xsp NovaStor. All Rights Reserved. Upgrade Guide NovaBACKUP xsp 17 2015 NovaStor. All Rights Reserved. NovaBACKUP Upgrade Information... 3 Intended Audience... 3 Upgrade Paths... 3 License Keys... 3 NovaBACKUP xsp Modules... 3 Preparing

More information

Installation Guide Install Guide Centre Park Drive Publication Date: Feb 11, 2010

Installation Guide Install Guide Centre Park Drive Publication Date: Feb 11, 2010 EventTracker Install Guide 8815 Centre Park Drive Publication Date: Feb 11, 2010 Columbia MD 21045 U.S. Toll Free: 877.333.1433 Abstract The purpose of this document is to help users install and configure

More information

Scribe Insight Installation Guide. Version May 17, 2013

Scribe Insight Installation Guide. Version May 17, 2013 Scribe Insight Installation Guide Version 7.6.1 May 17, 2013 www.scribesoft.com Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form

More information

Sage 300 Construction and Real Estate (formerly Sage Timberline Office)

Sage 300 Construction and Real Estate (formerly Sage Timberline Office) Sage 300 Construction and Real Estate (formerly Sage Timberline Office) Version 16.1 User's Guide This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved.

More information

Chime for Lync High Availability Setup

Chime for Lync High Availability Setup Chime for Lync High Availability Setup Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation

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

CSDA DiagInfo for Alpha Five. Table of Contents

CSDA DiagInfo for Alpha Five. Table of Contents Table of Contents Alpha Five Version Compatibility...3 QReportBuilder Compatibility...3 Vista / Windows 7 Compatibility...3 Purpose...3 Free License...4 Licensed Version...4 Quick Installation...4 Manual

More information

Installation Guide. for Business Partners

Installation Guide. for Business Partners Installation Guide for Business Partners Notice The information in this document is subject to change without notice. MPAY Inc. shall not be liable for any technical or editorial errors contained herein

More information

Relius Administration Version (and higher) Component. For Public Consumption Last Updated: March 1, 2017 Relius Administration Technology

Relius Administration Version (and higher) Component. For Public Consumption Last Updated: March 1, 2017 Relius Administration Technology Relius Administration Version 2017.0 (and higher) Component For Public Consumption Last Updated: March 1, 2017 Relius Administration Technology Attention Technology Consultants! If you are unfamiliar with

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

Scribe Insight Installation Guide. Version August 6,

Scribe Insight Installation Guide. Version August 6, Scribe Insight Installation Guide Version 7.7.0 August 6, 2015 www.scribesoft.com Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form

More information

Sage 500 ERP Installation and System Configuration Guide. Thursday, January 26, 2017

Sage 500 ERP Installation and System Configuration Guide. Thursday, January 26, 2017 Sage 500 ERP 2017 Installation and System Configuration Guide Thursday, January 26, 2017 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names

More information

Tivoli Decision Support 2.1

Tivoli Decision Support 2.1 ,QVWDOODWLRQ*XLGH Tivoli Decision Support 2.1 Tivoli Decision Support 2.1 Installation Guide (October 1999) Copyright 1999 by Tivoli Systems, an IBM Company, including this documentation and all software.

More information

Sage Installation and System Administrator s Guide. October 2016

Sage Installation and System Administrator s Guide. October 2016 Sage 100 2017 Installation and System Administrator s Guide October 2016 2016 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein

More information

Getting Started with Tally.Developer 9 Alpha

Getting Started with Tally.Developer 9 Alpha Getting Started with Tally.Developer 9 Alpha 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

Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004)

Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Copyright 2012 Sage Software, Inc. All Rights Reserved. Sage, the Sage logos, ACT!, and the Sage product and service names mentioned

More information

Microsoft Dynamics GP. Extender User s Guide

Microsoft Dynamics GP. Extender User s Guide Microsoft Dynamics GP Extender User s Guide Copyright Copyright 2009 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 Installation and Setup Guide Revised on 09/25/2014 TABLE OF CONTENTS ROCK-POND REPORTING 2.1... 1 SUPPORT FROM ROCK-POND SOLUTIONS... 2 ROCK-POND REPORTING OVERVIEW... 2 INFRASTRUCTURE

More information

Synchronizer Quick Installation Guide

Synchronizer Quick Installation Guide Synchronizer Quick Installation Guide Version 5.7 September 2015 1 Synchronizer Installation This document provides simplified instructions for installing Synchronizer. Synchronizer performs all the administrative

More information

Jonas Activity Management Technical Deployment Guide

Jonas Activity Management Technical Deployment Guide Jonas Activity Management Technical Deployment Guide [] Software for Life Jonas Activity Management Technical Deployment Guide, Jonas, Jonas Software, Software for Life, and Gary Jonas Computing are registered

More information

Sage ERP Accpac 6.0A. SageCRM 7.0 I Integration Guide

Sage ERP Accpac 6.0A. SageCRM 7.0 I Integration Guide Sage ERP Accpac 6.0A SageCRM 7.0 I Integration Guide 2010 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and all Sage ERP Accpac product and service names mentioned herein are registered

More information

Sage 300 Construction and Real Estate (formerly Sage Timberline Office)

Sage 300 Construction and Real Estate (formerly Sage Timberline Office) Sage 300 Construction and Real Estate (formerly Sage Timberline Office) Version 17.1 User's Guide This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved.

More information

Symantec pcanywhere 12.5 SP4 Release Notes

Symantec pcanywhere 12.5 SP4 Release Notes Symantec pcanywhere 12.5 SP4 Release Notes Symantec pcanywhere 12.5 SP4 Release Notes The software described in this book is furnished under a license agreement and may be used only in accordance with

More information

HORTICOPIA Professional

HORTICOPIA Professional HORTICOPIA Professional Networking User Guide Horticopia, Inc. www.horticopia.com October 2017 Table of Contents I. Quick Start 2 II. System Requirements 3 III. Installing HORTICOPIA Professional 4 1.

More information

Relativity Designer Installation Guide

Relativity Designer Installation Guide Liant Software Corporation Relativity Designer Installation Guide Version 5 Copyright 1994-2003 by Liant Software Corporation. All rights reserved. Printed in U.S.A. No part of this publication may be

More information