Client Server Technologies

Size: px
Start display at page:

Download "Client Server Technologies"

Transcription

1 Client Server Technologies Presented by: Gord Davey Copyright 2005 Best Software Canada Ltd. All rights reserved. No part of this publication may be reproduced, or transmitted in any form or by any means, electronic, mechanical, photocopied, recorded or other, without prior written consent of Best Software Canada Ltd. 1

2 Presentation Overview Application Server Enhancements JavX Enhancements Client/Server Efficient Coding AutoUpdater 2

3 Application Server Enhancements NT Service Support Enhanced Logging Enhanced Start-In and INI Improved User Switching Terminate/Break and Log Clearing Commands are now sent to the Server Fatal Error Log pvx.appserv.log Speed Increase 6% to 10% and more 3

4 Application Server Enhancements NT Service Support Simple Install/Un-Install/Start/Stop NT Service Support Requires ProvideX V7 with a V7 activation key. Each server daemon will be run as a separate service. This can cause difficulties with ProvideX User Count licensing. If you have more than one daemon running, and they are set to interact with the desktop, then they will share the total user license count. However, if they do not interact with the desktop, then they will not be able to share the user count. Example: Server daemons A and B, and 5 workstations, 1,2,3,4 and 5. If all 5 connect to Daemon A, you will use 6 user slots - one for the daemon and one for each of the WindX workstations 1 through 5. If all 5 of those workstations also connect to server B, and each runs one session, then you will use another 6 user slots - one for the B server daemon and one for each of the 5 workstations. This means you will have used 12 user slots in total. However, if you set both daemons A and B to interact with the desktop, and each of the 5 workstations connect one session to both server A and server B, then you will only use a total of 6 user slots, rather than a total of 12. Continued 4

5 Application Server Enhancements NT Service Support (continued) Name: A unique service name. This is generated automatically. Display Name and Description: These items are what users will see displayed in the NT Services Listing Start Type: May be set to Automatic, Manual or Disabled Domain, User Name and Password: If you wish to run the service as a user other than Local System then you may set those properties here. Interact With Desktop: This is only valid when running as the Local System account (not when running as another user) Install / Un-Install: Adds or Removes the service from Windows. Start / Stop: To Start or Stop the service, use the Start/Stop buttons on the Server Tab. If the service is not installed, then selecting Start will start it on the Desktop. Note: Changing any NT Service properties when the App Server daemon is running will require the daemon to be stopped, un-installed, re-installed and re-started. 5

6 Application Server Enhancements Logging Enhancements Clear All and Log Rotation Server PID Logging Enhancements Logging commands are now sent to the server daemon. Clear, Clear All and Rotate will all be processed by the daemon when it is running, or by the configuration screen if it is not running. This allows logs to be cleared, etc., while the daemon is running. Previously they could not be cleared unless the daemon was stopped. Clear All (new button) Clears all the current logs that exist for the currently-named server. It will not clear any rotated logs. Rotate (new button) This will cause the logs to be renamed with the following format: file.log becomes YYYYMMDD.HHMMSS.file.log within the currently-named server directory (*appserv/servername/*.log). If the server is running, it will complete and close the existing logs, rotate them, initialize/re-create the current log files and reopen any required logs to provide the requested logging. 6

7 Application Server Enhancements Start-In and INI for spawned tasks enhanced Enhanced INI and Start-In INI and Start-In are used for spawned tasks, and not just for starting the application server daemon. The order for determining the INI and Start-In Directory for spawned tasks has been enhanced. Previously, the Server s INI and the Start-In Directory were used only if the application server daemon was started from within the Configuration Screen. If the daemon was started outside of the configuration, these two items would not be used. Continued 7

8 Enhanced INI and Start-In (continued) New INI Behavior If starting the application server daemon from within the configuration screen, then the old rules apply - the server daemon will be started with this INI. If the server daemon is started outside of the configuration screen, then the INI given on the command line is used, and the INI specified in the server tab is ignored. Any sessions spawned by the daemon will now use the following, in order: #1 - INI from the *client icon, if given, and if the application named on the icon allows for INI overrides (see the Apps Tab, Detail of App). #2 INI from the application detail screen, if given (See Apps Tab, Detail of App). #3 (New) The INI specified on the Server tab. #4 The INI used by the server daemon, either from the daemon s command line (if started externally) or the Server s INI if given on the Server Tab. Note: INI s are only valid in a Windows environment. New Start-In Directory Behavior For starting the server daemon there is no change. The Start-In Directory on the server tab is valid only if the configuration screen is used to start the daemon. If the daemon is started externally, then the Start-In Directory will be set based on that external launch. The new behavior affects the sessions which are spawned from within the daemon. The rules are applied in the following order: #1 Start-In from the *client icon, if given, and if the application named on the icon allows for Start-In overrides (see the Apps Tab, Detail of App). #2 Start-In from the application detail screen, if given (See Apps Tab, Detail of App). #3 (New) The Start-In Directory specified on the Server tab. #4 The Start-In used by the server daemon, either from the daemon s command line (if started externally) or the Start-In Directory if given on the Server Tab. Continued 8

9 Application Server Enhancements Improved User Switching Uses DEF UID if available rather than su Terminate/Break and Log Clearing Commands are now sent to the Server Config may run as a different user from daemon Fatal Error Log pvx.appserv.log To /tmp (*nix) or current directory (windows) Miscellaneous: New Menu Item: Shutdown All Servers Server PID for each daemon displayed Speed Increase 6% to 10% Miscellaneous Improved User Switching Valid for UNIX and Linux platforms only. Wherever the ProvideX DEF UID command is available, it will be used to allow newly-spawned sessions to be started as a particular user. If the DEF UID command fails for any reason, then an su will be attempted. By using DEF UID it will eliminate the su events from the typical su log file for the OS in question. For DEF UID or su to be effective, the server daemon must be running as root. When not running as root, the behavior has been enhanced so that the spawned applications will not attempt a DEF UID or an su, and will simply launch as whatever user the server daemon is currently running as. Commands Now Sent to Server The Terminate and Interrupt commands from the Sessions tab, as well as the Clear, Clear All and Rotate commands from the Logging tab are all now sent to the server daemon for processing, provided the server daemon is currently running. The net effect of this is that these commands will successfully execute because they are now executed by the same user that the daemon is running as. If the daemon is running as an NT Service these commands will occur within the context of the NT Service. This also allows the Configuration screen to be run as a different user to the server daemon (provided the daemon was started outside of the configuration. Continued 9

10 Miscellaneous (continued) Fatal Error Log (New) An additional log has been created where, if there is a fatal error or warning that needs to be given during the start-up of a server daemon, those errors and warnings will be posted to the fatal error log. This log is named pvx.appserv.log and will be placed in the /tmp directory for UNIX or Linux, or in the app server s current Start-In directory under MS Windows. This will help diagnosis should the server daemon not start or fail prior to opening any of its normal configured log files. New warning s are now written to this file when: A) the server daemon is not run as root B) the server daemon is not using a UMASK of 0. Shutdown All Servers (New) A new command to shutdown all currently-running application server daemons has been added to the File drop down menu. Server PID The Process ID of the server daemon is now shown in the Configuration s status box for the currently selected application server. Speed Improvement A tightening of the code in the application server daemon has basically reduced line numbers and built more compound statements. Also, the switching to large arrays for buffer management has shown an overall speed increase within the server daemon, averaging 6% to 10% faster execution. Due to the use of very large dimensions arrays, and the use of DEF UID, the minimum version of ProvideX that this edition of the Application Server will run on is now V6.10. A ProvideX Version 7 activation key is required to use the NT Service abilities of the Application Server. 10

11 JavX Enhancements JavX V2.5 now comes in 3 editions JavX SE Swing Edition Closest to ProvideX in terms of GUI Controls Includes: Grid, Formatted List Boxes, Tree View, List View, Report View, Full Button characteristics JavX AE AWT Edition Lightweight GUI Interface Includes: list box, buttons, check boxes, radio buttons, etc., all in simplified form Excludes: Grid, Formatted List Boxes, Tree View, List View, Report View, Full Button characteristics JavX LE Lite Edition Has no character mode or graphical mode user interface. Direct to Java Object Interface 11

12 JavX Enhancements JavX SE Swing Edition Full range of GUI controls supported with virtually all options Requires Java 2 SE (Standard Edition) Runtime (version 1.42) or higher Equivalent to prior releases of JavX Most feature rich JavX Enhancements JavX SE runs with: Java 2 SE (Standard Edition) Runtime, version 1.42 or higher Java 2 EE (Enterprise Edition) Runtime, version 1.42 or higher 12

13 JavX Enhancements JavX AE AWT Edition Limited range of simplified GUI controls available Requires Java 2 ME CDC PP (Micro Edition, Constrained Device Context, Personal Profile) Runtime (any version) or higher Intended for PDAs (Pocket PC, Windows CE Devices), Embedded Devices and Desktop PCs JavX Enhancements JavX AE runs with: Java 2 ME CDC PP (Micro Edition, Constrained Device, Personal Profile) Device with limited user interface (PDA) Java 2 SE (Standard Edition) Runtime, version 1.42 or higher Java 2 EE (Enterprise Edition) Runtime, version 1.42 or higher 13

14 JavX Enhancements JavX LE Lite Edition Has no character or graphical user interface at all Requires Java 2 ME CDC FP (Micro Edition, Constrained Device Context, Foundation Profile) Runtime (any version) or higher Intended for Java devices that do not have a user interface (routers, gateways, printers) JavX Enhancements JavX LE runs with: Java 2 ME CDC FP (Micro Edition, Constrained Device, Foundation Profile) Device with no user interface (gateway, router) Java 2 ME CDC PBP (Micro Edition, Constrained Device, Personal Basis Profile) Device with extremely limited user interface (printer, automotive telemetrics) Java 2 ME CDC PP (Micro Edition, Constrained Device, Personal Profile) Device with limited user interface (PDA) Java 2 SE (Standard Edition) Runtime, version 1.42 or higher Java 2 EE (Enterprise Edition) Runtime, version 1.42 or higher 14

15 JavX Enhancements Direct to Java Object Interface Uses ProvideX DEF OBJECT syntax DEF OBJECT [wdx]javax.swing.jslider DEF OBJECT X, [wdx]jdbcdriver Instantiate and utilize Java Classes directly, manipulating properties, executing methods, listening for events and more. Allows for the use of the Java BeanShell class, which can take Java source code directly. JavX Enhancements Direct to Java Object Interface Note: Using will embed the Java component into the ProvideX window. 0010! 0012! This program creates an AWT FRAME and Button 0014! and places it on a Frame. This demonstrates the flexibility of the OCX 0015! interface in JavX 0020! 0030 def object AWTWINDOW,"[wdx]java.awt.Frame" 0040 def object AWTBUTTON,"[wdx]java.awt.Button" 0050 def object EXITBUTTON,"[wdx]java.awt.Button" 0080 def object AWTMULTI_LINE,"[wdx]java.awt.TextArea" 0090! 15

16 Direct to Java Object Interface (Continued) 0100! PRINT awtwindow'* 0110 AWTWINDOW'SETSIZE(260,320) 0120 AWTWINDOW'SHOW() 0130 AWTBUTTON'SETBOUNDS(30,246,80,40) 0140 EXITBUTTON'SETBOUNDS(140,246,80,40) 0150 AWTBUTTON'SETLABEL("Hit Me!") 0160 EXITBUTTON'SETLABEL("Exit") 0170 AWTMULTI_LINE'SETBOUNDS(25,45,200,200) 0180! add events 0190 execute "[wdx]on event java.awt.event.actionlistener from "+str(awtbutton)+" preinput 10" 0191 execute "[wdx]on event java.awt.event.actionlistener from "+str(exitbutton)+" preinput 20" 0200! 0210 AWTWINDOW'SETLAYOUT(*-1) 0220 AWTWINDOW'ADD(*AWTBUTTON) 0230 AWTWINDOW'ADD(*EXITBUTTON) 0240! 0250 EXITBUTTON'LINE= EXITBUTTON'COL= EXITBUTTON'LINES= EXITBUTTON'COLS=9 0290! 0300 AWTWINDOW'ADD(*AWTMULTI_LINE) 0310 AWTWINDOW'VALIDATE() 0320 AWTWINDOW'REPAINT() 0330 obtain A$ 0340 EVT=ctl 0350 if EVT=10 then { 0360! 0370 LOADTEXT$="Ctl :"+str(evt) 0380 CURTEXT$=AWTMULTI_LINE'GETTEXT$() 0390 AWTMULTI_LINE'SETTEXT(CURTEXT$+" "+LOADTEXT$) 0400 goto } 0411 if EVT=20 then { 0412 goto CLEAN_UP 0420 } else { 0421 goto } 0440! Continued 16

17 Direct to Java Object Interface (Continued) 0460! clean up 0470 CLEAN_UP: 0480 AWTWINDOW'REMOVE(*AWTBUTTON) 0490 AWTWINDOW'REMOVE(*AWTMULTI_LINE) 0500 AWTWINDOW'HIDE() 0510 AWTWINDOW'DISPOSE() 0520 delete object AWTWINDOW 0530 delete object AWTBUTTON 0540 delete object AWTMULTI_LINE 0550 end 17

18 Client/Server Efficient Coding Minimize Data Send only enough data to get the job done Analyze your screens Perhaps there is a different approach that might require less object loading (list box, drop box, grid) Make use of special features to minimize loading: Load-on-Demand feature for listboxes Query object, which reads records one page at a time 18

19 Client/Server Efficient Coding Minimize Data Be careful of CALL A CALL [WDX]SomeProg,X$ will send the current contents of X$ to the client and will receive it back. If X$ was 20,000 X s on the way up, and it was not modified on the client, then 20,000 X s will come back In these cases, get the program on the WindX side to clear the unneeded variables before the CALL completes 19

20 Client/Server Efficient Coding Minimize Send/Receive Occurrences Items such as FID( ), FIB( ), FIN( ), OBJ( ), MSE( ), etc., must be retrieved from the workstation Avoid code that asks for these types of items repeatedly Consider: for x=1 to 10000; y=fin(chan, numrec );a*=5; next; y=fin(chan, numrec ) y=fin(chan, numrec );for x=1 to 10000;a*=5; next; y=fin(chan, numrec ) packet requests versus 2 packet requests 20

21 Client/Server Efficient Coding Minimize Send/Receive Occurrences Any variable or function that requires data from WindX will cause the system to pause until it has an answer For example, when using TXW( ) and TXH( ) to determine the sizes of text at various point sizes: It is better to put the code in a CALL and make one CALL across a WindX connection, than it is to repeatedly call TXW( ) and TXH( ) Note: This is true for any function, not just for TXW( ) and TXH( ) 21

22 Client/Server Efficient Coding Minimize Send/Receive Occurrences When dealing with Objects and their Dynamic Properties, try to use the newer _PropList$ and _PropValues$ to retrieve or set multiple properties at once When dealing with properties, try to organize your code so that sets and gets are grouped together Don t do a property get, then a set, then a get, then a set, then a get 22

23 AutoUpdater Features Server-Side Setup Server-Side Directory Structure Server-Side Configuration 23

24 AutoUpdater Features Automated software updating for Client/Server environments WindX Stand-Alone (Version 4.11 and higher) WindX Plug-in (Version 4.11 and higher) ProvideX with WindX (Version 5.10 and higher) Repository based system Software to be pushed resides on the Server No client software installation required Customizable to include your software requirements Requires V7 ProvideX on Server, with a V7 activation key Will perform Upgrades, Downgrades or Repairs Intelligent restart capability if session is severed 24

25 AutoUpdater Features Assigns Show updates of the Add or Remove Programs dialogue in Windows Configurable User Interaction Automated COM and DLL registration Will detect and shutdown other client sessions currently invoked on Workstation that are using same executable No client reboot required after an upgrade, downgrade, or repair Windows 9X, NT, 2000, XP, Server 2003 compliant Has logging capability 25

26 AutoUpdater Server-Side Setup Download the required.zip (Windows) or.taz (UNIX or Linux) file for the version you wish to auto upgrade or downgrade from our Web Site or ftp.pvx.com Unzip/untar the file into the Server s /lib/_repository directory Turn on the AutoUpdater in its configuration file...that s it - you re done! 26

27 AutoUpdater Server-Side Directory Structure When installing ProvideX Version 7, a new directory will be created: \lib\_updater\ cinfo (software that is moved to clients machine to obtain all the client s information; i.e., version, startup information, libraries, etc.) windx.upd (main control program for WindX update) autoupdate.pvc (AutoUpdate engine that performs all required functions for the product update; i.e., windx.upd) Contains the autoupdate.conf (default configuration setup file) 27

28 AutoUpdater Server-Side Directory Structure Once you download and unzip/untar the required repository file, the _repository directory will contain Software to be deployed to the client workstations \lib\_repository\<prefix><version X.XX.XXXX>\ manifest.conf (holds information about the product version on each file and deployment type; i.e., WindX Standalone, Plug-in, or ProvideX) 28

29 AutoUpdater Server-Side Configuration Text based configuration file Copy the autoupdate.conf, default config file to autoupdatecustom.conf to customize your configuration Configuration file contains identification tags [Defaults] All settings defined under this tag are the defaults You may add user-specific settings by adding tags for each user [<IP Address>] i.e. [ ] [<IP Address>+ : +<MachineName>] i.e. [ :MyBox] [<UserID>] i.e. [Tom] Settings Broken up into 3 parts Defaults, Debug, and Products Settings may be placed in both Defaults or Product sections Specific order: Defaults, Products, User-Defined 29

30 AutoUpdater Server-Side Configuration AllowUpgrade=Y or N (if null then default is N) Indicates whether an upgrade should take place if client s workstation version ID is lower than version in autoupdate.conf AllowDownGrade=Y or N (if null then default is N) Indicates whether a downgrade should take place if client s workstation version is higher than version in autoupdate.conf 30

31 AutoUpdater Server-Side Configuration AllowCompare=Y or N (if null then default is N) Indicates whether repair should take place if client s workstation version is same as version in autoupdate.conf CompareFrequency=D or W or M or 2Tuesday D = Once Daily W = Once Weekly M = Once Monthly 2Tuesday = Every Second Tuesday of the month Format is Number+Day (Fri or Friday) 31

32 AutoUpdater Server-Side Configuration Interactive=Silent or Prompted (if not set, the default is Prompted) 32

33 AutoUpdater Server-Side Configuration CurrentVersion= This is the value that all client sessions will be compared against to identify whether an update is to proceed RepositoryPrefix=pvx Windx.upd will take this value + CurrentVersion and look in this directory within the repository directory to get manifest information on what files to move i.e., CurrentVersion = RepositoryPrefix=PVX Directory to look in will be \lib\_repository\pvx

34 AutoUpdater Server-Side Configuration LogLevel=0 -> 9 (if null then default is 0) KillProcessMsg=Y or N (if null then default is N) Indicates if the user will receive a message box advising them that a session running with the same executable is going to be terminated 34

35 AutoUpdater Server-Side Configuration AllowClientInitiation=Y or N (if null then default is N) Displays dialogue advising user on what will happen 35

36 AutoUpdater Server-Side Configuration AllowClientCancellation=Y or N (if null then default is N) Indicates if all the user dialogues contain a Close or Cancel button LookandFeel= 4,3,2 2 (Windows 3.1 style) 3 (Windows 95 style) 4(XP style) 36

37 AutoUpdater Example autoupdate.conf file [DEFAULTS] INTERACTIVE= SILENT ALLOWUPGRADE=Y ALLOWDOWNGRADE=Y ALLOWCOMPARE=Y COMPAREFREQUENCY=M LOOKANDFEEL=4 [DEBUG] LOGLEVEL=0 [PRODUCTS] 1=ProvideX 2=WindX Standalone 3=WindX Plugin 4=JavX [PRODUCT:ProvideX] IDENTIFIER=PVX CURRENTVERSION= REPOSITORYPREFIX=pvx [PRODUCT:WindX Standalone] IDENTIFIER=WXS CURRENTVERSION= REPOSITORYPREFIX=pvx [PRODUCT:WindX Plugin] IDENTIFIER=WXP CURRENTVERSION= REPOSITORYPREFIX=pvx [ ] ALLOWUPGRADE=N How the autoupdate.conf file is read The entire file is read into a *memory file: All default information All Debug information Product list Product information pertinent to the software the Client is connecting with Any user-defined information In this example all updates will be taken from the directory \lib\_repository\pvx All users will be upgraded except Continued 37

38 Auto Updater Example autoupdate.conf File (continued) [DEFAULTS] INTERACTIVE= SILENT ALLOWUPGRADE=Y ALLOWDOWNGRADE=Y ALLOWCOMPARE=Y COMPAREFREQUENCY=M LOOKANDFEEL=4 [DEBUG] LOGLEVEL=0 [PRODUCTS] 1=ProvideX 2=WindX Standalone 3=WindX Plugin 4=JavX [PRODUCT:ProvideX] IDENTIFIER=PVX CURRENTVERSION= REPOSITORYPREFIX=pvx [PRODUCT:WindX Standalone] IDENTIFIER=WXS CURRENTVERSION= REPOSITORYPREFIX=pvx [PRODUCT:WindX Plugin] IDENTIFIER=WXP CURRENTVERSION= REPOSITORYPREFIX=pvx [ ] ALLOWUPGRADE=N 38

39 AutoUpdater Example manifest.conf file # Manifest.conf - For ProvideX and WindX Version # issued: July 2005 pvxcom.exe ;Ver= ;ASCII;ID=WXS,PVX;Reg=9;RegInstall=pvxcom.exe /unregserver;reguninstall= /unregserver Pvxwin32.exe ;Ver= # This is a remark Manifest.conf Ver = Current Version of the specified file ASCII/BINARY = File transfer type (Default is BINARY) ID = Is the value determined by cinfo to identify which product is on the work station WXS = WindX Standalone WXP = WindX Plugin PVX = ProvideX with WindX within REG = Windows registering options 0 = Register and unregister the file with regsvr32 9 = Custom expression where you supply the command to be issued 39

40 Auto Updater Example Manifest.conf File (continued) # Manifest.conf - For ProvideX and WindX Version # issued: July 2005 pvxcom.exe ;Ver= ;ASCII;ID=WXS,PVX;Reg=9;RegInstall=pvxcom.exe /unregserver;reguninstall=/unregserver Pvxwin32.exe ;Ver= # This is a remark 40

41 End of Presentation THANK YOU! 41

42 42

ProvideXVERSION 7. AutoUpdater

ProvideXVERSION 7. AutoUpdater ProvideXVERSION 7 AutoUpdater Introduction 1 AutoUpdater Configuration 3 How it all Works 9 The Repository File 12 Customizing the AutoUpdater 13 Trouble Shooting 14 ProvideX is a trademark of Sage Software

More information

Using JavX Running Applications in a Web Browser or WinCE Device. Presented by: Jarett Smith Eric Vanpaeschen

Using JavX Running Applications in a Web Browser or WinCE Device. Presented by: Jarett Smith Eric Vanpaeschen Using JavX Running Applications in a Web Browser or WinCE Device Presented by: Jarett Smith Eric Vanpaeschen Presentation Outline Rich Internet Applications (RIA) Examples of Java Applets ProvideX JavX

More information

Use an OPT="i" on the Dialogue / Window definition to create a window that does not have an Icon in its upper left corner.

Use an OPT=i on the Dialogue / Window definition to create a window that does not have an Icon in its upper left corner. JavX Version 2.5 - README File - May 2006 Release Notes for JavX SE/AE/LE Sage Software Canada Ltd 8920 Woodbine Avenue Suite 400 Markham, Ontario L3R 9W9 Tel. 905-470-1025 www.pvx.com *** NOTES *** As

More information

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date:

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date: Print Audit 6 Version: Date: 37 21-Apr-2015 23:07 Table of Contents Browse Documents:..................................................... 3 Database Documentation.................................................

More information

JDMS - A Java Based Alternative to Motif DMS Windows Susanna Wallenberger, Janice Replogle, SAS Institute Inc., Cary NC

JDMS - A Java Based Alternative to Motif DMS Windows Susanna Wallenberger, Janice Replogle, SAS Institute Inc., Cary NC JDMS - A Java Based Alternative to Motif DMS Windows Susanna Wallenberger, Janice Replogle, SAS Institute Inc., Cary NC ABSTRACT JDMS harnesses the power of a SAS using Java technologies. JDMS is a Java

More information

Installation and Upgrade Guide Zend Studio 9.x

Installation and Upgrade Guide Zend Studio 9.x Installation and Upgrade Guide Zend Studio 9.x By Zend Technologies, Inc. www.zend.com Disclaimer The information in this document is subject to change without notice and does not represent a commitment

More information

Installation and Upgrade Guide Zend Studio 9.x

Installation and Upgrade Guide Zend Studio 9.x Installation and Upgrade Guide Zend Studio 9.x By Zend Technologies, Inc. www.zend.com Disclaimer The information in this document is subject to change without notice and does not represent a commitment

More information

Silk Performance Manager Installation and Setup Help

Silk Performance Manager Installation and Setup Help Silk Performance Manager 18.5 Installation and Setup Help Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 2004-2017 Micro Focus. All rights reserved.

More information

The Scheduler & Hotkeys plugin PRINTED MANUAL

The Scheduler & Hotkeys plugin PRINTED MANUAL The Scheduler & Hotkeys plugin PRINTED MANUAL Scheduler & Hotkeys plugin All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including

More information

Avalanche Remote Control User Guide. Version 4.1

Avalanche Remote Control User Guide. Version 4.1 Avalanche Remote Control User Guide Version 4.1 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095

More information

EASYLABEL Net Print Server

EASYLABEL Net Print Server EASYLABEL Net Print Server Introduction EASYLABEL Net Print Server (ELNPS) is an application that provides a web browser-based interface for label selection and printing. Users of web browsers on Windows

More information

Client-Server Reference

Client-Server Reference ProvideXVERSION 8.20 Client-Server Reference WindX, JavX, Application Server, AutoUpdater Contents iii Preface v Introduction 9 Choosing the Right Solution 11 Client-Server Functionality 17 WindX - Windows

More information

POOSL IDE Installation Manual

POOSL IDE Installation Manual Embedded Systems Innovation by TNO POOSL IDE Installation Manual Tool version 4.1.0 7 th November 2017 1 POOSL IDE Installation Manual 1 Installation... 4 1.1 Minimal system requirements... 4 1.2 Installing

More information

Crystal Enterprise. Overview. Contents. Installation FAQ: Crystal Enterprise 9 & 10

Crystal Enterprise. Overview. Contents. Installation FAQ: Crystal Enterprise 9 & 10 : Crystal Enterprise 9 & 10 Overview Contents This document has been compiled in an effort to assist you both in determining installation requirements for your Crystal Enterprise (CE) installation as well

More information

Elixir Schedule Designer User Manual

Elixir Schedule Designer User Manual Elixir Schedule Designer User Manual Release 8.4.1 Elixir Technology Pte Ltd Elixir Schedule Designer User Manual: Release 8.4.1 Elixir Technology Pte Ltd Published 2012 Copyright 2012 Elixir Technology

More information

Chapter 2 WEBLOGIC SERVER DOMAINS. SYS-ED/ Computer Education Techniques, Inc.

Chapter 2 WEBLOGIC SERVER DOMAINS. SYS-ED/ Computer Education Techniques, Inc. Chapter 2 WEBLOGIC SERVER DOMAINS SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: Domain - concept and implementation. Content of a domain. Common domain types. Production versus

More information

Installing and Configuring Xitron RIP Software and Ohio GT RIP Plug-In

Installing and Configuring Xitron RIP Software and Ohio GT RIP Plug-In TECHNICAL DOCUMENTATION Installing and Configuring Xitron RIP Software and Ohio GT RIP Plug-In For Xitron Navigator RIP version 10.1r2 and Windows 10 Introduction This document gives instructions for installing

More information

ProvideX On Handhelds

ProvideX On Handhelds ProvideX On Handhelds Presented by: Jarett Smith Presentation Overview Landscape of Mobile Computing Wireless Connections to Internet Challenges of Mobile Computing Why We Chose Java 2 Micro Edition Java

More information

Cisco CTL Client setup

Cisco CTL Client setup Cisco CTL Client setup This chapter provides information about Cisco CTL client setup. About Cisco CTL Client setup, page 2 Remove etoken Run Time Environment 3.00 for CTL Client 5.0 plug-in, page 2 Cisco

More information

OrgPublisher 8.1 PluginX Implementation Guide

OrgPublisher 8.1 PluginX Implementation Guide OrgPublisher 8.1 PluginX Implementation Guide Introduction Table of Contents Introduction... 3 OrgPublisher Architecture Overview... 4 OrgPublisher Architecture Components... 4 Data Source... 5 Org Chart

More information

Dell Wyse Management Suite. Version 1.1 Migration Guide

Dell Wyse Management Suite. Version 1.1 Migration Guide Dell Wyse Management Suite Version 1.1 Migration Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

NiceLabel Quick Start Guide

NiceLabel Quick Start Guide NiceLabel Software NiceLabel Quick Start Guide Euro Plus d.o.o. Niceware International, LLC English Edition Rev-0701 www.nicelabel.com COPYRIGHTS Copyright 1995-2006 Euro Plus d.o.o. All rights reserved.

More information

Contents. Platform Compatibility. New Features. Secure Remote Access SonicWALL SSL VPN 2.5 Early Field Trial (EFT) for SSL-VPN 200

Contents. Platform Compatibility. New Features. Secure Remote Access SonicWALL SSL VPN 2.5 Early Field Trial (EFT) for SSL-VPN 200 Secure Remote Access SonicWALL SSL VPN 2.5 Early Field Trial (EFT) for SSL-VPN 200 Contents Platform Compatibility New Features Known Issues Resolved Issues Upgrading SonicWALL SSL VPN Software Procedures

More information

5 - Implemented a simple data compression algorithm for use within the Client/Server environment to reduce data transmission requirements.

5 - Implemented a simple data compression algorithm for use within the Client/Server environment to reduce data transmission requirements. - README FILE - ProvideX ODBC Driver Versions 4.10 & 4.00 June 2006 Sage Software Canada Ltd 8920 Woodbine Avenue Suite 400 Markham, Ontario L3R 9W9 Tel. 905-470-1025 www.pvx.com *** NOTES *** Version

More information

ProvideX V6 Features & Enhancements

ProvideX V6 Features & Enhancements ProvideX V6 Features & Enhancements Presented by: Mike King What s new this release? Overview Core Language Visual Enhancements Improved Graphical Controls File System Database Interfaces Thin Client Services

More information

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc.

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc. Quick KVM 1.1 User s Guide ClearCube Technology, Inc. Copyright 2005, ClearCube Technology, Inc. All rights reserved. Under copyright laws, this publication may not be reproduced or transmitted in any

More information

Client-Server Reference

Client-Server Reference ProvideXVersion 9.10 Client-Server Reference Thin-Client and Hosting Facilities Contents iii Preface v Introduction 9 Client-Server Functionality 23 WindX - Windows Thin-Client 41 JavX - Java-Based Thin-Client

More information

Windows NT Server Printer Driver Upgrade Instructions

Windows NT Server Printer Driver Upgrade Instructions Windows NT Server Printer Driver Upgrade Instructions The steps detailed below describe the most reliable method to upgrade printer driver versions after v1.6.0227a on a Windows NT 4.0 Server that is shared

More information

Transport Gateway Installation / Registration / Configuration

Transport Gateway Installation / Registration / Configuration CHAPTER 4 Transport Gateway Installation / Registration / Configuration This chapter covers the following areas: Transport Gateway requirements. Security Considerations When Using a Transport Gateway.

More information

Administration Manual

Administration Manual Administration Manual SAP J2EE Engine 6.20 Contents About This Manual... 10 Target Audience and Prerequisites... 10 Structure... 10 Documentation Conventions... 11 Further Reading... 11 Administration

More information

Top Producer for Palm Handhelds

Top Producer for Palm Handhelds Top Producer for Palm Handhelds Quick Setup Top Producer Systems Phone number: 1-800-830-8300 Email: support@topproducer.com www.topproducer.com Fax: 604.270.6365 Top Producer for Palm handhelds Quick

More information

Network Management Utility

Network Management Utility 4343-7705-02 Network Management Utility Foreword Welcome Network Management Utility is utility software that provides central control over printers, copiers, and other devices on a network. With Network

More information

VMware Workstation 4 What s New Requirements Installation Guest OS Installation Documentation Troubleshooting Prev Contents Last Next Installing VMware Tools The following sections describe how to install

More information

EventSentry Quickstart Guide

EventSentry Quickstart Guide Contents I Part I About This Guide 2 Part II Overview 3 Part III Installing EventSentry 6 1 Installation with... Setup 7 2 Management Application... 8 3 Configuration... 9 4 Remote Update... 12 5 Heartbeat

More information

MySabre Installation Guide

MySabre Installation Guide MySabre Installation Guide Introduction The MySabre Installation process has been automated to provide you with a smooth installation and migration to Sabre s new desktop platform. This document was created

More information

Introduction. 1. Deactivating Anti-Executable. 2. Updating the virus definitions. 3. Reactivating Anti-Executable.

Introduction. 1. Deactivating Anti-Executable. 2. Updating the virus definitions. 3. Reactivating Anti-Executable. Introduction The process of updating virus definitions on workstations protected by Faronics Anti-Executable Enterprise involves three fundamental steps: 1. Deactivating Anti-Executable. 2. Updating the

More information

Jagacy Software

Jagacy Software 1/15/2017 Jagacy Software www.jagacy.com Jagacy VT Jagacy VT is a feature rich VT100/220 terminal emulator and screen-scraping library written entirely in Java. It supports SSL, ANSI and XTERM protocols.

More information

Change Service Startup Type Command Line Windows 7

Change Service Startup Type Command Line Windows 7 Change Service Startup Type Command Line Windows 7 Steps on how to prevent Windows programs from automatically loading every time your computer starts. Locate the service you want to disable and double-click

More information

dbdos PRO 2 Quick Start Guide dbase, LLC 2013 All rights reserved.

dbdos PRO 2 Quick Start Guide dbase, LLC 2013 All rights reserved. dbdos PRO 2 Quick Start Guide 1 dbase, LLC 2013 All rights reserved. dbase, LLC may have patents and/or pending patent applications covering subject matter in this document. The furnishing of this document

More information

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use

More information

AN-77XX-XP 2K MCS77XX. Windows-2k & Windows-xp

AN-77XX-XP 2K MCS77XX. Windows-2k & Windows-xp AN-77XX-XP 2K MCS77XX 18 th Feb 2004 i All information in this document is believed to be accurate as of the date published. All brands or product names are the property of their respective holders. MosChip

More information

Teamcenter Installation on Windows Clients Guide. Publication Number PLM00012 J

Teamcenter Installation on Windows Clients Guide. Publication Number PLM00012 J Teamcenter 10.1 Installation on Windows Clients Guide Publication Number PLM00012 J Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle

More information

Introduction. 1. Deactivating Anti-Executable Enterprise. 2. Updating the virus definitions 3. Reactivating Anti-Executable Enterprise.

Introduction. 1. Deactivating Anti-Executable Enterprise. 2. Updating the virus definitions 3. Reactivating Anti-Executable Enterprise. Introduction The process of updating virus definitions on workstations protected by Faronics Anti-Executable Enterprise involves three fundamental steps: 1. Deactivating Anti-Executable Enterprise. 2.

More information

Habanero BMC Configuration Guide

Habanero BMC Configuration Guide Habanero BMC Configuration Guide Version 1.0 Copyright Copyright 2015 MiTAC International Corporation. All rights reserved. No part of this manual may be reproduced or translated without prior written

More information

docalpha 5.0 Server Configuration Utility User Guide

docalpha 5.0 Server Configuration Utility User Guide docalpha 5.0 Server Configuration Utility User Guide Contents 1. docalpha Architecture Overview 3 1.1. docalpha Server Overview 3 2. Working with docalpha Server Configuration Utility 4 2.1. Starting docalpha

More information

PDF Printing & Print Preview

PDF Printing & Print Preview PDF Printing & Print Preview Presented by: Gord Davey Presentation Overview PDF Printing Syntax, Options, Usage Customizable Form Handling Customizable File Selection Dialogue Print Preview Capabilities

More information

NetXplorer. Installation Guide. Centralized NetEnforcer Management Software P/N D R3

NetXplorer. Installation Guide. Centralized NetEnforcer Management Software P/N D R3 NetXplorer Centralized NetEnforcer Management Software Installation Guide P/N D357006 R3 Important Notice Important Notice Allot Communications Ltd. ("Allot") is not a party to the purchase agreement

More information

Administration Manual

Administration Manual Administration Manual SAP J2EE Engine 6.20 Contents About This Manual...12 Target Audience and Prerequisites...12 Structure...12 Documentation Conventions...14 Further Reading...14 Administration Tools...15

More information

1.1 - Added support for FORMATTED MULTI_LINEs; e.g., MULTI_LINE

1.1 - Added support for FORMATTED MULTI_LINEs; e.g., MULTI_LINE JavX SE Version 3.0 - README File - September 2009 Release Notes Sage ProvideX 8920 Woodbine Avenue Suite 400 Markham, Ontario L3R 9W9 Tel. 905-470-1025 www.pvx.com *** NOTES *** The JavX SE thin-client

More information

Axel Remote Management Version 2

Axel Remote Management Version 2 Axel Remote Management Version 2 Administration Software for Axel Terminals and Office Servers May 2009 - Ref.: AxRM2E-16 The reproduction of this material, in part or whole, is strictly prohibited. For

More information

ETK Installation and Configuration Manual

ETK Installation and Configuration Manual BMW GROUP ETK Installation and Configuration Manual English Version 1.4 06.08.2013 1 System Requirements General... 4 1.1 Operating system compatibility:... 4 1.1.1 Local (standalone) version... 4 1.1.2

More information

SyAM Software Management Utilities. Client Deployment

SyAM Software Management Utilities. Client Deployment SyAM Software Management Utilities Client Deployment Step 2: Setting Up Templates The Management Utilities allow you to create multiple templates for each of the Tasks that it can perform. These templates

More information

Dell Wyse Management Suite 1.2 Release Notes

Dell Wyse Management Suite 1.2 Release Notes Rev. A00 2018-06 Dell recommends applying this update during your next scheduled release cycle. The update contains feature enhancements or changes that will help keep your system software current and

More information

This document provides additional information for the installation and use of the Keithley I/O Layer.

This document provides additional information for the installation and use of the Keithley I/O Layer. Keithley Instruments KIOL-850C07 Release Notes for Version C07 Keithley I/O Layer, including the Keithley Configuration Panel and Wizard, Keithley Communicator, and VISA runtime 3/30/2015 This document

More information

Xerox CentreWare for Tivoli NetView Users Guide Version 1.1.8

Xerox CentreWare for Tivoli NetView Users Guide Version 1.1.8 Xerox CentreWare for Tivoli NetView Users Guide Version 1.1.8 2009 by Xerox Corporation. All rights reserved. Copyright protection claimed includes all forms and matters of copyright material and information

More information

ARTSYL DOCALPHA INSTALLATION GUIDE

ARTSYL 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

Debugging Techniques

Debugging Techniques Partners in Success Debugging Techniques Using ProvideX Debugging Tools Presented by: Brett Condy Copyright 2002 Best Software Canada Ltd. All rights reserved. No part of this publication may be reproduced,

More information

Getting Started with Tally.Developer 9 Series A Release 3.0

Getting Started with Tally.Developer 9 Series A Release 3.0 Getting Started with Tally.Developer 9 Series A Release 3.0 The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing

More information

User Manual PDUTracker

User Manual PDUTracker User Manual PDUTracker Management Software for PDU Table of Contents 1. Overview... 1 1.1. Introduction... 1 1.2. Features... 1 2. Install and Uninstall... 1 2.1. System Requirement... 1 2.2. Software

More information

GSS Administration and Troubleshooting

GSS Administration and Troubleshooting CHAPTER 9 GSS Administration and Troubleshooting This chapter covers the procedures necessary to properly manage and maintain your GSSM and GSS devices, including login security, software upgrades, GSSM

More information

Guide to add as trusted site in Java 8 Update 51. Version of 24 OCBC Bank. All Rights Reserved

Guide to add   as trusted site in Java 8 Update 51. Version of 24 OCBC Bank. All Rights Reserved Velocity@ocbc Guide to add https://bbmy.ocbc.com as trusted site in Java 8 Update 51 Version 1.1 220815 1 of 24 Contents Java 8 Update 60 (difficulty logging into Velocity@ocbc)... 3 Uninstall Java Prior

More information

DBT-120 Bluetooth USB Adapter

DBT-120 Bluetooth USB Adapter DBT-120 Bluetooth USB Adapter Rev.2.1 (09/25/2002) 2 Contents Introduction... 5 Package Contents... 6 Installing Bluetooth Software... 6 Hardware Installation... 8 Introduction to Bluetooth Software...

More information

MALWAREBYTES PLUGIN DOCUMENTATION

MALWAREBYTES PLUGIN DOCUMENTATION Contents Requirements... 2 Installation Scenarios... 2 Existing Malwarebytes Installations... 2 Install / Update Malwarebytes Plugin... 3 Configuring Malwarebytes Plugin... 5 About the Screens... 7 System

More information

M205/M206 v5.6.5 Release Notes

M205/M206 v5.6.5 Release Notes M205/M206 v5.6.5 Release s Microplex Systems Ltd. Fax: +1 604 444-4239 8525 Commerce Court Support: +1 800 665-7798 Burnaby, BC V5A 4N3 Internet: support@microplex.com Canada FTP: ftp.microplex.com Tel:

More information

Installing IPM on Windows

Installing IPM on Windows CHAPTER 5 This chapter describes how to install the IPM server software on Windows NT, Windows 2000 Professional, or Windows 2000 Server system, and how to install the IPM client software on a Windows

More information

Oracle Field Service/Palm TM Devices

Oracle Field Service/Palm TM Devices Oracle Field Service/Palm TM Devices Installation Guide Release 11i April 2001 Part No. A87358-02 1 Installation Overview This document describes the installation of the Oracle Field Service/Palm TM Devices

More information

Plasmon Diamond Library Manager

Plasmon Diamond Library Manager Plasmon Diamond Library Manager Release Details Product Release Notes Release Name: Diamond Library Manager Release Note Number: Note091 Release Version: 2.09.31 Release Date: 1 st July 2005 Release Type:

More information

Pearson System of Courses

Pearson System of Courses Pearson System of Courses Deploy with Windows Imaging Last updated: June 2018 Copyright 2018 Pearson, Inc. or its affiliates. All rights reserved. Table of Contents Deployment Process Overview 3 Prerequisites

More information

Active Display Lite. Beta User Notes. v22 January 2011

Active Display Lite. Beta User Notes. v22 January 2011 Active Display Lite Beta User Notes v22 January 2011 Welcome to Active Display Lite (ADLite), which has been designed by the same team (TVC (UK) Ltd, in association with the Gatwick Aviation Society) that

More information

Workstation Configuration

Workstation Configuration Workstation Configuration Version 8.2 May 2, 2014 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 3 1.1 Custom level Internet

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for Microsoft SharePoint Installation

TIBCO ActiveMatrix BusinessWorks Plug-in for Microsoft SharePoint Installation TIBCO ActiveMatrix BusinessWorks Plug-in for Microsoft SharePoint Installation Software Release 6.1 January 2016 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER

More information

Lab 03. Windows Operating Systems (Cont.)

Lab 03. Windows Operating Systems (Cont.) Lab 03 s (Cont.) Objectives Develop a good understanding of 1. The role of an operating system in a computer system 2. Services provided by an operating system and have some hands on experience in 1. Understanding

More information

Upgrading to Parallels Virtuozzo Containers 4.0 for Windows. Contents. About This Document

Upgrading to Parallels Virtuozzo Containers 4.0 for Windows. Contents. About This Document Upgrading to Parallels Virtuozzo Containers 4.0 for Windows About This Document This document familiarizes you with the way to upgrade the following versions of the Virtuozzo for Windows software to Parallels

More information

Print Server. User s Manual. Rev. 01 (April, 2004) Made In Taiwan

Print Server. User s Manual. Rev. 01 (April, 2004) Made In Taiwan Print Server User s Manual Rev. 01 (April, 2004) Made In Taiwan TABLE OF CONTENTS ABOUT THIS GUIDE... 4 INTRODUCTION... 5 PACKAGE CONTENTS... 6 SYSTEM REQUIREMENTS... 6 GENERAL FEATURES... 7 PRODUCT VIEW...

More information

Administrator s Guide. Citrix XML Service For Citrix MetaFrame for UNIX Operating Systems Solaris Intel /Solaris SPARC versions Citrix Systems, Inc.

Administrator s Guide. Citrix XML Service For Citrix MetaFrame for UNIX Operating Systems Solaris Intel /Solaris SPARC versions Citrix Systems, Inc. Administrator s Guide Citrix XML Service For Citrix MetaFrame for UNIX Operating Systems Solaris Intel /Solaris SPARC versions Citrix Systems, Inc. Information in this document is subject to change without

More information

Gravimetric Gateway Quick Start Tutorial Manual

Gravimetric Gateway Quick Start Tutorial Manual MAGUIRE PRODUCTS INC. GRAVIMETRIC GATEWAY SOFTWARE Gravimetric Gateway Quick Start Tutorial Manual Computer Communications Software for the Maguire Weigh Scale Blenders INSTALLATION OPERATION MAINTENANCE

More information

Deployment Scenario: WebSphere Portal Mashup integration and page builder

Deployment Scenario: WebSphere Portal Mashup integration and page builder Deployment Scenario: WebSphere Portal 6.1.5 Mashup integration and page builder Deployment Scenario: WebSphere Portal 6.1.5 Mashup integration and page builder...1 Abstract...2 Portal Mashup integration

More information

ChromQuest 4.2 Chromatography Data System

ChromQuest 4.2 Chromatography Data System ChromQuest 4.2 Chromatography Data System Installation Guide CHROM-97200 Revision A April 2005 2006 Thermo Electron Corporation. All rights reserved. Surveyor is a registered trademark and ChromQuest is

More information

Chapter 8 Operating Systems and Utility Programs أ.أمل زهران

Chapter 8 Operating Systems and Utility Programs أ.أمل زهران Chapter 8 Operating Systems and Utility Programs Chapter 8 Objectives Identify the types of system software Summarize the startup process on a personal computer Summarize the features of several stand-alone

More information

Optitex Installation Guide (For Administrators)

Optitex Installation Guide (For Administrators) Optitex Installation Guide (For Administrators) Table of Contents Overview... 3 Prerequisites... 3 User Preferences Settings and Customizations... 3 Installing Optitex Full Installation... 4 Optitex Full

More information

IPMI Configuration Guide

IPMI Configuration Guide IPMI Configuration Guide 1. Introduction of IPMI Server Manager... 2 2. IPMI Server Manager GUI Overview... 3 1 1. Introduction of IPMI Server Manager IPMI Server Manager allows remote access of computers

More information

Oracle Workflow Builder and Oracle XML Gateway Message Designer Hardware and Software Requirements

Oracle Workflow Builder and Oracle XML Gateway Message Designer Hardware and Software Requirements Oracle Workflow Client Installation Guide Release 12.2 Part No. E22010-06 July 2014 Overview This document explains how to install or upgrade the Oracle Workflow and Oracle XML Gateway client components

More information

HP QuickTest Professional

HP QuickTest Professional HP QuickTest Professional Software Version: 10.00 Installation Guide Manufacturing Part Number: T6513-90038 Document Release Date: January 2009 Software Release Date: January 2009 Legal Notices Warranty

More information

Eclipse on Cell phones?

Eclipse on Cell phones? Eclipse on Cell phones? An Introduction to the ercp ~ Chris Aniszczyk ~ 1 Agenda Overview (~10 mins) eswt (~20 mins) Introduction Mobile Extensions Working with Devices (~10 minutes) Troubleshooting

More information

New Dealership TeamDesign Installation Instructions

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

More information

ViconNet Version 6 XX Installation and Upgrade Guide.

ViconNet Version 6 XX Installation and Upgrade Guide. Installation and Upgrade Guide XX222-01-02 ViconNet Version 6 Vicon Industries Inc., 89 Arkay Drive, Hauppauge, New York 11788 Tel: 631-952-2288 Fax: 631-951-2288 Toll Free: 800-645-9116 24-Hour Technical

More information

Real-Time Monitoring Configuration

Real-Time Monitoring Configuration CHAPTER 7 This chapter contains the following information for configuring the Cisco Unified Presence Server Real-Time Monitoring Tool (RTMT). Some options that are available in the current version of the

More information

Bridge Cable User s Guide

Bridge Cable User s Guide Bridge Cable User s Guide Table of Contents Overview -------------------------------------------------------------------- 2 Driver Installation --------------------------------------------------------

More information

Sun VirtualBox Installation Tutorial

Sun VirtualBox Installation Tutorial Sun VirtualBox Installation Tutorial Installing Linux Mint 5 LTS Guest OS By Dennis Berry Welcome to the world of virtualization and Linux. This tutorial is intended to help users who are new to the world

More information

The Scheduler & Hotkeys plugin PRINTED MANUAL

The Scheduler & Hotkeys plugin PRINTED MANUAL The Scheduler & Hotkeys plugin PRINTED MANUAL Scheduler & Hotkeys plugin All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including

More information

Module Browser-based Deployment

Module Browser-based Deployment Module 17 Browser-based Deployment Browser-based Deployment Benefits Requirements Setup Running Kofax Capture from the browser Browserbased Deployment Slide 2 Module 17 -- Browser-based Deployment Browser-based

More information

Administrator for Enterprise Clients: User s Guide. Second Edition

Administrator for Enterprise Clients: User s Guide. Second Edition Administrator for Enterprise Clients: User s Guide Second Edition The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2002. Administrator for Enterprise Clients: User s

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

Pearson System of Courses (PSC) Deploying PSC with Windows Imaging

Pearson System of Courses (PSC) Deploying PSC with Windows Imaging Pearson System of Courses (PSC) Deploying PSC with Windows Imaging Table of Contents Deployment Process Overview... 3 Prerequisites and Assumptions... 4 Process Blueprint... 4 1. PSC Deployment... 4 a)

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 SP2 User Guide P/N 300-009-462 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008 2009 EMC Corporation. All

More information

System Administrator s Guide

System Administrator s Guide System Administrator s Guide Freezerworks 2015 Version 8.1 PO Box 174 Mountlake Terrace, WA 98043 www.freezerworks.com support@freezerworks.com 425-673-1974 877-289-7960 U.S. Toll Free Client/Server System

More information

1 - System Requirements

1 - System Requirements Structural Desktop - Single-Seat Workstation Professional Version 4.0 Installation Instructions Please read Section 4, Registering Your License, before registering your purchase of Structural Desktop.

More information

Migration from Metalogix Archive Manager (MAM) to Enterprise Vault (EV)

Migration from Metalogix Archive Manager (MAM) to Enterprise Vault (EV) Migration from Metalogix Archive Manager (MAM) to Enterprise Vault (EV) FEBRUARY 29, 2016 TECH-ARROW a.s. KAZANSKÁ 5, 821 06 BRATISLAVA, SLOVAKIA All Rights Reserved Contents Source and target environment...

More information

SonicWALL SSL VPN 2.5 Early Field Trial

SonicWALL SSL VPN 2.5 Early Field Trial Secure Remote Access Contents Platform Compatibility New Features Known Issues Resolved Issues Upgrading SonicWALL SSL VPN Software Procedures Related Technical Documentation Platform Compatibility The

More information

1 Overview. 2 Installation. exacqvision-entrapass Installation Guide.

1 Overview. 2 Installation. exacqvision-entrapass Installation Guide. 1 Overview Purpose ExacqVision recorders now include Kantech Entrapass CE software. The purpose of this document is to guide the technician or installer through the process of installing and registering

More information