Quick Start Guide Version 3.0. Updated September 20, 2013

Size: px
Start display at page:

Download "Quick Start Guide Version 3.0. Updated September 20, 2013"

Transcription

1 Quick Start Guide Version 3.0 Updated September 20, 2013

2 Contents 1. Welcome...2 Overview...2 How Gallery Server Pro works...2 Requirements...3 Product key...3 SQL Server support...3 Known issues Installing/Upgrading Gallery Server Pro...4 New Installation...4 Upgrading from 3.0.X...7 Upgrading from Upgrading from 2.5 and earlier...8 Gallery Server Pro Binary Pack Switching from SQL Server to SQL CE...9 Overview HOW-TO: Integrate Gallery Server Pro with Active Directory Overview Instructions HOW-TO: Upgrade an AD-enabled gallery from Welcome Gallery Server Pro is a web application for sharing photos, video, audio, documents and other files. It s like having your own personal YouTube or Flickr site. It is intended for users who want to share large collections of media objects on their own web site while maintaining a high degree of control. Overview This guide is a temporary document to help you get up and running. Once the Administrator's Guide is fully updated for 3.0, this document will be discontinued. Even though the Admin Guide is for the older version, many of the concepts and patterns remain the same, so you may wish to refer to it. How Gallery Server Pro works Gallery Server Pro is a web application you install on your web server or your web hosting company's server. Add your media library by synchronizing your directory containing photos, videos and other media objects with the Gallery Server Pro database. You can also ZIP your files and upload them. Gallery Server Pro 3.0 Quick Start Guide Page 2 of 21

3 Gallery Server Pro automatically creates a thumbnail image to represent each media object. If you upload a high resolution image, a bandwidth-friendly, compressed version is created. EXIF, IPTC and other types of metadata are extracted and stored in the database. Media object files are stored on the local hard drive or a UNC-accessible location such as a NAS device or network share. Metadata about these files, such as width, height, caption, etc. are stored in the database. When web users browse your albums and media objects, Gallery Server Pro queries the database for the necessary information, and dynamically renders a custom web page. If watermarking is enabled, the watermark is applied to the image before it is sent. When the free Gallery Server Pro Binary Pack is installed, additional functionality such as video / audio encoding and thumbnail extraction from videos, TXT, PDF, EPS, and PSD (Photoshop) files becomes available. Requirements Server Requirements: Microsoft.NET Framework 4.5 or higher Internet Information Services (IIS) 7.0 or higher or a compatible web server Optional: SQL Server 2005 or higher, including the free Express versions. It does not have to be installed on your server, but it must be available on the network. Optional: SMTP server (required for functionality). Optional: Full trust. When the gallery is running under full trust, it automatically takes advantage of features available only in full trust, such as video and audio transcoding. Client Requirements: Any modern web browser (IE 5+, Netscape 6+, Firefox, Opera, Safari, Chrome) Product key Gallery Server Pro is fully functional for the first 30 days. At the end of the trial period, a watermark appears on each image and the Site Admin area becomes read-only. Enter a product key to restore full functionality. The product key determines whether the version converts to the free GPL, GPL Professional, or Enterprise edition. SQL Server support Your gallery can use either SQL CE or SQL Server during the 30-day trial. To continue using SQL Server beyond the trial, you must purchase the Enterprise edition. SQL Server is up to 20 times faster than SQL CE and is highly recommended for large galleries and for any site where high reliability and performance is critical. Gallery Server Pro 3.0 Quick Start Guide Page 3 of 21

4 If you want to switch to SQL CE so that you can use the free GPL edition, follow the directions in the section Switching from SQL Server to SQL CE. Known issues None 2. Installing/Upgrading Gallery Server Pro New Installation Installation has been simplified when compared to 2.6 and earlier. Follow these steps: 1. Download the install/upgrade version of the stand-alone version of Gallery Server Pro from the download page. 2. Extract the zip file to a directory. Configure the directory to run as an application in IIS under.net 4.5. Make sure the IIS process identity has modify permissions to the App_Data and gs\mediaobjects directory. NOTE: IIS will report the application pool is running under 4.0 even when 4.5 is installed. 3. SQL Server only: To use SQL Server, open web.config and comment out the SQL CE connection string named GalleryDb. Uncomment the connection string for SQL Server and modify it to use your credentials. Be sure it is named GalleryDb. If the specified database does not exist, the gallery will attempt to create it when the app starts. Be sure the credentials have permission to carry out this task or create the database manually first. 4. Open default.aspx in a web browser. The database will automatically be configured and seeded with default data. This step may take a minute or two, so be patient. The screen will look like this: Gallery Server Pro 3.0 Quick Start Guide Page 4 of 21

5 5. Click the link to create an admin account. Enter a username and password and you are all set! Gallery Server Pro 3.0 Quick Start Guide Page 5 of 21

6 Gallery Server Pro 3.0 Quick Start Guide Page 6 of 21

7 Upgrading from 3.0.X 1. Download the upgrade version of Gallery Server Pro. The file is named GalleryServerPro_V3_0_2_Upgrade.zip. NOTE: The upgrade version is exactly the same as the install version except it doesn t have web.config or the App_data directory. 2. Extract the contents over your existing application. 3. Open the gallery in the browser. You are now running the new version! NOTE: You may get the error "Error: Cannot read property 'Id' of undefined." or "Error: undefined is not a function." You just need to tell your browser to download the new JavaScript files. Usually hitting F5 once or twice will do the trick). Upgrading from 2.6 Version 3.0 requires.net 4.5, so be sure your server has this version installed before upgrading. Gallery Server Pro 3.0 Quick Start Guide Page 7 of 21

8 Below are step by step directions for upgrading your version of Gallery Server Pro. Note: If you get an error, temporarily make these two changes to cause detailed messages to be rendered in the browser: (1) Set customerrors= Off in web.config (2) Set debug= true in web.config 1. Make a backup of your database, web files, and media files. You ll only need them if the upgrade fails and you need to revert to In your 2.6 gallery, go to the backup/restore page and create a backup file of your user accounts and gallery data. 3. Delete the gallery web files from your server. DO NOT delete your media files (the ones stored in gs\mediaobjects by default). 4. Download the install/upgrade version of the stand-alone version of Gallery Server Pro from the download page. Extract the contents to your web server, in the same location you had As with 2.6, the IIS account needs modify permission to the App_Data and gs\mediaobjects directories. Do this using Windows Explorer or your web host control panel. 6. If using SQL Server, open web.config and update the connectionstrings section to use the SqlClient provider instead of SQL CE (that is, comment out the SQL CE connection string and uncomment the SQL Server one.) Then update the SQL Server connection string to point to your gallery database. The credentials you specify must have permission to create database objects. Note that 3.0 uses a completely different naming scheme, so the 3.0 tables can exist alongside your 2.6 ones until you get a chance to manually delete the 2.6 ones (if you want to). For example, the table gs_album from 2.6 is named Gsp.Album in 3.0 (note the use of a new Gsp schema). 7. Open default.aspx in a browser. The gallery will detect that no data structure exists for the connection string named GalleryDb and automatically create it. (For you techies it s using Code First Migrations for this part.) 8. A default page will load with a message allowing you to create an admin account. Go ahead and create one. This account will be replaced during the restore operation, so don t worry about saving the password. 9. Now you should be able to go to the backup/restore page in your 3.0 gallery. Click the restore tab and upload the backup file you created in step 2 above. Then restore it. 10. The restore operation detects the file is from 2.6 and upgrades the schema as it imports it into the new tables it created in step 7. For large galleries this can take a few minutes, especially if you are using SQL CE. 11. Once complete, review the settings on the various admin pages to verify everything looks the way you want it. NOTE: The list of enabled file types reverts to only jpg and jpeg files. After the upgrade, go to the Media Object Types page to re-enable the desired file types. Upgrading from 2.5 and earlier You can upgrade from 2.5 and earlier, following a two-step process: Gallery Server Pro 3.0 Quick Start Guide Page 8 of 21

9 1. Upgrade to Upgrade from to 3.0. To perform the migration to 2.6.1, go to the Gallery Server Pro Release History and download the upgrade package. Then follow the upgrade instructions in the Administrator s Guide, also found on this page. Once your site is running 2.6.1, follow the directions in the Upgrading from 2.6 section. Gallery Server Pro Binary Pack Gallery Server Pro provides advanced media capabilities such as video/audio encoding and thumbnail extraction from videos and a variety of document types (text files, PDF, EPS, and PSD (Photoshop) files). These features require the installation of the Gallery Server Pro Binary Pack, which be downloaded on the download page. The Binary Pack contains three open source components: ImageMagick Creates thumbnail images from EPS, PSD, TXT, and PDF files. It requires GhostScript to be able to create images from EPS and PDF files. How to install: Copy convert.exe to the bin directory. GhostScript GhostScript knows about the internal format of EPS and PDF files. How to install: Execute the setup program on the web server. FFmpeg Creates web-optimized videos and thumbnail images from video files. How to install: Copy ffmpeg.exe to the bin directory. Installing these utilities is optional. If they are not present, encoding is not possible and Gallery Server Pro falls back to the default technique of using a generic image for the thumbnail. NOTE: My experience has demonstrated that you must install the 32-bit version of GhostScript, even when installing on a 64-bit server. 3. Switching from SQL Server to SQL CE Overview SQL Server storage is supported only in the Enterprise edition. SQL Server is up to 20 times faster than SQL CE and is highly recommended for large galleries and for any site where high reliability and performance is important. If you want to switch to SQL CE so that you can use the free GPL edition, follow these directions. Gallery Server Pro 3.0 Quick Start Guide Page 9 of 21

10 You do not need to follow these steps if you are upgrading from 2.6 and want to switch to SQL CE during this process. Instead, just follow the upgrade instructions and configure the 3.0 gallery to use SQL CE. Your backup file made from SQL Server in 2.6 can be restored to a SQL CE-based gallery. NOTE: These same directions can be used to switch in the other direction, from SQL CE to SQL Server. Just change the connection strings from SQL CE to SQL Server in step Make a backup of your database, web files, and media files. You ll only need them if the conversion fails. 2. Go to the backup/restore page and create a backup file of your user accounts and gallery data. 3. Open web.config and update the connectionstrings section to use the SqlServerCe provider instead of SQL Server (that is, comment out the SQL Server connection string and uncomment the SQL CE one.) It should look like this: <connectionstrings> <clear /> <add name="gallerydb" providername="system.data.sqlserverce.4.0" connectionstring="data source= DataDirectory \GalleryData.sdf" /> <!--<add name="gallerydb" providername="system.data.sqlclient" connectionstring="server=(local);uid=;pwd=;trusted_connection=yes;database=gallerydb;application Name=Gallery Server Pro;MultipleActiveResultSets=True" />--> </connectionstrings> 4. Add an empty text file named install.txt to the App_Data directory. 5. Open default.aspx in a web browser. Gallery Server Pro will detect the new connection string and automatically create a database file named GalleryData.sdf in the App_Data directory with a default set of data. The screen will look like this: Gallery Server Pro 3.0 Quick Start Guide Page 10 of 21

11 6. Click the link to create an admin account. This account will be replaced in the next step, so don t worry about saving the password. NOTE: The link to create an admin account works only when install.txt is present in the App_Data directory. Once the account is created, Gallery Server Pro deletes the file. 7. Go to the backup/restore page. Click the restore tab and upload the backup file you created in step 2 above. Then restore it. 8. The data is now in SQL CE and your gallery should look the same as before. Sweet! Gallery Server Pro 3.0 Quick Start Guide Page 11 of 21

12 4. HOW-TO: Integrate Gallery Server Pro with Active Directory Overview You can configure Gallery Server Pro to use your existing accounts in Active Directory. This allows your users to log in with the same username and password they use to access the network, reducing account duplication and maintenance issues. Accounts can be added to roles just like with a regular installation. There is currently no support for Windows Groups. Instead, you create custom roles in Gallery Server Pro that are stored in the SQL Server database along with the rest of the gallery data. Users are added to one or more roles, giving them the desired access to the gallery items. Notes: You must use SQL Server for the role provider. IIS Manager allows one to add users to a role only when the role provider is trusted and added to the Global Assembly Cache (GAC). However, the SQL CE role provider cannot be added to the GAC because it is not strongly named. This prevents you from completing the step where you add a user to the System Administrator role with IIS Manager. You must use System.Data.SqlRoleProvider. Version 3 of Gallery Server Pro replaced System.Web.Security.SqlRoleProvider with System.Web.Providers.DefaultRoleProvider. However, this provider is incompatible with the AD membership provider, so you must switch back to System.Web.Security.SqlRoleProvider. The instructions will step you through this process. Gallery requires AD user update permission. Adding users to roles requires that the web application have update permission to Active Directory. There are two ways to do this (1) Specify a domain account in web.config that has user update permission (2) Run the IIS application pool under an account with user update permission. The second is more secure as it does not require a username and password to be specified in plain text. Note: It s a security risk to run the application with elevated permissions. Look for a future version to eliminate this requirement. Until then, I recommend running the app with elevated permission only long enough to configure the desired role membership for your users. Unable to add group to role. A common scenario is to add a group to a role. For example, you might want to add Domain Users to a role with read-only access and Domain Admins to the System Administrator role. Unfortunately, I have not been able to figure out how to configure the LDAP connection string so that it shows groups on the Manage Users page. If you know how to do this, please let me know. The basic process goes like this: 1. Start with an installed, working version of a gallery using SQL Server. 2. Install the data schema required by SqlMembershipProvider and SqlRoleProvider. 3. Modify web.config to use the new data schema. 4. Create an admin account that is stored in the new tables. Gallery Server Pro 3.0 Quick Start Guide Page 12 of 21

13 5. Change the membership provider to System.Web.Security.ActiveDirectoryMembershipProvider. 6. Use IIS Manager to assign one of your AD accounts to the gallery s System Administrator role. The instructions below provide detailed guidance for these steps. Instructions 1. If you haven t already done this, install Gallery Server Pro using SQL Server as the data store. Note: During installation you will specify an administrator account. Once Active Directory is integrated, you will no longer use this account. 2. Now you need to create the tables required by SqlRoleProvider (aspnet_users, aspnet_roles, etc). Run the aspnet_regsql.exe utility (by default it is at C:\Windows\Microsoft.NET\Framework\v ). The first screen looks like this: 3. Click Next and verify the option Configure SQL Server for application services is selected: Gallery Server Pro 3.0 Quick Start Guide Page 13 of 21

14 4. Enter the SQL Server credentials and choose the gallery database: 5. Click Next a couple times to complete the wizard. 6. Open the web.config file in the root of the gallery in a text editor. a. Add a connection string for AD to the connectionstrings section: <add name="adconnection" connectionstring="ldap:// /cn=users,dc=mydomain,dc=techinfosystems,dc=com"/> Note: The value is the IP address of the domain controller. You can also specify the Fully Qualified Domain Name (ex. mydomain.techinfosystems.com), the Relative Gallery Server Pro 3.0 Quick Start Guide Page 14 of 21

15 Distinguished Name (ex. godzilla if that is the name of your DC); or for more redundancy you can specify just the domain name (ex. mydomain). b. Replace the membership and rolemanager sections with the following. Be sure to update the connectionusername and connectionpassword with a domain account that has permission to edit users. <membership defaultprovider="sqlmembershipprovider"> <providers> <clear /> <add name="sqlmembershipprovider" connectionstringname="gallerydb" applicationname="gallery Server Pro" passwordformat="clear" minrequirednonalphanumericcharacters="0" minrequiredpasswordlength="2" maxinvalidpasswordattempts="50" enablepasswordreset="true" enablepasswordretrieval="true" passwordattemptwindow="10" requiresquestionandanswer="false" requiresunique ="false" type="system.web.security.sqlmembershipprovider" /> <add name="aspnetactivedirectorymembershipprovider" type="system.web.security.activedirectorymembershipprovider, System.Web,Version= ,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" connectionstringname="adconnection" enablesearchmethods="true" attributemapusername="samaccountname" connectionusername="administrator" connectionpassword="thepassword" /> </providers> </membership> <rolemanager enabled="true" cacherolesincookie="true" cookieprotection="validation" defaultprovider="sqlroleprovider"> <providers> <clear /> <add name="sqlroleprovider" type="system.web.security.sqlroleprovider" connectionstringname="gallerydb" applicationname="gallery Server Pro" /> </providers> </rolemanager> SECURITY WARNING: Putting an AD account name and password in a plain text file is a security risk. I HIGHLY recommend you encrypt the web.config file. Here are two links where you can learn more: How To: Encrypt Configuration Sections in ASP.NET 2.0 Using DPAPI and Video: How Do I: Encrypt My Web.Config File? As an alternative, you can specify an account for the IIS application pool process identity that has the necessary AD permission. Why is this needed? There are two reasons: (1) The.NET Users applet we re going to use to assign the first user to the admin role requires it. (2) Changing a user s role membership in Gallery Server Pro requires it. However, we do not strictly need edit permission if all we are doing is adjusting a user s role membership, and I ve already thought of a way to get around this requirement. Look for a future version to improve this situation. 7. Use Windows Explorer to navigate to the App_Data directory of the gallery web application. Add an empty text file named install.txt. Note: This file is detected by Gallery Server Pro and will allow you to complete the next step. It will be automatically deleted. 8. Use your browser to navigate to (Change the URL as required for your installation, but be sure g=createaccount is the query string.) Note: If you get redirected back to the gallery home page and are sure install.txt is in the App_Data directory, try recycling the IIS application pool and trying again. Gallery Server Pro 3.0 Quick Start Guide Page 15 of 21

16 9. After accepting the license agreement, you will see the same account creation screen you used when you first installed the gallery. Enter a username and password and click Create account. Note: The purpose of this step is to create the System Administrator role in the aspnet_roles table (this is the table used by SqlRoleProvider). The original gallery installation created this role in the Roles table, which we are no longer using. The user account you create here will ultimately be abandoned once AD integration is complete. 10. View the gallery, then click the log out button. If you remain logged in, the cookie will cause an authentication error later when you switch to AD. 11. In web.config, change this line: <membership defaultprovider="sqlmembershipprovider"> To this: <membership defaultprovider="aspnetactivedirectorymembershipprovider"> 12. Add a domain user to the System Administrator role. We ll use the.net Users applet in IIS Manager to do this. Unfortunately, this applet does not work with.net 4 apps, so we have to trick it into thinking it s a.net 2.0 app. a. Open web.config again in a text editor. Change this line: <compilation debug="false" targetframework="4.5"/> to this: <compilation debug="false" /> b. In IIS Manager, modify the gallery web application to run under.net 2.0. You can do this by temporarily switching to a.net 2.0 application pool or changing the existing application pool to Gallery Server Pro 3.0 Quick Start Guide Page 16 of 21

17 run under.net 2.0. Here s how to do the first option: Select the web application in the left pane and select Basic Settings in the right Actions pane: 13. Click Select and choose an application pool that runs under.net 2.0: a. In IIS Manager, open the.net Users applet: Gallery Server Pro 3.0 Quick Start Guide Page 17 of 21

18 Note: If the applet is missing, refresh the screen with F5. If you still don t see it, verify the steps above. It won t show the applet when the requirements are not met. b. A list of Active Directory users appears. Choose one to be the gallery administrator. Right-click the name and choose Edit. c. Add the user to the System Administrator role and click OK. Gallery Server Pro 3.0 Quick Start Guide Page 18 of 21

19 Note: The form requires an address. If you need it to be empty, you ll have to use the Active Directory Users and Computers app to reset it after you add the role. d. Now that you have a user assigned as an admin in the gallery, you can revert the changes you made to force the app to run under.net 2.0: (a) Change the application pool back to.net 4.0 (b) Add targetframework= 4.5 back to web.config. Optional: You can also target the 4.0 version of the AD and role providers by changing the string Version= to Version= in the two places it appears in web.config. I don t know that this makes any practical difference but I always like to run the latest version when possible. 14. Finished! At this point you should be able to log in to your gallery using an AD account: If you are logged in with an account in the System Administrator role, you can go to the Manage Users page and see a list of all AD users and adjust role membership for them: Gallery Server Pro 3.0 Quick Start Guide Page 19 of 21

20 Note: If you get an error when viewing the gallery, it may be because of an authentication cookie left from the previous account. If the cookie was temporary, restarting the browser will delete it. If it was persistent (you clicked the stay signed in checkbox), you will have to explicitly delete the cookies from your browser. CAUTION: If the gallery is running under elevated permissions, any user in the System Administrator role can add, edit, and delete domain accounts. In most cases you do not want this behavior, so one option is to configure the users in the desired roles and then update web.config or the IIS application pool to revert back to the original permissions (e.g. remove the AD account name from web.config). If you subsequently need to adjust role membership in the gallery, temporarily increase the web application permissions, make the changes, and revert back. 5. HOW-TO: Upgrade an AD-enabled gallery from 2.6 Upgrading a 2.6 gallery that has been integrated into AD is a little tricky due to the way membership data is stored. Follow these steps for a successful upgrade. Gallery Server Pro 3.0 Quick Start Guide Page 20 of 21

21 1. Make a backup of your database, web files, and (optionally) your media files. You ll only need them if the upgrade fails and you need to revert to In your 2.6 gallery, go to the backup/restore page. Uncheck the option Export user accounts. Then create the backup file. 3. Delete the gallery web files from your server. DO NOT delete your media files (the ones stored in gs\mediaobjects by default). 4. Download the install/upgrade version of the stand-alone version of Gallery Server Pro from the download page. Extract the contents to your web server, in the same location you had Open web.config (in the root of the web application directory) and update the connectionstrings section to use the SqlClient provider instead of SQL CE (that is, comment out the SQL CE connection string and uncomment the SQL Server one.) Then update the SQL Server connection string to point to your gallery database. DO NOT SPECIFY ANY AD SETTINGS AT THIS TIME. 6. Open default.aspx in a browser. The gallery will detect that no 3.0 data structure exists and automatically create it. 7. The default page will load with a message allowing you to create an admin account. Go ahead and create one. This account will be replaced during the restore operation, so don t worry about saving the password. 8. Now go to the backup/restore page in your 3.0 gallery. Click the restore tab and upload the backup file you created in step 2 above. Then restore it. For large galleries this can take a few minutes. 9. WHEN THE RESTORE IS COMPLETE, DO NOT CLICK TO VIEW THE GALLERY. Instead, open web.config and add the AD connection string to the connectionstrings section and replace the membership and rolemanager sections with the ones from your old web.config file. 10. Now use your browser to load the gallery. The upgrade should be complete and you can log in with your AD account. Gallery Server Pro 3.0 Quick Start Guide Page 21 of 21

Administrator s Guide Version 3.2. Updated May 20, 2015

Administrator s Guide Version 3.2. Updated May 20, 2015 Administrator s Guide Version 3.2 Updated May 20, 2015 Contents at a Glance 1. Welcome... 6 2. Installing/Upgrading Gallery Server... 9 3. Running Gallery Server... 31 4. Working with Albums... 34 5. Working

More information

Administrator s Guide

Administrator s Guide Administrator s Guide Version 2.3.3512 Released August 13, 2009 Table of Contents 1. Welcome... 5 What is new?... 6 How Gallery Server Pro works... 6 Requirements... 6 Product key... 7 Known issues...

More information

Administrator s Guide Version 2.3.3456. Released June 18, 2009

Administrator s Guide Version 2.3.3456. Released June 18, 2009 Administrator s Guide Version 2.3.3456 Released June 18, 2009 Table of Contents 1. Welcome...5 What is new?...6 How Gallery Server Pro works...6 Requirements...6 Product key...7 Known issues...7 2. Installing

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Administrator's Guide

Administrator's Guide Active Directory Module AD Module Administrator's Guide Rev. 090923 Active Directory Module Administrator's Guide Installation, configuration and usage of the AD module Table of Contents Chapter 1 Introduction...

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

Microsoft Dynamics CRM Security Provider Module

Microsoft Dynamics CRM Security Provider Module Microsoft Dynamics CRM Security Provider Module for Sitecore 6.6-8.0 CRM Security Provider Rev: 2015-04-15 Microsoft Dynamics CRM Security Provider Module for Sitecore 6.6-8.0 Developer's Guide A developer's

More information

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Last revised: November 12, 2014 Table of Contents Table of Contents... 2 I. Introduction... 4 A. ASP.NET Website... 4 B.

More information

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Table of Contents Table of Contents... 1 I. Introduction... 3 A. ASP.NET Website... 3 B. SQL Server Database... 3 C. Administrative

More information

O Reilly Media, Inc. 3/2/2007

O Reilly Media, Inc. 3/2/2007 A Setup Instructions This appendix provides detailed setup instructions for labs and sample code referenced throughout this book. Each lab will specifically indicate which sections of this appendix must

More information

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 2 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 3... 3 IIS 5 or 6 1 Step 1- Install/Check 6 Set Up and Configure VETtrak ASP.NET API 2 Step 2 -...

More information

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual

TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual TIBCO Spotfire Web Player 6.0 Installation and Configuration Manual Revision date: 12 November 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

How To Configure The Active Directory Module In Sitecore Cms 6.2.2 (For A Web.Com User)

How To Configure The Active Directory Module In Sitecore Cms 6.2.2 (For A Web.Com User) Active Directory Module for CMS 6.2-6.5 Administrator's Guide Rev. 120620 Active Directory Module for CMS 6.2-6.5 Administrator's Guide How to install, configure, and use the AD module Table of Contents

More information

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

Ajera 7 Installation Guide

Ajera 7 Installation Guide Ajera 7 Installation Guide Ajera 7 Installation Guide NOTICE This documentation and the Axium software programs may only be used in accordance with the accompanying Axium Software License and Services

More information

IISADMPWD. Replacement Tool v1.2. Installation and Configuration Guide. Instructions to Install and Configure IISADMPWD. Web Active Directory, LLC

IISADMPWD. Replacement Tool v1.2. Installation and Configuration Guide. Instructions to Install and Configure IISADMPWD. Web Active Directory, LLC IISADMPWD Replacement Tool v1.2 Installation and Configuration Guide Instructions to Install and Configure IISADMPWD Replacement Tool v1.2 Web Active Directory, LLC Contents Overview... 2 Installation

More information

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 1 Table of Contents Chapter 1: Installation Overview... 3 Introduction... 3 Minimum Requirements...

More information

Click Studios. Passwordstate. Upgrade Instructions to V7 from V5.xx

Click Studios. Passwordstate. Upgrade Instructions to V7 from V5.xx Passwordstate Upgrade Instructions to V7 from V5.xx This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed,

More information

Administrator's Guide

Administrator's Guide Active Directory Module 1.2 for CMS 7.2-8.0 Administrator's Guide Rev. 141225 Active Directory Module 1.2 for CMS 7.2-8.0 Administrator's Guide How to install, configure, and use the AD module Table of

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

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

ADFS Integration Guidelines

ADFS Integration Guidelines ADFS Integration Guidelines Version 1.6 updated March 13 th 2014 Table of contents About This Guide 3 Requirements 3 Part 1 Configure Marcombox in the ADFS Environment 4 Part 2 Add Relying Party in ADFS

More information

FocusOPEN Deployment & Configuration Guide

FocusOPEN Deployment & Configuration Guide FocusOPEN Deployment & Configuration Guide Revision: 7 Date: 13 September 2010 Contents A. Overview...2 B. Target Readership...2 C. Prerequisites...2 D. Test Installation Instructions...2 1. Download the

More information

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers Installation guide for administrators and developers Table of Contents Chapter 1 Introduction... 2 1.1 Preparing to Install Sitecore Ecommerce Enterprise Edition... 2 1.2 Required Installation Components...

More information

Protected Trust Directory Sync Guide

Protected Trust Directory Sync Guide Protected Trust Directory Sync Guide Protected Trust Directory Sync Guide 2 Overview Protected Trust Directory Sync enables your organization to synchronize the users and distribution lists in Active Directory

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

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

File Share Navigator Online 1

File Share Navigator Online 1 File Share Navigator Online 1 User Guide Service Pack 3 Issued November 2015 Table of Contents What s New in this Guide... 4 About File Share Navigator Online... 5 Components of File Share Navigator Online...

More information

Advantage for Windows Copyright 2012 by The Advantage Software Company, Inc. All rights reserved. Client Portal blue Installation Guide v1.

Advantage for Windows Copyright 2012 by The Advantage Software Company, Inc. All rights reserved. Client Portal blue Installation Guide v1. Advantage for Windows Copyright 2012 by The Advantage Software Company, Inc. All rights reserved Client Portal blue Installation Guide v1.1 Overview This document will walk you through the process of installing

More information

GoDaddy (CentriqHosting): Data driven Web Application Deployment

GoDaddy (CentriqHosting): Data driven Web Application Deployment GoDaddy (CentriqHosting): Data driven Web Application Deployment Process Summary There a several steps to deploying an ASP.NET website that includes databases (for membership and/or for site content and

More information

SelectSurvey.NET Developers Manual

SelectSurvey.NET Developers Manual Developers Manual (Last updated: 6/24/2012) SelectSurvey.NET Developers Manual Table of Contents: SelectSurvey.NET Developers Manual... 1 Overview... 2 General Design... 2 Debugging Source Code with Visual

More information

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide

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

More information

4.0 SP1 (4.0.1.0) November 2014 702P03296. Xerox FreeFlow Core Installation Guide: Windows Server 2008 R2

4.0 SP1 (4.0.1.0) November 2014 702P03296. Xerox FreeFlow Core Installation Guide: Windows Server 2008 R2 4.0 SP1 (4.0.1.0) November 2014 702P03296 Installation Guide: Windows Server 2008 R2 2014 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, FreeFlow, and VIPP are trademarks of Xerox Corporation

More information

Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide

Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72 User Guide Contents 1 Introduction... 4 2 Requirements... 5 3 Important Note for Customers Upgrading... 5 4 Installing the Web Reports

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

1. Digital Asset Management User Guide... 2 1.1 Digital Asset Management Concepts... 2 1.2 Working with digital assets... 4 1.2.1 Importing assets in

1. Digital Asset Management User Guide... 2 1.1 Digital Asset Management Concepts... 2 1.2 Working with digital assets... 4 1.2.1 Importing assets in 1. Digital Asset Management User Guide....................................................... 2 1.1 Digital Asset Management Concepts.................................................... 2 1.2 Working with

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

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

0651 Installing PointCentral 8.0 For the First Time

0651 Installing PointCentral 8.0 For the First Time Prerequisites Microsoft Windows Server 2003 or Windows Server 2008 Microsoft.NET Framework 4 Microsoft SQL Server 2005 or SQL Server 2008 IIS **For Windows Server 2003. You must manually configure IIS6

More information

ControlPoint. Advanced Installation Guide. Publication Date: January 12, 2016. Metalogix International GmbH., 2008-2016 All Rights Reserved.

ControlPoint. Advanced Installation Guide. Publication Date: January 12, 2016. Metalogix International GmbH., 2008-2016 All Rights Reserved. ControlPoint Publication Date: January 12, 2016 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

Administration Guide. WatchDox Server. Version 4.8.0

Administration Guide. WatchDox Server. Version 4.8.0 Administration Guide WatchDox Server Version 4.8.0 Published: 2015-11-01 SWD-20151101091846278 Contents Introduction... 7 Getting started... 11 Signing in to WatchDox... 11 Signing in with username and

More information

REMOTE DESKTOP WEB PORTAL (RD Web) ACCESS GUIDE Updated 12/30/2013

REMOTE DESKTOP WEB PORTAL (RD Web) ACCESS GUIDE Updated 12/30/2013 REMOTE DESKTOP WEB PORTAL (RD Web) ACCESS GUIDE Updated 12/30/2013 SUMMARY This guide shows how to configure a computer to use the Remote Desktop Web Portal and access applications such as Blackbaud Raiser

More information

CoCreate Manager Server Installation Guide. CoCreate Manager Server Installation Guide 1

CoCreate Manager Server Installation Guide. CoCreate Manager Server Installation Guide 1 CoCreate Manager Server Installation Guide CoCreate Manager Server Installation Guide 1 CoCreate Manager Server Installation Guide 2 Table Of Contents 1. CoCreate Manager Server 2008 4 1.1. Installation

More information

EventSentry Overview. Part I Introduction 1 Part II Setting up SQL 2008 R2 Express 2. Part III Setting up IIS 9. Part IV Installing EventSentry 11

EventSentry Overview. Part I Introduction 1 Part II Setting up SQL 2008 R2 Express 2. Part III Setting up IIS 9. Part IV Installing EventSentry 11 Contents I EventSentry Overview Part I Introduction 1 Part II Setting up SQL 2008 R2 Express 2 1 Downloads... 2 2 Installation... 3 3 Configuration... 7 Part III Setting up IIS 9 1 Installation... 9 Part

More information

HELIX MEDIA LIBRARY INSTALL GUIDE FOR WINDOWS SERVER 2003 Helix Media Library Version 1.1. Revision Date: July 2011

HELIX MEDIA LIBRARY INSTALL GUIDE FOR WINDOWS SERVER 2003 Helix Media Library Version 1.1. Revision Date: July 2011 HELIX MEDIA LIBRARY INSTALL GUIDE FOR WINDOWS SERVER 2003 Helix Media Library Version 1.1 Revision Date: July 2011 Summary of Contents Summary of Contents... 2 Pre Installation Checklist... 4 Prerequisites...

More information

Visual COBOL ASP.NET Shopping Cart Demonstration

Visual COBOL ASP.NET Shopping Cart Demonstration Visual COBOL ASP.NET Shopping Cart Demonstration Overview: The original application that was used as the model for this demonstration was the ASP.NET Commerce Starter Kit (CSVS) demo from Microsoft. The

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

FTP, IIS, and Firewall Reference and Troubleshooting

FTP, IIS, and Firewall Reference and Troubleshooting FTP, IIS, and Firewall Reference and Troubleshooting Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the Windows Firewall, the

More information

Virto Active Directory Service for SharePoint. Release 4.1.2. Installation and User Guide

Virto Active Directory Service for SharePoint. Release 4.1.2. Installation and User Guide Virto Active Directory Service for SharePoint Release 4.1.2 Installation and User Guide 2 Table of Contents OVERVIEW... 3 SYSTEM REQUIREMENTS... 4 OPERATING SYSTEM... 4 SERVER... 4 BROWSER... 5 INSTALLATION...

More information

Reference and Troubleshooting: FTP, IIS, and Firewall Information

Reference and Troubleshooting: FTP, IIS, and Firewall Information APPENDIXC Reference and Troubleshooting: FTP, IIS, and Firewall Information Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the

More information

TARGETPROCESS INSTALLATION GUIDE

TARGETPROCESS INSTALLATION GUIDE TARGETPROCESS INSTALLATION GUIDE v.2.19 Installation Guide This document describes installation of TargetProcess application and common problems with resolutions. 1 PREREQUISITES... 3 SERVER REQUIREMENTS...

More information

Eylean server deployment guide

Eylean server deployment guide Eylean server deployment guide Contents 1 Minimum software and hardware requirements... 2 2 Setting up the server using Eylean.Server.Setup.exe wizard... 2 3 Manual setup with Windows authentication -

More information

v.2.5 2015 Devolutions inc.

v.2.5 2015 Devolutions inc. v.2.5 Contents 3 Table of Contents Part I Getting Started 6... 6 1 What is Devolutions Server?... 7 2 Features... 7 3 System Requirements Part II Management 10... 10 1 Devolutions Server Console... 11

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

Important Release Information and Technical and Deployment Support Notes

Important Release Information and Technical and Deployment Support Notes PrinterOn On-Premise Server Release Technical Support Notes Important Release Information and Technical and Deployment Support Notes During the course of product development and support, configurations

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Technical Guide for Remote access

Technical Guide for Remote access Technical Guide for Remote access Frequently Asked Questions about using EZ Proxy to access Library resources off campus. Login Help Who is allowed access? I m having trouble logging in. Finding Articles

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

AvePoint Meetings 3.2.2 for SharePoint On-Premises. Installation and Configuration Guide

AvePoint Meetings 3.2.2 for SharePoint On-Premises. Installation and Configuration Guide AvePoint Meetings 3.2.2 for SharePoint On-Premises Installation and Configuration Guide Issued August 2015 Table of Contents About AvePoint Meetings for SharePoint... 4 System Requirements... 5 2 System

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

Installation and Upgrade Guide

Installation and Upgrade Guide ControlPoint for Office 365 Publication Date: January 12, 2016 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of

More information

Dovico Timesheet v12 INSTALLATION GUIDE

Dovico Timesheet v12 INSTALLATION GUIDE v12 TABLE OF CONTENTS System Requirements... 1 NEW INSTALLATION... 2 UPGRADE from a previous version of Dovico Timesheet 5 System Requirements Deployment Options Either installed on your server or use

More information

Ajera 8 Installation Guide

Ajera 8 Installation Guide Ajera 8 Installation Guide Ajera 8 Installation Guide NOTICE This documentation and the Axium software programs may only be used in accordance with the accompanying Axium Software License and Services

More information

PORTAL ADMINISTRATION

PORTAL ADMINISTRATION 1 Portal Administration User s Guide PORTAL ADMINISTRATION GUIDE Page 1 2 Portal Administration User s Guide Table of Contents Introduction...5 Core Portal Framework Concepts...5 Key Items...5 Layouts...5

More information

Abila Millennium. Installation Guide

Abila Millennium. Installation Guide This is a publication of Abila, Inc. Version 2016.1 2016 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service names mentioned herein are

More information

Microsoft Corporation. Project Server 2010 Installation Guide

Microsoft Corporation. Project Server 2010 Installation Guide Microsoft Corporation Project Server 2010 Installation Guide Office Asia Team 11/4/2010 Table of Contents 1. Prepare the Server... 2 1.1 Install KB979917 on Windows Server... 2 1.2 Creating users and groups

More information

PDshop.NET Installation Guides (ASP.NET Edition)

PDshop.NET Installation Guides (ASP.NET Edition) PDshop.NET Installation Guides (ASP.NET Edition) PageDown Technology, LLC / Copyright 2003-2007 All Rights Reserved. Last Updated: 7/25/07 Written for Revision: 1.014 1 Table of Contents Table of Contents...2

More information

Sitecore Security Hardening Guide

Sitecore Security Hardening Guide Sitecore CMS 6.5-6.6 Sitecore Security Hardening Guide Rev: 2012-09-19 Sitecore CMS 6.5-6.6 Sitecore Security Hardening Guide Recommendations for making Sitecore more secure Table of Contents Chapter 1

More information

SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore

SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore Document Scope This solutions document describes how to configure and use the Microsoft Exchange User Mailbox Backup and Restore feature

More information

Installation Guide v3.0

Installation Guide v3.0 Installation Guide v3.0 Shepherd TimeClock 4465 W. Gandy Blvd. Suite 800 Tampa, FL 33611 Phone: 813-882-8292 Fax: 813-839-7829 http://www.shepherdtimeclock.com The information contained in this document

More information

Mobility Services Platform 3.1.1 Software Installation Guide

Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide 72E-100159-04 Revision D January 2008 2007 by Motorola, Inc. All rights reserved.

More information

USM Web Content Management System

USM Web Content Management System University of Southern Maine USM Web Content Management System USM Web CMS Technical Development Group 4/26/2011 Content o Introduction o Login o User Roles o Group Member o Group Publisher o Group Admin

More information

InformationNOW Upgrading to Microsoft SQL Server 2008

InformationNOW Upgrading to Microsoft SQL Server 2008 InformationNOW Upgrading to Microsoft SQL Server 2008 About this Document This document provides the steps necessary to update the district s InformationNOW database and reporting engine platform from

More information

ConvincingMail.com Email Marketing Solution Manual. Contents

ConvincingMail.com Email Marketing Solution Manual. Contents 1 ConvincingMail.com Email Marketing Solution Manual Contents Overview 3 Welcome to ConvincingMail World 3 System Requirements 3 Server Requirements 3 Client Requirements 3 Edition differences 3 Which

More information

Synchronizer Installation

Synchronizer Installation Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient

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

E-Notebook SQL13.0 Desktop Migration and Upgrade Guide

E-Notebook SQL13.0 Desktop Migration and Upgrade Guide E-Notebook SQL13.0 Desktop Migration and Upgrade Guide Last Modified: October 09, 2012 TABLE OF CONTENTS 1 Introduction... 3 2 Software Requirements... 3 2.1 Single User... 3 2.2 Remote (Shared Database

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

Kentico CMS 7.0 Installer documentation

Kentico CMS 7.0 Installer documentation Kentico CMS 7.0 Installer documentation 1. Kentico CMS 7 Installer Home.............................................................................. 3 1.1 Quick installation on a local machine (no requirements

More information

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

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

More information

Polycom CMA System Upgrade Guide

Polycom CMA System Upgrade Guide Polycom CMA System Upgrade Guide 5.0 May 2010 3725-77606-001C Trademark Information Polycom, the Polycom Triangles logo, and the names and marks associated with Polycom s products are trademarks and/or

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them.

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them. This chapter provides information about the Security Assertion Markup Language (SAML) Single Sign-On feature, which allows administrative users to access certain Cisco Unified Communications Manager and

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

PaperPort PSP Server 3 SERVER ADMINISTRATOR S GUIDE

PaperPort PSP Server 3 SERVER ADMINISTRATOR S GUIDE PaperPort PSP Server 3 SERVER ADMINISTRATOR S GUIDE 1. Third party licenses and notices 5 2. Welcome 6 3. Installation requirements 7 3.1. System requirements 7 3.2. Installing prerequisites 7 3.3. Pre-installation

More information

Avatier Identity Management Suite

Avatier Identity Management Suite Avatier Identity Management Suite Migrating AIMS Configuration and Audit Log Data To Microsoft SQL Server Version 9 2603 Camino Ramon Suite 110 San Ramon, CA 94583 Phone: 800-609-8610 925-217-5170 FAX:

More information

Team Foundation Server 2012 Installation Guide

Team Foundation Server 2012 Installation Guide Team Foundation Server 2012 Installation Guide Page 1 of 143 Team Foundation Server 2012 Installation Guide Benjamin Day benday@benday.com v1.0.0 November 15, 2012 Team Foundation Server 2012 Installation

More information

Implementation Guide. Version 10

Implementation Guide. Version 10 Implementation Guide Version 10 Synthesis Enterprise Portal Implementation Guide Part Identification: RPIGSEP10 ReliaSoft Corporation Worldwide Headquarters 1450 South Eastside Loop Tucson, Arizona 85710-6703,

More information

DocumentsCorePack for MS CRM 2011 Implementation Guide

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

More information

AD Phonebook 2.2. Installation and configuration. Dovestones Software

AD Phonebook 2.2. Installation and configuration. Dovestones Software AD Phonebook 2.2 Installation and configuration 1 Table of Contents Introduction... 3 AD Self Update... 3 Technical Support... 3 Prerequisites... 3 Installation... 3 Adding a service account and domain

More information

AVG 8.5 Anti-Virus Network Edition

AVG 8.5 Anti-Virus Network Edition AVG 8.5 Anti-Virus Network Edition User Manual Document revision 85.2 (23. 4. 2009) Copyright AVG Technologies CZ, s.r.o. All rights reserved. All other trademarks are the property of their respective

More information

All rights reserved. Trademarks

All rights reserved. Trademarks All rights reserved This manual, as well as the software described in it, is furnished under license and may be used or copied only in accordance with the terms of such license. The content of this manual

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

Secure Messaging Server Console... 2

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

More information

1. Digital Asset Management User Guide... 2 1.1 Digital Asset Management Concepts... 2 1.2 Working with digital assets... 4 1.2.1 Importing assets in

1. Digital Asset Management User Guide... 2 1.1 Digital Asset Management Concepts... 2 1.2 Working with digital assets... 4 1.2.1 Importing assets in 1. Digital Asset Management User Guide........................................................................... 2 1.1 Digital Asset Management Concepts........................................................................

More information

Crestron Fusion Version 9.3 Enterprise Management Platform Installation Guide

Crestron Fusion Version 9.3 Enterprise Management Platform Installation Guide Crestron Fusion Version 9.3 Enterprise Management Platform Installation Guide The specific patents that cover Crestron products are listed at patents.crestron.com. Crestron, the Crestron logo, Capture

More information