TOOLBOX FUNCTION: Update SQL Widths in COINS Administrative Database when Data Exceeds Format

Size: px
Start display at page:

Download "TOOLBOX FUNCTION: Update SQL Widths in COINS Administrative Database when Data Exceeds Format"

Transcription

1 TOOLBOX FUNCTION: Update SQL Widths in COINS Administrative Database when Data Exceeds Format Modules Affected: All Versions Affected: Version 7 The discussion of this Toolbox utility program is divided into the following sections: Purpose... 1 Accessing the Data Exceed Format Function... 2 Listing SQL Widths... 5 Updating SQL Widths... 7 Updating Individual Fields... 9 Updating All Fields Purpose CMS users occasionally encountered SQL width-related errors with the COINS administration database. This same issue was addressed with the COINS accounting database in Toolbox document TB-SA001. To remedy this problem, SHAKER created a new Toolbox function that can identify the character fields storing more data than the SQL width format of the field. Users can then increase the SQL widths of these fields. This will save time when using the COINS administration database. Important! This Toolbox program changes important information in your COINS database. You must have a current, verified backup before running the program. Contact SHAKER Support immediately if you suspect that this Toolbox program has not finished. 01/18/06, rev. 7/25/06 1 Copyright 2006, Shaker Computer & Management Services, Inc.

2 Accessing the Data Exceed Format Function Follow the steps listed below to access the Data Exceed Format Toolbox function. 1. Sign into COINS and go to the Application Menu. 2. Select System Administrator from the Application Menu. 3. Select User-defined Reports from the System Administrator Menu. The Enter Report Name prompt appears (see Figure 1). Figure 1: User-Defined Reports Screen 01/12/06 C O I N S /dv/act/97c2 System Administrator Menu 1. Backup/Restore Menu 2. Database Administration Menu 3. User Log 4. Update the PR Tax Tables 5. Escape to Operating System 6. Cold Utilities 7. Clear Upgrade File Locks 8. Activate COINS Software 96. User-defined Reports X. Exit User-defined Reports Enter Report Name* satb05.p Enter data or press F4 to end. 4. Enter satb05.p at the Enter Report Name* prompt. 5. The system prompts for the licensing code for this Toolbox item (see Figure 2). Enter the code supplied by your SHAKER representative. Figure 2: Licensing Code Screen 10/10/00 T O O L B O X UTEST Enter Licensing Code: xxxx-xxxx-xxxx /18/06, rev. 7/25/06 2

3 6. A warning screen appears when the licensing code is correctly entered, as shown in Figure 3, to remind you that you need to back up the database before running the Toolbox program. Enter Y at the prompt to continue to the next screen. Figure 3: SQL Update Warning 01/12/06 C O I N S /dv/act/97c2 This program will update SQL widths in COINS Admin database. You must have a current, verified data backup before running it. Contact SHAKER Support immediately if you suspect that the program did not finish running. Do you wish to continue? Y 7. The next screen displays the List or Update SQL Widths (L/U) prompt, as shown in Figure 4. Use this screen to either list or update SQL widths in the COINS administration database, as follows: If you select L to list the SQL widths, follow the steps in the Listing SQL Widths section. If you select U to update the SQL widths, follow the steps in the Updating SQL Widths section. 01/18/06, rev. 7/25/06 3

4 Figure 4: List or Update SQL Widths Prompt Data Exceed Format in COINSADM List or Update SQL Widths (L/U): L Field Definitions List or Update SQL Widths (L/U) Select one of the following to either list or update the SQL widths: L (List) U (Update) When you choose this option, the database is connected in multi-user mode if there is a server for the database, or in single-user mode if there is no server. This function scans the number of records specified for the selected database. You can specify how many records to scan in a file, and what fields and files to scan. If you choose this option, the system attempts to connect to the database in single-user mode, and the following may occur: If the database you want to connect to is running in multiuser mode, the following message appears: The database [the database name] must be started in singleuser mode to Update SQL Widths. You must run "Stop Database Server" function first to continue. If the database you want to connect to is already connected in single-user mode, the following message appears: The database [the database name] is already connected in single-user mode. If the system cannot create or open the log file, the following message appears: Unable to open or create log file. After connecting to the database, the system displays any fields storing more data than the format of the field, and allows you to update the SQL format of these fields. 01/18/06, rev. 7/25/06 4

5 Listing SQL Widths Follow the steps below if you would like to display a listing of the SQL widths in the COINS administrative database. 1. Select L at the List or Update SQL Widths (L/U) prompt (see Figure 4). The selection screen appears, as shown in Figure 5. Figure 5: Selection Screen Data Exceed Format in COINSADM Starting File Name: Ending File Name: Starting Field Name: Ending Field Name: Number of Records to Scan: 0 Field Definitions Starting/Ending File Name Enter a Starting File Name and Ending File Name (e.g., ui_presets). If you leave these fields blank, the system scans all files, and this can be timeconsuming. Starting/Ending Field Name Enter a Starting Field Name (e.g., ups_name) and Ending Field Name (e.g., ups_value). If you leave these fields blank, the system scans all fields, and this can be time-consuming. Number of Records to Scan You must enter the Number of Records to Scan (e.g., 10). This value represents the number of records to be scanned in the database files, not the number of records to be displayed. The number of records you scan in each file increases the length of time this function takes to run. 2. Once you have entered the information above, the screen appears with a listing of SQL widths, as shown in Figure 6. When you select /, a strip menu appears at the bottom of the screen. 01/18/06, rev. 7/25/06 5

6 Figure 6: SQL Widths Listing Data Exceed Format SQL Stored File Name Field name Width Format Length sa_cold sco_notes 16 x(8) 37 sa_database sdb_comments 10 x(5) 17 sa_database sdb_extrachc8 16 x(8) 76 sa_fixdone saf_extrachc1 80 x(40) 81 sa_functions sfu_prog 20 x(10) 30 sa_xtra sxt_extrachc3 16 x(8) 200 ui_errmsg uem_message 80 x(40) 187 ui_presets ups_dialogid 20 x(10) 41 ui_presets ups_name 32 x(16) 50 ui_presets ups_parsedvalue 140 x(70) 6858 ui_presets ups_value 60 x(70) 5694 ui_sessionid uis_appservid 20 x(10) 72 Print Search Exit Strip Menu Definitions Print Use this option to print all information displayed on the screen. Search Exit Use this option to find a particular file. This option returns you to the System Administrator Menu (see Figure 1), where you can either exit the menu or begin the Toolbox function again. 3. Select one of the strip menu options above. When finished, use Exit to leave the Toolbox function. 01/18/06, rev. 7/25/06 6

7 Updating SQL Widths Follow the steps below if you would like to update SQL widths in the COINS administrative database. 1. Select U at the List or Update SQL Widths (L/U) prompt (see Figure 4). The screen appears as shown in Figure 7. Figure 7: Selection Screen Data Exceed Format in COINSADM Starting File Name: Ending File Name: Starting Field Name: Ending Field Name: Number of Records to Scan: 0 Field Definitions Starting/Ending File Name Enter a Starting File Name and Ending File Name (e.g., ui_presets). If you leave these fields blank, the system scans all files, and this can be timeconsuming. Starting/Ending Field Name Enter a Starting Field Name (e.g., ups_name) and Ending Field Name (e.g., ups_value). If you these fields blank, the system scans all fields, and this can be time-consuming. Number of Records to Scan Enter the Number of Records to Scan (e.g., 10). This value represents the number of records to be scanned in the database files, not the number of records to be displayed. The number of records you scan in each file increases the length of time this function takes to run. 2. Once you have entered the information above, the next screen appears, as shown in Figure 8. 01/18/06, rev. 7/25/06 7

8 Figure 8: SQL Widths Listing Data Exceed Format SQL Stored File Name Field name Width Format Length sa_cold sco_notes 16 x(8) 37 sa_database sdb_comments 10 x(5) 17 sa_database sdb_extrachc8 16 x(8) 76 sa_fixdone saf_extrachc1 80 x(40) 81 sa_functions sfu_prog 20 x(10) 30 sa_xtra sxt_extrachc3 16 x(8) 200 ui_errmsg uem_message 80 x(40) 187 ui_presets ups_dialogid 20 x(10) 41 ui_presets ups_name 32 x(16) 50 ui_presets ups_parsedvalue 140 x(70) 6858 ui_presets ups_value 60 x(70) 5694 ui_sessionid uis_appservid 20 x(10) 72 Select choice and press RETURN, or / for menu, or END to exit. 3. You now have the option of either updating a particular field or updating all fields in the database. To update a particular field, follow the steps in the Updating Individual Fields section. To update all fields, follow the steps in the Updating All Fields section. 01/18/06, rev. 7/25/06 8

9 Updating Individual Fields Follow the steps below to update SQL widths for individual fields in the COINS administrative database. 1. Select a File Name from the list to update the SQL width. The screen shown in Figure 9 appears. Figure 9: Update Screen Data Exceed Format SQL Stored File Name mat Length File Name: sa_cold sa_cold Field Name: sco_notes ) 37 sa_database Stored Length: 37 ) 17 sa_database New SQL Width: 16 ) 76 sa_fixdone 0) 81 sa_functions sfu_prog 20 x(10) 30 sa_xtra sxt_extrachc3 16 x(8) 200 ui_errmsg uem_message 80 x(40) 187 ui_presets ups_dialogid 20 x(10) 41 ui_presets ups_name 32 x(16) 50 ui_presets ups_parsedvalue 140 x(70) 6858 ui_presets ups_value 60 x(70) 5694 ui_sessionid uis_appservid 20 x(10) Change the New SQL Width to a larger value (e.g., the stored length) and press Enter. Note: An error message displays if you enter a value exceeding the maximum width of When you have finished updating individual SQL widths and wish to exit this Toolbox function, select /, then select Exit from the strip menu. 01/18/06, rev. 7/25/06 9

10 Updating All Fields Follow the steps below to update SQL widths for all fields in the COINS administrative database. 1. When you select / at the bottom of the screen (Figure 8), a strip menu appears, as shown in Figure 10. Figure 10: Strip Menu Options Data Exceed Format SQL Stored File Name Field name Width Format Length sa_cold sco_notes 16 x(8) 37 sa_database sdb_comments 10 x(5) 17 sa_database sdb_extrachc8 16 x(8) 76 sa_fixdone saf_extrachc1 80 x(40) 81 sa_functions sfu_prog 20 x(10) 30 sa_xtra sxt_extrachc3 16 x(8) 200 ui_errmsg uem_message 80 x(40) 187 ui_presets ups_dialogid 20 x(10) 41 ui_presets ups_name 32 x(16) 50 ui_presets ups_parsedvalue 140 x(70) 6858 ui_presets ups_value 60 x(70) 5694 ui_sessionid uis_appservid 20 x(10) 72 Print Search Update All Exit Strip Menu Definitions Print Use this option to print all information displayed on the screen. Search Use this option to find a particular field. Update All Exit Use this option to set all SQL widths to the stored length for all fields displayed. If you want to change SQL widths for individual fields, see the Updating Individual Fields section. This option returns you to the System Administrator Menu (see Figure 1), where you can either exit the menu or begin the Toolbox function again. 2. Select Update All to set all SQL widths to the stored length for all fields displayed. When selected, the following message displays: WARNING: This may take a few minutes. Set all SQL Widths to the Stored Length for all fields displayed (Y/N). 01/18/06, rev. 7/25/06 10

11 3. Enter Y to update all fields. 4. When the update is complete, the following message appears: RECOMMENDED: Print a report for all Updated SQL Widths (Y/N). The default value is Y. If you select Y, a report is printed. 5. When you have finished updating all SQL widths and wish to exit this Toolbox function, select /, then select Exit from the strip menu. 01/18/06, rev. 7/25/06 11

New Check Print Options in edocuments

New Check Print Options in edocuments in edocuments Modules affected: edocuments Versions affected: Version 6 and 7 This document describes new types of Accounts Payable and Payroll checks that you may print through edocuments. Contents 1.

More information

Kodak Asset Management Software Client Module

Kodak Asset Management Software Client Module Kodak Asset Management Software Client Module Status and asset settings... 1 Asset Status menu... 2 Asset Settings menu... 3 Handling message alerts... 7 Asset Management messages... 9 The Kodak Asset

More information

Install SQL Server 2014 Express Edition

Install SQL Server 2014 Express Edition How To Install SQL Server 2014 Express Edition Updated: 2/4/2016 2016 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders.

More information

16.1 REQUIREMENTS AND INSTALLATION

16.1 REQUIREMENTS AND INSTALLATION EXTENDED SERVICE OPTIONS CHAPTER 16 16.0 OVERVIEW The MICR Reader Module is an Extended Service Option that simplifies the input of NSF checks into Debt$Net. When using the MICR Reader Module, you scan

More information

Reference Document. SedonaOnline Support

Reference Document. SedonaOnline Support Document Overview This document is being provided to explain how to request a SedonaOnline password and how to use SedonaOnline to submit and view Support Tickets. Our company utilizes the SedonaOffice

More information

INSTALL/UPGRADE GUIDE: Amicus Small Firm Accounting

INSTALL/UPGRADE GUIDE: Amicus Small Firm Accounting INSTALL/UPGRADE GUIDE: Amicus Small Firm Accounting Contents Basics...2 Single-User Install...4 Multi-User Network Install...5 Getting Started (first time install)...7 Updating Templates (if upgrading)...9

More information

MadCap Software. Upgrading Guide. Pulse

MadCap Software. Upgrading Guide. Pulse MadCap Software Upgrading Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

Software User Manual. Table of Contents

Software User Manual. Table of Contents Table of Contents Work Preparation...3 Add the terminal(s) in the network to the software for recognisation...3 Create company structure and add departments in new database...4 Create attendance rule sets...5

More information

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Installation and Configuration Introduction This document will walk you step by step in removing MSDE and the setup and

More information

Installation Guide. (June 2014)

Installation Guide. (June 2014) Installation Guide Medtech Fax Solution (for Windows 7 and later) (June 2014) IMPORTANT NOTE Medtech recommends that all Medtech upgrades and database back-up and restore processes are performed by a Medtech

More information

Migrating MSDE to Microsoft SQL 2005 Express SP4

Migrating MSDE to Microsoft SQL 2005 Express SP4 How To Updated: 10/28/2011 2011 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders. If you are still on MSDE 2000 and

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

Profit Developers, Inc. (PDI) 2015 SAXTAX Software Installation Guide

Profit Developers, Inc. (PDI) 2015 SAXTAX Software Installation Guide 2015 SAXTAX Software Installation Guide 1. Installation: Installing from a Link: Please click on the link provided in the setup email received. Some email accounts will not allow access to executable links

More information

SWCS 4.2 Client Configuration Users Guide Revision 49. 11/26/2012 Solatech, Inc.

SWCS 4.2 Client Configuration Users Guide Revision 49. 11/26/2012 Solatech, Inc. SWCS 4.2 Client Configuration Users Guide Revision 49 11/26/2012 Solatech, Inc. Contents Introduction... 4 Installation... 4 Running the Utility... 4 Company Database Tasks... 4 Verifying a Company...

More information

HOW TO... Email Secure PR Payslips to Employees in OA

HOW TO... Email Secure PR Payslips to Employees in OA PR-HT004 HOW TO... Email Secure PR Payslips to Employees in OA Date: Nov 18, 2011, rev. Apr 27, 2012 Document Version: 0.3 Earliest available version of COINS: COINS OA 10.22 These notes are published

More information

Time Machine Setup for Routers

Time Machine Setup for Routers User Manual August 2015 202-11590-02 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the serial number on the label

More information

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users SyAM Management Utilities and Non-Admin Domain Users Some features of SyAM Management Utilities, including Client Deployment and Third Party Software Deployment, require authentication credentials with

More information

Setting Up Monthly Reporter

Setting Up Monthly Reporter Setting Up Monthly Reporter April 11, 2014 I. HOW IT WORKS A QUICK OVERVIEW A. AuditWare Development Company maintains a powerful, sophisticated server on which a portion of memory is assigned to each

More information

Migrating MSDE to Microsoft SQL 2008 R2 Express

Migrating MSDE to Microsoft SQL 2008 R2 Express How To Updated: 11/11/2011 2011 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders. If you are still on MSDE 2000,

More information

How To Set Up Dataprotect

How To Set Up Dataprotect How To Set Up Dataprotect This document will show you how to install and configure your computer for a Typical installation. If you have questions about configuring a Custom installation please contact

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

Juris Installation / Upgrade Guide

Juris Installation / Upgrade Guide Juris Installation / Upgrade Guide Version 2.7 2015 LexisNexis. All rights reserved. Copyright and Trademark LexisNexis, Lexis, and the Knowledge Burst logo are registered trademarks of Reed Elsevier Properties

More information

Database Operations (Backup/Restore/Move/Manage) Technical Support Engineering Rosslare Security NA For more information please see www.axtraxng.

Database Operations (Backup/Restore/Move/Manage) Technical Support Engineering Rosslare Security NA For more information please see www.axtraxng. Database Operations (Backup/Restore/Move/Manage) Technical Support Engineering Rosslare Security NA For more information please see www.axtraxng.com Database management operations may be performed to insure

More information

Setting up AVImark Client Server

Setting up AVImark Client Server June 24, 2013 AVImark Software Support Address: 5 Sugar Creek Road Piedmont, MO 63957 Support Phone: 877.838.9273 Support Fax: 573.223.4306 Corporate Phone: 855.838.7638 Corporate Fax: 573.223.3551 Setting

More information

Quark Publishing Platform 10.5.1 Upgrade Paths

Quark Publishing Platform 10.5.1 Upgrade Paths Quark Publishing Platform 10.5.1 Upgrade Paths CONTENTS Contents Quark Publishing Platform 10.5.1 upgrade paths...4 Upgrading QPS 8.1.x to Quark Publishing Platform 10.5.1...5 Upgrading QPS Server from

More information

How To Install Database Oasis On A Computer Or Computer (For Free)

How To Install Database Oasis On A Computer Or Computer (For Free) INSTALLATION INSTRUCTIONS Table of Contents Installation Instructions 1 Table of Contents 1 System Requirements 2 Installation 3 Selecting where to Install the Professional Server 3 Installing Prerequisites

More information

Reduce the number of years of general ledger transactions and balances to save

Reduce the number of years of general ledger transactions and balances to save MINIMIZING DISK SPACE USAGE IN VIRTUAL OFFICE CS OR SAAS In General... 1 Creative Solutions Accounting... 1 Engagement CS... 4 FileCabinet CS... 4 Fixed Assets CS... 6 Practice CS... 8 UltraTax CS... 8

More information

PCLaw 11.0. Administration Guide

PCLaw 11.0. Administration Guide PCLaw 11.0 Administration Guide About this guide This guide provides a list of tasks for installing PCLaw Practice Management Software. If you need additional information, refer to the PCLaw Support Center.

More information

How To Upgrade Your Microsoft SQL Server for Accounting CS Version 2012.1

How To Upgrade Your Microsoft SQL Server for Accounting CS Version 2012.1 How To Upgrade Your Microsoft SQL Server for Version 2012.1 The first step is to gather important information about your existing configuration. Identify The Database Server and SQL Server Version The

More information

AlienVault. Unified Security Management 5.x Configuring a VPN Environment

AlienVault. Unified Security Management 5.x Configuring a VPN Environment AlienVault Unified Security Management 5.x Configuring a VPN Environment USM 5.x Configuring a VPN Environment, rev. 3 Copyright 2015 AlienVault, Inc. All rights reserved. The AlienVault Logo, AlienVault,

More information

BounceBack User Guide

BounceBack User Guide Table Of Contents 1. Table of Contents... 2 2. 1-0 Introduction... 3 2.1 1-0: Introduction... 4 2.2 1-1: BounceBack Software Overview... 6 3. 2-0 Navigating the BounceBack Control Center... 9 3.1 2-0:

More information

InformationNOW SQL 2008 Database Backup and Restoration

InformationNOW SQL 2008 Database Backup and Restoration InformationNOW SQL 2008 Database Backup and Restoration Backing up a SQL 2008 Database Users are advised to create frequent multiple offsite backups. Occasionally, it may be necessary to manually initiate

More information

Quick Start Guide for SAXTAX 2010 Programs

Quick Start Guide for SAXTAX 2010 Programs Quick Start Guide for SAXTAX 2010 Programs 1. Installation: Installing from a Link: Please click on the link provided in the setup email received. You will automatically be prompted with a download window.

More information

AKCess Pro Server Backup & Restore Manual

AKCess Pro Server Backup & Restore Manual www.akcp.com AKCess Pro Server Backup & Restore Manual Copyright 2015, AKCP Co., Ltd. Table of Contents Introduction... 3 Backup process... 4 Copying the backup export files to other media... 9 Tips for

More information

Upgrade Guide. McAfee Vulnerability Manager Microsoft Windows Server 2008 R2

Upgrade Guide. McAfee Vulnerability Manager Microsoft Windows Server 2008 R2 Upgrade Guide McAfee Vulnerability Manager Microsoft Windows Server 2008 R2 COPYRIGHT Copyright 2012 McAfee, Inc. Do not copy without permission. TRADEMARKS McAfee, the McAfee logo, McAfee Active Protection,

More information

WhatsUp Log Management Installation and Migration Guide, including Getting Started Information. (Applies to v10.1.5 and later)

WhatsUp Log Management Installation and Migration Guide, including Getting Started Information. (Applies to v10.1.5 and later) WhatsUp Log Management Installation and Migration Guide, including Getting Started Information (Applies to v10.1.5 and later) C o n t e n t s Getting Started with WhatsUp Log Management Before You Begin...

More information

Practice Partner. M e d ical Billing for Windows w i t h Patient Records & A p p ointment Scheduler 8.2. Installation Guide

Practice Partner. M e d ical Billing for Windows w i t h Patient Records & A p p ointment Scheduler 8.2. Installation Guide Practice Partner M e d ical Billing for Windows w i t h Patient Records & A p p ointment Scheduler 8.2 Installation Guide Oracle and SQL Server sites should also refer to the Oracle/SQL Server Installation

More information

The Discovery Series

The Discovery Series The Discovery Series Multi-User License Installation This document provides information needed to install and to operate The Discovery Series multi-user licensing capability. This document is for individuals

More information

Introduction and Overview

Introduction and Overview Inmagic Content Server Workgroup 10.00 Microsoft SQL Server 2005 Express Edition Installation Notes Introduction and Overview These installation notes are intended for the following scenarios: 1) New installations

More information

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information

Moving/Restoring the StarShip SQL database

Moving/Restoring the StarShip SQL database Rev A.T 20140812 Moving/Restoring the StarShip SQL database This document outlines the necessary steps to migrate the StarShip database from one Microsoft SQL Server 2012 instance to another. The steps

More information

GO!NotifyLink. Database Maintenance. GO!NotifyLink Database Maintenance 1

GO!NotifyLink. Database Maintenance. GO!NotifyLink Database Maintenance 1 GO!NotifyLink Database Maintenance GO!NotifyLink Database Maintenance 1 Table of Contents Database Maintenance 3 Database Cleanup... 3 Database Backups... 3 Database Configuration... 4 The Procedure via

More information

Administration guide. Host software WinCCU Installation. Complete gas volume and energy data management

Administration guide. Host software WinCCU Installation. Complete gas volume and energy data management Administration guide Host software WinCCU Installation Complete gas volume and energy data management Contents 1 Introduction... 1 Safety first... 1 Warning... 1 Typographic conventions... 1 Product versioning...

More information

PCLaw Administration Guide. Version 13.0

PCLaw Administration Guide. Version 13.0 PCLaw Administration Guide Version 13.0. Copyright and Trademark LexisNexis, Lexis, and the Knowledge Burst logo are registered trademarks of Reed Elsevier Properties Inc., used under license. PCLaw is

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

INSTALLATION GUIDE. Snow License Manager Version 7.0 Release date 2014-03-31 Document date 2015-04-01

INSTALLATION GUIDE. Snow License Manager Version 7.0 Release date 2014-03-31 Document date 2015-04-01 INSTALLATION GUIDE Product Snow License Manager Version 7.0 Release date 2014-03-31 Document date 2015-04-01 CONTENT ABOUT THIS DOCUMENT... 3 PREREQUISITES... 3 INSTALLATION... 5 UNINSTALL A PREVIOUS VERSION...

More information

Backing Up, Restoring, & Transferring PCLaw Data

Backing Up, Restoring, & Transferring PCLaw Data Contents Closing All Applications Creating PCLaw Backups Transferring Data to Another Location Restoring Data Transferring Data from Another Location PCLaw Data Export Modules About Backing Up, Restoring,

More information

SOS Suite Installation Guide

SOS Suite Installation Guide SOS Suite Installation Guide rev. 8/31/2010 Contents Overview Upgrading from SOS 2009 and Older Pre-Installation Recommendations Network Installations System Requirements Preparing for Installation Installing

More information

RFID Tracking System Installation

RFID Tracking System Installation RFID Tracking System Installation Installation Guide Version 3.x 3M Track and Trace Solutions 3M Center, Building 225-4N-14 St. Paul, Minnesota 55144-1000 78-8123-9919-0, Rev. E 2003-2009, 3M. All rights

More information

Qbox User Manual. Version 7.0

Qbox User Manual. Version 7.0 Qbox User Manual Version 7.0 Index Page 3 Page 6 Page 8 Page 9 Page 10 Page 12 Page 14 Page 16 Introduction Setup instructions: users creating their own account Setup instructions: invited users and team

More information

Technical Support Set-up Procedure

Technical Support Set-up Procedure Technical Support Set-up Procedure How to Setup the Amazon S3 Application on the DSN-320 Amazon S3 (Simple Storage Service) is an online storage web service offered by AWS (Amazon Web Services), and it

More information

Symantec Backup Exec 12.5 for Windows Servers. Quick Installation Guide

Symantec Backup Exec 12.5 for Windows Servers. Quick Installation Guide Symantec Backup Exec 12.5 for Windows Servers Quick Installation Guide 13897290 Installing Backup Exec This document includes the following topics: System requirements Before you install About the Backup

More information

BSDI Advanced Fitness & Wellness Software

BSDI Advanced Fitness & Wellness Software BSDI Advanced Fitness & Wellness Software 6 Kellie Ct. Califon, NJ 07830 http://www.bsdi.cc INSTRUCTION SHEET FOR MOVING YOUR DATABASE FROM ONE COMPUTER TO ANOTHER This document will outline the steps

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

InventoryControl for use with QuoteWerks Quick Start Guide

InventoryControl for use with QuoteWerks Quick Start Guide InventoryControl for use with QuoteWerks 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

More information

Dream Report Version 4.5

Dream Report Version 4.5 Dream Report Version 4.5 Project Upgrade Procedure 1 P a g e Contents Introduction... 3 Upgrade Steps... 3 1. Backup of the Existing Project... 3 2. Installation of Dream Report Version 4.5... 3 3. Loading

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

Installing SQL Express. For CribMaster 9.2 and Later

Installing SQL Express. For CribMaster 9.2 and Later Installing SQL Express For CribMaster 9.2 and Later CRIBMASTER USER GUIDE Installing SQL Express Document ID: CM9-031-03012012 Copyright CribMaster. 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,

More information

CHAPTER 13 - TROUBLESHOOTING. Start- Up Errors

CHAPTER 13 - TROUBLESHOOTING. Start- Up Errors CHAPTER 13 - TROUBLESHOOTING Occasionally errors may be encountered when you use your Campground Manager Astra Software. Error messages as encountered will be documented in this section of the manual.

More information

Upgrading a computer to Windows 10 with PetLinx

Upgrading a computer to Windows 10 with PetLinx 25 August, 2015 Upgrading a computer to Windows 10 with PetLinx Microsoft have recently released Windows 10 and offered it as a free upgrade for user of Windows 7 and 8/8.1. In most cases, computers with

More information

Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter... 4. How to Create Letter Templates...

Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter... 4. How to Create Letter Templates... THE DOCUMENT MANAGER Chapter 14 THE DOCUMENT MANAGER CONTENTS Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter... 4 How to Create Letter Templates...

More information

BillQuick Agent 2010 Getting Started Guide

BillQuick Agent 2010 Getting Started Guide Time Billing and Project Management Software Built With Your Industry Knowledge BillQuick Agent 2010 Getting Started Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)

More information

SiteCount v2.0 Revised: 10/30/2009

SiteCount v2.0 Revised: 10/30/2009 SiteCount v2.0 Revised: 10/30/2009 Copyright 2009, Traf-SYS, Inc. Contents Introduction... 4 Requirements... 4 General... 4 Software... 4 Hardware... 4 Fulfilling Software Requirements... 5 Installation

More information

InformationNOW SQL 2005 Database Backup and Restoration

InformationNOW SQL 2005 Database Backup and Restoration InformationNOW SQL 2005 Database Backup and Restoration Backing up a SQL 2005 Database Users are advised to create an hourly or nightly database backup maintenance plan. Occasionally, it may be necessary

More information

How To Perform Fund Accounting On A Fiscal Year 2009

How To Perform Fund Accounting On A Fiscal Year 2009 CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: Fund Accounting Fund Accounting - Learning Guide 2009 Central Susquehanna Intermediate Unit, USA Table of Contents INTRODUCTION...3...4 Run Option Fields...4

More information

Database Selection Guide

Database Selection Guide DriveRight Fleet Management Software Database Selection Guide Use this guide to help you select the right database to use with your DriveRight Fleet Management Software (FMS), and to help you perform any

More information

RedBeam Asset Tracking User Manual

RedBeam Asset Tracking User Manual RedBeam Asset Tracking User Manual Contact us at www.redbeam.com. Page 1 Table of Contents Table of Contents... 2 Overview... 4 PC Prerequisites... 4 Mobile Computer Prerequisites... 4 Section 1: Installation...

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

CHAPTER 11 LEGAL ACCOUNTING MODULE 11.0 OVERVIEW 11.1 REQUIREMENTS AND INSTALLATION. 11.1.1 Special Requirements. 11.1.

CHAPTER 11 LEGAL ACCOUNTING MODULE 11.0 OVERVIEW 11.1 REQUIREMENTS AND INSTALLATION. 11.1.1 Special Requirements. 11.1. EXTENDED SERVICE OPTIONS CHAPTER 11 11.0 OVERVIEW The Legal Accounting Module provides line item tracking of legal expenses incurred during the collection process. You can track expenses incurred by the

More information

Use of Commercial Backup Software with Juris (Juris 2.x w/msde)

Use of Commercial Backup Software with Juris (Juris 2.x w/msde) Use of Commercial Backup Software with Juris (Juris 2.x w/msde) Juris databases hosted on a Microsoft SQL Server 2000 Desktop Engine (MSDE) instance can be backed up manually through the Juris Management

More information

PROJECTIONS SUITE. Database Setup Utility (and Prerequisites) Installation and General Instructions. v0.9 draft prepared by David Weinstein

PROJECTIONS SUITE. Database Setup Utility (and Prerequisites) Installation and General Instructions. v0.9 draft prepared by David Weinstein PROJECTIONS SUITE Database Setup Utility (and Prerequisites) Installation and General Instructions v0.9 draft prepared by David Weinstein Introduction These are the instructions for installing, updating,

More information

2B-Inventory for Microsoft RMS and POS Quick Start

2B-Inventory for Microsoft RMS and POS Quick Start 2B-Inventory for Microsoft RMS and POS Quick Start WARNING: When the mobile device s main battery runs low, you will see a popup notification on the mobile device s screen indicating low power. Upon receiving

More information

Symantec Backup Exec 2010 R2. Quick Installation Guide

Symantec Backup Exec 2010 R2. Quick Installation Guide Symantec Backup Exec 2010 R2 Quick Installation Guide 20047221 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement.

More information

1 of 10 1/31/2014 4:08 PM

1 of 10 1/31/2014 4:08 PM 1 of 10 1/31/2014 4:08 PM copyright 2014 How to backup Microsoft SQL Server with Nordic Backup Pro Before creating a SQL backup set within Nordic Backup Pro it is first necessary to verify that the settings

More information

Preparing to Install SQL Server 2005

Preparing to Install SQL Server 2005 Preparing to Install SQL Server 2005 Depending on your requirements, Microsoft SQL Server 2005 Setup installs a new instance of SQL Server. The following topics address important considerations for the

More information

1 Installation. Note: In Windows operating systems, you must be logged in with administrator rights to install the printer driver.

1 Installation. Note: In Windows operating systems, you must be logged in with administrator rights to install the printer driver. Installation A printer driver is an application that manages communication between a printer and your computer. Once installed, the printer driver settings must be configured in the printer Properties

More information

Driver Updater Manual

Driver Updater Manual Driver Updater Manual Keep your drivers up-to-date! Improve your system performance and stability by keeping your drivers updated. Automatically find, update and fix the drivers on your computer and turn

More information

SAM Server Utility User s Guide

SAM Server Utility User s Guide SAM Server Utility User s Guide Updated May 2012 Copyright 2010, 2012 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. PDF0157 (PDF) SCHOLASTIC, READ 180, SYSTEM 44, SCHOLASTIC EXPERT

More information

Updated: May 2008. Copyright 2005-2008 DBA Software Inc. All rights reserved. 2 Getting Started Guide

Updated: May 2008. Copyright 2005-2008 DBA Software Inc. All rights reserved. 2 Getting Started Guide Updated: May 2008 Copyright 2005-2008 DBA Software Inc. All rights reserved. 2 Getting Started Guide Table of Contents Welcome 4 Support Center Subscription 5 1. System Requirements 7 2. Installing the

More information

Minimum Requirements... 2. New Firm Installation Instructions for the Software Delivery Manager...2. NEW Firms Installing for the First Time...

Minimum Requirements... 2. New Firm Installation Instructions for the Software Delivery Manager...2. NEW Firms Installing for the First Time... Release 2014.14.03 December, 2014 CCH, a part of Wolters Kluwer, welcomes you to ProSystem fx Practice Management. For first-time installations of ProSystem fx Practice Management the Installation Guide

More information

enetworks TM Using the Syslog Feature C.1 Configuring the Syslog Feature

enetworks TM Using the Syslog Feature C.1 Configuring the Syslog Feature encor! enetworks TM Version A, March 2010 2013 Encore Networks, Inc. All rights reserved. Using the Syslog Feature This document provides basic information for using the syslog feature in the ELIOS software.

More information

Recurring Contract Billing 10.0 SP6

Recurring Contract Billing 10.0 SP6 Recurring Contract Billing 10.0 SP6 An application for Microsoft Dynamics ΤΜ GP 10.0 Furthering your success through innovative business solutions Copyright Manual copyright 2011 Encore Business Solutions,

More information

Moving the Web Security Log Database

Moving the Web Security Log Database Moving the Web Security Log Database Topic 50530 Web Security Solutions Version 7.7.x, 7.8.x Updated 22-Oct-2013 Version 7.8 introduces support for the Web Security Log Database on Microsoft SQL Server

More information

Troubleshooting with the Nodus Scheduler

Troubleshooting with the Nodus Scheduler Troubleshooting with the Nodus Scheduler The Nodus Scheduler handles various scheduled events on the epay website such as automatic payments or past due invoice reminders. If it seems a scheduled event

More information

Using Secure4Audit in an IRIX 6.5 Environment

Using Secure4Audit in an IRIX 6.5 Environment Using Secure4Audit in an IRIX 6.5 Environment Overview... 3 Icons... 3 Installation Reminders... 4 A Very Brief Overview of IRIX System auditing... 5 Installing System Auditing... 5 The System Audit Directories...

More information

Apple Mail... 36 Outlook Web Access (OWA)... 38 Logging In... 38 Changing Passwords... 39 Mobile Devices... 40 Blackberry...

Apple Mail... 36 Outlook Web Access (OWA)... 38 Logging In... 38 Changing Passwords... 39 Mobile Devices... 40 Blackberry... Contents Email Accounts... 3 Adding accounts... 3 Account Modifications... 6 Adding Aliases... 7 Primary E-mail Addresses... 10 Mailbox Quotas... 12 Removing accounts... 13 Mail Forwarding and Distribution

More information

1. Open the preferences screen by opening the Mail menu and selecting Preferences...

1. Open the preferences screen by opening the Mail menu and selecting Preferences... Using TLS encryption with OS X Mail This guide assumes that you have already created an account in Mail. If you have not, you can use the new account wizard. The new account wizard is in the Accounts window

More information

OneStop Reporting OSR Portal 4.6 Installation Guide

OneStop Reporting OSR Portal 4.6 Installation Guide OneStop Reporting OSR Portal 4.6 Installation Guide Doc. Version 1.0 Updated: 11-Jan-16 Copyright OneStop Reporting AS Contents Introduction... 1 For companies already using OneStop Reporting... 1 System

More information

ManageMyHealth SMS Text Message Service User Guide. Medtech32. Version 20.0 (March 2012)

ManageMyHealth SMS Text Message Service User Guide. Medtech32. Version 20.0 (March 2012) ManageMyHealth SMS Text Message Service User Guide Medtech32 Version 20.0 (March 2012) IMPORTANT NOTE Medtech recommends that all Medtech upgrades and database back-up and restore processes are performed

More information

SafeGuard Easy upgrade guide. Product version: 7

SafeGuard Easy upgrade guide. Product version: 7 SafeGuard Easy upgrade guide Product version: 7 Document date: December 2014 Contents 1 About this guide...3 2 Check the system requirements...4 3 Download installers...5 4 About upgrading...6 4.1 Upgrade

More information

Sage HRMS 2014 Sage Employee Self Service

Sage HRMS 2014 Sage Employee Self Service Sage HRMS 2014 Sage Employee Self Service Installation and Setup Guide October 2013 This is a publication of Sage Software, Inc. Document version: April 17, 2014 Copyright 2014. Sage Software, Inc. All

More information

Configuring Outlook for Windows to use your Exchange email

Configuring Outlook for Windows to use your Exchange email Configuring Outlook for Windows to use your Exchange email McGill faculty, staff and students are given a Microsoft Exchange account which will give you an email box, calendaring features, access to McGill

More information

Moving a database from MS Access to MS SQL server. Introduction. Selecting the database. Creating a Data Source

Moving a database from MS Access to MS SQL server. Introduction. Selecting the database. Creating a Data Source GO Software Pty Limited Map: 27 Tacoma Blvd, Pasadena SA 5042 Phn: 0403-063-991 Fax: none ABN: 54-008-044-906 ACN: 008-044-906 Eml: [email protected] Web: www.gosoftware.com.au Moving a database

More information

TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015

TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015 TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015 2201 Thurston Circle Bellevue, NE 68005 www.tigerpawsoftware.com Contents Tigerpaw Exchange Integrator Setup Guide v3.6.0... 1 Contents...

More information

Sierra Wireless AirCard Watcher Help for Mac OS X

Sierra Wireless AirCard Watcher Help for Mac OS X Sierra Wireless AirCard Watcher Help for Mac OS X Sierra Wireless AirCard Watcher allows you to manage and monitor the connection between your modem and the network. With Watcher, you can: Determine signal

More information