All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for more information.

Size: px
Start display at page:

Download "All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for more information."

Transcription

1 Tech Note 115 Overview of the InTouch 7.0 Windows NT Services All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for more information. Topic#: Created: October 1998 A service is a process in Windows NT that performs a specific system function. Services can be configured to automatically start up when the computer on which the application is installed starts up. Services are also started without compromising Windows NT s security system. Wonderware introduced running the FactorySuite components as services in the FactorySuite 2000 release. This Tech Note discusses the Windows NT services for InTouch 7.0, which is part of the FactorySuite InTouch 7.0 consists of four Windows NT services: Windows NT Services Wonderware Logger Wonderware SuiteLink Wonderware NetDDE Helper Wonderware WindowViewer Default Location C:\Program files\factorysuite\common\wwlogsvc.exe C:\Program files\factorysuite\common\slssvc.exe C:\Program files\factorysuite\common\wwnetdde.exe C:\Program files\factorysuite\intouch\view.exe Note For more information the Windows NT services for the FactorySuite components, see the online Wonderware FactorySuite Administrator s Guide. Why Use Services? Here are the reasons Wonderware chose to introduce Windows NT services to InTouch 7.0 and the other FactorySuite 2000 components: 1. Operator Log on and Log off. During normal plant operations, the operators will usually log on and log off the Windows NT operating system between work shift changes. When WindowViewer runs as a Windows NT service, it will continue to run even as different operators log on and off the computer during shift changes. For example, after one operator logs off the system and another one logs on, WindowViewer will continue to log historical data, gather alarm information, process scripts, act as an I/O server, and write values as an I/O client. 2. Power loss. If the electrical power is disrupted, it can take the plant operators some time before the plant operations resume normal operations. Most disaster recovery plans require that essential computer systems start immediately after the electrical power is restored. Microsoft Windows NT Workstations and Windows NT Servers can restart automatically after the power is restored. Since the FactorySuite 2000 software is run as a set of Windows NT services, this will ensure that your vital systems can begin running immediately without compromising the Windows NT security. 3. Continuous operations. The modern plant places resource efficiency as a primary concern. To achieve this level of throughput many plants use continuous operations. When the FactorySuite components run as Windows NT services, it allows a plant to operate continuously 24 hours, seven days a week. Services Running in Desktop Context versus System Context When you start up the Windows NT operating system, the services that are configured to automatically start will start in the background with no visible graphical user interface (GUI) appearing on the desktop. The services in this situation are running in the system context. When an operator or other user logs on the system, any services that are running in the system context and have an associated GUI will automatically appear on the desktop when the user logs on. In this 1/9

2 situation, the services are now running in the desktop context. Thus, if the Wonderware WindowViewer service is configured to automatically start, the service will run in the system context as soon as the Windows NT system starts up. Then, when someone logs onto the system, the Wonderware WindowViewer service will continue to run but in the desktop context in which WindowViewer s GUI will automatically appear. Note If you have Access Names that are configured as Advise only active items along with I/O tags that are active only in certain InTouch application windows (that is, tags that are not used anywhere else in the application), it is possible to deactivate those tags. Once you log off the system, WindowViewer, though running, has no visible GUI which would allow you to navigate the application with the keyboard, mouse or other pointing device. However, if you close an application window from a script, the window will automatically be unloaded from memory, thus terminating the link to those tags. Creating a Master User Account When the Windows NT operating system starts up a service, it runs in a user context called the local system account. Thus, when the computer starts up, every Windows NT service that is configured to automatically start will run under this local system account. When you log onto the Windows NT operating system with your own account and you launch an application, it will run under your user account. However, the local system account has very few privileges within the Windows NT security system and it s no guarantee that the users who log onto the system will have the rights to run the FactorySuite services, including the InTouch 7.0 services. This includes actions such as accessing files, exchanging data between other programs and services and modifying the registry. The FactorySuite requires that the user account have a higher access level in the Windows NT security system than the local system account so that the services can do these types of actions. Thus, we recommend that you create a master user account for the FactorySuite. (A good name for the user account is wwservices.) This master account should have Administrative privileges on the local computer so that it has the rights to start up the FactorySuite services. Then, during the FactorySuite installation when the FS2000 Common Components dialog box appears, enter the node name of the local computer not the domain name along with the user name and password of the master account. Note When discussing the Windows NT services, you may hear the term impersonation account used in place of the master account. An impersonation account is the User/Group account that provides access to the restricted resource area of your site or server. In Windows NT, this is called the NT User/Group Account, which must be set up by the System Administrator. Later, when someone logs onto the computer and starts up a FactorySuite component (such as WindowViewer), the component s services will run under the master account instead of his user account, thus ensuring that the user will have the necessary privileges to start up the FactorySuite service. Specifying the Master Account After Installing the FactorySuite If you ve already installed the FactorySuite but wish to change the installation to use a new master user account, simply run the Wonderware Service User program, Wwuser.exe (default location is C:\Program files\factorysuite\common). The Wonderware Service User dialog box will appear: 2/9

3 Enter the machine name and the user name and password of the master account, as shown in the example above. Configuring the InTouch 7.0 Services The InTouch services, Wonderware Logger, Wonderware SuiteLink and Wonderware NetDDE Helper, are installed and configured during the FactorySuite 2000 installation to automatically start up. However, if you want to configure WindowViewer to automatically start up as a Windows NT service, then follow these two simple steps: 1. Start up the InTouch Application Manager and select Node Properties from the Tools menu. The Node Properties dialog box will appear: 2. Select the Start WindowViewer as an NT service checkbox and click the OK button. Notice that NAD (Network Application Development) is disabled when WindowViewer is enabled as a Windows NT service. 3/9

4 Registry Keys for the InTouch Services Each of the four InTouch 7.0 services are listed as keys in the Windows NT registry, which are the following: InTouch 7.0 NT Service Wonderware SuiteLink Wonderware Logger Registry Keys HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SLS HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\slssvc HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SuiteLink HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WWLOGSVC Wonderware NetDDE Helper HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WWNetDDE Wonderware WindowViewer HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VIEW Manually Installing or Removing a Service Normally, the FactorySuite s Windows NT services are automatically installed during the FactorySuite installation procedure and they are removed by double-clicking the Control Panel s Add/Remove Programs icon. However, if you need to manually install or remove a FactorySuite 2000 Windows NT service, we recommend that you do the following: Select Run from the Start menu or open an MS-DOS Command Prompt window. To install a Windows NT service (example, Wonderware WindowViewer), enter this command: C:\Program Files\FactorySuite\InTouch\view.exe -install To remove a Windows NT service, enter this command: C:\Program Files\FactorySuite\InTouch\view.exe remove Both commands are examples that install and remove the Wonderware WindowViewer service. The pathname will include the \Common directory instead of the \InTouch directory for the other FactorySuite services. Note If you enter the command in the Run dialog box, be sure to enclose the command with double quotes ( ) as shown above if the file path includes spaces (example, Program Files ). Also, be aware that if you remove a service, Windows NT will stop the service first and then remove it. However, removing a service will not delete the application s.exe file. Stopping and Starting WindowViewer as a Service Assuming that the Wonderware WindowViewer service is configured by default to automatically start up, you can stop or start up the WindowViewer service simply by shutting the computer down or by restarting it. But there are also a few other ways to stop or start up the Wonderware WindowViewer service, which are: 1. Double-click the Services icon from the Control Panel. The Services dialog box will appear: 4/9

5 2. Highlight Wonderware WindowViewer from the Service list and click the Start or Stop button. Or 3. Start up WindowMaker and select the Runtime! option from the menu bar. Or 4. From the InTouch Application Manager, launch WindowViewer. Or 5. Select Run from the Start menu or open an MS-DOS Command Prompt window. To start the Wonderware WindowViewer service, type in this command: Net Start View To stop the Wonderware WindowViewer service, type in this command: Net Stop View Note Any changes to the master account must be done during installation of InTouch 7.0 or by running the Wonderware Service User program, Wwuser.exe. (See the previous section, Specifying the Master Account After Installing the FactorySuite.) Do not change the Log On As: properties on the Service dialog box that s shown in the next section. Also, if the Wonderware WindowViewer service is configured to start up automatically, when the system restarts the last InTouch application that was referenced by the InTouch Application Manager will be launched. When editing more than one InTouch application, if you lose power or restart the system then the wrong application may start up. Boot Options for the Services The Windows NT services can be configured to boot up in one of three ways: Automatic, Manual or Disable. Automatic means that when Windows NT restarts the service it will automatically start without any user intervention. Manual means a user or an application process must explicitly launch the service. Disable means that the service will be prevented from starting this option is usually reserved for troubleshooting purposes. Wonderware recommends that you keep the default boot options for all 5/9

6 FactorySuite services. However, if you need to modify an InTouch service (or any Windows NT service) for a specific boot option, follow these steps: 1. Double-click the Services icon under the Control Panel and highlight the desired InTouch service from the Service list on the Services dialog box. Click the Startup button. 2. Highlight the desired InTouch service (Wonderware WindowViewer in this example) from the Service listbox and click the Startup button. The Service dialog box will appear: 3. Select the appropriate radiobutton for the Startup Type: Automatic, Manual or Disable. Then click the OK button. (We recommend that you keep the default options under the Log On As: section of the dialog box.) Dependencies Between the InTouch 7.0 Services When a service is installed, a list of dependencies is provided to the Windows NT operating system. If a service depends on other services starting first, before the service can be launched, Windows NT checks to make sure that the other services are running before allowing the service to start. Depending on your requirements for running WindowViewer, you should be aware of the following dependencies: The Wonderware NetDDE Helper service must be running if you plan to use the Distributed Alarming or Distributed History feature or if you intend to access Network DDE data. The Wonderware NetDDE Helper service also depends on both the Network DDE and Network DDE DSDM services being installed and configured for either Manual or Automatic startup. During installation, the Wonderware NetDDE Helper service will be configured for Manual startup, which means that WindowViewer will automatically start this service on boot. If you need WindowViewer to act as a SuiteLink server or client, then the Wonderware SuiteLink service must also be running. The Wonderware SuiteLink service also requires that Microsoft TCP/IP be installed. 6/9

7 If you want to store any messages or errors while WindowViewer is running, you must make sure that the Wonderware Logger service installed. However, both the Wonderware SuiteLink and Wonderware Logger services should be installed and configured to run in Automatic startup as part of the FactorySuite common installation. Note on Network DDE and Logging Off Windows NT When you log off the Windows NT operating system, it sends the control log off messages, wm_close and wm_terminate, which close all applications that are running under the desktop context. (See the previous section, Services Running in Desktop Context Versus System Context.) Microsoft Network DDE that has been installed as its default configuration will listen for these log off messages, and if received, it will terminate its open network connections. While you log off the system, Network DDE will not permit any new connections to be made. However, what the Wonderware NetDDE Helper service will do is listen and capture the log off messages for Network DDE, which will preserve the Network DDE connections. This means that while you are logged off, Network DDE will go ahead and allow the new connections to be made thus, earning the service name Wonderware NetDDE Helper! Troubleshooting the InTouch 7.0 Services Here are some common problems and solutions that Wonderware Technical Support has found when installing or running the InTouch 7.0 services: Error One or more services failed to start If you run into this error, from the Start menu select Programs/Administrative Tools (Common)/Event Viewer. The Event Viewer System Log window will appear in which it lists a file consisting of informational messages, warnings or errors that may have occurred during the start up of any Windows NT services: Here is where you can view any warnings or errors that resulted from an InTouch 7.0 service failing to start. If it shows that the Wonderware WindowViewer service failed to start, more than likely it is because it depended on the other InTouch 7.0 services to be running. (See the previous section, Dependencies Between the InTouch 7.0 Services.) After you ve enabled the Wonderware WindowViewer service to run, it must be started and stopped as a service. However, if you instead start up WindowViewer from a shortcut icon or by selecting Programs/Wonderware FactorySuite/InTouch WindowViewer from the Start menu, WindowViewer will pause for about 15 seconds and then display this message: 7/9

8 If you click the Yes button, the Wonderware WindowViewer service will start as a desktop application under your user account with its GUI displayed. If you click the No button, the operation will be canceled and the WindowViewer application will not be started. (If you clicked No because you instead intended to run WindowViewer as a service, then simply follow one of the methods described in the previous section, Stopping and Starting WindowViewer as a Service.) Note Keep in mind that if you choose Yes to run WindowViewer as a desktop application, when you log off the system, WindowViewer will close. It will not continue to run as a service since it was never originally started as a service. This means that after you log off, your InTouch application will not continue to run and collect historical data, display alarms or process scripts. To allow your InTouch application to continue running as a service, you will need to log back on and follow one of the methods in the previous section, Stopping and Starting WindowViewer as a Service. InTouch 7.0 Services Fail to Install or Start Up During the FactorySuite installation, if the InTouch 7.0 services fail to install or start up after the installation, then the cause of this problem is probably related to the Windows NT security account or other related issues. Follow these steps if you find that the InTouch 7.0 services have failed to install or to start up: 1. Bring up the Windows NT User Manager window and create a new master user account (example, wwservices). This user account must have Administrative privileges on the local computer in order to start up a FactorySuite component as a service. If you do not see your computer s node name in the domain list, then manually type in the node name. (See the previous section, Creating a Master User Account.) Note If your computer s node name is longer than 14 characters or if you have underscore characters (_) or dashes (-) in the node name, then you should modify the node name to something equal to or less than 14 characters without underscores or dashes. 2. During the FactorySuite installation when you are prompted to enter the domain name, type in the node name of your computer, not the domain name. Then type in the username that was created in step 1 (example, wwservices) and the password. If you have already installed the FactorySuite, you can still specify the domain name, user name and password by running the Wonderware Service User program, Wwuser.exe, from the directory C:\Program files\factorysuite\common 3. Reboot your computer. You may now log onto your network domain with any valid user account. Even if your domain goes down, it will not affect your InTouch application that is running on the local computer. M. McCulty The Tech Note is published occasionally by Wonderware Technical Support. Editors: Sabrina Abercromby and Kelly Hauser; Publisher: Wonderware Corporation, 100 Technology Drive, Irvine CA There is also technical information on our software products at Wonderware Technical Support, our WonderFax fax-on-demand system at (949) , and the Comprehensive Support Knowledge Base. For technical support questions, send an to support@wonderware.com. back to top 8/9

9 2013 Wonderware Corporation. All rights reserved. Terms of Use. 9/9

Tech Note 53 Configuring the Siemens SINEC H1 CP1413 for Windows NT

Tech Note 53 Configuring the Siemens SINEC H1 CP1413 for Windows NT Tech Note 53 Configuring the Siemens SINEC H1 CP1413 for Windows NT All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for more information.

More information

Installing the TCP/IP Network Protocol

Installing the TCP/IP Network Protocol Tech Note 120 Configuring the GEHCS I/O Server for Windows NT All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for more information.

More information

Tech Note 128 Configuring InBatch For Standalone PCs With SQL Server and IndustrialSQL Server

Tech Note 128 Configuring InBatch For Standalone PCs With SQL Server and IndustrialSQL Server Tech Note 128 Configuring InBatch For Standalone PCs With SQL Server and IndustrialSQL Server All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms

More information

8/23/13 Configuring the Wonderware SECS-II/GEM Host Creator (SERIAL-RS232)

8/23/13 Configuring the Wonderware SECS-II/GEM Host Creator (SERIAL-RS232) Tech Note 202 Configuring the Wonderware SECS-II/GEM Host Creator (SERIAL- RS232) All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Shutting down / Rebooting Small Business Server 2003 Version 1.00

Shutting down / Rebooting Small Business Server 2003 Version 1.00 Shutting down / Rebooting Small Business Server 2003 Version 1.00 Need to Know TM It may be necessary at some stage of the life of Small Business Server 2003 that it be shutdown or rebooted. In many cases

More information

Installing An ActiveX Control in InTouch

Installing An ActiveX Control in InTouch Tech Note 117 Using the InTouch 7.0 ActiveX Container All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for more information. Topic#:

More information

All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for more information.

All Tech Notes and KBCD documents and software are provided as is without warranty of any kind. See the Terms of Use for more information. Tech Note 461 Troubleshooting Industrial Application Server Bootstrap Communications All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use

More information

Tech Note 213 Finding Memory Leaks in Windows 95/98/98SE Using System Monitor

Tech Note 213 Finding Memory Leaks in Windows 95/98/98SE Using System Monitor Tech Note 213 Finding Memory Leaks in Windows 95/98/98SE Using System Monitor All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for

More information

ifix and Terminal Services A Deployment Guide

ifix and Terminal Services A Deployment Guide ifix and Terminal Services A Deployment Guide Copyright 2007-2010 Automation Control Products Atlanta, Georgia, USA www.thinmanager.com Rev. 2 December 22, 2009 Table of Contents 1. Introduction... 3 1.1.

More information

Windows XP Pro: Basics 1

Windows XP Pro: Basics 1 NORTHWEST MISSOURI STATE UNIVERSITY ONLINE USER S GUIDE 2004 Windows XP Pro: Basics 1 Getting on the Northwest Network Getting on the Northwest network is easy with a university-provided PC, which has

More information

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

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

More information

Using Network Application Development (NAD) with InTouch

Using Network Application Development (NAD) with InTouch Tech Note 256 Using Network Application Development (NAD) with InTouch All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for more information.

More information

Technical Note #31. GE PMCS App Note 31 Page 1 of 5. RAS - Host and View Node. RAS - Host Configuration with No Network Adapter Installed:

Technical Note #31. GE PMCS App Note 31 Page 1 of 5. RAS - Host and View Node. RAS - Host Configuration with No Network Adapter Installed: GE PMCS App Note 31 Page 1 of 5 Technical Note #31 RAS - Host and View Node Subject: Configuring a Host and a View Node to communicate via modems. Applies To: PMCS 5.0 / Windows NT 3.51. For later versions

More information

InTouch HMI Scripting and Logic Guide

InTouch HMI Scripting and Logic Guide InTouch HMI Scripting and Logic Guide Invensys Systems, Inc. Revision A Last Revision: 7/25/07 Copyright 2007 Invensys Systems, Inc. All Rights Reserved. All rights reserved. No part of this documentation

More information

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

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

More information

Setting up a VPN connection Windows XP

Setting up a VPN connection Windows XP Setting up a VPN connection Windows XP 1. Open Control Panel. 2. Click on Network and Internet Connections. 3. Click on Create a connection to the network at your workplace. 4. Select Virtual Private Network

More information

8/23/13 Configuring the S7 I/O Server for Windows 95 to Access S7 PLCs Via the Profibus Network

8/23/13 Configuring the S7 I/O Server for Windows 95 to Access S7 PLCs Via the Profibus Network Tech Note 110 Configuring the S7 I/O Server for Windows 95 to Access S7 PLCs Via the Profibus Network All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See

More information

Kepware Technologies KEPServerEX Client Connectivity Guide for Wonderware InTouch

Kepware Technologies KEPServerEX Client Connectivity Guide for Wonderware InTouch Kepware Technologies KEPServerEX Client Connectivity Guide for October, 2011 Version 1.002 Kepware Technologies Table of Contents 1. Overview... 1 1.1 Installing Common Components... 1 1.2 Installing KEPServerEX...

More information

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

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

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

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

More information

Introduction. Application Versions. Assumptions. Delete $$ExportTempFolders. Tech Note 930 Wonderware System Platform Clean-up Guide

Introduction. Application Versions. Assumptions. Delete $$ExportTempFolders. Tech Note 930 Wonderware System Platform Clean-up Guide Tech Note 930 Wonderware System Platform Clean-up Guide All Tech Notes, Tech Alerts and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for more information.

More information

Introduction. Symbol Script Timeout Setting. Sample MES Custom Code in Symbol Script. Application Versions. Sample Code

Introduction. Symbol Script Timeout Setting. Sample MES Custom Code in Symbol Script. Application Versions. Sample Code Tech Note 1006 Managing Symbol Script Timeouts When Using WW MES API Pop-up Dialogs All Tech Notes, Tech Alerts and KBCD documents and software are provided "as is" without warranty of any kind. See the

More information

Virtual CD v10. Network Management Server Manual. H+H Software GmbH

Virtual CD v10. Network Management Server Manual. H+H Software GmbH Virtual CD v10 Network Management Server Manual H+H Software GmbH Table of Contents Table of Contents Introduction 1 Legal Notices... 2 What Virtual CD NMS can do for you... 3 New Features in Virtual

More information

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual Vodafone PC SMS 2010 (Software version 4.7.1) User Manual July 19, 2010 Table of contents 1. Introduction...4 1.1 System Requirements... 4 1.2 Reply-to-Inbox... 4 1.3 What s new?... 4 2. Installation...6

More information

Server Installation: ServerTools

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

More information

Tech Note 400 Configuring Remote Connections for Windows 2000/2003/XP

Tech Note 400 Configuring Remote Connections for Windows 2000/2003/XP Tech Note 400 Configuring Remote Connections for Windows 2000/2003/XP All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for more information.

More information

User Profile Manager 2.6

User Profile Manager 2.6 User Profile Manager 2.6 User Guide ForensiT Limited, Innovation Centre Medway, Maidstone Road, Chatham, Kent, ME5 9FD England. Tel: US 1-877-224-1721 (Toll Free) Intl. +44 (0) 845 838 7122 Fax: +44 (0)

More information

MICROSOFT STEP BY STEP INTERACTIVE VERSION 3.0 ADMINISTRATION GUIDE

MICROSOFT STEP BY STEP INTERACTIVE VERSION 3.0 ADMINISTRATION GUIDE MICROSOFT STEP BY STEP INTERACTIVE VERSION 3.0 ADMINISTRATION GUIDE Part 1: Network Installation Guide Introduction Part 1 of this document provides instructions for installing Microsoft Interactive Training

More information

Human Resources Installation Guide

Human Resources Installation Guide Human Resources Installation Guide Installing HR i Index Copyright 2001 Jenzabar, Inc. You may print any part or the whole of this documentation to support installations of Jenzabar software. Where the

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

Objectives. At the end of this chapter students should be able to:

Objectives. At the end of this chapter students should be able to: NTFS PERMISSIONS AND SECURITY SETTING.1 Introduction to NTFS Permissions.1.1 File Permissions and Folder Permission.2 Assigning NTFS Permissions and Special Permission.2.1 Planning NTFS Permissions.2.2

More information

Password Manager Windows Desktop Client

Password Manager Windows Desktop Client Password Manager Windows Desktop Client EmpowerID provides an extension that allows organizations to plug into Password Manager to customize the Windows logon experience beyond that supplied by the standard

More information

Using Windows Task Scheduler instead of the Backup Express Scheduler

Using Windows Task Scheduler instead of the Backup Express Scheduler Using Windows Task Scheduler instead of the Backup Express Scheduler This document contains a step by step guide to using the Windows Task Scheduler instead of the Backup Express Scheduler. Backup Express

More information

Mesa DMS. Once you access the Mesa Document Management link, you will see the following Mesa DMS - Microsoft Internet Explorer" window:

Mesa DMS. Once you access the Mesa Document Management link, you will see the following Mesa DMS - Microsoft Internet Explorer window: Mesa DMS Installing MesaDMS Once you access the Mesa Document Management link, you will see the following Mesa DMS - Microsoft Internet Explorer" window: IF you don't have the JAVA JRE installed, please

More information

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

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

More information

WINDOWS PROCESSES AND SERVICES

WINDOWS PROCESSES AND SERVICES OBJECTIVES: Services o task manager o services.msc Process o task manager o process monitor Task Scheduler Event viewer Regedit Services: A Windows service is a computer program that operates in the background.

More information

How to Configure Terminal Services for Pro-Watch in Remote Administration Mode (Windows 2000)

How to Configure Terminal Services for Pro-Watch in Remote Administration Mode (Windows 2000) How to Configure Terminal Services for Pro-Watch in Remote Administration Mode (Windows 2000) This instruction guide describes how to configure Terminal Services in Windows 2000 Server for Remote Administration

More information

Backup Assistant. User Guide. NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6

Backup Assistant. User Guide. NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6 Backup Assistant User Guide NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6 Liability Disclaimer NEC Unified Solutions, Inc. reserves the right to change the specifications, functions,

More information

ACTIVE DIRECTORY DEPLOYMENT

ACTIVE DIRECTORY DEPLOYMENT ACTIVE DIRECTORY DEPLOYMENT CASAS Technical Support 800.255.1036 2009 Comprehensive Adult Student Assessment Systems. All rights reserved. Version 031809 CONTENTS 1. INTRODUCTION... 1 1.1 LAN PREREQUISITES...

More information

EMC Celerra Network Server

EMC Celerra Network Server EMC Celerra Network Server Release 5.6.47 Using Windows Administrative Tools with Celerra P/N 300-004-139 REV A02 EMC Corporation Corporate Headquarters: Hopkintons, MA 01748-9103 1-508-435-1000 www.emc.com

More information

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

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

More information

INSTALLATION INSTRUCTIONS FOR UKSSOGATEWAY

INSTALLATION INSTRUCTIONS FOR UKSSOGATEWAY INSTALLATION INSTRUCTIONS FOR UKSSOGATEWAY 1) Install the UKSSOGateway application on the desktop: The UKSSOGateway application passes information from the myuk portal to launch the FESClient. The FESClient

More information

Joining an XP workstation to a domain Version 1.00

Joining an XP workstation to a domain Version 1.00 Joining an XP workstation to a domain Version 1.00 All Windows XP Professional workstations need to be joined to a domain to function as part of the domain security environment. Need to Know TM 1. To join

More information

Tech Note 338 How to Change the ActiveFactory Reporting Website Default Install Location

Tech Note 338 How to Change the ActiveFactory Reporting Website Default Install Location Tech Note 338 How to Change the ActiveFactory Reporting Website Default Install Location All Tech Notes and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms

More information

TANDBERG MANAGEMENT SUITE 10.0

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

More information

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

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

More information

ILTA HANDS ON Securing Windows 7

ILTA HANDS ON Securing Windows 7 Securing Windows 7 8/23/2011 Table of Contents About this lab... 3 About the Laboratory Environment... 4 Lab 1: Restricting Users... 5 Exercise 1. Verify the default rights of users... 5 Exercise 2. Adding

More information

Single Mailbox Recovery 7.0 Administrative Server Administration Guide

Single Mailbox Recovery 7.0 Administrative Server Administration Guide Single Mailbox Recovery 7.0 Administrative Server Administration Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1

More information

QUANTIFY INSTALLATION GUIDE

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

More information

NEWTECH INFOSYSTEMS, INC. NTI Backup Now EZ. NTI Backup Now EZ User's Guide

NEWTECH INFOSYSTEMS, INC. NTI Backup Now EZ. NTI Backup Now EZ User's Guide NEWTECH INFOSYSTEMS, INC. NTI Backup Now EZ NTI Backup Now EZ User's Guide Backup Now EZ User's Guide 2009 NewTech Infosystems, Inc. i Table of Contents INTRODUCTION... 3 WELCOME TO NTI BACKUP NOW EZ...

More information

Connecting System Platform to TOP Server. Using the SuiteLink DI Object

Connecting System Platform to TOP Server. Using the SuiteLink DI Object Connecting System Platform to TOP Server Using the SuiteLink DI Object Page 2 of 23 Table of Contents INTRODUCTION 3 Intended Audience 3 BASIC CONNECTION BETWEEN SYSTEM PLATFORM AND TOP SERVER: 4 Installing

More information

ThinManager and Active Directory

ThinManager and Active Directory ThinManager and Active Directory Use the F1 button on any page of a ThinManager wizard to launch Help for that page. Visit http://www.thinmanager.com/kb/index.php/special:allpages for a list of Knowledge

More information

Universal Management Service 2015

Universal Management Service 2015 Universal Management Service 2015 UMS 2015 Help All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

Team Foundation Server 2013 Installation Guide

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

More information

Stellar Phoenix Exchange Server Backup

Stellar Phoenix Exchange Server Backup Stellar Phoenix Exchange Server Backup Version 1.0 Installation Guide Introduction This is the first release of Stellar Phoenix Exchange Server Backup tool documentation. The contents will be updated periodically

More information

Scan to SMB(PC) Set up Guide

Scan to SMB(PC) Set up Guide Scan to SMB(PC) Set up Guide Regarding Trade Names Windows is a registered trademark of Microsoft Corporation in the U.S.A. and/or other countries. Windows XP and Windows Vista are trademarks of Microsoft

More information

NetMeeting - User Guide

NetMeeting - User Guide NetMeeting - User Guide 1. To Host a Meeting 1. On the Call menu, click Host Meeting. 2. In Meeting Name, type the meeting name or leave it set to Personal Conference. 3. In Password, type the meeting

More information

Server & Workstation Installation of Client Profiles for Windows

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

More information

iw Document Manager Cabinet Converter User s Guide

iw Document Manager Cabinet Converter User s Guide iw Document Manager Cabinet Converter User s Guide Contents Contents.................................................................... 1 Abbreviations Used in This Guide................................................

More information

Witango Application Server 6. Installation Guide for Windows

Witango Application Server 6. Installation Guide for Windows Witango Application Server 6 Installation Guide for Windows December 2010 Tronics Software LLC 503 Mountain Ave. Gillette, NJ 07933 USA Telephone: (570) 647 4370 Email: support@witango.com Web: www.witango.com

More information

Rogue Wave HostAccess 7.40J Installation Guide... 1

Rogue Wave HostAccess 7.40J Installation Guide... 1 Rogue Wave HostAccess 7.40J Installation Guide... 1 Rogue Wave HostAccess 7.40J Installation Guide... 1 HostAccess Installations... 2 Standard Installation - Desktop and Windows Terminal Server/Citrix

More information

Enabling Backups for Windows and MAC OS X

Enabling Backups for Windows and MAC OS X Enabling Backups for Windows and MAC OS X TM Trademarks and Copyrights Copyright Storix, Inc. 1999-2005 Storix is a registered trademark of Storix, Inc. SBAdmin is a trademark of Storix, Inc in the USA

More information

Migrating MSDE to Microsoft SQL 2008 R2 Express

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

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

How to Manage a Windows NT Server Computer Remotely

How to Manage a Windows NT Server Computer Remotely MCSE Server Enterprise Using Windows NT Server Tools CHAPTER 14 Windows NT Server Tools................. 541 NT Server Tools for Windows 95 Computers........ 541 Installing NT Server tools on a Windows

More information

Personal Call Manager User Guide. BCM Business Communications Manager

Personal Call Manager User Guide. BCM Business Communications Manager Personal Call Manager User Guide BCM Business Communications Manager Document Status: Standard Document Version: 04.01 Document Number: NN40010-104 Date: August 2008 Copyright Nortel Networks 2005 2008

More information

GETTING STARTED WITH FLEXI-CLOUD

GETTING STARTED WITH FLEXI-CLOUD GETTING STARTED WITH FLEXI-CLOUD WELCOME TO FLEXI-CLOUD. Flexi-CLOUD is the "on-demand" licensing solution powered by MYRIAD-connect. This document explains how to install Flexi-CLOUD servers and how to

More information

Running 4D Server as a Service on Windows

Running 4D Server as a Service on Windows Running 4D Server as a Service on Windows By Timothy Aaron Penner, Technical Services Team Member, 4D Inc. Technical Note 10-02 1 Table of Contents Table of Contents... 2 Abstract... 3 Introduction...

More information

VMware Horizon FLEX User Guide

VMware Horizon FLEX User Guide Horizon FLEX 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

SAM Server Utility User s Guide

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

More information

AdminToys Suite. Installation & Setup Guide

AdminToys Suite. Installation & Setup Guide AdminToys Suite Installation & Setup Guide Copyright 2008-2009 Lovelysoft. All Rights Reserved. Information in this document is subject to change without prior notice. Certain names of program products

More information

JAVS Scheduled Publishing. Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7...

JAVS Scheduled Publishing. Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7... 1 2 Copyright JAVS 1981-2010 Contents Scheduled Publishing... 4 Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7... 12 Copyright JAVS

More information

ArchestrA Log Viewer User s Guide Invensys Systems, Inc.

ArchestrA Log Viewer User s Guide Invensys Systems, Inc. ArchestrA Log Viewer User s Guide Invensys Systems, Inc. Revision A Last Revision: 7/3/07 Copyright 2007 Invensys Systems, Inc. All Rights Reserved. All rights reserved. No part of this documentation shall

More information

Tech Note 1010 SQL Server Authentication and ArchestrA Network Account Restrictions When Installing Wonderware Historian

Tech Note 1010 SQL Server Authentication and ArchestrA Network Account Restrictions When Installing Wonderware Historian Tech Note 1010 SQL Server Authentication and ArchestrA Network Account Restrictions When Installing Wonderware Historian All Tech Notes, Tech Alerts and KBCD documents and software are provided "as is"

More information

Remote Desktop Services User's Guide

Remote Desktop Services User's Guide Contents Remote Desktop Services Document Revision Control Revision Description Author DATE 1.0 Initial Release Karen M. Hess 3/24/2015 1.1 Added section for viewing mapped drives Karen M. Hess 4/15/2015

More information

Video Administration Backup and Restore Procedures

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

More information

Inteset Secure Lockdown ver. 2.0

Inteset Secure Lockdown ver. 2.0 Inteset Secure Lockdown ver. 2.0 for Windows XP, 7, 8, 10 Administrator Guide Table of Contents Administrative Tools and Procedures... 3 Automatic Password Generation... 3 Application Installation Guard

More information

HP External Hard Disk Drive Backup Solution by Seagate User Guide. November 2004 (First Edition) Part Number 373652-001

HP External Hard Disk Drive Backup Solution by Seagate User Guide. November 2004 (First Edition) Part Number 373652-001 HP External Hard Disk Drive Backup Solution by Seagate User Guide November 2004 (First Edition) Part Number 373652-001 Copyright 2004 Hewlett-Packard Development Company, L.P. The information contained

More information

Scan to PC Desktop: Image Retriever 5.2 for Xerox WorkCentre C2424

Scan to PC Desktop: Image Retriever 5.2 for Xerox WorkCentre C2424 Scan to PC Desktop: Image Retriever 5.2 for Xerox WorkCentre C2424 Scan to PC Desktop includes Image Retriever, which is designed to monitor a specified folder on a networked file server or local drive

More information

Easy Setup Guide for the Sony Network Camera

Easy Setup Guide for the Sony Network Camera -878-191-11 (1) Easy Setup Guide for the Sony Network Camera For setup, a computer running the Microsoft Windows Operating System is required. For monitoring camera images, Microsoft Internet Explorer

More information

Create!form Folder Monitor. Technical Note April 1, 2008

Create!form Folder Monitor. Technical Note April 1, 2008 Create!form Folder Monitor Technical Note April 1, 2008 2 FOLDERMONITOR Introduction Introduction FolderMonitor is a utility designed to automatically send spool files to printer queues at set schedules,

More information

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide Direct Storage Access Using NetApp SnapDrive Installation & Administration Guide SnapDrive overview... 3 What SnapDrive does... 3 What SnapDrive does not do... 3 Recommendations for using SnapDrive...

More information

1. Data Domain Pre-requisites. 2. Enabling OST

1. Data Domain Pre-requisites. 2. Enabling OST 1. Data Domain Pre-requisites Before we begin to configure NetBackup, we need to verify the following:- Administrator rights and network access to the NetBackup master and media servers That the NetBackup

More information

Intellicus Cluster and Load Balancing (Windows) Version: 7.3

Intellicus Cluster and Load Balancing (Windows) Version: 7.3 Intellicus Cluster and Load Balancing (Windows) Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not

More information

Features - Microsoft Data Protection Manager

Features - Microsoft Data Protection Manager Page 1 of 63 Features - Microsoft Data Protection Manager TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS - MICROSOFT DATA PROTECTION MANAGER INSTALLATION Install the Microsoft Data Protection Manager BACKUP

More information

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet Introduction Before you begin Before you begin installing efax, please check the following: You have received confirmation that your application for the efax service has been processed. The confirmation

More information

Installation Guidelines (MySQL database & Archivists Toolkit client)

Installation Guidelines (MySQL database & Archivists Toolkit client) Installation Guidelines (MySQL database & Archivists Toolkit client) Understanding the Toolkit Architecture The Archivists Toolkit requires both a client and database to function. The client is installed

More information

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

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

More information

How to Configure Microsoft System Operation Manager to Monitor Active Directory, Group Policy and Exchange Changes Using NetWrix Active Directory

How to Configure Microsoft System Operation Manager to Monitor Active Directory, Group Policy and Exchange Changes Using NetWrix Active Directory How to Configure Microsoft System Operation Manager to Monitor Active Directory, Group Policy and Exchange Changes Using NetWrix Active Directory Change Reporter Table of Contents General Information...

More information

How To Set Up An Intellicus Cluster And Load Balancing On Ubuntu 8.1.2.2 (Windows) With A Cluster And Report Server (Windows And Ubuntu) On A Server (Amd64) On An Ubuntu Server

How To Set Up An Intellicus Cluster And Load Balancing On Ubuntu 8.1.2.2 (Windows) With A Cluster And Report Server (Windows And Ubuntu) On A Server (Amd64) On An Ubuntu Server Intellicus Cluster and Load Balancing (Windows) Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2014 Intellicus Technologies This

More information

Falcon Install Guide

Falcon Install Guide Falcon Install Guide Table Of Contents Installation...1 FALCON...1 Installation Instructions...1 Server Install...2 Server Install...2 Server Install...7 Client Install...11 SQLBase Client Install...12

More information

Installation Guide for Microsoft SQL Server 2008 R2 Express. October 2011 (GUIDE 1)

Installation Guide for Microsoft SQL Server 2008 R2 Express. October 2011 (GUIDE 1) Installation Guide for Microsoft SQL Server 2008 R2 Express October 2011 (GUIDE 1) Copyright 2011 Lucid Innovations Limited. All Rights Reserved This guide only covers the installation and configuration

More information

Rx Medical. SMD Utility. Task Scheduler Configuration

Rx Medical. SMD Utility. Task Scheduler Configuration Rx Medical SMD Utility Task Scheduler Configuration This document contains important information for all Rx Medical users. Please ensure this document is circulated amongst all your staff. We suggest these

More information

Vijeo Citect run as a Windows service

Vijeo Citect run as a Windows service Vijeo Citect run as a Windows service December 2013 / White Paper Olivier Vallee Validation Specialist Make the most of your energy Summary Introduction... p. 01 Session Isolation... p. 04 OPC Servers...

More information

Miami University RedHawk Cluster Connecting to the Cluster Using Windows

Miami University RedHawk Cluster Connecting to the Cluster Using Windows Miami University RedHawk Cluster Connecting to the Cluster Using Windows The RedHawk cluster is a general purpose research computing resource available to support the research community at Miami University.

More information

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION Version 1.1 / Last updated November 2012 INTRODUCTION The Cloud Link for Windows client software is packaged as an MSI (Microsoft Installer)

More information

Introduction. Notes. Important Considerations. Application Versions. Assumptions. 8/22/13 Setting Up Historian Servers for Tier-2 Summary Replication

Introduction. Notes. Important Considerations. Application Versions. Assumptions. 8/22/13 Setting Up Historian Servers for Tier-2 Summary Replication Tech Note 884 Setting Up Historian Servers for Tier-2 Summary Replication All Tech Notes, Tech Alerts and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of

More information

XStream Remote Control: Configuring DCOM Connectivity

XStream Remote Control: Configuring DCOM Connectivity XStream Remote Control: Configuring DCOM Connectivity APPLICATION BRIEF March 2009 Summary The application running the graphical user interface of LeCroy Windows-based oscilloscopes is a COM Automation

More information

Deploying Windows Streaming Media Servers NLB Cluster and metasan

Deploying Windows Streaming Media Servers NLB Cluster and metasan Deploying Windows Streaming Media Servers NLB Cluster and metasan Introduction...................................................... 2 Objectives.......................................................

More information