A. Can you please go to this folder: c:\windows\microsoft.net\framework\v \temporary ASP.NET Files

Size: px
Start display at page:

Download "A. Can you please go to this folder: c:\windows\microsoft.net\framework\v \temporary ASP.NET Files"

Transcription

1 Error messages Q. I get an error from the IIS when I try to open the daminion web access page. The error is the following: CS0016: Cannot write the following: c:\windows\microsoft.net\framework \v \temporary ASP.NET Files\daminion\c1e4c4c2\9dd32e5c\Ap p_global.asax.pum7vdiu.dll output file Access denied. A. Can you please go to this folder: c:\windows\microsoft.net\framework\v \temporary ASP.NET Files Right click, go to Security tab and read/write permissions to IIS_WPG and NETWORK SERVICE users. Please also grant permissions to C:\Windows\temp for these users After that please restart Daminion Server. You can also click on the Reinstall button in the Administration > Web-Access window This is the ASP.NET access rights issue. More info about this issue: coul d-not-write-to-output-file-microsoft-net-framework-v temporary-asp-net-files

2 Q. Service cannot be started. System.Reflection.TargetInvocationE xception: Exception has been thrown by the target of an invocation. > System.ArgumentException: The certificate CN=localhost, OU=Debug, O=daminion.net, S=Russia, C=RU must have a private key that is capable of key exchange. The process must have access rights for the private key. > System.Security.Cryptography.Crypto graphicexception: Keyset does not exist A. If Daminion Server wasn t launch in normal mode, and you see the info about certificate access issue please do the following steps: grant access rights for Daminion Server user to this folder: C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys launch this command line for the Server version: c:\program Files (x86)\daminion Software\Daminion Server\Daminion.Server.exe Wait until it will be launched and close it Launch Daminion Server again from the admin panel

3 Q. We have recently received the attached error message while trying to access a server catalog in Daminion: Error opening catalog. Time mismatch between Daminion Server PC and your PC! Server Time: Client Time: A. The maximal time difference between Server and Client computers can be 10 mins. Please check also timezone settings on the server and client PCs. They should match if computers are in same office or home. Daminion Server Questions Q. I am trying to upgrade to version 5.5 Server. Do I need to install it fresh or is there a way to update our current version? A. Upgrade path:

4 1. Make sure that your maintenance is newer than Daminion version that you are trying to install; 2. Download the latest Daminion Server 5.5 installer; 3. Launch Admin Panel of your existing Daminion Server 5.0 version; 4. Backup your existing catalogs (via Administration > Catalogs. Then right click and go to backup menu for each catalog in the list); 5. Launch Daminion Server 5.5 installed on your server; 6. Follow the screen instructions. Your 5.0 version of the server will be uninstalled automatically but all files, thumbnails, catalogs and settings will remain and 5.5 version will be installed. You don t need to install separately Daminion Clients 5.5 because they will be installed automatically on each client PC after an attempt to connect to Daminion Server. Read this article about enabling web-access in the new Daminion version: Q. Is it possible to access Daminion server via the Internet? A. Yep, there are multiple ways of how to do this: 1. Via VPN connection between remote computers and your office LAN 2. By installing Daminion Server (non-cloud) on your corporate web-server or a new web-server. 3. Via port forwarding on your company s firewall 4. Via white IP address 5. Individual files and folders also can be shared via Dropbox Connector (named Publishing Panel in Daminion)

5 Q. Is it possible to easily add photos from a mobile phone? A. The easiest way to add photos into Daminion Server at the moment is via Dropbox: Install Dropbox on your server PC and on your mobile phone Import the Dropbox folder or its sub-folder into Daminion Server Mark this folder as Auto-Rescan Now once you share any photo(s) via your mobile phone with Dropbox, it will be synced with your Dropbox folder on the server PC and Daminion File Watching service will pick them up. Q. Is it possible to install PostgreSQL on a separate drive? A. Yep, you need download PostgreSQL and install it separately. Q. How to change the location of the PostgreSQL installation: A. Refer the forum topic under this link

6 Q. My login and password doesn t pass verification and I can t open my shared catalog A Try to open this catalog from another computer. If you are able to do this, please check whether 8082 and 8084 ports are open in your client computer. If not, add these ports manually (Windows Firewall -> Advanced Settings -> Inbound Rules -> DaminionServerRules -> Protocols and Ports). The remote server and the client s system time must be within (typically) 10 minutes of each other. If they are not, security validation will fail. Q. What is the best way to backup my Daminion Server? A. Here is the instruction of how to backup your Daminion Server database. It s recommended to add the dump_postgresql.bat file from the above zip archive into a scheduler of your third-party backup tool (we use free Cobian Backup). Q. The option Add Files doesn t work. Any ideas? A. Open the catalog as LocalHost

7 Q. I have a dedicated drive that the catalog can be on, rather than running it of the OS drive (if that would give it better perfomrance). Can I move it somehow? A. Follow the steps below: Stop PostgreSQL and Daminion Server services from the Services window Move C:\PosgtreSQL\Data to a new location Launch Regedit. Locate this key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\pos tgresql-9.2\imagepath and specify a new PostgreSQL data location like this: C:/Program Files (x86)/postgresql/bin/pg_ctl.exe runservice -N postgresql-9.2 -D ANEWLOCATIONOFTHEDATAFOLDER -w Do not change any other part of the text except: ANEWLOCATIONOFTHEDATAFOLDER 4. Start Daminion Server again. Q. How to migrate Daminion local catalogs to Daminion Server? A. There are several ways to do this: 1. Open a shared catalog and go to the main menu: File > Import > Daminion Local Catalog (.dmc) 2. Open local and shared catalogs in Daminion Standalone

8 version. Select all files and navigate to Move To > Shared Catalog option from the context menu. 3. Daminion can automatically sync all of your annotations (tags) into the file metadata (for JPEG, TIFF, PSD, PNG, etc ). So once the sync process is done, you can just import your images from local catalog to Daminion Server. All tags embedded into the metadata will be automatically extracted. (This way doesn t work for some file formats, e.g. BMP). 4. Via CSV. To get more information, please refer to the articles Exporting Metadata to CSV and Importing Metadata from CSV Q. Is the in the roadmap off Daminion the posibility to store the data in a MS SQL Database instead of a postgress database? A. Nope, at the moment. We offer the easy-to-install and outof-the box solution where all the necessary program components are included into the single package. We started designing Daminion Server with possibility to use virtually any corporate level SQL Database, but focusing on a single database allowed us to reach the best performance, and it works for most of our customers. Plus it is free! So now Daminion is available in two editions: -SQLite based (for local catalogs) -PostgreSQL based (for shared catalogs).

9 Q. How to move a Server catalog to a new hard drive? A. There are several ways to do this: 1. Create Symbolic Links to individual files or folders, and then these files or folders will appear like they are stored in the folder with the symbolic link even though the symbolic link only points to their real location. Follow this link to find a complete guide to symbolic links. This way you can move your folders from drive #1 to drive #2, and leave just a small symbolic links on your drive #1. This is especially useful when your system drive is SSD with low capacity. 2. The second way is: Backup your Daminion Server catalog(s) Uninstall your PostgreSQL Install PostgreSQL on another drive Re-install your Daminion Server Restore your Daminion Server catalog(s) Q. How to migrate Daminion Server from one computer (PC1) to a new computer (PC2). A. Please follow the steps below: 1. Launch the Daminion Server Administation panel on PC1 2. Go to the main menu, Administration > Catalogs and backup all your catalogs 3. Install Daminion Server on PC2 4. Launch the Daminion Server Admin panel on PC2

10 Now we need to move all catalogs from Daminion Server on PC1 to Daminion Server on PC2. Repeat the below steps for all catalogs on PC1: 5. Create a new catalog on PC2 6. Copy the catalog name from the first catalog on PC1 7. Adjust Folder to Store Uploaded Files and Folder to Store thumbnails paths or copy them from the first catalog on PC1 (check carefully user names) 8. Copy files from Folder to Store Uploaded Files folder on your PC1 to the Folder to Store Uploaded Files folder on your PC2 9. Copy files from Folder to Store thumbnails folder on your PC1 to the Folder to Store thumbnails folder on your PC Restart Daminion server. Then right-click on a newly created catalog on PC2 and run Restore command from the context menu. Specify a catalog backup that you did in the step 2. You also need to specify the _daminion##.backup file where information about Daminion users are stored, but you can do this only when restoring the first catalog only. 11. Repeat 5-10 steps for all catalogs on your PC1 12. Add a new Daminion Server address on your Daminion Clients. You can omit this step if a new PC2 name is the same as your PC1 name or has the same IP address (if you for example just upgraded the server). Q. How to setup Daminion Server when working accross multiple offices? A. Follow the instructions below: 1. First of all you need to arrange a VPN connection between your offices. There are different (software and

11 hardware) ways to arrange this: ver-remotely-via-the-internet/ 2. Then you need to download and install Daminion Server on your main office where your documents are located. 3. After that install Daminion Client on a client computer (in this or remote office), launch it and go to the main menu: File > Open Shared Catalog. Press the Add Daminion Server button and type in the IP address of a computer where Daminion Server was installed. This IP will be different for computers in your main office and computers in other offices. Please consult your system administrator. 4. Repeat the above step on all other clients. Please note that you need to install Daminion Client once. All further client software updates will be automatic. The above steps are enough to start working with Daminion Server accross multiple office locations, however you can drastically increase the speed of viewing and accessing original images if you do the following: Replicate a folder in your server computer in your main office with server computers in other offices by Windows DFS (Distributed File System). The replicated folder MUST be stored in the same location on all replicated computers. This allows you to make copies of your file server content in all offices. Launch Daminion Client, connect to your Daminion Server as admin, and go to the main menu: Catalog > Replication Settings and then check what group of user can take advantage of this option. After that when a user from a remote computer double-clicks a photo in his Daminion Client, he will open the local file instead of downloading it from another office.

12 Q. In setting up multiple Libraries with multiple clients, is there some sort of config file that specifies UI layout? A. There are several ways to edit default UI settings: Part of the settings like a set of tags in the tags tree, thumbnail browser captions, and set of tags in the Properties panel are stored inside the catalog (server or local one). To set a default set of tags for all users you need to open a server catalog by Daminion client and go to the main menu: Catalog > Default View Settings A list of catalogs can be adjusted by editing this file: C:\Users\USERNAME\AppData\Roaming\Daminion Software\Daminion\1.0\CatalogsStore.xml Other UI settings can be adjusted via this file: C:\Users\USERNAME\AppData\Roaming\Daminion Software\Daminion\1.0\Settings.xml In Daminion 5.0 version you can adjust default UI settings for all users via the Administration menu in your web-client. Q: Does Daminion work with terminal services? A: Yes, it does.

13 Q: Is it possible to use the existing MS-SQL-Server or MySQL with Daminion? A: No. When installing Daminion Server, PostgreSQL is installed automatically as out-of-the-box solution. Daminion Client Questions Q. Export via doesn t see Outlook Is there a way to set up Outlook10 as a defaul account? A. Go into set your default programs, select Outlook, and choose set this program as default (even if it is already selected as the default).

14 Q. Is it possible to do a silent client setup for the Daminion Client? A. Daminion Setup can be launched with /silent or /verysilent parameters. For example: DaminionSetup exe /silent DaminionSetup exe /verysilent With the version and higher, you can run a silent setup without opening desktop client applications when the installation is over. Please use the following command: DaminionSetup exe /verysilent/norun

15 Q. Daminion renders my RAW files uncorrectly. A. Daminion extract built-in JPEG or PPM preview from RAW images in order to preview them. This is the only way to guarantee that you will see the same image in your RAW editing tool and Daminion. You can open your RAW files by your RAW editing tool, update it s preview and then rebuild the thumbnail in Daminion (Ctrl + B). Q. Import is very slow. What can I do to improve it? A. Importing speed varies from many factors: Whether you use local or server catalog (importing to server catalogs are up to 4-5 times faster) Location of importing files (importing from network folders are slower) Checked Copy To option in the import window also decreases the importing speed Your PC configuration (free RAM/CPU) Importing format and file size (importing of 5MP JPEGs are faster than 30MP TIFF files) Active background processes. When syncing is turned On, it might impract to import speed. Q. Is it possible to categorise more than 1000 items at a time? A. Sure. There are several ways for doing this:

16 Increase a number of files per page via Edit > Preferences > General up to 5000 files per page. Select all items in the current page (Ctrl + A). Then right click on a tag value that you want to assign to selected images and navigate to Assign TAG to selected items. In this case the selected tag will be assigned to all found files instead of just 1000 images. Q. I have a lot of duplicate files. Is there a way to find and automatically remove any and all duplicates? A. You can find duplicate files via the Catalog > Find Duplicates menu. Daminion treats images as duplicates by comparing their visual part (thumbnails). So for example 2 images with 100% identical visual parts but with different metadata block will be treated as duplicates. Daminion can only find duplicates but can t remove them automatically. It s very hard to determine automatically which file is original and which one is duplicate. So the duplicate removal operation is solely under a user responsibility. Q. What is the maximum number of photos you can put into a catalog? A. This depends on Daminion s version:

17 All Daminion Server editions allows you to add unlimited number of files. Daminion Standalone Pro unlimited Daminion Standalone Standard files per 1 catalog Daminion Standalone Basuic files per 1 catalog Daminion Standalone free per 1 catalog More info about pricing you can get here (Server) and here (Standalone) Q. I have created a standalone catalog. Can I then export this catalog into a shared catalogue? A. Sure: File -> Import -> Daminion Local Catalog Q. I need to move my Daminion.dmc Catalog to a new hard drive to free space on the current hard drive. What is the best practice when moving the local catalog? A. There are 4 possible ways to move.dmc file: Catalog.dmc file and imported files are stored in the same folder: If you want to move both.dmc catalog file and imported

18 files just copy this folder to a new location (it is possible thanks to support of relative file links). If you want to move.dmc catalog file only, place it to the new location and relink the root file folder to change the relative file paths with absolute paths (don t forget to move the Thumbs folder as well it is stored in the same folder with Daminion.dmc catalog file Catalog.dmc file and imported files are stored in different folders: If you want to move both.dmc catalog file and imported files, place them in the new location and relink the root file folder (don t forget the Thumbs folder) If you want to move.dmc catalog file only, just place it and the thumbs folder in the new location. Q. Is there a way to assign GPS coordinates to files that don t have them? A. Just drag images to the Map panel and sync tags with image metadata: Manually: Item > Actions > Write Tags to File Or Automatically: Turn the Sync option on (it is located near the export button on the toolbar). Depending on your Writing Metadata preferenses (Edit > Preferences > Writing Metadata), GPS info will be written to the XMP section of theselected files, or to both XMP and EXIF. For Server Catalogs the above mentioned Writing Metadata preferences should be adjusted via the Daminion Server admin

19 panel. Q. When I open my RAW files I can t view them at 100%. The program shows that they are already at 100% but this isn t the case. There are about half the size zoomed out. Why? A. Daminion uses built-in JPEG previews inside the RAW images to display them. This is the only guaranteed way that you will see the same picture in both programs: Daminion and your Camera RAW editing program. Different RAW editors might display the same RAW image differently. When taking photos some digital cameras write half size JPEG previews into RAW files. You can adjust your RAW editing program so they will generate and write full-size JPEGs inside your RAWs and then you can view them at 100% within Daminion. Q. I receive the Time Mismatch between Client and Server message. What does it mean? A. The time difference between S and C should be less than 10 mins. Check also HyperV time sync service that prevents from changing your server date.

20 Q. I would like to know why my Daminion version is no more a pro version? A. It seems that you upgraded your Daminion to a new version that was released after your maintenance period ended. You can follow one of these ways: Revert back to your older Daminion version and restore your catalog from automatically backup files in the same folder where your catalog files are stored. Prolong your maintenance with 50% discount, restore your Daminion Pro license status and get rights to update to any Daminion release during next 1 year. Q: Any plans for a Mac client? A: No, but we are planning to keep on developing Web-Client with the same functionality as Daminion Desktop client and accessible from Macs. Apart from it, you can run Windows on Mac with Parallels Desktop software and install Daminion there. Q. I want to move all of the image files already cataloged by Daminion to a different drive, in order to free space on my master drive. Is

21 there a way I can edit the path of each file within Daminion please? A. No need to edit the path of each single file. Just move the parent folder with all sub-folders to a different drive and then relink this parent folder: right-click the folder > Relink Folder> specify the current path.

Daminion Client Questions

Daminion Client Questions Daminion Client Questions Q. Export via email doesn t see Outlook 2010. Is there a way to set up Outlook10 as a defaul account? A. Go into set your default programs, select Outlook, and choose set this

More information

Which Folders Shouldn t Be Backed Up?

Which Folders Shouldn t Be Backed Up? nexo Backup is a very simple and powerful online backup solution. You choose which folders you want to backup, and nexo Backup will upload your files and protect the contents of those folders - it keeps

More information

! AntZero LLC - All rights reserved! AntZero and AtomicView are registered trademarks USER GUIDE.!!!!!!!!!! Swiss Made

! AntZero LLC - All rights reserved! AntZero and AtomicView are registered trademarks USER GUIDE.!!!!!!!!!! Swiss Made !! 2007-2010 - All rights reserved! AntZero and AtomicView are registered trademarks USER GUIDE!!!!!!!!!! Swiss Made Table of contents A. INTRODUCTION! 1 B. INSTALLATION! 2 a. Installing on Mac OS X! 2

More information

Quickstart installation and setup guide. P5 Desktop Edition runs on a single host computer and

Quickstart installation and setup guide. P5 Desktop Edition runs on a single host computer and P5 Backup P5 Archive Archiware P5: Quickstart Guide P5 Desktop Edition Quickstart installation and setup guide P5 Desktop Edition includes: - P5 Backup & P5 Archive - 1 Media Drive (LTO) license - 1 Year

More information

User s Guide For LabCollector PhotoBank

User s Guide For LabCollector PhotoBank User s Guide For LabCollector PhotoBank July 2015 2015 AgileBio www.agilebio.com & www.labcollector.com SUMMARY SUMMARY 1- INTRODUCTION -----------------------------------------------------------------------1

More information

Photoshop World 2018

Photoshop World 2018 Photoshop World 2018 Unlocking the Power of Lightroom CC on the Web with Rob Sylvan Learn how to leverage the cloud-based nature of Lightroom CC to share your photos in a way that will give anyone with

More information

Photos, Photos. What to do with All Those Photos? Presented by Phil Goff Area 16 Computers and Technology August 17, 2017

Photos, Photos. What to do with All Those Photos? Presented by Phil Goff Area 16 Computers and Technology August 17, 2017 Photos, Photos. What to do with All Those Photos? Presented by Phil Goff Area 16 Computers and Technology August 17, 2017 1 Photos Have a Different Value Today With film cameras, pictures were taken and

More information

Viewing and using your catalogue in the Library module, and exporting photos once done.

Viewing and using your catalogue in the Library module, and exporting photos once done. Intro to Lightroom PH2-POD2-IL Adobe Photoshop Lightroom offers a complete environment for digital photography, from raw capture to creative output. Start with the Library module where you import images

More information

Release Note (Nov, 2017) File Manager Version [About File Manager] [Important Notice] [Main Features of File Manager]

Release Note (Nov, 2017) File Manager Version [About File Manager] [Important Notice] [Main Features of File Manager] Release Note (Nov, 2017) File Manager Version 3.1.2 [About File Manager] - File Manager is an application software to perform file-management with the Optical Disc Archive System (ODS), ODS-L10 or ODS-L30M.

More information

Media Archive Server for Small Teams

Media Archive Server for Small Teams Media Archive Server for Small Teams Installation Guide Daminion Server 0.9.X beta This 5-minute guide will help you set up and configure your Daminion Server Software correctly. Please take the time to

More information

Index. Smart Image Processor 2 Manual DMXzone.com

Index. Smart Image Processor 2 Manual DMXzone.com Index Index... 1 About Smart Image Processor 2... 2 Features in Detail... 2 Before you begin... 6 Installing the extension... 7 Updating from previous versions... 7 Introduction... 7 How to do it... 7

More information

Working Efficiently in Lightroom 3 (Intermediate/Advanced)

Working Efficiently in Lightroom 3 (Intermediate/Advanced) Overview The focus of this series of two workshops is on improving the efficiently of your Lightroom (LR) workflow. Comfortable working knowledge of the program, specifically the library and develop modules,

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

KYOCERA Net Admin Installation Guide

KYOCERA Net Admin Installation Guide KYOCERA Net Admin Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for

More information

PIVOT CMS CLIENT SOFTWARE USER MANUAL

PIVOT CMS CLIENT SOFTWARE USER MANUAL PIVOT CMS CLIENT SOFTWARE USER MANUAL 1 CMS USER GUIDE 1.1 PC REQUIREMENT Recommended PC Requirement OS CPU VGA RAM HDD Graphics Card OS CPU VGA RAM HDD Windows Vista, 7 or higher Intel Core2Quad Q9400

More information

ShareSync Get Started Guide for Windows

ShareSync Get Started Guide for Windows WHAT IS SHARESYNC? ShareSync Get Started Guide for Windows ShareSync is an enterprise-class cloud file backup and sharing service. ShareSync allows you to back up your files in real-time to protect against

More information

WHAT IS GEOTAGGING GOOD FOR? HOW IT WORKS

WHAT IS GEOTAGGING GOOD FOR? HOW IT WORKS WHAT IS GEOTAGGING GOOD FOR? Geotagging is the process of adding a location to your photos. It makes it easy to find exactly where you shot your images and it s also great for organizing your photos. The

More information

InSite Prepress Portal Quick Start Guide IPP 9.0

InSite Prepress Portal Quick Start Guide IPP 9.0 InSite Prepress Portal Quick Start Guide IPP 9.0 Exported on 07/26/2018 Table of Contents 1 What is InSite Prepress Portal?... 4 1.1 Getting familiar with InSite Prepress Portal 9.0...4 1.2 Use a single

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Fiery XF 7 Quick Start Guide

Fiery XF 7 Quick Start Guide 2018 Electronics For Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 15 May 2018 45183468 *45183468* Contents 3 Contents Introduction...5 Upgrading from

More information

Atlona Manuals Software AMS

Atlona Manuals Software AMS AMS Atlona Manuals Software Version Information Version Release Date Notes 1 03/18 Initial release AMS 2 Welcome to Atlona! Thank you for purchasing this Atlona product. We hope you enjoy it and will take

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

JSN Dona Portfolio User's Guide

JSN Dona Portfolio User's Guide JSN Dona Portfolio User's Guide Getting Started Template Package Installation 1. Download the template installation package Log in JoomlaShine Customer Area to download the template package that you have

More information

Mail & Deploy Reference Manual. Version 2.0.5

Mail & Deploy Reference Manual. Version 2.0.5 Mail & Deploy Reference Manual Version 2.0.5 Introduction TABLE OF CONTENTS Introduction... 4 General Introduction... 5 Architecture... 6 Server... 6 Repository... 6 Client... 6 Contact Us... 7 Server...

More information

JSN ImageShow Configuration Manual Introduction

JSN ImageShow Configuration Manual Introduction JSN ImageShow Configuration Manual Introduction JSN ImageShow is the gallery extension built for Joomla! Content Management System for developers, photographers, and publishers. You can choose to show

More information

Release Notes. QuickDownloader: Updated multiple case download to make process more intuitive by adding download cue.

Release Notes. QuickDownloader: Updated multiple case download to make process more intuitive by adding download cue. Release Notes Version: 3.1.0.5 Release Date: 03/29/2018 Performance Increase - Thumbnail generation in QuickDownloader and AccessDME has been updated. Performance Increase - Scanning assets to download

More information

DIGIOP ELEMENTS V8.7 NVR Software-only Installation Guide

DIGIOP ELEMENTS V8.7 NVR Software-only Installation Guide DIGIOP ELEMENTS V8.7 NVR Software-only Installation Guide About this installation guide Use this document as a guide to install your DIGIOP ELEMENTS NVR software system. It includes procedures to install

More information

Release Notes for ClearID 2.6.2, 2.6.3a

Release Notes for ClearID 2.6.2, 2.6.3a Release Notes for ClearID 2.6.2, 2.6.3a Date: 02/27/2015 Version ClearID 2.6.3a ClearID 2.6.1 ClearID 2.5 Support Date* 04/01/2010 04/01/2010 04/01/2010 Release Date 02/27/2015 05/29/2012 09/14/2010 *Free

More information

Release Note (Mar, 2018) Content Manager Version (for Windows) [About Content Manager] [Important Notice] [Main Function of Content Manager]

Release Note (Mar, 2018) Content Manager Version (for Windows) [About Content Manager] [Important Notice] [Main Function of Content Manager] Release Note (Mar, 2018) Content Manager Version 3.1.4 (for Windows) [About Content Manager] - Content Manager is a content-management system designed for the Optical Disc Archive System (ODS). [Important

More information

Getting Started Guide

Getting Started Guide Getting Started Guide for education accounts Setup Manual Edition 7 Last updated: September 15th, 2016 Note: Click on File and select Make a copy to save this to your Google Drive, or select Print, to

More information

EasyMorph Server Administrator Guide

EasyMorph Server Administrator Guide EasyMorph Server Administrator Guide Version 3.9.2 December, 24 th 2018 Table of Contents TABLE OF CONTENTS... 1 PREREQUISITES... 2 Memory requirements... 2 INSTALLATION... 2 License key... 3 SERVER SERVICE

More information

Release Note (Mar, 2018) Content Manager Version (for Mac) [About Content Manager] [Important Notice] [Main Function of Content Manager]

Release Note (Mar, 2018) Content Manager Version (for Mac) [About Content Manager] [Important Notice] [Main Function of Content Manager] Release Note (Mar, 2018) Content Manager Version 3.1.4 (for Mac) [About Content Manager] - Content Manager is a content-management system designed for the Optical Disc Archive System (ODS). [Important

More information

9936A LogWare III. User s Guide. Revision

9936A LogWare III. User s Guide. Revision 9936A LogWare III User s Guide Revision 850701 Table of Contents 1 Introduction...1 1.1 Symbols Used... 1 1.2 Conventions... 1 1.3 What is LogWare?... 1 1.4 License Agreement... 2 1.5 Requirements...

More information

2015 Electronics For Imaging. The information in this publication is covered under Legal Notices for this product.

2015 Electronics For Imaging. The information in this publication is covered under Legal Notices for this product. 2015 Electronics For Imaging. The information in this publication is covered under Legal Notices for this product. 6 March 2015 Contents 3 Contents...5 Activation of license...5 Manual deactivation of

More information

9936A LogWare III. User s Guide. Revision

9936A LogWare III. User s Guide. Revision 9936A LogWare III User s Guide Revision 680301 Table of Contents 1 Introduction... 1 1.1 Symbols Used...1 1.2 Conventions...1 1.3 What is LogWare?...1 1.4 License Agreement...2 1.5 Requirements...2 1.6

More information

Proactive-CCTV Server Installation Guide v1.0

Proactive-CCTV Server Installation Guide v1.0 v1.0 For Support Email: michael@proactive-cctv.com www.proactive-cctv.com 1. Getting Started Welcome to the Proactive-CCTV. Please Read Before Starting Installation Initial Setup & Requirements Operating

More information

When people change their names, how can Daminion help to keep you up to date?

When people change their names, how can Daminion help to keep you up to date? Changing People People Tag Names in When people change their names, how can Daminion help to keep you up to date? Written by Uwe Noack The catalog contains items related to two people: The names assigned

More information

Installing the application involves several steps. Note that you must install QuickBooks on your computer prior to installing this application.

Installing the application involves several steps. Note that you must install QuickBooks on your computer prior to installing this application. CCRQLABEL OVERVIEW This is an overview (summary) of the CCRQLabel 4.x label printing product. Full documentation is under development INSTALLING CCRQLABEL This document provides a quick review of how to

More information

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1 Lesson Using Adobe Bridge What you ll learn in this lesson: Navigating Adobe Bridge Using folders in Bridge Making a Favorite Creating metadata Using automated tools Adobe Bridge is the command center

More information

skype ID: store.belvg US phone number:

skype ID: store.belvg   US phone number: 1 Table of Contents Table of Contents: 1. Introduction to Products Sorting... 3 2. How to Install... 4 3. How to Configure... 5 3.1. How to create sorting attributes... 5 3.2. How to manage sorting attributes...

More information

MPX Server Software User Manual

MPX Server Software User Manual MPX Server Software User Manual Contents 1 Server Software Installation... - 3 - Initial Setup... - 6-2 Software Interface... - 10 - Login Page:... - 10-2.1 Homepage... - 12-2.2 Resources... - 13-2.3 Composer...

More information

INSTALLATION AND SET UP GUIDE

INSTALLATION AND SET UP GUIDE INSTALLATION AND SET UP GUIDE This guide will help IT administrators to install and set up NVivo Server. It provides step by step instructions for installing the software, configuring user permissions

More information

GoPrint Server Migration

GoPrint Server Migration GoPrint Server Migration The following steps walks you through migrating a current GoPrint system to a new Windows server focusing on migrating the current database as well as keeping the same server name.

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Joomla

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Joomla About the Tutorial Joomla is an open source Content Management System (CMS), which is used to build websites and online applications. It is free and extendable which is separated into frontend templates

More information

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go.

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go. Installing Wordpress from JMA Lab to JMA Server 1. Take note these instructions are streamlined for the JMA lab they can t be performed in this fashion from home! 2. Wordpress is a database driven web

More information

TheBrain Pro Companion Guide for TeamBrain Services

TheBrain Pro Companion Guide for TeamBrain Services TheBrain Pro Companion Guide for TeamBrain Services Posted November 2012 2012. TheBrain Technologies LP. All Rights Reserved. TheBrain, TheBrain, TeamBrain, Brain, Thought, Thoughts, and Work the Way You

More information

Importing Merit Calendar to Outlook 2010

Importing Merit Calendar to Outlook 2010 Page 1 of 12 Importing Merit Calendar to Outlook 2010 Transferring your calendar from the Merit Mail system to your new Outlook Exchange account is a quick and easy process. There are only two steps to

More information

DIGIOP ELEMENTS V8.1 Software-only Installation Guide

DIGIOP ELEMENTS V8.1 Software-only Installation Guide DIGIOP ELEMENTS V8.1 Software-only Installation Guide About this installation guide Use this document as a guide to install your DIGIOP ELEMENTS software system. It includes procedures to install your

More information

Nuxeo Platform 5.5. DAM Module. User Guide

Nuxeo Platform 5.5. DAM Module. User Guide Nuxeo Platform 5.5 DAM Module User Guide Table of Contents 1. Digital Asset Management User Guide........................................................................... 3 1.1 Digital Asset Management

More information

Quick Start Guide (V1.03) UD.6L0201B1064A01

Quick Start Guide (V1.03) UD.6L0201B1064A01 ivms-4200 PCNVR Quick Start Guide (V1.03) UD.6L0201B1064A01 Thank you for purchasing our product. If there is any question or request, please do not hesitate to contact the dealer. This manual applies

More information

docalpha Installation Guide

docalpha Installation Guide ARTSYL DOCALPHA INSTALLATION GUIDE 1. docalpha Architecture Overview... 2 1.1. docalpha Server Components... 4 1.2. docalpha Production Environment Stations Overview... 4 1.3. docalpha Setup & Administration

More information

PRODUCT SHEET. LookAt Technologies LTD

PRODUCT SHEET. LookAt Technologies LTD PRODUCT SHEET LookAt Technologies LTD WWW.LOOKAT.IO TABLE OF CONTENTS 1. OVERVIEW... 4 2. SYSTEM REQUIREMENTS... 5 OPERATING SYSTEM... 5 WEB BROWSERS... 5 LOCALIZATION... 5 3. FILES... 5 FILE TYPE SUPPORT...

More information

Paraben s Photo Backup Stick V2.1. User Manual

Paraben s Photo Backup Stick V2.1. User Manual Paraben s Photo Backup Stick V2.1 User Manual About Paraben s Photo Backup Stick The Photo Backup Stick is an easy-to-use picture and video backup tool for Windows computers, Apple iphones and ipads, and

More information

Daminion Preferences Dialog

Daminion Preferences Dialog Daminion Preferences Dialog You can find the dialog for changing the Daminion settings in the program menu under the Edit > Preferences... menu. General Files per Page Specify the maximum number of elements

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

Tiger Box/Tiger Box Release Notes

Tiger Box/Tiger Box Release Notes What s New.......................... 2 Fixed Known Issues in Version 2.7.3......... 2 Upgrading to Version 2.7.3................ 3 Best Practices......................... 5 New Known Issues.....................

More information

Intermediate Training

Intermediate Training Intermediate Training The material in this handout is taken directly from the Picasa Website. It was decided to add all the information in one place so it could be viewed at one time. However, what is

More information

Ekran System v.5.2 Deployment Guide

Ekran System v.5.2 Deployment Guide Ekran System v.5.2 Deployment Guide Table of Contents About... 6 System Requirements... 7 Program Structure... 9 Deployment Process... 10 Server and Database... 11 About... 11 Database Types Comparison...

More information

Pastel ACT! What s New? What s New? Version ACT! What s New Version 13

Pastel ACT! What s New? What s New? Version ACT! What s New Version 13 Pastel ACT! Version 13 Version 13 What s New? What s New? 1 ACT! What s New Version 13 ACT! by Pastel 2011 Version 13 What s new in ACT! by Pastel 2011 Version 13 The ACT! by Pastel 2011 release is focused

More information

liquivid Video Improve v2.x Installation Instructions for Windows, macos, Adobe Lightroom Manual

liquivid Video Improve v2.x Installation Instructions for Windows, macos, Adobe Lightroom Manual liquivid Video Improve v2.x Installation Instructions for Windows, macos, Adobe Lightroom Manual Installation Instructions for Windows... 3 Required Hardware & Software... 3 Installation... 3 File Saving

More information

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips Getting Started With Heritage Makers A Guide to the Heritage Studio 3.0 Drag and Drop Publishing System presented by Heritage Makers A new clients guide to: Activating a new Studio 3.0 Account Creating

More information

Qbox User Manual. Version 7.1

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

More information

Covene Cohesion Server Installation Guide A Modular Platform for Pexip Infinity Management October 25, 2016 Version 3.3 Revision 1.

Covene Cohesion Server Installation Guide A Modular Platform for Pexip Infinity Management October 25, 2016 Version 3.3 Revision 1. Covene Cohesion Server Installation Guide A Modular Platform for Pexip Infinity Management October 25, 2016 Version 3.3 Revision 1.0 Table of Contents 1. Overview... 3 2. Upgrading an Existing Installation...

More information

How to connect to the University of Exeter VPN service

How to connect to the University of Exeter VPN service How to connect to the University of Exeter VPN service *****Important Part of the process of using the VPN service involves the automatic download and installation of Juniper Network Connect software,

More information

AccessData ediscovery 6.3 and Patches Release Notes

AccessData ediscovery 6.3 and Patches Release Notes AccessData ediscovery 6.3 and Patches Release Notes Document Date: 5/8/2018 2018 AccessData Group, Inc. All rights reserved Introduction This document lists the new features, fixed issues, and known issues

More information

KODAK INSITE. Using InSite to Upload Files. Customer InSite Instructions. Supported Browsers & Recommendations:

KODAK INSITE. Using InSite to Upload Files. Customer InSite Instructions. Supported Browsers & Recommendations: Using InSite to Upload Files These are the instructions for uploading, reviewing and approving files within the Kodak InSite Prepress Portal. If you have any questions, please contact your Account Manager.

More information

BCI.com Sitecore Publishing Guide. November 2017

BCI.com Sitecore Publishing Guide. November 2017 BCI.com Sitecore Publishing Guide November 2017 Table of contents 3 Introduction 63 Search 4 Sitecore terms 66 Change your personal settings 5 Publishing basics 5 Log in to Sitecore Editing 69 BCI.com

More information

Table of Contents. About this Guide..3. This workis licensed under a Creative Commons Attribution 2.5 License. Getting Help..4. Welcome to Pinnacle..

Table of Contents. About this Guide..3. This workis licensed under a Creative Commons Attribution 2.5 License. Getting Help..4. Welcome to Pinnacle.. Installation Guide Table of Contents About this Guide..3 This workis licensed under a Creative Commons Attribution 2.5 License. Getting Help..4 Welcome to Pinnacle..4 Introduction..4 Organizational Hierarchy..4

More information

QUICK START GUIDE. Quick Start Guide. This will assist you to setup and distribute content to a StratosMedia Player device in 4 easy steps.

QUICK START GUIDE. Quick Start Guide. This will assist you to setup and distribute content to a StratosMedia Player device in 4 easy steps. Quick Start Guide This will assist you to setup and distribute content to a StratosMedia Player device in 4 easy steps. NOTE: All devices need active internet connectivity. Google Chrome is a browser that

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

KNOWLEDGE FORUM 4 MACINTOSH SERVER ADMINISTRATOR S GUIDE

KNOWLEDGE FORUM 4 MACINTOSH SERVER ADMINISTRATOR S GUIDE KNOWLEDGE FORUM 4 MACINTOSH SERVER ADMINISTRATOR S GUIDE Knowledge Forum is a registered trademark of Knowledge Building Concepts. Administrator s Guide Macintosh Server--Version 4.1 or above Macintosh

More information

Version 2.5. Forensic Image Clarification Tools For Adobe Photoshop. Qualified for PS CS4 and CS5

Version 2.5. Forensic Image Clarification Tools For Adobe Photoshop. Qualified for PS CS4 and CS5 Version 2.5 Forensic Image Clarification Tools For Adobe Photoshop Qualified for PS CS4 and CS5 Document 1.1 9/15/2010 Release Notes for ClearID v2.5 Computer Requirements Win XP(32/64bit), Vista(32/64bit),

More information

EDGE, MICROSOFT S BROWSER

EDGE, MICROSOFT S BROWSER EDGE, MICROSOFT S BROWSER To launch Microsoft Edge, click the Microsoft Edge button (it s the solid blue E) on the Windows Taskbar. Edge Replaces Internet Explorer Internet Explorer is no longer the default

More information

Release Notes. New Features: AccessDME: Added ability to regenerate thumbnail images via Tools menu.

Release Notes. New Features: AccessDME: Added ability to regenerate thumbnail images via Tools menu. Release Notes Version: 3.0.0.5 Release Date: 9/8/2017 Admin Configurator: Added multiple file types to default file type lists. AccessDME: Updated Quick Start Guides available via HELP menu. Downloader:

More information

How to Transfer Your Contact Information Into Microsoft Outlook 2010

How to Transfer Your Contact Information Into Microsoft Outlook 2010 How to Transfer Your Contact Information Into Microsoft Outlook 2010 Your Contacts Exported To an Excel Spreadsheet (CSV Format ) Now Located on a Device or Computer Then To Outlook 2010 on an L&F Computer

More information

TABLE OF CONTENTS 1. SYSTEM REQUIREMENTS INSTALLATION ACCOUNT MANAGEMENT RAZER CORTEX GENERAL SETTINGS...

TABLE OF CONTENTS 1. SYSTEM REQUIREMENTS INSTALLATION ACCOUNT MANAGEMENT RAZER CORTEX GENERAL SETTINGS... Welcome to Razer Cortex, the nerve center of your entire gaming experience. From effortlessly finding the best deals on your games to launching and boosting them for peak pc performance while backing up

More information

AccessData Forensic Toolkit 5.5 Release Notes

AccessData Forensic Toolkit 5.5 Release Notes AccessData Forensic Toolkit 5.5 Release Notes Document Date: 8/20/2014 2014 AccessData Group, Inc. All rights reserved Introduction This document lists the new features, fixed issues, and known issues

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

Mugshot Pro V 3.1. Identification Software. General Instruction Manual

Mugshot Pro V 3.1. Identification Software. General Instruction Manual Mugshot Pro V 3.1 Identification Software General Instruction Manual Contents 1. About Mugshot Pro 1.1 Product Overview 2. Software Installation 2.1 System requirements 2.2 Instructions for older operating

More information

emam and Adobe Premiere Panel Guide

emam and Adobe Premiere Panel Guide emam and Adobe Premiere Panel Guide Version 3.8 April, 2017 Notice The content in this document represents the current view of Empress Media Asset Management, LLC as of the date of publication. As Empress

More information

EMS DESKTOP CLIENT Installation Guide

EMS DESKTOP CLIENT Installation Guide EMS DESKTOP CLIENT Installation Guide Version 44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

AccessData ediscovery 6.3 and Patches Release Notes

AccessData ediscovery 6.3 and Patches Release Notes AccessData ediscovery 6.3 and Patches Release Notes Document Date: 7/18/2018 2018 AccessData Group, Inc. All rights reserved Introduction This document lists the new features, fixed issues, and known issues

More information

Colligo Engage Outlook App 7.1. Offline Mode - User Guide

Colligo Engage Outlook App 7.1. Offline Mode - User Guide Colligo Engage Outlook App 7.1 Offline Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 3 Checking

More information

Colligo Briefcase. for Good Technology. Administrator Guide

Colligo Briefcase. for Good Technology. Administrator Guide for Good Technology Administrator Guide Contents Introduction... 2 Target Audience... 2 Overview... 2 Key Features... 2 Platforms Supported... 2 SharePoint Security & Privileges... 3 for Good Technology...

More information

Notification Template Limitations. Bridge Limitations

Notification Template Limitations. Bridge Limitations Oracle Cloud Known Issues for Oracle Identity Cloud Service Release 18.1.2 E55915-17 February 2018 Notification Template Limitations Note the following limitations with Oracle Identity Cloud Service notification

More information

Tiger Box Firmware Version 2.5 Release Notes

Tiger Box Firmware Version 2.5 Release Notes Tiger Box Firmware Version 2.5 Release Notes What s New........................... 2 Fixed Known Issues in Version 2.5........... 3 Upgrading to Software Version 2.5........... 3 Best Practices..........................

More information

NVR User s Manual. Version /10/12

NVR User s Manual. Version /10/12 NVR User s Manual Version 2.3.05 2012/10/12 Table of Contents 1 Overview 9 NVR Architecture... 9 NVR Server... 9 NVR Workstation... 10 NVR Web Client... 10 Hardware System Requirements... 11 Operating

More information

SMARTdoc v2 User Manual

SMARTdoc v2 User Manual Pages: 1/49 SMARTdoc v2 Pages: 2/49 1 Introduction SMARTdoc is an easy to use but full functional document management system. The mean focus is easy and fast. SMARTdoc is all about document and information

More information

Caption Pro User Manual

Caption Pro User Manual Version 1.4 June 2018 This document is for the use of Aleka Consulting, its staff, and clients. You must not forward, or copy this document. Any such action is unauthorized and prohibited. All rights reserved.

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

ProjectWise Explorer Basic Users Guide

ProjectWise Explorer Basic Users Guide ProjectWise Explorer Basic Users Guide (Revision Date: 09/05/17) Index: 1. Introduction... 2 2. Getting Started... 2 3. Login to ProjectWise Explorer... 3 4. Working Directory... 3 5. Inside the ProjectWise

More information

Storing and Organizing Your Digital Images

Storing and Organizing Your Digital Images Storing and Organizing Your Digital Images Most people don t do a good job of storing and organizing digital images. This includes: Your Digital Photographs Digital Photographs and images from others Scanned

More information

Prez Pro support documentation

Prez Pro support documentation Updated: 11/29/17 Prez Pro support documentation Update History 9-25-17 Sec. 4.3 Made changes to ios installation, fewer install archives to download 9-7-17 Corrected the hyperlink for ios ipa in the installation

More information

Release Notes. New Features: Admin Configurator: Added user guide to Help menu. Database Setup Utility: Added link to Installation & Activation guide.

Release Notes. New Features: Admin Configurator: Added user guide to Help menu. Database Setup Utility: Added link to Installation & Activation guide. Release Notes Version: 3.0.0.9 Release Date: 01/16/2018 THIS VERSION REQUIRES A DATABASE UPDATE. The database update will provide additional planned features and capabilities. The database update option

More information

Intelli-Signage Signage Designer Software

Intelli-Signage Signage Designer Software Intelli-Signage (User Manual V1.0) version: V3.0.0.0 Contents 1. Introduction... 1 2. System requirement... 1 2.1 Signage Player Software... 1 2.2... 1 3. Installation/Uninstallation of... 2 4. interface...

More information

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder.

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder. Performer to DP2 Hot Folder Reference Manual Rev. 07.11.05 Install Files: There is only one file involved with installing the Performer to DP2 Hot Folder. The installer file is named PP2DP2_1.x.x.EXE.

More information

RELEASE NOTES. Version NEW FEATURES AND IMPROVEMENTS

RELEASE NOTES. Version NEW FEATURES AND IMPROVEMENTS S AND S Implementation of the Google Adwords connection type Implementation of the NetSuite connection type Improvements to the Monarch Swarm Library Column sorting and enhanced searching Classic trapping

More information

MassTransit Server Installation Guide for Windows

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

More information

Migrate From Version 2.2 to Version 3.1 Guide

Migrate From Version 2.2 to Version 3.1 Guide Migrate From Version 2.2 to Version 3.1 Guide EFM Community Fall 2007(Version 3.10) July 2008 For support, contact Vovici Technical Support at (781) 261-4300, ext. 2 or use the web form located at: http://s3.parature.com/ics/support/default.asp?deptid=5474

More information

Central Management Software. Cam Viewer 3 Lite. User Manual

Central Management Software. Cam Viewer 3 Lite. User Manual Central Management Software Cam Viewer 3 Lite User Manual Version 1.0.0 Table of Contents 1. System Requirement...4 2. Software Installation...5 3. Configuration Wizard...9 3.1 Channel...10 3.1.1 Adding

More information