SEER-HD Database Administrator s Guide

Size: px
Start display at page:

Download "SEER-HD Database Administrator s Guide"

Transcription

1 SEER-HD Database Administrator s Guide Rev. April 30,

2 Contents Introduction... 3 How SEER-HD Works... 4 Interaction of SEER-HD with Other SEER Programs... 5 Database Platforms... 6 Getting Started... 6 SEER-HD Database Setup Utilities... 6 Two Installers... 6 End User Database Configuration Installer... 7 Local or Server Options... 7 Local Microsoft Access... 8 Server Microsoft Access... 8 Server SQL Server...10 Create Data Source Name (DSN)...12 Check Install Settings...14 Silent Installation - End User Database Installer...15 Record Mode...15 Silent Mode...15 Possible Silent Mode Errors (examples)...16 Manual Installation of Microsoft Access Databases...18 Setting the Default SEER-HD DSN Setting the registry directly:...20 Setting the Default DSN from within a SEER-HD application:...21 SEER-HD Version Upgrade...21 The RDBUpgrader.exe Application...21 Uninstall/Reinstall...23 SQL Server SEER-HD Installer...25 DBMS...25 Basic Steps For New SEER-HD Installation...26 Using the SEER-HD SQL Server Database Set-Up Utility Create New Database Upgrade Existing Database Set Default SEER-HD Database...33 Configuring ODBC Data Sources Manually...35 Creating an SQL Server SEER-HD DSN with the ODBC Manager...37 DSN dialog sequence Create a System SQL Server data source...37 Select the SQL Server ODBC driver...38 Enter a Data Source Name and select the Database Server...39 Authentication Mode...39 Select the Database...40 Further Options...40 Validate Database...41 Access Control...42 Network and Database Server Access DBMS Access SQL Server and SQL Server Express...42 Database Access SQL Server and SQL Sever Express...44 Database Backups...49 Database Transactions and Rollbacks Data Recovery...49 General Data Corruption Incomplete Project Revision Data Removing SQL Server Express Instances

3 Introduction This guide covers the installation and maintenance of the SEER Historical Databases (SEER-HD), previously known as SEER Repository Databases ( SEER-RDB ). SEER Historical Database (SEER-HD) is a relational database that stores project information used by a variety of SEER applications for estimating such things as size, schedule, and effort. The project information may come from an organization's own record of previous development projects, or it may be reference information from another source. Some SEER applications, such as Estimate by Comparison or Microsoft Project Integration, base their estimates on user-made comparisons between items from SEER-HD and the current project. SEER-Metrics plots project data from SEER-HD on a chart, allowing the user to visually compare historical/reference data to the current project. Other applications and features, such as SEER-Critical Mass, and Analogy-Based Sizing and Analogy-Based Estimating in SEER-SEM, automatically estimate size based on the user's SEER- HD selections and choice of estimating options. The SEER-HD database is available in two formats, Microsoft Access and SQL Server. SEER-HD data is managed by the SEER Historical Database Administrator (SEER-HDA), which can add, delete, and configure project data in a SEER-HD database (SEER-HDA was previously known as SEER-RAA, - 3 -

4 SEER Repository Administrator). For information about using SEER-HDA, consult your SEER-HDA user s documentation or HTML help. How SEER-HD Works All SEER-HD-enabled SEER applications look in the SEER-RDB registry key for the name of the current SEER-HD DSN. (The key SEER-RDB is a holdover from SEER-HD s previous incarnation as SEER-RDB.) The SEER-RDB key is: Key Variable Value HKEY_LOCAL_MACHINE\SOFTWARE\Galorath\SEER-RDB DSN SEER-HD After retrieving the DSN value, programs then look for a System (machine-wide) DSN with the same name to query for data: - 4 -

5 Interaction of SEER-HD with Other SEER Programs You may have more than one SEER-HD database Data Source Name (DSN) on your machine if you wish to segregate comparison data. However, only one of these at a time may be your active (default) repository. SEER programs that use SEER-HD are normally able to set (i.e., change) the SEER-HD default data source. When you change data sources in one SEER application, you are effectively changing it for ALL other SEER applications, since the new data source name is written to the shared SEER-HD DSN registry key. Specify Repository option in Microsoft Project Integration NOTE: The current generation of SEER-HD-enabled SEER programs (Microsoft Project Integration, Estimate by Comparison, and SEER Metrics) do not support SQL Server database authentication. Hence ODBC database access for SQL Server databases should be configured as Windows authentication. Although SEER-HDA will support SQL Server authentication, all other SEER-HD-enabled programs use the same registry DSN key to locate the database. Hence even though setting SQL Server authentication will work for SEER-HDA, it will fail when you attempt to run other SEER-HD programs. Hence always set Windows authentication

6 Database Platforms SEER-HD and above databases are currently supported in Microsoft Access database file (*.mdb) format and as Microsoft SQL Server databases hosted on SQL Server (2000 and above) and SQL Express 2005 and above. Microsoft Access file database do not require the presence of Microsoft Access on your computer. In order to install SQL versions of the database, you must already have installed Microsoft SQL Server (2000 or above) or SQL Express 2005 or above on your computer. SQL Express 2005 is a free download available from Microsoft s download web site. Both types of SEER-HD (SQL 2000 or 2005) database require the use of Microsoft Windows. Prior to version , SEER-HD used to be known as SEER-RDB (for SEER Repository Database) and could be installed on Microsoft s MSDE desktop SQL server. SQL Express 2005 has been substituted for MSDE, however, since it is better supported on Microsoft s new Vista operating system. Databases that have already been installed on MSDE can be updated by current SEER-HD database installers. If you need more information about MSDE, please contact Galorath Incorporated. General The software design of SEER applications allows an instance of the SEER-HD database to be hosted by any ANSI-SQL-compliant relational database management system (RDBMS) which has an ODBC driver available for the target operating system. In other words, theoretically, a SEER-HD database could be exported and converted to any other ANSI-SQL compliant database type. Getting Started SEER-HD Database Setup Utilities Two Installers There are TWO SEER-HD Setup programs: (1) a Default installer for installing a Microsoft Access SEER-HD database and (2) an SQL Server installer for installing a SEER-HD database on SQL Server (2000 and 2005) or SQL Express The installers also allow users to create an ODBC connection with any already installed SEER-HD database. SEER-HD Microsoft Access Default Installer (Installs an MS Access Database) SEER-HD SQL Server Installer (Installs SQL Server databases) - 6 -

7 End User Database Configuration Installer The Default SEER-HD installer is located in the SEER-HD directory of your SEER software installation CD. It is run by clicking on the setup.exe file or by launching setup.exe from the DOS command line. It may also be automatically launched by other SEER application installers if it has not yet been installed. A few important things are necessary to know about the Default Microsoft Access SEER-HD installer that comes with your programs. 1. This install package will enable you to connect to a SEER-HD (either MS Access or SQL Server) installed on an enterprise server. 2. This installer will optionally set up a local SEER-HD Microsoft Access database. 3. If you already have a local Microsoft Access SEER-HD database installed, this installer will upgrade it to the latest version. Any previous databases will be backed up. 4. This installer will NOT install or upgrade SQL Server SEER-HD databases. For that you need the SQL Server installer. This installer will also NOT upgrade any database that is located on a network server, since that is the duty of your system administrator. Local or Server Options When the installer runs, it enables the user to do one of the following: Install or upgrade a Local copy of a Microsoft Access SEER-HD database. (Local option) Create a DSN for an already installed Remote instance of Microsoft Access SEER-HD or SQL Server SEER-HD database. (Server option) Note: If you already have an existing Local SEER-HD database of the SAME version as the installer, you will not be able to proceed to the install directory dialog. The installer will inform you that your database is already up-to-date and allow you to switch database types if you desire. (See Uninstall/Reinstall below if you wish to reinstall a same version database.) - 7 -

8 Local Microsoft Access Install Directory You may install a Microsoft Access SEER-RDB.MDB database file wherever you wish on the Local machine, but the directory needs to be writable by all users who will access the database. Directory Privileges -- Important! In order to function properly for ALL users on a machine, including those who have Restricted User Profiles, the database should be installed in a directory to which ALL users have read and write access. The default All Users profile directory satisfies this condition on most computers. If you change the default, note that the installing user normally has administrative privileges to access any directory on the Local Machine, but not every user does. Be careful that you choose a directory that is accessible by ALL users who plan to use SEER-HD-enabled applications, or that you plan to MAKE the directory accessible to everyone after installation. If you are installing on Vista, the default installation directory is C:\ProgramData\SEER\SEER-RDB. The installer will give your database file Users group privileges. However, you may also install the database in any location where restricted users have write privileges. Server Microsoft Access The Default SEER-HD installer will allow you to select a SEER-HD Microsoft Access database located on a remote server if you select the Server option followed by Microsoft Access database type: - 8 -

9 Users are then given the option of selecting a Microsoft Access (.MDB) database file on a remote computer. This database must have already been installed on the server by a systems administrator. Systems administrators should take care that the database is 1. the appropriate version or upgraded to the appropriate version, 2. not password protected (Microsoft Access password protection is not supported), 3. in a directory readable and by all users who plan to install SEER-HD, 4. in a directory that is writable for any users who plan to update data in the database. The installer tests that 1. the database is on a remote machine, - 9 -

10 2. the database is a SEER-HD database, 3. the database is NOT password protected (in order to determine the database version, the installer must be able to access it), 4. the database is the same version or higher than the installer specifies (if you have a version installer, it will expect you to select a version database or higher). In the fourth case, the installer will warn if the database is out-of-date, but it will not prevent the user from creating a DSN. It is up to systems administrators to make sure that Server SEER-HD databases are updated before users attempt to establish connections to them. Server SQL Server See Create Data Source Name (DSN) below for the final step in creating a Microsoft Access SEER-HD DSN. Two extra steps are required before creating a DSN for SQL Server databases: (1) logging on to the SQL Server instance where the database is located, and (2) selecting the database name. SQL Server Instance SQL Server Instance Name: The drop-down box lists all servers available to the user on the NETWORK. (local) instances, however, are not represented with complete names. For a local server instance, you must complete the Instance name yourself. For example, if you installed SQL Express as SQLEXPRESS, you need to complete the (local) selection by adding the instance name with a backward slash before it: SQLDEV1 (network server name)

11 (local)\sqlexpress (completed local server name) Log On Note: Previous SEER-RDB installers allowed users to install SEER-HD databases using Microsoft s MSDE desktop version of SQL Server. As of SEER-HD , MSDE is no longer supported as a local database server. SQL Server Express 2005 is substituted in order to support the Microsoft Vista operating system. SQL Express 2005 needs to be installed separately. It can be obtained as a free download from the Microsoft web site. The current generation of SEER-HD-enabled programs (Microsoft Project Integration, Estimate by Comparison, and SEER Metrics) support Windows user and password authentication only. Administrators should see "Network and Database Server Access" below for instructions on manually setting user names and passwords on SQL Server or SQL Express databases. Connect with Windows authentication using the network login ID If you select this option, the SQL Server Login ID and Password text boxes will be grayed out. If you select a remote SQL Server, your SQL Server administrator must have granted login privileges for your Windows login ID to access the SQL Server. If you are installing a fresh local SEER-HD database on SQL Server Express, you will need to set Windows access for specific users from within the SQL Express Management console. Note: If you have previously installed SEER-RDB database installed on a local instance of MSDE, you should automatically have Windows Authentication access to the SQL Server instance if you log on to your computer with Administrators privileges. Connect with SQL Server authentication using a login ID and password The current generation of SEER-HD-enabled SEER programs does not support SQL Server user and password authentication. You should set Windows Authentication

12 SQL Server Database Enter the SQL Server database where SEER-HD data is stored. The default name for a new database is SEER-HD. SQL Server database name Databases are not automatically listed in the drop-down box. You need to get the database name from your SQL Server administrator or know it from having installed a local SQL Express Server instance and having created the database yourself. See Creating an SQL Server Database below for instructions on creating an SQL Server database using the SQL Server SEER-HD setup utility. Create Data Source Name (DSN) All Microsoft Access or SQL Server SEER-HD database scenarios require you to create a data source name for the database to which you are connecting

13 System DSN name The ODBC data source name by which programs will connect to the SEER-HD database. The default DSN name is SEER-HD. You may change that if: There is no existing SEER-HD DSN, your selection will be set as the default SEER-HD DSN. If a DSN with the same name already exists, you will be asked if you wish to replace the existing DSN. Some users may wish to maintain more than one SEER-HD DSN -- for example, a local Microsoft Access SEER-HD and a server SQL Server SEER-HD. You may do this by simply naming the DSNs differently. If a SEER-HD with a different name already exists, you will be asked if you wish to set your new DSN as your default SEER-HD DSN. In either case the DSN will be created. But if you choose YES, the new DSN will be written to the SEER-RDB DSN registry key that is used by other SEER programs to access your database. In other words, the new DSN will be used by other SEER applications as your new SEER Historical Database. DSN description DSN description is an optional field for giving a description to your DSN so that you know what it is for. SEER Historical Database is the default description. Check DSNs

14 The Check DSNs button is for checking the names of your SEER-HD database(s). You can also rename an old DSN if you want to reuse its name for the DSN that you are creating. You can also delete DSNs. However, beware that the replacement data you see in the Start Copy dialog will not be correct if you delete the currently existing SEER-HD database. If you wish to delete DSNs, it is better to do so BEFORE running the installer. Check Install Settings The final dialog of the SEER-HD installer presents you with a summary of the information gathered and actions to be taken by the installer. Review this information before pressing the next button. You may actually copy out this data by highlighting the text and using the Windows Ctrl + C keyboard command to copy information to the clipboard, and then paste it elsewhere using Ctrl + V. Data collected and what it means: NEW DATA SOURCE (header at the top of the screen): The data source that will be created by the installer session. EXISTING DATA SOURCE (header at the bottom of the screen): The existing data source discovered by the installer on startup. If no existing database was found, there will be no EXISTING DATA SOURCE section. SetupType: Server or Local Database Type: SQL Server or MS Access Install Path (DBQ): The fully qualified path where the Microsoft Access database will be installed. Applies only when you are installing or updating a local Microsoft Access database. For example: C:\Documents and Settings\All Users\Application Data\SEER\SEER-RDB\SEER-RDB.mdb. (The SEER-RDB designations are preserved for compatibility with older SEER-HD databases.) Server Database Path (DBQ): The fully qualified path to a Microsoft Access database on a remote server. Applies only to Microsoft Access and only to server DSNs. For example: Q:\seer-rdb\SEER-RDB.mdb. (The SEER-RDB designations are preserved for compatibility with older SEER-HD databases.) Server: The SQL Server instance name to which you are connecting. Applies only to SQL Server DSNs. Database: The name of the SQL Server database on the SQL Server instance to which you are connecting. Applies only to SQL Server DSNs. Normally this might be named SEER-HD, but it could actually be any name created by your systems administrator. Data Source Name (DSN): The name of the DSN as it will appear in the ODBC Manager s System DSN tab

15 DSN Mode: Either CREATE a new DSN or REPLACE an existing DSN. If you already have a DSN of the same name that you have selected for the DSN for your current installation, the installer will replace the existing DSN. This can be disadvantageous if you are switching from one type (MS Access) to another (SQL Server) and want to maintain a DSN for each on your computer, or if you otherwise want to install multiple SEER-HD databases. REPLACE, as the name would suggest, makes all information about your existing SEER-HD DSN disappear. Silent Installation - End User Database Installer The preferred mode is to have users run the End User Database installer with full visible GUI so that they can change options if the installer discovers issues with their current configuration. However, we realize that systems administrators often wish to push applications out to their users using silent installation. Hence the end user database installer allows a limited range of silent installation options, although administrators need to be careful of the limitations and pitfalls of running the installer in silent mode. In order to run silent mode one must first record a silent install script by running the installer in RECORD MODE. Record mode saves one s choices to an *.ISS file that the installer plays back during the silent installation process. Record Mode To generate an *.ISS recording, run the installer from the command line with the /r and /f1 flags. We suggest outputting the file to C:\setup.iss, since the default output location (the Windows directory) is a little inconvenient. Also, if you wish to avoid having to specify the.iss file name on the silent installation command line, we suggest that you use setup.iss, the default. "<full path to setup.exe>\setup.exe" /r /f1"c:\setup.iss" If you wish, you may add logging to the command line. The /v flag passes commands to the installer s.msi file. Internal quotes need to be escaped with a backward slash: /v"/l*v \"c:\rdblog1.log\"" For further explanation of installer setup.exe and MSI command line options, see command line help at the Flexera web site knowledge base: Silent Mode Copy the setup.iss file you created to the installer s directory and run the installer with the silent /s flag. We suggest that you add MSI logging to the command line in case anything goes wrong with the silent setup: "<full path to setup.exe>\setup.exe" /s /v"/l*v \"c:\rdblog2.log\"" It is NOT necessary to specify the setup.iss file on the command line if you have named the file setup.iss and have placed it in the installer s root folder. However, if you have changed the defaults, you will need to add the /f1 flag to your silent installation to tell the installer where to find the silent script: "<full path to setup.exe>\setup.exe" /s /v"/l*v \"c:\rdblog2.log\"" /f1"c:\setup.iss"

16 The setup.exe will generate an automatic setup.log file in the installer directory (or you can use the /f2 flag to redirect the location and name of that log file). The setup.log, however, contains only setup.exe results. Result = 0, for example, means the installer completed and exited successfully. To detect any SEER-HD-specific errors, inspect the end of the C:\rdblog2.log.MSI log that you have specified with the verbose MSI logging command you passed to the MSI installation process: Possible Silent Mode Errors (examples) Example One Remember that the installer does not automatically remove the database and its DSN when the installer is uninstalled. This is by design, since we do not wish to automatically delete data that users have entered into their historical databases. If your user has run uninstall from the Add/Remove control panel, they will still have a SEER-HD database setup. If you then rerun the installer silently with the following first-time SEER-HD Microsoft Access installation script, it will discover the existing setup and exit before it even gets to the SetupType dialog (line 4). Setup.iss This setup.iss is configured for a first-time installation of a SEER-HD Microsoft Access database. [{9DD389CB-06C A8B9-361AB }-DlgOrder] Dlg0={9DD389CB-06C A8B9-361AB }-SdWelcome-0 Count=6 Dlg1={9DD389CB-06C A8B9-361AB }-SetupType2-0 Dlg2={9DD389CB-06C A8B9-361AB }-SdAskDestPath-0 Dlg3={9DD389CB-06C A8B9-361AB }-DsnSetup-0 Dlg4={9DD389CB-06C A8B9-361AB }-SdStartCopy-0 Dlg5={9DD389CB-06C A8B9-361AB }-SdFinish-0 [{9DD389CB-06C A8B9-361AB }-SdWelcome-0] Result=1 [{9DD389CB-06C A8B9-361AB }-SetupType2-0] Result=304 [{9DD389CB-06C A8B9-361AB }-SdAskDestPath-0] szdir=c:\documents and Settings\All Users\Application Data\SEER\SEER-RDB\ Result=1 [{9DD389CB-06C A8B9-361AB }-DsnSetup-0] ndsnflag=-1001 g_szdsn=seer-hd g_szdatasourcedesc=seer Historical Database Result=1 [{9DD389CB-06C A8B9-361AB }-SdStartCopy-0] Result=1 [{9DD389CB-06C A8B9-361AB }-SdFinish-0] Result=1 bopt1=0 bopt2=0 rdblog2.log Note that the installer explains that it is exiting because it has found an existing installation of SEER-HD of the same version

17 MSI (c) (D0:FC) [16:03:48:943]: PROPERTY CHANGE: Adding SETUPTYPE property. Its value is 'Local'. 1: You already have a Local installation of Microsoft Access SEER Historical Database Silent installation will now cancel you out of the installer. === Verbose logging stopped: 4/27/ :22:31 === In order to have avoided the installer exiting rather than installing a fresh copy of the SEER-HD MS Access database, your user would have had to delete or rename their existing SEER-HD DSN, and they would have had to delete, move or rename the SEER-RDB.mdb database in their SEER-HD folder (C:\Documents and Settings\All Users\Application Data\SEER\SEER-RDB\ ) before running the silent installation. Example Two (MS Access database upgrade) The existing installation of SEER-HD has NOT been uninstalled from Add/Remove. A newer version of the installer recognizes that it needs to go into UPGRADE mode to update the database to a newer version. But it discovers that the SEER-HD DSN points to a REMOTE MS Access SEER-HD database on a server. The installer is not allowed to upgrade remote databases, since that is the responsibility of the system administrator. So it exits. Setup.iss This setup.iss presumes that the user has a LOCAL installation of MS Access SEER-HD and runs in upgrade mode, which tries to update the database using the RDBUpgrader.exe. Note that the silent script references only two Message boxes, to which the response is YES (1). [{9DD389CB-06C A8B9-361AB }-DlgOrder] Dlg0={9DD389CB-06C A8B9-361AB }-SdWelcome-0 Count=2 Dlg1={9DD389CB-06C A8B9-361AB }-MessageBox-0 [{9DD389CB-06C A8B9-361AB }-SdWelcome-0] Result=1 [{9DD389CB-06C A8B9-361AB }-MessageBox-0] Result=1 Rdblog2.log 1: You have a remote Server installation of the Microsoft Access SEER Historical Database. This database MAY need to be updated by your Systems Administrator. === Verbose logging stopped: 4/27/ :53:41 ===

18 Example Three You believe that your user has an existing installation of SEER-H and you want to update it with Galorath s latest SEER- HD installer, so you run the upgrade setup.iss in Example Two. But it turns out that a user in fact has no currently installed installation of SEER-HD. There is no record of SEER-HD in the Add/Remove control panel. Your MSI RDBlog2.log file tells you nothing, but the database did not get installed. Setup.log in the installer directory, however, indicates (ResultCode = -3) that it could not find values that it needed in the *.ISS file. That is because the installer was running as a first time installation and needed the more complete firsttime setup.iss shown in example one. In other words, you cannot run an upgrade *.iss file with a first time installation. If the user has no existing installation, the installer will simply exit for lack of sufficient information. Setup.log [ResponseResult] ResultCode=-3 Manual Installation of Microsoft Access Databases A copy of the Microsoft Access SEER-RDB.MDB database is distributed in the SEER-HD directory of your SEER software CD. You may install it manually, as you can any other Microsoft Access database, by placing it on the computer and establishing a database connection with your ODBC administrator application. 1. Copy the SEER-RDB.MDB database from your installation CD to a directory that is accessible by all users who will be using it. If you are installing a Server instance of Microsoft Access SEER-HD, the location will obviously be on a remote Server. 2. Select the Add button on the System DSN tab of your ODBC Administrator. The ODBC Administrator shortcut is normally accessible through your Control Panel in the Administrative Tools subdirectory (the application itself is odbcad32.exe in your Windows System32 directory):

19 User DSNs You may also create User DSNs for SEER-HD, but these must be created while you are within the specific user profile for which you are configuring the DSN. And since only one DSN name may be the default SEER-HD DSN at any given time for all SEER-HD programs on a specific computer, the same User DSN name must be created in each user profile to guarantee that all users have access to the common SEER-HD database. Also be aware that if one of multiple users changes the DSN using Options/Select Repository to a User DSN that is NOT available to other users, SEER-HD programs will cease to operate for those other users. Hence if you have multiple users of SEER-HD programs on the same computer, it is better to set System DSNs, since these are accessible by everyone on the machine. And generally, it is easier to use System DSNs. 3. Select the Microsoft Access database driver -- Microsoft Access Driver (*.mdb) : 4. Enter a data source name and description and use the Select button to locate the database. 5. Navigate to the database folder and select the database:

20 6. Do NOT set Read Only or Exclusive or any other advanced database options. Setting the Default SEER-HD DSN The final and CRITICAL step is to set the Default SEER-HD DSN in the computer s Registry. You may do this either by directly editing the registry or by selecting the DSN from within an installed SEER-HD application. Setting the registry directly: A. Invoke the Windows Registry Editor by typing regedit in the Run dialog accessible from your Start Menu and press the OK button B. Under the HKEY_LOCAL_MACHINE\SOFTWARE\Galorath key create a SEER-RDB key (if one is not already there) and a string variable named DSN. Use the right mouse button to raise the variable creation menu in the right portion of the Registry Editor dialog

21 C. Then assign the DSN value that you created in steps 2 through 6. Double-click on the DSN variable to raise the value dialog: Setting the Default DSN from within a SEER-HD application: You may also reset the default SEER-HD DSN by using the Options/Select Repository menu option of any SEER program that uses SEER-HD -- for example, Estimate by Comparison -- but only if you already have an existing operational SEER-HD DSN entry. If a SEER-HD program does not run because it does not have a valid SEER-HD DSN, you can either edit the SEER-RDB DSN key to give it a valid DSN or rerun a SEER-HD installer to reset the registry. SEER-HD Version Upgrade When the installer upgrades a Local Microsoft Access database from a lower to a higher SEER-HD version, it backs up the previous database, installs a new database, then attempts to transfer data from the old to the new database. There are many circumstances which might make data transfer impossible to implement. If you get a message that an installer was unable to transfer data, and you want to preserve your existing data, you will need to run the RDBUpgrader utility to transfer data from the older backup SEER-HD database to the newly installer higher version SEER-HD database. The RDBUpgrader.exe Application The SEER-HD Upgrader application (RDBUpgrader.exe) enables you to transfer data from one SEER Historical Database to another. ( SEER-RDB and RDB designations are holdovers from SEER-HD s previous existence as SEER-RDB.) A shortcut to the RDBUpgrader.exe is available in the SEER/SEER for Software/SEER Historical Database subfolder of your Program Start Menu: The application itself is always installed in your <Program Files>\SEER\SEER-RDB folder. The application consists of two files: RDBUpgrader.exe (the executable) and RDBUpgrader.mdb (an MS Access configuration file that must exist in the same folder as RDBUpgrader.exe ):

22 Copies of RDBUpgrader.exe and RDBUpgrader.mdb can also be found in the SEER-HD folder of your installation CD. User Interface The RDBUpgrader user interface is fairly simple, allowing you to transfer SEER-HD data between either database files (Microsoft Access) or between ODBC data sources (either Microsoft Access or SQL Server DSNs) or any combination of the two (DSNs or files): There are two basic types of data transfer currently enabled: 1. Transfer of data from earlier versions of the SEER_SW_Repository database format shipped with earlier version of SEER-SEM Client (before version ) and SEER-AccuScope (before version ). 2. Transfer of data from SEER-HD to SEER-HD databases. The RDBUpgrader warns you of the data transfer that you are about to make so that you have the opportunity to cancel the operation: Command Line The RDBUpgrader can be run from the command line with a limited number of switches. Examples of usage: RDBUpgrader /Items /Silent SourcePath RDBUpgrader /Items /Silent SourceDSN RDBUpgrader /? TargetPath TargetDSN

23 Source path and TargetPath must be fully qualified paths to a Microsoft Access SEER-HD database file and MUST be quoted. SourceDSN and TargetDSN must be DSN names. The whole DSN command must be quoted for example, DSN=SEER-HD Newer in order to accommodate spaces in DSN names. DSNs and File paths may be mixed on the command line. The DSN parameters may be extended with attributes separated by semicolons to make them full DSN connection strings. For example, to add username and password, use the following. "DSN=SEER-HD Newer;UID=MyLoginName;PWD=MyPassword" See your operating system ODBC reference for Microsoft Access (.mdb) and SQL Server database drivers; each type of ODBC database driver supports its own set of connection string attributes Example command line: C:\Program Files\SEER\SEER-RDB>rdbupgrader /Items C:\Documents and Settings\All Users\Application Data\SEER\Common\dbbackup_local\SEER_SW_Repository.mdb SEER-HD Command line switches: /Items Transfers data from earlier Items repository (SEER_SW_Repository) database to the newer SEER-HD database. /Silent Suppresses the Upgrader s graphical user interface. /? Provides command line usage information. Silent switch error codes: 0 - Execution without errors 1 - Incorrect or missing command line parameters 2 - Incorrect command line usage 3 - Source database not found 4 - Target database not found 5 - AddFromSEERRDB.DLL not registered 6 - Error during transfer 7 - RDBUpgrader.mdb is not available 8 - Database versions are not compatible In order to capture /Silent switch error codes, you need to run the RDBUpgrader from other program code that can check the Windows LastError() queue. Uninstall/Reinstall Uninstall may be performed from the Add/Remove Applet of your operating system:

24 Remember that uninstalling does NOT remove the database or any DSNs. It uninstalls the installers memory of what is installed. If you wish to reinstall a clean copy of the local database of the same version, you must do the following. These measures are required because the installer does not actually uninstall your database. 1. Uninstall the SEER-HD installer. This will remove the installer s registry record of its previously having run. 2. Back up your existing database by hand if you do not wish its data to be overwritten. Obviously do not place it where you plan to install the new database or leave it in the default directory if you plan to reinstall there. 3. DELETE RENAME it if you wish the existing SEER-HD DSN using your ODBC Administrator (available through the Control Panel) or to preserve it, so that it no longer corresponds to the name of the registered database. Delete DSN

25 Rename DSN SQL Server SEER-HD Installer The SQL Server SEER-HD Installer is located in an SEER-HD SQL Installer subfolder of the SEER-HD installer on your SEER software CD. It is run by clicking on the setup.exe file or by launching setup.exe from the DOS command line. DBMS To set up a SEER-HD SQL Server database, the host machine for the database must have an instance of one of the following database management programs installed. SQL Server 2000 or The user is responsible for installing SQL Server prior to running the SEER- HD SQL Server Database Set-Up Utility. SQL Express 2005 for Microsoft Vista support

26 Earlier versions of the SEER-RDB were supported on Microsoft s MSDE (Microsoft Desktop Engine) SQL database server. That option has been deleted in favor of users installing SQL Express as a local server, since it is better supported on the Microsoft Vista operating system. However, if you have MSDE installed from a previous installation of SEER-RDB, your SEER-HD installer will upgrade MSDE databases if they already exist. Basic Steps For New SEER-HD Installation There are four basic steps in setting up an SQL Server SEER-HD database: 1. Create an instance of the SEER-HD Database. 2. Create DBMS login(s). 3. Create/assign database user(s) for the new SEER-HD database. 4. Configure a default SEER-HD ODBC data source on each user s machine that points to the new SEER-HD database. The first three steps are required before a user can access an SQL Server SEER-HD database from SEER programs. The last step, setting the default SEER-HD database, can be performed from inside of SEER- HD- enabled SEER programs. But it is recommended that you set the default with the SEER-HD installer to save users the extra effort, or possible confusion about which SEER-HD database you may wish them to use. Required Administrative Privileges To create an SQL Server instance of a SEER-HD database, the user must have DBMS administrative privileges for the target instance of the SQL Server DBMS where the database is to be created. The SEER- HD SQL Server Database Set-Up Utility assumes the user has the appropriate SQL Server administrative privileges. If necessary, see Access Privileges below for instructions on setting privileges using SQL Server or SQL Express. For SQL Server and SQL Express For SQL Server and SQL Express, a user will have the required administrative privileges to create a database, if one of the following conditions is satisfied. The user has access to the SQL Server built-in administrator login, sa, for the target instance of SQL Server (2000 or 2005) or SQL Express The user has access to an SQL Server login with privileges to create a database, on the target instance of SQL Server (2000 or 2005) or SQL Express The user is a member of the Windows built-in administrators group, Administrators, on the machine where the target instance of SQL Server (2000 or 2005) or SQL Express 2005 is located. Using the SEER-HD SQL Server Database Set-Up Utility The SEER-HD Database Set-Up Utility provides options to perform one or more of the following tasks: 1. Create or upgrade an instance of SEER-HD Database. (SQL Server or SQL Express must be installed prior to creating a database.) 2. Configure an ODBC data source, on the local machine (i.e., the machine where the utility is run), corresponding to the newly created or upgraded SEER-HD database. 3. Set the default SEER-HD database, on the local machine (i.e., the machine where the utility is run), to the newly created or upgraded SEER-HD database

27 1. Create New Database If you do not have SQL Server or SQL Express installed locally or available on a network, you will be unable to create a database. Make sure that you have the required administrative privileges to create a database. The installer warns you that you need these before your proceed. Setup Folder The installer requires you to create a folder in which setup scripts and SQL Server log files will be placed (in case there is any problem with your installation). The default directory is <Program Files>\SEER\SEER- RDB. (The SEER-RDB folder is a holdover from when SEER-HD was named SEER-RDB.) There is normally no reason to change this, but you may

28 The installer creates a specific subdirectory for each new or upgrade version of the database. This subdirectory contains two further subdirectories, DBsetup for the database creation scripts and Outputs for the log files. The database setup log is the file DbSetupLog.txt in the Outputs subdirectory of the RDB versioned directory. The SQL Server database files themselves are installed in the Data subfolder of your Microsoft SQL Server Program s Server directory for SEER-HD, wherever that is defined

29 Create Database Dialog Sequence Choose DBMS Server Dialog The Choose DBMS Server dialog asks you to log on to the Server where you intend to create the SEER- HD database. SQL Server Instance Name: The drop-down box lists all servers available to the user on the NETWORK. (local) SQL Server instances, however, are not represented with complete names. For a local server instance, you must complete the Instance name yourself. For example, if you installed the SQL Express as SQLEXPRESS (the default local server name), you need to complete the (local) selection by adding the instance name with a backward slash before it:

30 SQLDEV1 (local)\sqlexpress (network server name) (completed local server name) Log On: SEER applications do not currently support SEER-HD database access via SQL Server user and password authentication. While you may create a database using SQL Server authentication, you must create a Data Source Name (DSN) later using Windows authentication. Administrators should see "Network and Database Server Access" below for instructions on setting Windows user access on SQL Server or SQL Express databases. Connect with Windows authentication using the network login ID Your SQL Server administrator must have granted login privileges for your Windows login ID to access the SQL Server. If you have and older SEER-RDB already installed a local instance of MSDE, you should automatically have Windows Authentication access to the SQL Server instance if you log on to your computer with administrator privileges. SQL Server and SQL Express require that you add Windows users from within the SQL Management console. If you select this option, the SQL Server Login ID and Password text boxes will be grayed out. Connect with SQL Server authentication using a login ID and password If you have SQL Server authentication access to SQL Server or SQL Express, you may enter your SQL Server user ID and password. However, it is recommended that you use Windows authentication. If you continue on to create a DSN using SQL Server authentication, the DSN will not work with your SEER-HD applications, and will have to be reconfigured. DSNs currently require Windows authentication. Choose Database Name Dialog Enter the name of the SEER-HD database you wish to create. The default name is SEER-HD, but you may change it -- for example, to SEER-HD2, if you are creating a second SEER-HD database when one already exists

31 Database Name: Enter the name of the database you wish to create. Create ODBC Data Source for Database Dialog The Create ODBC Data Source dialog allows you to create a DSN for the SEER-HD database that you are creating. Creating a data source is optional, depending on whether the Create ODBC data source for database checkbox is checked or unchecked. If you have created the database using Windows authentication, you can continue on to create a SEER-HD DSN. If you have created a database using SQL Server authentication, you should uncheck the Create ODBC data source for database checkbox, continue on, and rerun the installer again to create a Windows authentication DSN using the Set Default DSN setup type

32 Create ODBC data source for database The Create ODBC data source for database checkbox is checked by default so that a DSN is created. If you uncheck the Create ODBC data source for database checkbox, NO data source will be created. You will have created a database that is not yet accessible to any SEER program. If you choose NOT to create a DSN, you can: 1. Rerun the installer and create a DSN later using the installer s Set Default DSN setup type option. 2. a. Created a DSN for the database manually using your computer s ODBC Administrator application. b. Select the DSN from within one of their SEER applications to make it the default SEER-HD database. Data Source Name (DSN) Enter the name of the DSN as you wish it to appear in the ODBC Administrator System DSNs dialog. If the DSN name you select already exists, the installer will ask you whether you want to replace it. Data Source Description Optional description of the DSN, normally to indicate its use. Some Notes on DSNs: If you create a new DSN name, you should proceed to setup type 3, Set Default SEER Historical Database, since the new DSN is NOT automatically registered as the default SEER- HD DSN/database. If you do not complete setup type 3, users will have to select the DSN from within their SEER program. If you replace your existing active SEER-HD DSN, it will now point to your new database. Because the active DSN is already recorded in the SEER-RDB DSN key, you do not have to complete step 3, Set Default SEER Historical Database. 2. Upgrade Existing Database Required Administrative Privileges The same administrative privileges are required for upgrading an SQL Server SEER-HD database as are required for creating a new one. Upgrade Database Dialog Sequence The database upgrade installer sequence for upgrading SQL Server databases is essentially the same as for creating them, except that the dialogs expect you to select an EXISTING SEER-HD database. See Create Database Dialog Sequence above

33 1. Choose DBMS Server 2. Choose Database Name 3. Create ODBC Data Source for Database Upgrade checks the version of the existing database against the version that is contained in the installer; it will run upgrade scripts only if the installer version is newer than the installed database. 3. Set Default SEER-HD Database The Set Default SEER Historical Database setup type allows you to switch SEER-HD DSNs without creating a database. The DSN name that you choose in this sequence becomes the ACTIVE default SEER- HD DSN that will be used by SEER programs. The setup utility must be run on the Local machine whose SEER-HD DSN registry value you wish to configure. This includes setting DSNs for remote databases. For a shared network database, the default SEER-HD database must be set individually on each user s local machine. Note that this setup type also allows you to set a SEER-HD Microsoft Access DSN so that you don t have to engage the Microsoft Access SEER-HD installer. If you have a Microsoft Access SEER-HD database installed, you may select it rather than an SQL Server SEER-HD. SQL Server DSN Creating an SQL Server default DSN involves the same sequence of dialogs as creating a new DSN, except that you are not given the option of NOT creating a DSN. See Create Database Dialog Sequence above. 1. Choose DBMS Server (use Trusted Windows Authentication) 2. Choose Database Name 3. Create ODBC Data Source for Database

34 Remember that current versions of SEER-HD applications are unable to use DSNs with SQL Server Authentication. DSN authentication must be set to Windows Authentication ( Trusted ). If you select a DSN name that already exists, you will be asked whether you wish to replace it. Microsoft Access DSN To create a Microsoft Access SEER-HD DSN, you have to locate the SEER-HD Microsoft Access database file. Create DSN Creating a DSN for Microsoft Access SEER-HD is a one-step process, since the database does not have a DBMS Server or a Database Name (the MS Access file is the database name). Check DSNs The Check DSNs button is for checking the names of your SEER-HD database(s). You can also rename an old database if you want to use its name for the existing DSN that you created. Or you can delete and recreate DSNs. If you select a DSN name that already exists, you will be asked whether you wish to replace it

35 Configuring ODBC Data Sources Manually Using the Specify Repository menu option, advanced users can also select or configure SEER-HD data sources from within SEER programs that support SEER-HD databases. All that is required to create DSNs is that SEER-HD databases already exist. The following example demonstrates how to configure an SQL Server SEER-HD data source from within SEER-Compare. Similar configuration dialogs can be found in SEER for Software Microsoft Project Integration and other SEER-HD-enabled SEER applications. The Specify Repository option is under the Options menu. Selecting Specify Repository will raise the Specify Repository dialog, which tells you the DSN name of the currently active SEER-HD database. The Specify button raises the ODBC Manager application for selecting or creating new data source names. All SEER-HD database DSNs should be created under the Machine Data Source tab, which lists both System and User DSNs

36 If you press the New button, you will launch the ODBC manager, which enables you to create a new SEER-HD DSN from scratch. See Creating an SQL Server SEER-HD DSN with the ODBC Manager below for the steps for creating an SQL Server DSN from scratch. If you select a DSN and press OK, your SEER program will attempt to validate and set it as the default DSN. Microsoft Access Validation Microsoft Access SEER-HD databases raise the following login dialog. However, current versions of SEER- HD-enabled SEER applications do not support password protection on MS Access SEER-HD databases. Click OK without entering a Login name or Password. If database validation does not work, but you know that the database is SEER-HD, the database may be password protected and you will need to remove the protection. SQL Server Validation SQL Server SEER-HD databases raise the following login dialog

37 SEER-HD SQL Server databases in current versions of SEER applications work only with Trusted Windows authentication ( Trusted Connection ). Hence you should test the SQL Server DSN with Use Trusted Connection checked. NOTE: If the Use Trusted Connection checkbox is not checked when the login dialog appears, you should use the ODBC manager to try to change the DSN to Windows trusted authentication, then reengage Specify Repository to connect to the DSN. If you get the following connection error, you may have one of the following problems: 1. Your database is configured to work only with SQL Server authentication; the database and DSN have not been configured to work with Windows ( trusted ) authentication. 2. Your database is configured to work with Windows authentication, but not for the particular Windows logon profile that you are using. Each separate user needs to be configured as a database user within SQL server. See Access Control below. Creating an SQL Server SEER-HD DSN with the ODBC Manager Whether you invoke the ODBC Manager from within a SEER program or independently, the steps for creating a SEER-HD DSN are the same, although the ODBC Manager interface may look slightly different, depending on the version of it that you or the SEER program are using. DSN dialog sequence Create a System SQL Server data source The SEER-HD DSNs should be System data sources. User data source are available only to the user who created them and you would need to create a User data source for EACH user accessing the SEER-HD database. System DSNs are automatically accessible to all users

SEER Enterprise Shared Database Administrator s Guide

SEER Enterprise Shared Database Administrator s Guide SEER Enterprise Shared Database Administrator s Guide SEER for Software Release 8.2 SEER for IT Release 2.2 SEER for Hardware Release 7.3 March 2016 Galorath Incorporated Proprietary 1. INTRODUCTION...

More information

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved.

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved. Version 3.2 User Guide Copyright 2002-2009 Snow Software AB. All rights reserved. This manual and computer program is protected by copyright law and international treaties. Unauthorized reproduction or

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

Installation Instructions Release Version 15.0 January 30 th, 2011

Installation Instructions Release Version 15.0 January 30 th, 2011 Release Version 15.0 January 30 th, 2011 ARGUS Software: ARGUS Valuation - DCF The contents of this document are considered proprietary by ARGUS Software, the information enclosed and any portion thereof

More information

Inmagic ODBC Driver 8.00 Installation and Upgrade Notes

Inmagic ODBC Driver 8.00 Installation and Upgrade Notes Inmagic ODBC Driver 8.00 Installation and Upgrade Notes Thank you for purchasing the Inmagic ODBC Driver for DB/Text. This document is for new and upgrade customers. Use the Inmagic ODBC Driver to develop

More information

DMP V2.0.1 Installation and Upgrade Reference

DMP V2.0.1 Installation and Upgrade Reference DMP V2.0.1 Installation and Upgrade Reference Page 1 of 40 Table of Contents Overview... 3 Compatibility Issues with Previous DMP Versions... 3 DMP V2.0.1 Installation... 3 Sybase CD... 3 Installed Components...

More information

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information

E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide. E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide

E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide. E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide 1. Introduction... 3 2. Database System... 3 2.1. Software requirements... 3 2.2. Analysis of E-Notebook 10.0 and 11.0 database... 4 2.3.

More information

Installation instructions for MERLIN Dashboard

Installation instructions for MERLIN Dashboard Installation instructions for MERLIN Dashboard Contents Installation Prerequisites:... 2 Procedure to manually backup and restore Views and Settings in AxOEE Manager... 3 For XP users go to:... 3 For Vista

More information

Server Installation: ServerTools

Server Installation: ServerTools Server Installation: ServerTools ServerTools Page 1 Table of Contents To Install ServerTools...3 Backup and Restore...6 Purpose...6 Background...6 Requirements...6 Creating a Backup Schedule using the

More information

ReportByEmail ODBC Connection setup

ReportByEmail ODBC Connection setup ReportByEmail ODBC Connection setup Page 2 of 28 Content Introduction... 3 ReportByEmail Server and changing ODBC settings... 3 Microsoft AD Windows setup... 3 Important notice regarding 32-bit / 64-bit

More information

Sophos Enterprise Console server to server migration guide. Product version: 5.1 Document date: June 2012

Sophos Enterprise Console server to server migration guide. Product version: 5.1 Document date: June 2012 Sophos Enterprise Console server to server migration guide Product : 5.1 Document date: June 2012 Contents 1 About this guide...3 2 Terminology...4 3 Assumptions...5 4 Prerequisite...6 5 What are the key

More information

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

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

Migrating helpdesk to a new server

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

More information

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

Setting Up ALERE with Client/Server Data

Setting Up ALERE with Client/Server Data Setting Up ALERE with Client/Server Data TIW Technology, Inc. November 2014 ALERE is a registered trademark of TIW Technology, Inc. The following are registered trademarks or trademarks: FoxPro, SQL Server,

More information

Hosting Users Guide 2011

Hosting Users Guide 2011 Hosting Users Guide 2011 eofficemgr technology support for small business Celebrating a decade of providing innovative cloud computing services to small business. Table of Contents Overview... 3 Configure

More information

Omgeo OASYS Workstation Installation Guide. Version 6.4 December 13, 2011

Omgeo OASYS Workstation Installation Guide. Version 6.4 December 13, 2011 Omgeo OASYS Workstation Installation Guide Version 6.4 December 13, 2011 Copyright 2011 Omgeo LLC. All rights reserved. This publication (including, without limitation, any text, image, logo, compilation,

More information

Archive Server for MDaemon disaster recovery & database migration

Archive Server for MDaemon disaster recovery & database migration Archive Server for MDaemon Archive Server for MDaemon disaster recovery & database migration Abstract... 2 Scenarios... 3 1 - Reinstalling ASM after a crash... 3 Version 2.2.0 or later...3 Versions earlier

More information

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.3 Prepared for: Directorate of Preparedness and Response (FEMA) Prepared by:

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Matisse Installation Guide for MS Windows

Matisse Installation Guide for MS Windows Matisse Installation Guide for MS Windows July 2013 Matisse Installation Guide for MS Windows Copyright 2013 Matisse Software Inc. All Rights Reserved. This manual and the software described in it are

More information

Insight Video Net. LLC. CMS 2.0. Quick Installation Guide

Insight Video Net. LLC. CMS 2.0. Quick Installation Guide Insight Video Net. LLC. CMS 2.0 Quick Installation Guide Table of Contents 1. CMS 2.0 Installation 1.1. Software Required 1.2. Create Default Directories 1.3. Create Upload User Account 1.4. Installing

More information

ESET REMOTE ADMINISTRATOR. Migration guide

ESET REMOTE ADMINISTRATOR. Migration guide ESET REMOTE ADMINISTRATOR Migration guide ESET REMOTE ADMINISTRATOR migration guide Copyright 2012 by ESET, spol. s r.o. ESET REMOTE ADMINISTRATOR was developed by ESET, spol. s r.o. For more information

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

Server & Workstation Installation of Client Profiles for Windows (WAN Edition)

Server & Workstation Installation of Client Profiles for Windows (WAN Edition) C ase Manag e m e n t by C l i e n t P rofiles Server & Workstation Installation of Client Profiles for Windows (WAN Edition) T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W Important Note on

More information

NovaBACKUP Storage Server User Manual NovaStor / April 2013

NovaBACKUP Storage Server User Manual NovaStor / April 2013 NovaBACKUP Storage Server User Manual NovaStor / April 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change

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

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

Sophos Enterprise Console server to server migration guide. Product version: 5.2

Sophos Enterprise Console server to server migration guide. Product version: 5.2 Sophos Enterprise Console server to server migration guide Product : 5.2 Document date: December 2014 Contents 1 About this guide...3 2 Terminology...4 3 Assumptions...5 4 Prerequisite...6 5 What are the

More information

Archive Attender Version 3.5

Archive Attender Version 3.5 Archive Attender Version 3.5 Getting Started Guide Sherpa Software (800) 255-5155 www.sherpasoftware.com Page 1 Under the copyright laws, neither the documentation nor the software can be copied, photocopied,

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

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express Edition to Microsoft SQL Server 2005, 2008, or 2008 R2

More information

for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later

for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later Copyright 2015, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

Matisse Installation Guide for MS Windows. 10th Edition

Matisse Installation Guide for MS Windows. 10th Edition Matisse Installation Guide for MS Windows 10th Edition April 2004 Matisse Installation Guide for MS Windows Copyright 1992 2004 Matisse Software Inc. All Rights Reserved. Matisse Software Inc. 433 Airport

More information

NovaBACKUP. Storage Server. NovaStor / May 2011

NovaBACKUP. Storage Server. NovaStor / May 2011 NovaBACKUP Storage Server NovaStor / May 2011 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without notice.

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

Server & Workstation Installation of Client Profiles for Windows

Server & Workstation Installation of Client Profiles for Windows C ase Manag e m e n t by C l i e n t P rofiles Server & Workstation Installation of Client Profiles for Windows T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W General Notes to Prepare for Installing

More information

4cast Client Specification and Installation

4cast Client Specification and Installation 4cast Client Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements The client requires Administrative rights

More information

IceWarp Server Windows Installation Guide

IceWarp Server Windows Installation Guide IceWarp Unified Communications IceWarp Server Windows Installation Guide Version 11.3 Published on 2/6/2015 Contents IceWarp Server Windows... 4 Pre-requisites... 5 Launch Installer Wizard... 6 Select

More information

WhatsUp Gold v16.2 Database Migration and Management Guide

WhatsUp Gold v16.2 Database Migration and Management Guide WhatsUp Gold v16.2 Database Migration and Management Guide Contents CHAPTER 1 How to use this guide CHAPTER 2 Migrating the WhatsUp Gold Microsoft SQL Server 2008 R2 Express Edition database to Microsoft

More information

Archive Server for MDaemon disaster recovery & database migration

Archive Server for MDaemon disaster recovery & database migration Archive Server for MDaemon Archive Server for MDaemon disaster recovery & database migration Abstract... 2 Scenarios... 3 1 - Reinstalling ASM after a crash... 3 2 - Moving database from one server to

More information

Spector 360 Deployment Guide. Version 7.3 January 3, 2012

Spector 360 Deployment Guide. Version 7.3 January 3, 2012 Spector 360 Deployment Guide Version 7.3 January 3, 2012 Table of Contents Deploy to All Computers... 48 Step 1: Deploy the Servers... 5 Recorder Requirements... 52 Requirements... 5 Control Center Server

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

Telelogic DASHBOARD Installation Guide Release 3.6

Telelogic DASHBOARD Installation Guide Release 3.6 Telelogic DASHBOARD Installation Guide Release 3.6 1 This edition applies to 3.6.0, Telelogic Dashboard and to all subsequent releases and modifications until otherwise indicated in new editions. Copyright

More information

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2 HYPERION SYSTEM 9 MASTER DATA MANAGEMENT RELEASE 9.2 N-TIER INSTALLATION GUIDE P/N: DM90192000 Copyright 2005-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo, and

More information

TMS Database Knowledge Tips

TMS Database Knowledge Tips TMS Database Knowledge Tips Tips for the TMS SQL Database June 2008 D14216 Rev 1.0 TABLE OF CONTENTS TABLE OF CONTENTS... 2 DOCUMENT REVISION HISTORY... 4 INTRODUCTION... 5 Tip Format... 5 1 TIPS CATEGORY

More information

WhatsUp Gold v16.0 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express

WhatsUp Gold v16.0 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express WhatsUp Gold v16.0 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express Edition or SQL Server 2008 Express R2 to Microsoft SQL Server

More information

Log Analyzer Reference

Log Analyzer Reference IceWarp Unified Communications Log Analyzer Reference Version 10.4 Printed on 27 February, 2012 Contents Log Analyzer 1 Quick Start... 2 Required Steps... 2 Optional Steps... 3 Advanced Configuration...

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Sage ERP Accpac 6.0A. SageCRM 7.0 I Integration Guide

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

More information

XMap 7 Administration Guide. Last updated on 12/13/2009

XMap 7 Administration Guide. Last updated on 12/13/2009 XMap 7 Administration Guide Last updated on 12/13/2009 Contact DeLorme Professional Sales for support: 1-800-293-2389 Page 2 Table of Contents XMAP 7 ADMINISTRATION GUIDE... 1 INTRODUCTION... 5 DEPLOYING

More information

IceWarp Server. Log Analyzer. Version 10

IceWarp Server. Log Analyzer. Version 10 IceWarp Server Log Analyzer Version 10 Printed on 23 June, 2009 i Contents Log Analyzer 1 Quick Start... 2 Required Steps... 2 Optional Steps... 2 Advanced Configuration... 5 Log Importer... 6 General...

More information

Troubleshooting Business Analyst Installation and Startup

Troubleshooting Business Analyst Installation and Startup Troubleshooting Business Analyst Installation and Startup Contents Installation Issues..Pg 1 Licensing Issues...Pg 6 Crystal Report Issues...Pg 9 Documentation Issue.. Pg 13 Installation Issues I 1. Question:

More information

Enterprise Remote Control 5.6 Manual

Enterprise Remote Control 5.6 Manual Enterprise Remote Control 5.6 Manual Solutions for Network Administrators Copyright 2015, IntelliAdmin, LLC Revision 3/26/2015 http://www.intelliadmin.com Page 1 Table of Contents What is Enterprise Remote

More information

vtcommander Installing and Starting vtcommander

vtcommander Installing and Starting vtcommander vtcommander vtcommander provides a local graphical user interface (GUI) to manage Hyper-V R2 server. It supports Hyper-V technology on full and core installations of Windows Server 2008 R2 as well as on

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

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

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

More information

Global Image Management System For epad-vision. User Manual Version 1.10

Global Image Management System For epad-vision. User Manual Version 1.10 Global Image Management System For epad-vision User Manual Version 1.10 May 27, 2015 Global Image Management System www.epadlink.com 1 Contents 1. Introduction 3 2. Initial Setup Requirements 3 3. GIMS-Server

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

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

Remote Management System

Remote Management System RMS Copyright and Distribution Notice November 2009 Copyright 2009 ARTROMICK International, Inc. ALL RIGHTS RESERVED. Published 2009. Printed in the United States of America WARNING: ANY UNAUTHORIZED

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

Spector 360 Deployment Guide. Version 7

Spector 360 Deployment Guide. Version 7 Spector 360 Deployment Guide Version 7 December 11, 2009 Table of Contents Deployment Guide...1 Spector 360 DeploymentGuide... 1 Installing Spector 360... 3 Installing Spector 360 Servers (Details)...

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

How to Install SQL Server 2008

How to Install SQL Server 2008 How to Install SQL Server 2008 A Step by Step guide to installing SQL Server 2008 simply and successfully with no prior knowledge Developers and system administrators will find this installation guide

More information

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

The Greenshades Center

The Greenshades Center The Greenshades Center Installation Manual Greenshades Software Support Team support@greenshades.com 1-888-255-3815 1 Table of Contents Table of Contents... 2 Install Required Programs... 3 Required Programs...

More information

NovaBACKUP. User Manual. NovaStor / November 2011

NovaBACKUP. User Manual. NovaStor / November 2011 NovaBACKUP User Manual NovaStor / November 2011 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without

More information

Welcome to the QuickStart Guide

Welcome to the QuickStart Guide QuickStart Guide Welcome to the QuickStart Guide This QuickStart Guide provides the information you need to install and start using Express Software Manager. For more comprehensive help on using Express

More information

QlikView 11 Upgrade & Migrations

QlikView 11 Upgrade & Migrations QlikView 11 Upgrade & Migrations QlikView Technical Brief Published: November 2011 qlikview.com Introduction This guide is provided as a reference and best practices for upgrading and migrating an existing

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS Notes 1. The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b)

More information

How to Back Up and Restore an ACT! Database Answer ID 19211

How to Back Up and Restore an ACT! Database Answer ID 19211 How to Back Up and Restore an ACT! Database Answer ID 19211 Please note: Answer ID documents referenced in this article can be located at: http://www.act.com/support/index.cfm (Knowledge base link). The

More information

2X ApplicationServer & LoadBalancer Manual

2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Contents 1 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies,

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

Installing LearningBay Enterprise Part 2

Installing LearningBay Enterprise Part 2 Installing LearningBay Enterprise Part 2 Support Document Copyright 2012 Axiom. All Rights Reserved. Page 1 Please note that this document is one of three that details the process for installing LearningBay

More information

Abila MIP. Installation User's Guide

Abila MIP. Installation User's Guide This is a publication of Abila, Inc. Version 2014.x Copyright 2013 Abila, Inc. All rights reserved. Abila, the Abila logos, and the Abila product and service names mentioned herein are registered trademarks

More information

Database Migration and Management Guide v15.0

Database Migration and Management Guide v15.0 Database Migration and Management Guide v15.0 Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express Edition to Microsoft SQL Server 2005 or 2008 Enterprise, Standard, or Workgroup

More information

Almyta Control System Advanced Reference Contents

Almyta Control System Advanced Reference Contents Almyta Control System Advanced Reference Contents Almyta Control System Advanced Reference... 1 Software Maintenance... 2 Sharing Your Local Company with Other Users. Networked Installation.... 5 Connecting

More information

PSCAD Installation Errors

PSCAD Installation Errors PSCAD PSCAD Installation Errors Written for: PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6) Revision: 4 April 20, 2015 Contents 1. INSTALLATION ERROR ERROR 1053 STARTING LM SERVICE... 1 2. INSTALLATION ERROR

More information

Error: "Object reference not set to an instance of an object" When Opening Any Database

Error: Object reference not set to an instance of an object When Opening Any Database Answer ID: 13609 Date Created: 07/03/2005 12:08 AM Last Updated: 10/07/2005 02:22 PM Access Level: ACT!-Basic Error: "Object reference not set to an instance of an object" When Opening Any Database Question

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

VERITAS Backup Exec TM 10.0 for Windows Servers VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

5nine Hyper-V Commander

5nine Hyper-V Commander 5nine Hyper-V Commander 5nine Hyper-V Commander provides a local graphical user interface (GUI), and a Framework to manage Hyper-V R2 server and various functions such as Backup/DR, HA and P2V/V2V. It

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

FmPro Migrator - FileMaker to SQL Server

FmPro Migrator - FileMaker to SQL Server FmPro Migrator - FileMaker to SQL Server FmPro Migrator - FileMaker to SQL Server 1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 FmPro Migrator - FileMaker to SQL Server Migration

More information

Upgrading Centricity Electronic Medical Record Service Packs on Microsoft Windows Server

Upgrading Centricity Electronic Medical Record Service Packs on Microsoft Windows Server GE Healthcare Upgrading Centricity Electronic Medical Record Service Packs on Microsoft Windows Server Version 9.8.6 September 2014 Centricity Electronic Medical Record DOC1595227 2014 General Electric

More information

FreeFlow Accxes Print Server V15.0 August 2010 701P50924. Xerox FreeFlow Accxes Print Server Drivers and Client Tools Software Installation Guide

FreeFlow Accxes Print Server V15.0 August 2010 701P50924. Xerox FreeFlow Accxes Print Server Drivers and Client Tools Software Installation Guide FreeFlow Accxes Print Server V15.0 August 2010 701P50924 Xerox FreeFlow Accxes Print Server Drivers and Client Tools Software 2010 Xerox Corporation. All rights reserved. XEROX and Xerox and Design, 6204,

More information

Server Edition Administrator s Guide

Server Edition Administrator s Guide Server Edition Administrator s Guide July 13, 2010 Introduction This document covers FinePrint, pdffactory, and pdffactory Pro Server Editions (SE). Installing SE on a Windows server provides easy deployment

More information

4D v1x ODBC Driver INSTALLATION GUIDE

4D v1x ODBC Driver INSTALLATION GUIDE INSTALLATION GUIDE Open Database Connectivity Standard (ODBC) is an open standard application programming interface (API) used to access one or more databases from a single application. In order to set

More information

Video Administration Backup and Restore Procedures

Video Administration Backup and Restore Procedures CHAPTER 12 Video Administration Backup and Restore Procedures This chapter provides procedures for backing up and restoring the Video Administration database and configuration files. See the following

More information

VeriCentre 3.0 Upgrade Pre-Installation and Post Installation Guidelines

VeriCentre 3.0 Upgrade Pre-Installation and Post Installation Guidelines VeriCentre 3.0 Upgrade Pre-Installation and Post Installation Guidelines * For actual installation steps, please refer to the VeriCentre 3.0 Installation guide that came with the VeriCentre 3.0 software.

More information

System Administration Training Guide. S100 Installation and Site Management

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

More information

Embarcadero Performance Center 2.7 Installation Guide

Embarcadero Performance Center 2.7 Installation Guide Embarcadero Performance Center 2.7 Installation Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A.

More information

Migrating TimeForce To A New Server

Migrating TimeForce To A New Server Rev. 4/28/14 Migrating TimeForce To A New Server Table of Contents 1. Installation Prerequisites... 2 Required... 2 Recommended... 3 2. Update to a Migration Compatible Version... 3 Determine the Database

More information