Unix SQL Connection Option

Size: px
Start display at page:

Download "Unix SQL Connection Option"

Transcription

1 Unix SQL Connection Option This document provides instructions for installing, setting up and using the Unix SQL Connection Option. 10/20/2008

2 Unix SQL Connection Option 2 Table of Contents Unix SQL Connection Option... 3 Overview... 3 Unix SQL Connection Requirements... 4 Demo Capabilities... 4 Additional Documentation...4 Installation... 5 Overview... 5 Server Installation... 5 Step 1 Install CounterPoint...5 Step 2 Register the SQL Connection Option...5 Step 3 Install the U/SQL Server software...5 Step 4 Install the U/SQL Server license...7 Step 5 Define a U/SQL Data Source...7 Client Installation... 8 Step 6 Install the Windows SQL Client...8 Step 7 Define an ODBC Connection...10 Accessing your CounterPoint data Using Crystal Reports...11 Using MS Query files...11 Using Win USQLi Using usqli... 14

3 Unix SQL Connection Option 3 Unix SQL Connection Option Overview The Unix SQL Connection Option allows you to use Transoft s U/SQL software to access CounterPoint data files on your Unix/Linux system from a Windows workstation. The SQL Connection Option includes a server component for the Unix/Linux server, a separate client component for each Windows workstation, data dictionaries that describe the CounterPoint data, and a number of additional components. The Unix SQL Connection Option includes: U/SQL Server Software Software that runs on the Unix/Linux server to provide access to the CounterPoint data files U/SQL Client Software Software that runs on the Windows workstation that allows access to CounterPoint data through an ODBC Data Source Complete dictionary files A complete dictionary (complete.udd) is provided that describes all CounterPoint data files and fields. English dictionary files A simplified and abbreviated English dictionary (english.udd) that lets you access CounterPoint data using the English-like descriptions you normally see on CounterPoint screens. For example, you can see and ask for an item's Vendor instead of the more technical ITEM-PRIME-VEND. The English dictionary only includes selected data files and fields that we believe would be most commonly used in reporting, and does not include all data fields. NOTE: These dictionaries are licensed for use only on systems with the SQL Connection Option. Sample Crystal reports Sample Crystal reports are provided to illustrate data mining of inventory and customer ticket history information. Crystal Reports Viewer Allows you to view Crystal reports on a Windows workstation. (The SQL Connection Option includes a Crystal Reports Viewer and a Crystal runtime. The Crystal Reports Designer, purchased separately, is required if you wish to create or customize reports.) Sample MS Query files A set of sample SQL queries (*.dqy files) is provided to illustrate retrieving data from the English tables. Excel workbooks (or worksheets) A set of workbooks (worksheets) is provided that shows columnar and graphical views of your inventory and other valuable information. Some of the workbooks use pivot tables for crosstab analysis, such as "on-hand by category" or "sales by location by category". Because the workbooks are linked directly to your CounterPoint data via an ODBC connection, you can click and immediately get an updated view of your business. You can use the workbooks provided as they are, or as models to create your own workbooks to see the exact information that you want the way you want to see it.

4 Unix SQL Connection Option 4 Unix SQL Connection Requirements Server Server running a Unix/Linux operating system supported by CounterPoint Clients Workstation(s) running Windows 2000/XP Connection via TCP/IP to the Unix/Linux server (Optional, if using Excel) Microsoft Query (Optional, if designing reports) Crystal Reports Designer Demo Capabilities A 30-day demo/evaluation capability is built into the system. This same capability is used for temporary activation prior to installing the permanent activation key. The demo can be activated only one time, for a maximum of 30 days. Additional Documentation Transoft provides additional configuration options and other information about using U/SQL in documentation that is installed with your U/SQL Server software and U/SQL Client software.

5 Unix SQL Connection Option 5 Installation Overview The installation steps outlined below are detailed in the following sections: Server Installation Step 1 Install CounterPoint Step 2 Register the SQL Connection Option Step 3 Install the U/SQL Server software Step 4 Install the U/SQL Server license Step 5 Define a U/SQL Data Source Client Installation Step 6 Install the Windows SQL Client Step 7 Define an ODBC Connection Server Installation Step 1 Install CounterPoint If you have not already done so, install CounterPoint on your Unix system. Step 2 Register the SQL Connection Option For temporary activation, or for demo/evaluation purposes, you may skip this step. For permanent activation, use System / Registration to register the SQL Connection Option, entering the Permanent activation key shown on your Activation Form. At field number to change, press F5 to obtain the U/SQL license information. A screen will display showing your U/SQL Server license and your U/SQL Client license numbers. Write down these numbers for later use. You need a different client license for each machine that will install the client. NOTE: If you are installing the client on more than 20 workstations, contact Radiant Systems for additional client keys. Step 3 Install the U/SQL Server software In this step you will install the U/SQL Server software on your Unix/Linux server. 1. Set the environment variables COBDIR and LD_LIBRARY_PATH to the Micro Focus COBOL directory located below your top-level CounterPoint directory. For example, if CounterPoint was installed in /usr/syn, use the commands: COBDIR=/usr/syn/COBDIR;export COBDIR LD_LIBRARY_PATH=/usr/syn/COBDIR/coblib;export LD_LIBRARY_PATH

6 Unix SQL Connection Option 6 2. Create a directory named usqls below the CounterPoint top-level directory and set the permissions appropriately for your system. 3. Change directories to the usqls directory. For example: cd /usr/syn/usqls 4. Mount the CounterPoint CD. Typically, these commands are: Open Server mount /dev/cd0 /mnt cd /mnt Linux mount /dev/cdrom /mnt Cd /mnt 5. Transoft uses two character codes to identify Unix environments. They are lx (Linux) and so (Open Server). There are different U/SQL Server installation files for each environment. The files are named as follows: Open Server csmfso310.tar Linux csmflx310.tar Extract the appropriate installation file for your system from the CPUNIX directory on the CounterPoint CD using the command: tar xvf /mnt/cpunix/csmfxx310.tar (where xx is lx or so) For example, if you are running Linux, extract the files using the command: tar xvf /mnt/cpunix/csmfso310.tar 6. Install the server software by typing the command:. / install.sh 7. When prompted for a product password, enter: UNIX-MFLX-SUZUKI (Linux) UNIX-MFSO-UXBRIDGE (Open Server) During installation, you should see the message: The installation has detected a Micro Focus environment. Do you wish to run a test to confirm that U/SQL Server will operate in your environment (Y/N): Y Answer Y. You should see the message: Micro Focus environment satisfactory for U/SQL Server executable. 8. When prompted for the revision of Micro Focus COBOL ISAM, select the default: 2. MF-ISAM Rev 3 (the Micro Focus default) 9. The installation program then finds and displays the TCP/IP socket port number. Write down this number. You will need this value when you install the U/SQL Windows client software. 10. Choose whether to update your server s boot script to have the U/SQL Server start automatically at system boot time.

7 Unix SQL Connection Option 7 (Recommended) Answer y (Yes) to update your server s boot script to have the U/SQL Server start automatically at system boot time. For information on manually starting or stopping the server, and other functions, refer to Transoft's Configure and Use Manual installed with your U/SQL Server and U/SQL Client software. NOTE: If you encounter a net frame read error when trying to access the CounterPoint data, it may be necessary to modify the U/SQL startup script to add the environment variables COBDIR and LD_LIBRARY_PATH. On an Open Server system, the startup script is /etc/init.d/usqlcs. On a Linux system, the startup script is /etc/rc.d/init.d/usqlcs. Step 4 Install the U/SQL Server license In this step, you will license the U/SQL Server for temporary or permanent activation. A 30-day temporary registration license allows you to evaluate the software prior to permanent registration. You should use temporary registration if you have not received your Permanent activation information for your CounterPoint system, or for demo or evaluation purposes. Temporary registration can only be activated one time, for a maximum of 30 days. 1. From the usr/syn/usqls/bin directory, type: sh serv_setup.sh 2. Choose #6, CREATE, VIEW, AND REMOVE SERVER LICENSE. 3. For temporary activation, choose option 3 to create a temporary 2 user, 30 day evaluation license and follow the screen instructions. 4. For permanent activation, choose option 1 to create a full license. For Your Organization, do not enter your company name. You must enter Licensed CounterPoint User as shown below. Enter the following: Your Organization: Licensed CounterPoint User License Code: <Enter the U/SQL Server license from System / Registration> Answer Y to agree with the license terms, and press Enter to accept the displayed default for the license file path and name (SERVER.LIC). When finished, follow the instructions on the screen to exit the setup script. Step 5 Define a U/SQL Data Source U/SQL Data Sources are defined in the usqlsd.ini file. 1. From the usr/syn/usqls/bin directory, type: sh serv_setup.sh 2. Choose #1, DATA SOURCE CONFIGURATION, then choose #2, Add a new Data Source 3. When prompted for a UDD name, enter the name you want to assign to this data source. For example, if you want to use the sample reports and queries provided with CounterPoint, enter the name CPDATA. It is not necessary to use a.udd extension on the data source name (the samples would not work if you used an extension).

8 Unix SQL Connection Option 8 4. Enter the full path to the dictionary. For example, if you are defining a data source to the English dictionary delivered with CounterPoint, and CounterPoint is installed in the directory usr/syn, you would enter: /usr/syn/sqlconn/english/english.udd 5. Next, you are prompted to enter the directory where the data is located. This is your company directory. You should enter the complete path to your data. For example, if you using the company DEMO1 and CounterPoint is installed in /usr/syn, you would enter: /usr/syn/demo1 This completes the minimal requirements for defining a data source. You can press enter to skip all of the remaining questions. Note: The next question asks if you want to open the files in read-only mode. If you do not want anyone to have the ability to modify the actual CounterPoint data, answer Y to this question. You can also define Data Sources by using vi or a similar editor. Create the Data Source CPDATA and the Data Source COMPLETE by using a text editor to add the following lines to the usqlsd.ini (typically in the /usr/syn/usqls/bin directory): [CPDATA] Dictionary=/usr/syn/SQLCONN/ENGLISH/english.udd Directory=/usr/syn/DEMO1 [COMPLETE] Dictionary=/usr/syn/SQLCONN/COMPLETE/complete.udd Directory=/usr/syn/DEMO1 For a live installation, specify your company instead of DEMO1. Client Installation Step 6 Install the Windows SQL Client The U/SQL client must be installed on each workstation you will use to access the CounterPoint data. When installing on a Windows 2000/XP workstation, make sure you are logged on as an administrator. The U/SQL client is installed from the CounterPoint CD. 1. Insert the CounterPoint 7.5 CD. When the CounterPoint launch menu appears, click Browse and navigate to the CPUNIX\USQLWIN directory. 2. Double click on the file USQLCONN.EXE and follow the screen instructions. Choose any installation directory for the SQL Connection files (the default is C:\SYN). 3. Choose any installation folder for the client, typically the default (the default is C:\Program Files\USQLC). 4. Choose a Typical installation. If you have purchased the Dictionary Toolkit (the U/SQL Manager), you must select a custom install and check the U/SQL Manager box. 5. When prompted for a password, enter: DRV1-MT-HARVEY

9 Unix SQL Connection Option 9 6. When prompted for the default server properties, enter the name (or IP address) of your server and the default port you wrote down when setting up the Unix server. If you forget the port number, you can find it by going to the U/SQL server directory (typically /usr/syn/usqls) and typing: cat install.data 7. When prompted for the license form, you can skip this step to use the 30-day temporary registration by clicking the Close button. You should use temporary registration if you have not received your Permanent activation information for your CounterPoint system, or for demo or evaluation purposes. For permanent activation, when the license screen appears, choose License Form. Enter the following (organization must be entered as Licensed CounterPoint User): Your Name: <Enter your name here> Your Organization: Licensed CounterPoint User License Code: <Enter the U/SQL Client license from System / Registration> NOTE: Each Windows workstation must have a unique client license. The U/SQL Client software may be operated as a Temporary Unlicensed Copy for 30 days, in unrestricted mode, without installing a license. NOTE: If you do not license the U/SQL Client and an ODBCenabled product (Crystal, Excel, etc.) is invoked, then this message is displayed. If you click the Yes button to create a Temporary Unlicensed Copy, then each time an ODBC-enabled product is invoked this message will appear. 8. Click Finish to complete the installation.

10 Unix SQL Connection Option 10 Step 7 Define an ODBC Connection Define an ODBC Data Source Name (DSN) for the Windows workstation. Select Start / Programs / USQL Client / USQL Administrator. On the User DSN tab, click the Add button. Enter CPDATA for the Data Source Name. This is the data source you defined at the server in Step 5. Enter a description of this data source. Enter the Unix server name (or IP address) and the TCP/IP socket port number you wrote down when installing the U/SQL Server (typically 7000). Enter the Timeout (seconds the system will try to access data before timing out). Click OK to add this DSN. Click to highlight the data source (e.g., CPDATA), then click the Test Connect button to test the new connection. The Test Completed Connection succeeded message appears if your connection is successful. Repeat the above steps to define a DSN for the COMPLETE dictionary.

11 Unix SQL Connection Option 11 Accessing your CounterPoint data The Unix SQL Connection Option allows you to retrieve data from your CounterPoint system using Windows data access tools. You may use Crystal Reports, Excel (with MS Query), or any number of other Windows data access tools. You may also use Win USQLi, a data access tool provided with the SQL Connection Option. (Transoft also provides a Unix server-based data access tool named usqli that allows you to access the data directly at the Unix server). During installation, you defined two Data Source Names (DSN s), CPDATA (using the English dictionary) and COMPLETE (using the Complete dictionary). The CounterPoint data files appear as tables through the English or Complete Data Dictionaries provided with the SQL Connection Option. Using Crystal Reports Sample Crystal reports and a runtime are provided with the SQL Connection Option. These reports are installed under the CounterPoint top-level directory, typically in SYN/SQLCONN. To display a report, navigate to the SYN/SQLCONN directory and double-click crview.exe to run the Crystal Reports Viewer. Select any Crystal report file (*.rpt) in the SYN/SQLCONN directory to open a report in the Crystal Reports Viewer. For more detailed information on the sample Crystal reports and reporting options, refer to the SQL Connection Option documentation for Windows. Using MS Query files MS Query (*.dqy) files are provided with the SQL Connection Option to obtain data from the CPDATA tables (through the English dictionary). These query files are installed under the CounterPoint top-level directory, typically in SYN/SQLCONN/QUERY. The data returned by the query can be displayed in an Excel spreadsheet. MS Query and Excel must be installed on your Windows workstation to use the MS Query files provided with the SQL Connection Option.

12 Unix SQL Connection Option 12 To use MS Query files, open the SYN/SQLCONN/QUERY directory: Double-click any query in that directory (e.g, ITEMS.dqy) MS Query executes the selected query (e.g., ITEMS.dqy) to obtain the data from your U/SQL Server (e.g., ITEMS)

13 Unix SQL Connection Option 13 Using Win USQLi WARNING: Be very careful when you use Win USQLi! This is a powerful data access tool that can be used not only to view data, but also to delete or modify data by entering a few simple SQL commands. Win USQLi is a data access tool that can obtain data from your Unix/Linux CounterPoint system. To run, select Win USQLi from your Windows Start menu: Start / Programs / USQL Client / Win USQLi Click File and select Open UDD from the drop-down menu. The Connect to Data Source form displays the available User Data Sources (User DSN tab). Click to select (highlight) the data source you want to use to access your CounterPoint database (e.g., CPDATA). Click the Open button to use the selected data source to access your CounterPoint database. Enter a SQL query in the Query frame. Click the icon to execute your query. For example, Select * from ITEMS. Executing this SQL query selects and lists all of the records in the ITEMS table of your Unix/Linux CounterPoint database in the Results frame.

14 Unix SQL Connection Option 14 Using usqli WARNING: Be very careful when you use usqli! This is a powerful data access tool that can be used not only to view data, but also to delete or modify data by entering a few simple SQL commands. The Unix server based utility usqli allows you to access and manipulate your data files at the Unix server without requiring an ODBC-enabled client product. You must start usqli from the directory that contains the usqlsd.ini file. 1. From the usr/syn/usqls/bin directory, type: usqli 2. When prompted for a UDD Name, enter the name of the data source you want to access. For example, CPDATA. 3. When connecting, usqli obtains the server name and port number from usqlsd.ini. If you are prompted for the server name, then you probably started the utility from the wrong directory. 4. When the connection is complete, the prompt appears. U/SQL> You can now enter SQL commands. All commands must end with a semicolon (;). For example, to view the contents of the customer file in CPDATA, enter select * from accounts; When finished using usqli, type quit (with no semicolon) and press enter.

Update Guide V7.5.18

Update Guide V7.5.18 Update Guide V7.5.18 Copyright 1984 2010 by Radiant Systems, Inc. PROPRIETARY RIGHTS NOTICE: All rights reserved. No part of this material may be reproduced in any form without written permission from

More information

Client Loading Instructions For ProHelp EPM, Release 7.7

Client Loading Instructions For ProHelp EPM, Release 7.7 Client Loading Instructions For ProHelp EPM, Release 7.7 This application note describes the steps necessary to install the ProHelp EPM, Release 7.7, client software on a workstation computer. It presumes

More information

Workstation Setup Instructions Release 9.5

Workstation Setup Instructions Release 9.5 Workstation Setup Instructions Release 9.5 Copyright 2007 Newmarket International, Inc. All rights reserved. The information in this document is confidential and proprietary to Newmarket International,

More information

Relativity Data Server 2.2

Relativity Data Server 2.2 Relativity Data Server 2.2 Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2017. All rights reserved. MICRO FOCUS, the Micro

More information

Relativity Data Server

Relativity Data Server Relativity Data Server Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2015. All rights reserved. MICRO FOCUS, the Micro Focus

More information

How do I connect to Peachtree using ODBC/OLEDB?

How do I connect to Peachtree using ODBC/OLEDB? Answer ID: 25514 Last Updated: 9/11/09 Summary: How do I connect to Peachtree using ODBC/OLEDB? Question: How do I connect to Peachtree using ODBC/OLEDB? Answer: Peachtree 2010 (Pro Accounting and later)

More information

ODBC. Getting Started OpenLink Server Software Using ODBC

ODBC. Getting Started OpenLink Server Software Using ODBC Getting Started OpenLink Server Software Using The documentation in this publication is provided pursuant to a Sales and Licensing Contract for the Prophet 21 System entered into by and between Prophet

More information

ODBC DOCUMENTATION UPDATES

ODBC DOCUMENTATION UPDATES DOCUMENTATION UPDATES Date Description Where Changed 5/16/03 New upgrading instructions have been added to upgrade OpenLink to version 4.1. Getting Started chapter, in the Upgrading OpenLink section (page

More information

Software Operations Manual

Software Operations Manual Software Operations Manual Version 5.0 System Requirements PC with 1GHz or higher, Intel Pentium Processor or compatible Microsoft Windows XP Professional or Vista Business Edition Microsoft.NET framework

More information

Quick Installation Guide

Quick Installation Guide Oracle Revenue Management and Billing Version 2.4.0.1.0 Revision 6.1 E65333-01 July, 2015 Oracle Revenue Management and Billing E65333-01 Copyright Notice Copyright 2015, Oracle and/or its affiliates.

More information

Oracle Utilities Customer Care and Billing

Oracle Utilities Customer Care and Billing Oracle Utilities Customer Care and Billing Quick Install Guide Release 2.4.0 Service Pack 3 E37713-04 June 2015 Oracle Utilities Customer Care and Billing Installation Guide E37713-04 Copyright 2015 Oracle

More information

COINS Ti Call Management System Standard Installation Instructions for Citrix Users

COINS Ti Call Management System Standard Installation Instructions for Citrix Users COINS Ti Call Management System Standard Installation Instructions for Citrix Users COINS recommends that the System Administrator or staff trained in both UNIX and Citrix installation processes perform

More information

Installation Instructions for ServicePoint SQL

Installation Instructions for ServicePoint SQL COMPUTER SOLUTIONS The clear choice for service management software Installation Instructions for ServicePoint SQL The following pages of instructions should allow you to successfully install the ServicePoint

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

LiNC-NXG for Windows 8 Professional, Windows 7 Professional, Vista Business Edition and XP Professional

LiNC-NXG for Windows 8 Professional, Windows 7 Professional, Vista Business Edition and XP Professional LiNC-NXG for Windows 8 Professional, Windows 7 Professional, Vista Business Edition and XP Professional Installation Guide for LiNC-NXG 33-10067-001 REV: C PCSC 3541 Challenger Street Torrance, CA 90503

More information

Quick Installation Guide

Quick Installation Guide Oracle Revenue Management and Billing Version 2.3.0.2.0 Revision 4.1 E58653-01 November, 2014 Oracle Revenue Management and Billing E58653-01 Copyright Notice Copyright 2014, Oracle and/or its affiliates.

More information

Data Exchange 3. The easy way to turn your data into valuable information. VERSION 3.0

Data Exchange 3. The easy way to turn your data into valuable information. VERSION 3.0 Data Exchange 3 The easy way to turn your data into valuable information. VERSION 3.0 12-21-2017 DATA EXCHANGE 3 1 TABLE OF CONTENTS SECTION 1. Overview... 6 1.1. MAIN GOALS...6 1.2. How it Works...6 Data

More information

Registering CounterPoint

Registering CounterPoint 1 Installation and Configuration: Getting Started Registering CounterPoint Overview CounterPoint must be registered before the software can be used. Demonstration versions of the software only require

More information

Upgrading and Networking SK 7

Upgrading and Networking SK 7 Step 1 : Upgrading and Networking SK 7 Open the email with the link for upgrading to Servant Keeper 7. Click on the link and select Run. This will begin the upgrade process. NOTE: If you are running Version

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

Setting Up the Encore Interface

Setting Up the Encore Interface Setting Up the Encore Interface V-Technologies LLC 61 Mattatuck Heights Waterbury CT 06705 ph: 800.462.4016 fax: 203.574.1979 support: 203.574.1884 1989-2001 V-Technologies LLC All rights reserved. StarShip

More information

LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide

LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide Rev. 02 (August, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may be reproduced in any form or by any means

More information

Abila MIP DrillPoint Reports. Installation Guide

Abila MIP DrillPoint Reports. Installation Guide Abila MIP DrillPoint Reports This is a publication of Abila, Inc. Version 16.1 2015 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service

More information

EMS Installation. Workstation Requirements CHAPTER. EMS Lite (Windows 95/98) EMS NT (Windows NT 4.0)

EMS Installation. Workstation Requirements CHAPTER. EMS Lite (Windows 95/98) EMS NT (Windows NT 4.0) CHAPTER 2 EMS Installation This chapter provides instructions for installing the Element Management System (EMS) software on a user workstation. Workstation Requirements The following sections list the

More information

Relativity for Windows Workstations

Relativity for Windows Workstations Relativity for Windows Workstations Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2015. All rights reserved. MICRO FOCUS,

More information

Follow all of the steps indicated below for each process. Some steps may require IT assistance.

Follow all of the steps indicated below for each process. Some steps may require IT assistance. The instructions provided below are for upgrading EnergyCAP Enterprise from Release 6.0 to Release 6.1SP1. The version number of EnergyCAP 6.1 is 6.1.60.xx. (xx will correspond to the current build, and

More information

MC2-ICE Integration with Prime Bid

MC2-ICE Integration with Prime Bid MC2-ICE Integration with Prime Bid The process of transferring costs from ICE to Prime Bid (integration) is based on exporting the information from an estimate (sections and costs) via custom Crystal Report

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 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

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

Millennium Expert/Enterprise Installation Guide Version Table of Contents

Millennium Expert/Enterprise Installation Guide Version Table of Contents Millennium Expert/Enterprise Installation Guide Version 5.0.3599 Table of Contents Section Page Installing Microsoft SQL Server 2 Installing Millennium Server software 9 Installing Millennium Databases

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

AppWizard Installation/Upgrade Guide (v.4.00)

AppWizard Installation/Upgrade Guide (v.4.00) AppWizard Installation/Upgrade Guide (v.4.00) Last Updated: 15 September 2010 1 Introduction This manual is intended for the installation or upgrade of AppWizard 5.00. Please ensure that all steps are

More information

Payment.Solution Enterprise Manager Users Guide

Payment.Solution Enterprise Manager Users Guide Payment.Solution Enterprise Manager Users Guide Installation Payment.Solution Enterprise Manager Introduction Payment.Solution Enterprise Manager is a management console used to report on the activities

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. Verify Hardware Requirements Server: Confirm that

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

Copyright Autodesk, Inc.

Copyright Autodesk, Inc. Customer and Administration Building, Ditzingen, Germany - Design by Barkow Leibinger Architects Copyright 2003-2008 Autodesk, Inc. Table of Contents 1 Introduction... 3 What is Facility Manager?... 3

More information

V Features 1. CentOS and RedHat Enterprise Linux 5 support

V Features 1. CentOS and RedHat Enterprise Linux 5 support V7.5.17 Features 1 V7.5.17 Features System CentOS and RedHat Enterprise Linux 5 support CentOS and RedHat Enterprise Linux 5 are now supported operating systems for use with CounterPoint V7.5.17. NOTE:

More information

SilkTest 2010 R2. Installation Guide

SilkTest 2010 R2. Installation Guide SilkTest 2010 R2 Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2009-2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest contains

More information

A guide to assist dental or medical care facilities with the install of the DataGrabber, Apteryx s patented practice management bridging software.

A guide to assist dental or medical care facilities with the install of the DataGrabber, Apteryx s patented practice management bridging software. DATAGRABBER Apteryx Inc. 313 S. High St. Suite 200 Akron, OH 44308 330-376-0889 voice 330-376-0788 fax sales@apteryx.com www.apteryx.com DATAGRABBER Installation Guide Abstract Abstract A guide to assist

More information

Conversion checklist from BusinessWorks Version 12 to Sage BusinessWorks 2017

Conversion checklist from BusinessWorks Version 12 to Sage BusinessWorks 2017 Conversion checklist from BusinessWorks Version 12 to Sage BusinessWorks 2017 This checklist includes instructions for how to convert from BusinessWorks Version 12 to a new installation of Sage BusinessWorks

More information

Lab: Implementing SMS 2003 SP1 Features

Lab: Implementing SMS 2003 SP1 Features Lab: Implementing SMS 2003 SP1 Features Objectives After completing this lab, you will be able to: Identify an SMS 2003 SP1 site. Implement SMS 2003 SP1 folders. Implement a configurable HTTP port in SMS

More information

Contents. User's Guide

Contents. User's Guide Contents i User's Guide ii Contents No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without prior written permission from

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

Using Notes. System: Using CounterPoint. Overview. Adding notes

Using Notes. System: Using CounterPoint. Overview. Adding notes 1 System: Using CounterPoint Using Notes Overview Adding notes CounterPoint allows you to enter unlimited notes for items, customers, vendors, and Order Entry orders. Each note has a unique ID that allows

More information

Installation / Migration Guide for Windows 2000/2003 Servers

Installation / Migration Guide for Windows 2000/2003 Servers & Installation / Migration Guide for Windows 2000/2003 Servers Ebix, Inc. Corporate Headquarters Concourse Parkway, Suite 3200 Atlanta, GA 30328 USA Phone: 678-281-2020 Fax: 678-281-2019 E-mail: info@ebix

More information

User Guide MapRoad 2.3 Install Guide Windows 7

User Guide MapRoad 2.3 Install Guide Windows 7 User Guide MapRoad 2.3 Install Guide Windows 7 Purpose of this Document The purpose of this document is to fully describe the installation of the modules associated with MapRoad 2.3 in a window 7 environment.

More information

ODBC Installation Instructions RecTrac 10.3 / Progress 11.3

ODBC Installation Instructions RecTrac 10.3 / Progress 11.3 ODBC Installation Instructions RecTrac 10.3 / Progress 11.3 RECTRAC 10.3 / PROGRESS 11.3 ODBC INSTALLATION INSTRUCTIONS... 1 CREATING AN ODBC USER FOR THE RECTRAC DATABASE... 1 SETTING UP THE 11.3 ODBC

More information

Dynamics ODBC REFERENCE Release 5.5a

Dynamics ODBC REFERENCE Release 5.5a Dynamics ODBC REFERENCE Release 5.5a Copyright Manual copyright 1999 Great Plains Software, Inc. All rights reserved. This document may not, in whole or in any part, be copied, photocopied, reproduced,

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

Acucorp and ACUCOBOL-GT are registered trademarks of Acucorp, Inc.

Acucorp and ACUCOBOL-GT are registered trademarks of Acucorp, Inc. SouthWare SQLTools NOTICE The information in this document is subject to change without notice. SouthWare Innovations, Inc. assumes no responsibility for any errors that may appear in this documentation.

More information

The Lackner Group. Addendum to the Administrator s Guide for FileMaker Server 5.5 (February 14, 2003)

The Lackner Group. Addendum to the Administrator s Guide for FileMaker Server 5.5 (February 14, 2003) The Lackner Group Addendum to the Administrator s Guide for FileMaker Server 5.5 (February 14, 2003) This document will step you through the most common configuration setup for FileMaker Server 5.5 when

More information

2015 Beta 2 Tutorials

2015 Beta 2 Tutorials 2015 Beta 2 Tutorials 2015 Beta 2 FOR WINDOWS & UNIX & LINUX Contents 1 Tutorial 2: Config, Deploy & Run the Application... 1 1.1 Task 1: Configure the database type... 1 1.2 Task 2: Configure the database

More information

Getting Started. In this chapter, you will learn: 2.1 Introduction

Getting Started. In this chapter, you will learn: 2.1 Introduction DB2Express.book Page 9 Thursday, August 26, 2004 3:59 PM CHAPTER 2 Getting Started In this chapter, you will learn: How to install DB2 Express server and client How to create the DB2 SAMPLE database How

More information

Activant FASPAC. FasData Exchange

Activant FASPAC. FasData Exchange Activant FASPAC FasData Exchange This class is designed for FASPAC Users familiar with: FASPAC system operations Database structures Data Views Microsoft Excel and / or Microsoft Access Other ODBC data

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

User Guide. ThinkFree Office Server Edition June 13, Copyright(c) 2011 Hancom Inc. All rights reserved

User Guide. ThinkFree Office Server Edition June 13, Copyright(c) 2011 Hancom Inc. All rights reserved User Guide ThinkFree Office Server Edition June 13, 2011 Document Revision History This table describes the changes to ThinkFree Office Server Edition User Guide Date Note 2008-06-30 ThinkFree Office Server

More information

Analyze 10.0 Installation Instructions: UNIX/Linux. Analyze 10.0 Installation Instructions

Analyze 10.0 Installation Instructions: UNIX/Linux. Analyze 10.0 Installation Instructions Analyze 10.0 Installation Instructions: UNIX/Linux 1 Installation Instructions UNIX/Linux Welcome to Analyze 10.0, a robust, powerful, and practical research software for advanced biomedical imaging visualization,

More information

Introduction. Saving Workbooks. Excel 2010 Saving. To Use the Save As Command: Page 1

Introduction. Saving Workbooks. Excel 2010 Saving. To Use the Save As Command: Page 1 Excel 2010 Saving Introduction Page 1 Are you saving a workbook for the first time? Saving it as another name? Sharing it with someone that does not have Excel 2010? There are many ways you share and receive

More information

MegaTrack. Quick Start Guide

MegaTrack. Quick Start Guide MegaTrack Quick Start Guide MegaTrack Quick Start Guide This document will help you quickly install and test the MegaTrack software. For additional information regarding the operation and configuration

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

MapMarker Plus Developer Installation Guide

MapMarker Plus Developer Installation Guide MapMarker Plus 11.1 Developer 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

Profits Quick Start Guides. Profits Provider. Revised May 7, Copyright 2008 Practical Computer Solutions, Inc.

Profits Quick Start Guides. Profits Provider. Revised May 7, Copyright 2008 Practical Computer Solutions, Inc. Profits Quick Start Guides Revised May 7, 2009 Copyright 2008 Practical Computer Solutions, Inc. Practical Computer Solutions, Inc. 2 Overview Profits stores its data files using Fujitsu s propriatary

More information

New Dealership TeamDesign Installation Instructions

New Dealership TeamDesign Installation Instructions New Dealership TeamDesign Installation Instructions This document describes how to install the TeamDesign software for the first time. It is very important that you read this document completely before

More information

This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator.

This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator. SK Help Network Help Sheets - Workstation Installation This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator. Due to

More information

PDFBlaster Installation Overview

PDFBlaster Installation Overview Page 1 of 51 PDFBlaster Installation Overview Step 1 If you downloaded the PDFBlaster setup file (pdfblaster.exe) from the Internet, locate where you downloaded this file and then double-click on it to

More information

Macola Enterprise Suite Release Notes: Macola ES version ES

Macola Enterprise Suite Release Notes: Macola ES version ES Page 1 of 6 Macola Enterprise Suite Release Notes: Macola ES version ES9.6.100 Release: version ES9.6.100 Main: Support Product Know How Category: Release Notes Sub Category: General Assortment: Macola

More information

Forms Printer User Guide

Forms Printer User Guide Forms Printer User Guide for Dynamics GP 2015 Forms Printer Build Version: 14.00.149 System Requirements Microsoft Dynamics GP 2015 (desktop client, web client) Microsoft SQL Server 2005 or Higher Reporting

More information

Novell ZENworks Asset Management 7

Novell ZENworks Asset Management 7 Novell ZENworks Asset Management 7 w w w. n o v e l l. c o m July 2006 INSTALLATION GUIDE Table Of Contents 1. Installation Overview... 1 Upgrade/Update Matrix...1 Installation Choices...2 ZENworks Asset

More information

JUN / 04 VERSION 7.1 FOUNDATION PVI EWLUTME

JUN / 04 VERSION 7.1 FOUNDATION PVI EWLUTME JUN / 04 VERSION 7.1 FOUNDATION PVI EWLUTME www.smar.com Specifications and information are subject to change without notice. Up-to-date address information is available on our website. web: www.smar.com/contactus.asp

More information

PropertyBoss Upgrade

PropertyBoss Upgrade Installation Guide EMC128-2013 1998-2013 PropertyBoss Solutions. Introduction This document covers 2 upgrade scenarios. Please determine which is required before beginning. Note: The Release version or

More information

HP StorageWorks Performance Advisor. Installation Guide. Version 1.7A

HP StorageWorks Performance Advisor. Installation Guide. Version 1.7A HP StorageWorks Performance Advisor Installation Guide Version 1.7A notice Copyright 2002-2004 Hewlett-Packard Development Company, L.P. Edition 0402 Part Number B9369-96068 Hewlett-Packard Company makes

More information

DOCUMENT REVISION HISTORY

DOCUMENT REVISION HISTORY DOCUMENT REVISION HISTORY Rev. No. Changes Date 000 New Document 10 Jan. 2011 001 Document Revision: 06 Jun. 2011 - Addition of section on MYSQL backup and restore. 002 Document Revision: 22 Jul. 2011

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

PrintStream Interface User Guide

PrintStream Interface User Guide PrintStream Interface User Guide Table Of Contents Overview...1 How the Interface Works...1 Set Up...5 DAT-MAIL STATEMENT PRINTING AND POST MASTER SETUP:...6 PRINTSTREAM SETUP...8 DAT-MAIL Standard Operating

More information

7. Run the TRAVERSE Data Migration Utility from TRAVERSE 10.2 into TRAVERSE 10.5.

7. Run the TRAVERSE Data Migration Utility from TRAVERSE 10.2 into TRAVERSE 10.5. Overview Use the TRAVERSE Data Migration Utility to convert and append OSAS 6.1x, 6.5x or 7.0x data to TRAVERSE data. Follow these steps to import OSAS 6.1x, 6.5x or 7.0x data into TRAVERSE: 1. Make sure

More information

InventoryControl Quick Start Guide

InventoryControl Quick Start Guide InventoryControl Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY PRODUCTS OR SERVICES ARE

More information

TABLE OF CONTENTS PAGE

TABLE OF CONTENTS PAGE Alchemex for MYOB EXO Business Installation Guide September 2010 TABLE OF CONTENTS PAGE Installation Guide System Requirements... 4 Recommended System Requirements... 4 Database Connectivity Supported...

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

Simba ODBC Driver with SQL Connector for Google BigQuery

Simba ODBC Driver with SQL Connector for Google BigQuery Simba ODBC Driver with SQL Connector for Google BigQuery for Windows Simba Technologies Inc. Revised: February 12, 2015 Contents Purpose... 3 Accessing BigQuery... 3 Using sample data in BigQuery... 3

More information

MFP-Link for Sharp. Version 1.0

MFP-Link for Sharp. Version 1.0 MFP-Link for Sharp Version 1.0 MFP-Link Introduction... 3 System Overview...3 Installation... 4 Operating System...4 Internet Information Services (IIS) Installation...4.NET Framework 2.0...6 MFP...6

More information

EasyLobby Database Setup EasyLobby Family of Products Version 10.0

EasyLobby Database Setup EasyLobby Family of Products Version 10.0 EasyLobby Database Setup EasyLobby Family of Products Version 10.0 Introduction This document describes how to set up the EasyLobby 10.0 database on Microsoft SQL Server or Oracle, how to setup an ODBC

More information

Oracle8 Enterprise Edition

Oracle8 Enterprise Edition Oracle8 Enterprise Edition Release 8.0.6 for Windows NT Part No. A69522-01 Contents Included Products on page 3 Pre-Installation on page 6 System Requirements on page 7 Products Available for Installation

More information

Access PayrollSE v5.50a

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

More information

This guide provides instructions in the installation and configuration of XrayVision DCV.

This guide provides instructions in the installation and configuration of XrayVision DCV. Apteryx Inc. 313 S. High St. Suite 200 Akron, OH 44308 330-376-0889 voice 330-376-0788 fax sales@apteryx.com www.apteryx.com XrayVision DICOM Capture View (DCV) Installation Guide Abstract Abstract Abstract

More information

Micro Focus The Lawn Old Bath Road Newbury, Berkshire RG14 1QN UK

Micro Focus The Lawn Old Bath Road Newbury, Berkshire RG14 1QN UK Relativity Designer Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2015. All rights reserved. MICRO FOCUS, the Micro Focus

More information

Micro Focus Relativity Client/Server for UNIX. Installation

Micro Focus Relativity Client/Server for UNIX. Installation Micro Focus Relativity Client/Server for UNIX Installation Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2018. All rights reserved.

More information

Sage 300 ERP Installation andadministration Guide

Sage 300 ERP Installation andadministration Guide Sage 300 ERP 2012 Installation andadministration Guide This is a publication of Sage Software, Inc. Version 2012 Copyright 2012. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage

More information

Configuration Configuration

Configuration Configuration Falcon Hotlink Table Of Contents Configuration...1 Configuration...1 ODBC Driver...1 Installation...1 Configuration...2 Data Sources...2 Installation...2 Configuration...4 Hotlink.xls...4 Installation...4

More information

Océ Administrator s Guide. Océ PRISMAaudit V3.02 Device Manager

Océ Administrator s Guide. Océ PRISMAaudit V3.02 Device Manager Océ Administrator s Guide Océ PRISMAaudit V3.02 Device Manager Copyright Océ Printing Systems GmbH 2000 All rights reserved, including rights of translation, reprinting, reproduction by copying or any

More information

DOCUMENT HISTORY REV. NO. CHANGES DATE. 000 New Document 30 Mar Document Revision:

DOCUMENT HISTORY REV. NO. CHANGES DATE. 000 New Document 30 Mar Document Revision: DOCUMENT HISTORY DOCU-PROOF ENTERPRISE INSTALLATION GUIDE REV. NO. CHANGES DATE 000 New Document 30 Mar. 2010 001 Document Revision: 23 Jun. 2010 Added database support for MS SQL Server and ORACLE. 002

More information

User Guide. Version 2.0. Excel Spreadsheet to AutoCAD drawing Utility. Supports AutoCAD 2000 through Supports Excel 97, 2000, XP, 2003, 2007

User Guide. Version 2.0. Excel Spreadsheet to AutoCAD drawing Utility. Supports AutoCAD 2000 through Supports Excel 97, 2000, XP, 2003, 2007 User Guide Spread2Cad Pro! Version 2.0 Excel Spreadsheet to AutoCAD drawing Utility Supports AutoCAD 2000 through 2007 Supports Excel 97, 2000, XP, 2003, 2007 Professional tools for productivity! 1 Bryon

More information

MassTransit Server Installation Guide for Windows

MassTransit Server Installation Guide for Windows MassTransit 6.1.1 Server Installation Guide for Windows November 24, 2009 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail: info@grouplogic.com

More information

Installing CWM Client

Installing CWM Client CHAPTER 6 This chapter provides an introduction to CWM Client in CWM Release 15.1 and describes the installation and launch processes. Overview of CWM Client CWM Client is a software component of CWM that

More information

Records Manager Installation Guide

Records Manager Installation Guide Records Manager Installation Guide Version 5.3 SP4 December 2006 Copyright 1994-2006 EMC Corporation Table of Contents Preface... 7 Chapter 1 About your download folder... 9 Chapter 2 Overview of the RM

More information

ProductCenter Database Merge Utility Release Notes

ProductCenter Database Merge Utility Release Notes ProductCenter Database Merge Utility Release Notes Release 8.4.0 January, 2006 NorthRidge Software, LLC www.nridge.com (603) 434-2525 CONTENTS Introduction... 3 Database Roles... 3 How it Works... 4 Importance

More information

Relativity for Windows Workstations 2.2

Relativity for Windows Workstations 2.2 Relativity for Windows Workstations 2.2 Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2017. All rights reserved. MICRO FOCUS,

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide Location Intelligence Geographic Information Systems MapMarker Plus Version 30 Installation Guide Information in this document is subject to change without notice and does not represent a commitment on

More information

Analysis and Report Utility

Analysis and Report Utility Analysis and Report Utility Microsoft Excel SAP Crystal Reports Revised: July 12, 2012 Analysis and report utility This utility allows you to access data in your OGC-Plus software so that you can organize

More information

HULFT Customer Support Product Download and Issuance of Product Keys

HULFT Customer Support Product Download and Issuance of Product Keys HULFT Customer Support Product Download and Issuance of Product Keys 4-HUL7e-xx002-01_ALL Copyright (c) 2009 by SAISON INFORMATION SYSTEMS CO., LTD. Table of Contents Introduction 2 1. Serial No.& SP Code

More information