Release Notes Ping Interface OSIsoft, Inc. All rights reserved

Size: px
Start display at page:

Download "Release Notes Ping Interface OSIsoft, Inc. All rights reserved"

Transcription

1 Release Notes Ping Interface OSIsoft, Inc. All rights reserved

2 Contents Release Notes Ping Interface... i Overview... 1 Fixes and s... 2 Known Issues... 2 Setup Operating Systems System Prerequisites Server Platforms Distribution Kit Files Installation and Upgrade Uninstalling Ping Interface List of Files Installed During Setup Documentation Overview Technical Support and Resources... 18

3 Overview Current Version: Interface: UniInt: OSIsoft s PI Ping Interface program determines the latency of a TCP/IP network. In particular, PI Ping measures the response times of ICMP echo messages (i.e., pings ) that it sends to a remote machine. Accordingly, this program can help the user in diagnosing network connection problems between machines residing in a TCP/IP network. PI Ping comes in two versions: a regular (full) version and a limited version known as PI Ping Basic. Feature PI Ping PI Ping Basic Maximum point count Unlimited 32 Availability Available for purchase Installed as part of PI Server 3.3 and higher Can run on a PI Interface node Yes No Must run on a PI Server node No Yes Must send data to the PI Server node on which it runs No Yes Number of copies that can run simultaneously Unlimited 1 Filename PIPing.exe PIPing_basic.exe Release Notes Ping Interface 1

4 Fixes and s Version: Date: 24-Apr-2009 UniInt: Author: RBalaraman The following items were resolved or added to this release of the Ping Interface. Punch List Item Type Description 19654OSI8 Added UniInt Interface Level Failover Phase2, supports types Cold and Hot. Known Issues This section lists problems and enhancements that have been deferred until a future release. Punch List Item Type Description 12130OSI8 Interface should record packet loss in a PI tag 4316OSI8 Ping Interface should be multi-threaded and send pings in separate threads to avoid problems with many unreachable devices. Currently the interface appears to hang while waiting for responses. Release Notes Ping Interface 2

5 Version: Date: 02-Nov-2007 UniInt: Author: ETam The following items were resolved or added to this release of the Ping Interface. Punch List Item Type Description 14737OSI OSI OSI8 Continuous bad status for Integer points. In previous versions of the Interface, if an Integer point received a bad status value (such as I/O Timeout), the Interface wrote this bad status for all subsequent values. PI Ping v fixes this problem. "Good" status for [UI_DEVSTAT] point after successful startup Previous versions of the Interface wrote "Good" to the UniInt [UI_DEVSTAT] Health Tag only after the Interface successfully measured a ping response time. In PI Ping v , the Interface writes "Good" after it has started successfully and is ready to measure ping response times. Display of all IP addresses of Interface Computer At startup, PI Ping v displays all the IP addresses of the computer on which it is running. Release Notes Ping Interface 3

6 Version: Date: 17-Apr-2007 UniInt: Author: ETam The following items were resolved or added to this release of the Ping Interface. Punch List Item Type Description 7239OSI8 9489OSI OSI8 The Basic version no longer requires -host=localhost Starting with PI Ping v , the Basic version does not require the specification of -host=localhost in the startup command line. However, the value of the required host parameter must still refer to the local PI Server computer. Ping frequencies faster than 1 minute The PI Ping Interface does not have a limit for the frequency at which it sends pings. Previous versions of the Interface had a lower limit of 60 seconds. (However, this 60 second limitation applied only for scan classes 2 and higher.) Implement UniInt Health Tags PI Ping version is built with UniInt v This version of UniInt supports interface Health Tags. In particular, for a Health Tag whose Extended Descriptor attribute contains [UI_DEVSTAT], the Interface writes the following values: a) "1 Starting" - the interface has started. b) "Good" - for all the points in the current scan class, the Interface has successfully measured the ping response time. c) "3 n device(s) in error" - for at least one of the points in the current scan class, the Interface has recorded an I/OTimeout value. d) "4 Intf Shutdown" - the interface has shut down. Please refer to the UniInt Interface User Manual.doc file for more information on how to configure Health Tags. Release Notes Ping Interface 4

7 Version: Date: 10-Apr-2006 UniInt: Author: TJohnson / ETam The following items were resolved or added to this release of the Ping Interface. Punch List Item Type Description Better agreement with results from Windows "ping" Prior versions of the Interface recorded ping times that may differ substantially from those obtained via the Windows "ping" command. The reason is that these versions used raw sockets to send the ICMP echo (ping) messages. PI-Ping v now makes use of functions available in Microsoft's Iphlpapi.dll (or Icmp.dll), which is the same library that the Windows "ping" command uses. Thus, the ping times from PI-Ping should correlate closely with those from the Windows "ping" command OSI8 However, by not using raw sockets, the Interface cannot detect an ICMP REDIRECT message. Thus, the Interface cannot write BAD INPUT when a router sends an ICMP REDIRECT in response to a ping request. There is one situation where the Interface still uses raw sockets. This condition occurs when the user wants to send a ping out of a particular network card. That is, the interface point has the OUTADDR keyword in the Extended Descriptor field: OUTADDR= ; For these particular points, the Interface uses raw sockets to send a ping. Release Notes Ping Interface 5

8 Punch List Item Type Description Ability to record ping times less than 10ms Prior versions of the Interface had a limitation of 10ms for the resolution of ping response times. PI-Ping v does not have such a restriction. However, if the underlying Windows operating system does not support ping times of less than 10ms, then the Interface does not either. Use the Windows "ping" command to determine such support. For example, C:> ping Pinging with 32 bytes of data: 7295OSI8 Reply from : bytes=32 time<10ms TTL=255 Reply from : bytes=32 time<10ms TTL=255 Reply from : bytes=32 time<10ms TTL=255 Reply from : bytes=32 time<10ms TTL=255 indicates that the version of Windows does NOT support ping times of less than 10ms. However, C:> ping Pinging with 32 bytes of data: Reply from : bytes=32 time=1ms TTL=255 Reply from : bytes=32 time=1ms TTL=255 Reply from : bytes=32 time<1ms TTL=255 Reply from : bytes=32 time<1ms TTL=255 indicates support for ping times of less than 10ms. Release Notes Ping Interface 6

9 Version: Date: 08-Oct-2005 UniInt: Author: TJohnson The following items were resolved or added to this release of the Ping Interface. Punch List Item Type Description 8003OSI8 9490OSI8 Error parsing -host switch with the basic version There were some situations where the basic version of the interface would incorrectly parse the -host command line parameter. This has been fixed. Basic version GUID For license management purposes, the basic version of the interface has been updated to use a different GUID than the full version. Release Notes Ping Interface 7

10 Version: Date: 24-Nov-2004 UniInt: Author: ETam The following items were resolved or added to this release of the Ping Interface. Punch List Item Type Description 6948OSI8 Incorrect rejection of scan frequencies To prevent excessive network traffic, the Interface checks each scan frequency to make sure that it is at least 60 seconds. Previous versions of PI-Ping used an incorrect algorithm whereby a valid frequency specification was rejected. In particular, if you specified an eight hour frequency (i.e., "-f=08:00:00"), the Interface rejected this specification because the number of hours (8) contained a leading zero. That is, the Interface parsed "-f=08:00:00" to be hours ("08") minutes ("00") seconds ("00") and the algorithm considered the above to be hours - 0 minutes - 0 seconds - 0 resulting in an "invalid" frequency of 0 seconds. 6228OSI8 PI-Ping v fixes this problem. In particular, the Interface does not reject valid scan frequencies such as "- f=08:00:00". Inadvertent parsing of invalid keywords Previous versions of PI-Ping inadvertently used values from invalid keywords. This situation occurred when a valid keyword was embedded in an invalid keyword. For example, if the Extended Descriptor contained DO_NOT_IGNORE_REDIRECT=1; the Interface behaved as though IGNORE_REDIRECT=1; were specified. The reason is that the latter is embedded in the former. PI-Ping v fixes this problem. Release Notes Ping Interface 8

11 Punch List Item Type Description 6184OSI8 6784OSI8) 6785OSI8 Support for scan frequency specification in seconds Previous versions of PI-Ping required that scan frequencies be specified in the form -f=hh:mm:ss For example, a frequency of 60 seconds had to be -f=00:00:60 PI-Ping v supports scan frequency specifications in seconds. For example, a frequency of 60 seconds may be either or -f=60 -f=00:00:60 User configuration data size for ping packets Previous versions of PI-Ping sent ping packets whose size was fixed at 64 bytes. The first 16 bytes of the packet contained header and bookkeeping information. The final 48 contained random data. PI-Ping v allows you to indicate a size for the random data. Specifically, you may enter in a point's Extended Descriptor DATASIZE=20; to indicate 20 bytes of random data, resulting in a packet size of 36 bytes. Specification of a particular network card to use On a machine containing multiple network cards, PI-Ping v allows you to explicitly indicate which network card to use for the transmission of pings. In particular, the specification of the "OUTADDR" keyword in the Extended Descriptor indicates the IP address that is associated with a particular network card. That is, OUTADDR= ; tells the Interface to use the network card whose IP address is Release Notes Ping Interface 9

12 Version: Date: 23-Oct-2003 UniInt: Author: ETam The following items were resolved or added to this release of the Ping Interface. Punch List Item Type Description Errors in the Interface Manual The name of the Interface manual is now "PI_PIPing.doc". Previous versions were named "PI_Ping.doc". The latter name prevented users from displaying the manual from within the PI-ICU. 4311OSI8 4243OSI8 4368OSI8 4428OSI8 In addition, for v of the manual, on page 19, the first paragraph for the Location3 (incorrectly) said: "For example, you have configured a PI point to send 10 pings to the remote machine (i.e., Location3 set to 10)." The manual for v now says "For example, you have configured a PI point to send 10 pings to the remote machine (i.e., Location2 set to 10)." Clarification of a 0 value sent to PI Server The manual now mentions that a value of 0 sent to the PI Server is an indication that the remote machine responded to the ping request very quickly (i.e., within 10 milliseconds). Naming convention of the release notes The name of the release notes is now "PI_PIPing_x.x.x.x.txt"; that is, "PI_PIPing_ txt". Previous versions were named "PI_Ping_x.x.x.x.txt". The latter name prevented users from displaying the release notes from within the PI-ICU. Mention of requirement of PI-SDK v1.2.0 Build 180 PI-Ping v uses UniInt v However, UniInt v3.5.5 contains a bug whereby an interface will crash if the version of the PI-SDK is relatively old. PI-Ping v has been confirmed to work with PI-SDK v1.2.0 Build 180. Therefore, the manual now mentions that PI-SDK v1.2.0 Build 180 (or higher) is required. Release Notes Ping Interface 10

13 Version: Date: 04-Sep-2003 UniInt: Author: ETam This version is an official release version. (Unofficial versions were v , v , and v , v , v , and v ) The following items were resolved or added to this release of the Ping Interface. Punch List Item Type Description 4110OSI8 4111OSI8 4111OSI8 4112OSI8 4113OSI8 Case sensitive command line parameters Previous versions of PI-Ping checked only for the lower-case versions of the following startup command parameters: -id= -to= -host=localhost In other words, previous versions ignored startup parameters such as the following: -ID= -TO= -HOST=localhost In addition, when determining the validity of measurement frequencies, the Interface did not recognize -F= as being the same as -f=. PI-Ping v fixes these problems. Incorrect I/O TIMEOUT values Previous versions of PI-Ping may have incorrectly reported I/O TIMEOUT values. This problem happened when another "ping" program, such as the native Windows "ping" command, was running. PI- Ping v fixes this problem. Incorrect ping response times Previous versions of PI-Ping may have reported incorrect ping response time values. This problem occurred when another copy of PI-Ping was running on the same machine. PI-Ping v version fixes this problem. "-stopstat=intf Shut" no longer required PI-Ping v1.4.0 required that "-stopstat=intf Shut" be specified in the startup command file. PI-Ping v does not have this requirement. Timeout threshold now displayed PI-Ping v displays the timeout threshold. For example, in pipc.log: PI-PING 1> Ping timeout threshold set at 3 seconds Release Notes Ping Interface 11

14 Punch List Item Type Description 4114OSI8 4115OSI8 4116OSI8 4116OSI8 4117OSI8 4118OSI8 Debug symbols file is now provided PI-Ping v provides a debug symbols file, located in the same directory as the program executable. For example, C:\program files\pipc\interfaces\ping\piping.dbg This file may be helpful in the event of a program crash. The number of pings sent is now user configurable Previous versions of PI-Ping measured the response time of a single ping that it sent to a remote machine. PI-Ping v allows the user to specify the number of pings to send. The program then calculates the arithmetic mean of the response times of these pings. Please see the description for Location2 and Location3 in the manual for more information. Point level debugging is now available PI-Ping v allows the user to specify debug settings on a point-by-point basis. This feature should be used only in consultation with PI Technical Support. Please see the description for Location5 in the manual for more information. -db option is no longer supported Because PI-Ping v supports debug settings on the point level, the db (program level debugging) is no longer supported. BAD INPUT is written when ICMP REDIRECT is received For a particular point, when PI-Ping v receives an ICMP REDIRECT in response to any of its ping requests, it writes BAD INPUT to this point. You can over-ride this behavior by setting IGNORE_REDIRECT=1; in the point's Extended Descriptor attribute. Please see the description for Extended Descriptor in the manual for more information. Default ping response timeout is now 3 seconds Previous versions of PI-Ping implemented a default ping response timeout of 30 seconds. In PI-Ping v , this number is now 3 seconds. Of course, you can change the timeout value via the -to command line parameter. Release Notes Ping Interface 12

15 Version: Date: 08-Dec-2000 UniInt: Author: ETam This is the first official release of the PI-Ping Data Measurement Program. The names of the files have been changed. In general, "pi-ping" has been replaced by "piping". That is, piping.exe Program executable piping.bat Startup command file piping.doc Program documentation piping_1.4.0.txt Release notes for version There is also a 32-tag limited version called PI-Ping Basic. This version requires that -host=localhost:5450 be specified in the startup command file. In addition, on a given machine, only a single copy of PI-Ping Basic may be running at any time. The file names for PI-Ping Basic are: piping_basic.exe Program executable piping_basic.bat Startup command file piping.doc Program documentation piping_1.4.0.txt Release notes for version 1.4 Release Notes Ping Interface 13

16 Version: Date: 19-May-1999 UniInt: Author: DOda Items that were resolved or added in this release of Ping Interface. Punch List Item Type Description 13-May-1999 Corrected response to ICMP_REDIRECT error, such that rerouting information is ignored. Release Notes Ping Interface 14

17 Setup Operating Systems This release supports Windows 2000 SP3 & SP4, Windows XP, Windows 2003, Windows Vista and Windows 2008 Server. Windows NT and Windows 9x are not supported. System Prerequisites Installation of an OSIsoft product relies on the presence of operating system components such as the Microsoft.NET Framework. OSIsoft product setup kits check for needed prerequisite software during installation. If not found, the installation will stop and the user will be prompted to install prerequisites. OSIsoft Prerequisite setup kits are available for three target operating system environments: Windows 2000 SP3 & SP4, or 32-bit Windows XP prior to SP2 (install OSIprerequisite-w2k_#.#.#.#_.exe) 32-bit Windows XP SP2 and later, W2003, Vista and W2008 (install OSIprerequisite-32_#.#.#.#_.exe) 64-bit Windows XP SP 2 and later,w2003 & Vista and W2008 (install OSIprerequisite-64_#.#.#.#_.exe) See the Prerequisites Product Pages on the OSIsoft Tech Support Web site to determine which MS Operating System prerequisites you need: Server Platforms To access the PI Module database, use the ICU and ICU Control, PI Server version 3.3. or higher is required. Distribution Kit Files PI_PIPing.docx PI_PIPing_ReleaseNotes.pdf PI_PIPing_ICU_ReleaseNotes.pdf PIPing_ICU.msi PIPingSetup.msi or PingBasicSetup.msi PI Buffer Subsystem User Guide.pdf PIBufSSReleaseNotes.htm PIGenericNames_ReleaseNotes.txt PISDK_ReadMe.htm dotnet20setup.dll MDACSetup.dll MSRuntimes.msi msxmlsetup.dll pibufss.msi Release Notes Ping Interface 15

18 PIGenericNamesSetup.msi pisdk.msi PreRequistie.ini ScriptingRuntimeSetup.dll Setup.exe Setup.ini setuputils.dll Silent.ini WindowsInstallerSetup.dll Installation and Upgrade The PI Ping Interface setup program uses the services of the Microsoft Windows Installer. Windows Installer is a standard part of Windows 2000 and greater operating systems. To install, run the PIPing_#.#.#.#.exe installation kit. Uninstalling Ping Interface The Ping Interface can be removed from your system by selecting it for removal in the Add/Remove Program utility in Control Panel for Windows 2000, XP and 2003, or the Programs and Features Control Panel for Windows Vista and 2008 Server. You must have administrator privileges on your machine to successfully uninstall Ping Interface on Windows 2000, XP or 2003 Server. 1. Go to Start menu and choose Control Panel. 2. Select Add/Remove Programs 3. Select the appropriate entry PI Ping (PIPing) Interface (full version) or PI Ping (PIPing) Interface (basic version) 4. Select it and click the Remove button. List of Files Installed During Setup The following tables list the files installed by the Ping Interface setup program. These files are installed in the same location as other PI products. Directory File Name Version \PIPC\Interfaces\UniInt\ UniInt Interface User Manual.doc \PIPC\Interfaces\UniInt\ Full Version \PIPC\Interfaces\PING\ \PIPC\Interfaces\PING\ \PIPC\Interfaces\PING\ UniInt4x Release Notes.doc PI_PIPing.doc PI_PIPIng_ReleaseNotes.pdf PIPing.bat_new \PIPC\Interfaces\PING\ PIPing.exe Release Notes Ping Interface 16

19 Directory File Name Version \PIPC\Interfaces\PING\ PIPing.pdb Basic Version \PIPC\Interfaces\PING_Basic\ PI_PIPing.doc \PIPC\Interfaces\PING_Basic\ PI_PIPIng_ReleaseNotes.pdf \PIPC\Interfaces\PING_Basic\ PIPing_Basic.bat_new \PIPC\Interfaces\PING_Basic\ PIPing_Basic.exe \PIPC\Interfaces\PING_Basic\ PIPing_Basic.pdb Documentation Overview These release notes are part of the documentation set that supports the Ping Interface. The set also includes: PI Ping User Manual (PI_PIPing.docx): This manual provides a product overview, installation checklist and procedures, point configuration information, startup command file parameters all to assist you with the installation and configuration. It also provides other topics to allow you to get the Ping Interface working and information on troubleshoot. Additional information about this product and other topics of interest can be found in respective books available on the OSIsoft Technical Support and Resources Web site. Release Notes Ping Interface 17

20 Technical Support and Resources OSIsoft provides dedicated technical support internationally, 24 hours a day, 7 days a week to customers with a current SRP contract. To locate local access numbers and current contact options, please visit our Contact Methods page on the Technical Support web site at The main contact information is also listed below: Telephone: Web Portal: techsupport@osisoft.com My Calls When you open a case using any of the above methods, you will receive a response from a Technical Support Engineer within four hours. Be sure to provide: Product name, version, and/or build numbers Computer platform (CPU type, operating system, and version number) The time that the difficulty started The message log(s) at that time You can also take advantage of the Self-service Search page on our Technical Support Web Site to look for answers to your technical questions and issues. The search tool searches our online library of documentation, knowledge base articles, technical announcements and bulletins, known product issues, and documented product enhancement requests, as well as a collection of resources for system managers. Release Notes Ping Interface 18

21 OSIsoft, Inc. 777 Davis St., Suite 250 San Leandro, CA USA (01) (main phone) (01) (fax) (01) (support phone) Houston, TX Johnson City, TN Longview, TX Mayfield Heights, OH Philadelphia, PA Phoenix, AZ Savannah, GA OSIsoft Australia Perth, Australia OSI Software GmbH Altenstadt, Germany OSI Software Asia Pte Ltd. Singapore OSIsoft Canada ULC Montreal, Canada OSIsoft, Inc. Representative Office Shanghai, People s Republic of China OSIsoft Japan KK Tokyo, Japan OSIsoft Mexico S. De R.L. De C.V. Mexico City, Mexico OSIsoft do Brasil Sistemas Ltda. Sao Paulo, Brazil Sales Outlets/Distributors Middle East/North Africa Republic of South Africa Russia/Central Asia South America/Caribbean Southeast Asia South Korea Taiwan OSIsoft, Inc. is the owner of the following trademarks and registered trademarks: PI System, PI ProcessBook, Sequencia, Sigmafine, grecipe, srecipe, and RLINK. All terms mentioned in this book that are known to be trademarks or service marks have been appropriately capitalized. Any trademark that appears in this book that is not owned by OSIsoft, Inc. is the property of its owner and use herein in no way indicates an endorsement, recommendation, or warranty of such party's products or any affiliation with such party of any kind. RESTRICTED RIGHTS LEGEND Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS Release Notes Ping Interface 19

Release Notes PI OLEDB Version

Release Notes PI OLEDB Version PI OLEDB Version 3.3.0.1 2009 OSIsoft, Inc. All rights reserved Contents Overview... 1 Fixes and Enhancements... 1 Fixes... 1 Enhancements... 2 Known Issues... 3 Setup... 3 Operating Systems... 3 System

More information

PI ProcessBook Add-ins and PI ActiveView, Making them work together January 2009

PI ProcessBook Add-ins and PI ActiveView, Making them work together January 2009 PI ProcessBook Add-ins and PI ActiveView, Making them work together January 2009 1994-2009 OSIsoft, Inc. All rights reserved OSIsoft, Inc. 777 Davis St., Suite 250 San Leandro, CA 94577 USA (01) 510-297-5800

More information

PI Web Services 2012 SP1 Release Notes

PI Web Services 2012 SP1 Release Notes PI Web Services 2012 SP1 Release Notes 1.3.1.0 2013 OSIsoft, LLC. All rights reserved Table of Contents Overview... 1 Fixes and Enhancements... 1 Fixes... 1 Enhancements... 1 Known Issues... 1 Setup...

More information

PI DataLink MUI Language Pack

PI DataLink MUI Language Pack PI DataLink MUI Language Pack Version 2015 (5.2.0) 2015 OSIsoft, LLC. All rights reserved Table of Contents Overview Fixes and Enhancements Known Issues Setup Operating Systems System Prerequisites Server

More information

RtReports Template Reference Version 3.2

RtReports Template Reference Version 3.2 RtReports Template Reference Version 3.2 2002-2008 OSIsoft, Inc. All rights reserved OSIsoft, Inc. 777 Davis St., Suite 250 San Leandro, CA 94577 USA (01) 510-297-5800 (main phone) (01) 510-357-8136 (fax)

More information

PI Web API 2014 R2 Update 1 Release Notes

PI Web API 2014 R2 Update 1 Release Notes PI Web API 2014 R2 Update 1 Release Notes Application Version 1.3.1 2014 OSIsoft, LLC. All rights reserved Table of Contents Overview... 1 Fixes and Enhancements... 1 Fixes... 1 Enhancements... 1 Setup...

More information

Installing PI AF with SQL Server 2012 AlwaysOn Availability Group Feature. Version 1.0

Installing PI AF with SQL Server 2012 AlwaysOn Availability Group Feature. Version 1.0 Installing PI AF with SQL Server 2012 AlwaysOn Availability Group Feature Version 1.0 OSIsoft, LLC 777 Davis St., Suite 250 San Leandro, CA 94577 USA Tel: (01) 510-297-5800 Fax: (01) 510-357-8136 Web:

More information

High Availability Administrator Guide. August, 2010

High Availability Administrator Guide. August, 2010 High Availability Administrator Guide August, 2010 OSIsoft, LLC 777 Davis St., Suite 250 San Leandro, CA 94577 USA Tel: (01) 510-297-5800 Fax: (01) 510-357-8136 Web: http://www.osisoft.com OSIsoft Australia

More information

PI Interface Configuration Utility. Version

PI Interface Configuration Utility. Version PI Interface Configuration Utility Version 1.4.7.0 OSIsoft, Inc. 777 Davis St., Suite 250 San Leandro, CA 94577 USA Additional Offices Houston, TX Johnson City, TN Longview, TX Mayfield Heights, OH Philadelphia,

More information

PI Manual Logger User Guide Version 2.0 4/14/2006

PI Manual Logger User Guide Version 2.0 4/14/2006 PI Manual Logger User Guide Version 2.0 4/14/2006 1997-2006 OSIsoft, Inc. All rights reserved OSIsoft, Inc. 777 Davis St., Suite 250 San Leandro, CA 94577 USA (01) 510-297-5800 (main phone) (01) 510-357-8136

More information

OSIsoft Release Notes

OSIsoft Release Notes OSIsoft Release Notes PI ACE 2010 R2 SP1 (version 2.1.50.4/1.2.50) 2011 OSIsoft, LLC. All rights reserved PI ACE 2010 R2 SP1 Release Notes Table of Contents Overview... 1 Fixes and Enhancements... 1 Fixes...

More information

PI Interface for Yokogawa FAST/TOOLS SCADA. Version x

PI Interface for Yokogawa FAST/TOOLS SCADA. Version x PI Interface for Yokogawa FAST/TOOLS SCADA Version 1.2.3.x OSIsoft, LLC 777 Davis St., Suite 250 San Leandro, CA 94577 USA Tel: (01) 510-297-5800 Fax: (01) 510-357-8136 Web: http://www.osisoft.com OSIsoft

More information

PI Interface for CSI UCOS. Version x

PI Interface for CSI UCOS. Version x PI Interface for CSI UCOS Version 1.0.0.x OSIsoft, LLC 777 Davis St., Suite 250 San Leandro, CA 94577 USA Tel: (01) 510-297-5800 Fax: (01) 510-357-8136 Web: http://www.osisoft.com OSIsoft Australia Perth,

More information

OSIsoft Release Notes

OSIsoft Release Notes OSIsoft Release Notes PI OPC DA Server 2017 Version 2.2.1 2017 OSIsoft, LLC. All rights reserved Table of Contents Overview... 1 Fixes and Enhancements... 1 Fixes... 1 Enhancements... 2 Known Issues...

More information

DCOM Configuration Guide. Published April 2010

DCOM Configuration Guide. Published April 2010 DCOM Configuration Guide Published April 2010 OSIsoft, LLC 777 Davis St., Suite 250 San Leandro, CA 94577 USA Tel: (01) 510-297-5800 Fax: (01) 510-357-8136 Web: http://www.osisoft.com OSIsoft Australia

More information

PI Connector for Ping 1.0. User Guide

PI Connector for Ping 1.0. User Guide PI Connector for Ping 1.0 User Guide OSIsoft, LLC 777 Davis St., Suite 250 San Leandro, CA 94577 USA Tel: (01) 510-297-5800 Fax: (01) 510-357-8136 Web: http://www.osisoft.com PI Connector for Ping 1.0

More information

Introducing OSIsoft. Presented by Zsolt Oros, Regional Manager DACH & EE

Introducing OSIsoft. Presented by Zsolt Oros, Regional Manager DACH & EE Introducing OSIsoft Presented by Zsolt Oros, Regional Manager DACH & EE Who we are? Copyr i ght 2014 O SIs oft, LLC. 2 OSIsoft is a company with a focus One System. Singular focus. 1980 20% Founded Revenue

More information

PI SQC User Guide. Version 3.2

PI SQC User Guide. Version 3.2 PI SQC User Guide Version 3.2 OSIsoft, Inc. 777 Davis St., Suite 250 San Leandro, CA 94577 USA Additional Offices Houston, TX Johnson City, TN Longview, TX Mayfield Heights, OH Philadelphia, PA Phoenix,

More information

INSTALLATION ASSISTANT. Rockwell Automation Publication HSE-QR002A-EN-E December 2012

INSTALLATION ASSISTANT. Rockwell Automation Publication HSE-QR002A-EN-E December 2012 INSTALLATION ASSISTANT Rockwell Automation Publication HSE-QR002A-EN-E December 2012 Supersedes Publication HSE-QR001A-EN-E May 2012 Contact Rockwell Automation Copyright Notice Trademark Notices Other

More information

The following logos and products are trademarks of OSIsoft, Inc.: PI System, Sequencia, Sigmafine, grecipe, srecipe, and RLINK.

The following logos and products are trademarks of OSIsoft, Inc.: PI System, Sequencia, Sigmafine, grecipe, srecipe, and RLINK. Contact Rockwell Customer Support Telephone 1.440.646.3434 Online Support http://support.rockwellautomation.com Copyright Notice 2007 Rockwell Automation Technologies, Inc. All rights reserved. Printed

More information

PI for StreamInsight User Guide. Version 1.0

PI for StreamInsight User Guide. Version 1.0 PI for StreamInsight User Guide Version 1.0 OSIsoft, LLC 777 Davis St., Suite 250 San Leandro, CA 94577 USA Tel: (01) 510-297-5800 Fax: (01) 510-357-8136 Web: http://www.osisoft.com OSIsoft Australia Perth,

More information

The following logos and products are trademarks of OSIsoft, Inc.: PI System, Sequencia, Sigmafine, grecipe, srecipe, and RLINK.

The following logos and products are trademarks of OSIsoft, Inc.: PI System, Sequencia, Sigmafine, grecipe, srecipe, and RLINK. Contact Rockwell Customer Support Telephone 1.440.646.3434 Online Support http://support.rockwellautomation.com Copyright Notice 2007 Rockwell Automation Technologies, Inc. All rights reserved. Printed

More information

Configuring IP SLAs TCP Connect Operations

Configuring IP SLAs TCP Connect Operations This module describes how to configure an IP Service Level Agreements (SLAs) TCP Connect operation to measure the response time taken to perform a TCP Connect operation between a Cisco router and devices

More information

Introducing PI SDK Buffering

Introducing PI SDK Buffering Introducing PI SDK Buffering PI SDK 1.4.0 marks the introduction of PI SDK buffering, which buffers PI point data from PI products and custom applications created with PI SDK. This document contains the

More information

Symantec Backup Exec System Recovery Granular Restore Option User's Guide

Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide The software described in this book is furnished under

More information

Administering Licenses for Rational Software

Administering Licenses for Rational Software Administering Licenses for Rational Software Release Date April 2000 Book Version 2000.02.10 Part Number 800-023310-000 support@rational.com http://www.rational.com IMPORTANT NOTICE Copyright Notice Copyright

More information

EA/Studio Installation Guide

EA/Studio Installation Guide EA/Studio 1.5.2 Installation Guide Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.

More information

Nokia Horizon Manager Release Notes. Version1.4 SP1

Nokia Horizon Manager Release Notes. Version1.4 SP1 Nokia Horizon Manager Release Notes Version1.4 SP1 Part No. N450000005 Rev 001 November 2005 Nokia Contact Information Corporate Headquarters Web Site Telephone http://www.nokia.com 1-888-477-4566 or 1-650-625-2000

More information

EView/400i Management for HP BSM. Operations Manager i

EView/400i Management for HP BSM. Operations Manager i EView/400i Management for HP BSM Operations Manager i Concepts Guide Software Version: 7.00 July 2015 Legal Notices Warranty EView Technology makes no warranty of any kind with regard to this document,

More information

DBArtisan 8.6 Installation Guide

DBArtisan 8.6 Installation Guide DBArtisan 8.6 Installation Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.

More information

Exclaimer Outlook Photos 1.0 Release Notes

Exclaimer Outlook Photos 1.0 Release Notes Exclaimer Release Notes Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com 1 Contents About these Release Notes... 3 Release Number... 3 Hardware... 3 Software... 3 Prerequisites...

More information

Veritas Backup Exec Migration Assistant

Veritas Backup Exec Migration Assistant Veritas Backup Exec Migration Assistant Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks of Veritas Technologies

More information

P2P Programming Assignment

P2P Programming Assignment P2P Programming Assignment Overview This project is to implement a Peer-to-Peer (P2P) networking project similar to a simplified Napster. You will provide a centralized server to handle cataloging the

More information

Altiris IT Analytics Solution 7.1 from Symantec User Guide

Altiris IT Analytics Solution 7.1 from Symantec User Guide Altiris IT Analytics Solution 7.1 from Symantec User Guide Altiris IT Analytics Solution 7.1 from Symantec User Guide The software described in this book is furnished under a license agreement and may

More information

PI Interface for Honeywell TotalPlant Batch. Version x

PI Interface for Honeywell TotalPlant Batch. Version x PI Interface for Honeywell TotalPlant Batch Version 3.0.11.x OSIsoft, LLC 777 Davis St., Suite 250 San Leandro, CA 94577 USA Tel: (01) 510-297-5800 Fax: (01) 510-357-8136 Web: http://www.osisoft.com OSIsoft

More information

PI Asset Connector for Emerson DeltaV

PI Asset Connector for Emerson DeltaV PI Asset Connector for Emerson DeltaV DeltaV versions 10.3. - 12.3.1 Version 3.0.0.x OSIsoft, LLC 777 Davis St., Suite 250 San Leandro, CA 94577 USA Tel: (01) 510-297-5800 Fax: (01) 510-357-8136 Web: http://www.osisoft.com

More information

Exclaimer Auto Responder 1.0 Release Notes

Exclaimer Auto Responder 1.0 Release Notes Exclaimer Release Notes Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com 1 Contents Release Number... 3 System Requirements... 3 Hardware... 3 Software... 3 Downloading... 3 Installing...

More information

Rapid SQL 7.6 Installation Guide

Rapid SQL 7.6 Installation Guide Rapid SQL 7.6 Installation Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.

More information

Configuring IP SLAs ICMP Echo Operations

Configuring IP SLAs ICMP Echo Operations This module describes how to configure an IP Service Level Agreements (SLAs) Internet Control Message Protocol (ICMP) Echo operation to monitor end-to-end response time between a Cisco router and devices

More information

U85026A Detector 40 to 60 GHz

U85026A Detector 40 to 60 GHz Operating and Service Manual U85026A Detector 40 to 60 GHz Serial Numbers This manual applies directly to U85026A detectors with serial numbers 100 and above. For additional information on serial numbers,

More information

USER GUIDE PRINT QUEUE MANAGER 3.0. Software Shelf Computer Software

USER GUIDE PRINT QUEUE MANAGER 3.0. Software Shelf Computer Software Software Shelf Computer Software USER GUIDE PRINT QUEUE MANAGER 3.0 United States 601 Cleveland Street, Suite 710 Clearwater, FL 33755 Sales: 800 962 2290 Support: 727 445 1920 Fax: 727 445 9223 Email:

More information

Inmagic DB/TextWorks v14.5 Installation and Upgrade Notes

Inmagic DB/TextWorks v14.5 Installation and Upgrade Notes Inmagic DB/TextWorks v14.5 Installation and Upgrade Notes This document is intended for new DB/TextWorks installations and sites that are upgrading to version 14.5. DB/TextWorks is a content management

More information

Configuring IP SLAs ICMP Echo Operations

Configuring IP SLAs ICMP Echo Operations This module describes how to configure an IP Service Level Agreements (SLAs) Internet Control Message Protocol (ICMP) Echo operation to monitor end-to-end response time between a Cisco router and devices

More information

Exclaimer Outlook Photos 2.0 Release Notes

Exclaimer Outlook Photos 2.0 Release Notes Exclaimer Release Notes Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com 1 Contents Release Number... 3 Hardware... 3 Software... 3 Prerequisites... 3 Downloading... 4 Installing...

More information

FieldView. Management Suite

FieldView. Management Suite FieldView The FieldView Management Suite (FMS) system allows administrators to view the status of remote FieldView System endpoints, create and apply system configurations, and manage and apply remote

More information

Installation Notes. for Windows. ZONA Technology, Inc. Scottsdale, Arizona

Installation Notes. for Windows. ZONA Technology, Inc. Scottsdale, Arizona 1 of 5 Installation Notes for Windows ZONA Technology, Inc. Scottsdale, Arizona Copyright 2018 ZONA Technology, Inc. All Rights Reserved Worldwide. No part of the ZONAIR software or documentation may be

More information

Configuring IP Services

Configuring IP Services This module describes how to configure optional IP services. For a complete description of the IP services commands in this chapter, refer to the Cisco IOS IP Application Services Command Reference. To

More information

Programming Note. Agilent Technologies Quick Reference Guide For the 8757D/E Scalar Network Analyzer

Programming Note. Agilent Technologies Quick Reference Guide For the 8757D/E Scalar Network Analyzer Programming Note Agilent Technologies Quick Reference Guide For the 8757D/E Scalar Network Analyzer Manufacturing Part Number: 08757-90130 Printed in USA Print Date: July 1992 Agilent Technologies, Inc.

More information

Nokia Intrusion Prevention with Sourcefire. Appliance Quick Setup Guide

Nokia Intrusion Prevention with Sourcefire. Appliance Quick Setup Guide Nokia Intrusion Prevention with Sourcefire Appliance Quick Setup Guide Part Number N450000567 Rev 001 Published September 2007 COPYRIGHT 2007 Nokia. All rights reserved. Rights reserved under the copyright

More information

Xtreme SmartX7Link Reference Guide

Xtreme SmartX7Link Reference Guide MM-4 0655A SW.0.x Xtreme SmartX7Link Reference Guide ERIEZ MAGNETICS HEADQUARTERS: 00 ASBURY ROAD, ERIE, PA 6506 40 U.S.A. WORLDAUTHORITYIN SEPARATION TECHNOLOGIES TABLE OF CONTENTS Overview and Quick

More information

Cisco Terminal Services (TS) Agent Guide, Version 1.1

Cisco Terminal Services (TS) Agent Guide, Version 1.1 First Published: 2017-05-03 Last Modified: 2017-10-13 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

DMK ARCHITECTURE A Reference

DMK ARCHITECTURE A Reference DMK ARCHITECTURE A Reference 2009 OSR Open Systems Resources, Inc. All rights reserved. No part of this work covered by the copyright hereon may be reproduced or used in any form or by any means -- graphic,

More information

INSTALLATION AND CONFIGURATION GUIDE. Rockwell Automation Publication HSE-IN024A-EN-E December 2012

INSTALLATION AND CONFIGURATION GUIDE. Rockwell Automation Publication HSE-IN024A-EN-E December 2012 INSTALLATION AND CONFIGURATION GUIDE Rockwell Automation Publication HSE-IN024A-EN-E December 2012 Supersedes Publication HSE-IN023A-EN-E May 2012 Contact Rockwell Automation Copyright Notice Trademark

More information

HYPERION SYSTEM 9 BI+ ANALYTIC SERVICES RELEASE 9.2 ANALYTIC SQL INTERFACE GUIDE

HYPERION SYSTEM 9 BI+ ANALYTIC SERVICES RELEASE 9.2 ANALYTIC SQL INTERFACE GUIDE HYPERION SYSTEM 9 BI+ ANALYTIC SERVICES RELEASE 9.2 ANALYTIC SQL INTERFACE GUIDE Copyright 1998 2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion H logo, and Hyperion s product

More information

This section describes fixed limitations for PowerCenter Connect for Web Services.

This section describes fixed limitations for PowerCenter Connect for Web Services. Contents Informatica Corporation Informatica PowerCenter Connect for Web Services Version 8.1.1 SP5 Release Notes March 2008 Copyright 2003-2008 Informatica Corporation This Software may be protected by

More information

Symantec ApplicationHA Release Notes

Symantec ApplicationHA Release Notes Symantec ApplicationHA Release Notes Linux on KVM 6.0 December 2011 Symantec ApplicationHA Release Notes The software described in this book is furnished under a license agreement and may be used only

More information

PI Interface for Measurex MXO. Version x

PI Interface for Measurex MXO. Version x PI Interface for Measurex MXO Version 4.14.1.x OSIsoft, LLC 777 Davis St., Suite 250 San Leandro, CA 94577 USA Tel: (01) 510-297-5800 Fax: (01) 510-357-8136 Web: http://www.osisoft.com OSIsoft Australia

More information

IP Switching Configuring Fast Switching Configuration Guide Cisco IOS Release 15SY

IP Switching Configuring Fast Switching Configuration Guide Cisco IOS Release 15SY IP Switching Configuring Fast Switching Configuration Guide Cisco IOS Release 15SY Configuring Fast Switching 2 Finding Feature Information 2 Information About Configuring Fast Switching 2 How to Configure

More information

Cisco Terminal Services (TS) Agent Guide, Version 1.0

Cisco Terminal Services (TS) Agent Guide, Version 1.0 First Published: 2016-08-29 Last Modified: 2018-01-30 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Veritas CommandCentral Enterprise Reporter Release Notes

Veritas CommandCentral Enterprise Reporter Release Notes Veritas CommandCentral Enterprise Reporter Release Notes for Microsoft Windows and Solaris 5.2 RU3 February 2012 CommandCentral Enterprise Reporter Release Notes The software described in this book is

More information

PI OPC DA Server User Guide

PI OPC DA Server User Guide PI OPC DA Server 2017 User Guide OSIsoft, LLC 1600 Alvarado Street San Leandro, CA 94577 USA Tel: (01) 510-297-5800 Fax: (01) 510-357-8136 Web: http://www.osisoft.com PI OPC DA Server 2017 User Guide 1992-2017

More information

Veritas NetBackup for SQLite Administrator's Guide

Veritas NetBackup for SQLite Administrator's Guide Veritas NetBackup for SQLite Administrator's Guide Windows and Linux Release 8.1.1 Documentation version: 8.1.1 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the

More information

Symantec Endpoint Protection Integration Component User's Guide. Version 7.0

Symantec Endpoint Protection Integration Component User's Guide. Version 7.0 Symantec Endpoint Protection Integration Component User's Guide Version 7.0 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms

More information

Inmagic DB/TextWorks Installation and Upgrade Notes

Inmagic DB/TextWorks Installation and Upgrade Notes Inmagic DB/TextWorks 12.00 Installation and Upgrade Notes This document is intended for new DB/TextWorks installations and sites that are upgrading to version 12.00. DB/TextWorks is a content management

More information

Table of Contents. Cisco NAT Order of Operation

Table of Contents. Cisco NAT Order of Operation Table of Contents NAT Order of Operation...1 Document ID: 6209...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...1 Conventions...1 NAT Overview...1 NAT Configuration and Output...2

More information

USER GUIDE PRINT MANAGER PLUS 2008 WITH CLIENT BILLING AND AUTHENTICATION. Software Shelf Computer Software. Take Control of Your Network Printing

USER GUIDE PRINT MANAGER PLUS 2008 WITH CLIENT BILLING AND AUTHENTICATION. Software Shelf Computer Software. Take Control of Your Network Printing Software Shelf Computer Software USER GUIDE PRINT MANAGER PLUS 2008 WITH CLIENT BILLING AND AUTHENTICATION Take Control of Your Network Printing United States 601 Cleveland Street, Suite 710 Clearwater,

More information

User and training guides and related documentation from Parametric Technology Corporation and its subsidiary companies (collectively "PTC") are

User and training guides and related documentation from Parametric Technology Corporation and its subsidiary companies (collectively PTC) are Arbortext IsoView Installation Guide Arbortext IsoView 7.3 May 2012 Copyright 2012 Parametric Technology Corporation and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related

More information

Exclaimer Signature Manager 2.0 Release Notes

Exclaimer Signature Manager 2.0 Release Notes Exclaimer Release Notes Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com 1 Contents About these Release Notes... 3 Release Number... 3 Hardware... 3 Software... 3 Hardware... 3 Software...

More information

ESM Security Response Policies Release Notes. Nimda response policy for Windows NT and Windows 2000

ESM Security Response Policies Release Notes. Nimda response policy for Windows NT and Windows 2000 ESM Security Response Policies Release Notes Nimda response policy for Windows NT and Windows 2000 Nimda NT-W2K ESM Security Response Policies Release Notes The software described in this book is furnished

More information

CA ehealth Integration for HP OpenView

CA ehealth Integration for HP OpenView CA ehealth Integration for HP OpenView User Guide r6.1 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational

More information

CS 118 Project Phase 2 P2P Networking

CS 118 Project Phase 2 P2P Networking CS 118 Project Phase 2 P2P Networking Due Monday, March 15 th at 11:59pm Boelter Hall 4428, Box D3/C4 and via Electronic Submission Overview In this phase you will extend your work from Phase 1 to create

More information

Nokia Intrusion Prevention with Sourcefire Appliance Quick Setup Guide. Sourcefire Sensor on Nokia v4.8

Nokia Intrusion Prevention with Sourcefire Appliance Quick Setup Guide. Sourcefire Sensor on Nokia v4.8 Nokia Intrusion Prevention with Sourcefire Appliance Quick Setup Guide Sourcefire Sensor on Nokia v4.8 Part No. N450000774 Rev 001 Published September 2008 COPYRIGHT 2008 Nokia. All rights reserved. Rights

More information

Arcserve Backup for Windows

Arcserve Backup for Windows Arcserve Backup for Windows Agent for Sybase Guide r17.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Symantec Enterprise Security Manager Modules for Oracle Release Notes

Symantec Enterprise Security Manager Modules for Oracle Release Notes Symantec Enterprise Security Manager Modules for Oracle Release Notes Release 5.0 for Symantec ESM 9.0 and 10.0 For Red Hat Enterprise Linux, HP-UX, AIX, Solaris, and Windows Symantec Enterprise Security

More information

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine Network Management and Monitoring Configuration Guide Part number: 5998-3936 Software version: 3308P26 Document version: 6W101-20130628 Legal

More information

Mainframe Adapter for SNA

Mainframe Adapter for SNA BEATuxedo Mainframe Adapter for SNA Release Notes Version 8.1 Document Revised: November 14, 2003 Part Number: 825-001004-009 Copyright Copyright 2003 BEA Systems, Inc. All Rights Reserved. Restricted

More information

Exclaimer Signature Manager 2.0 Release Notes

Exclaimer Signature Manager 2.0 Release Notes Exclaimer Release Notes Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com 1 Contents About these Release Notes... 3 Release Number... 3 Hardware... 3 Software... 3 Hardware... 3 Software...

More information

Configuring IP SLAs TCP Connect Operations

Configuring IP SLAs TCP Connect Operations Configuring IP SLAs TCP Connect Operations Finding Feature Information Configuring IP SLAs TCP Connect Operations Last Updated: March 22, 2011 This module describes how to configure an IP Service Level

More information

Inmagic DB/TextWorks Installation and Upgrade Notes

Inmagic DB/TextWorks Installation and Upgrade Notes Inmagic DB/TextWorks 10.00 Installation and Upgrade Notes This document is intended for new DB/TextWorks installations and sites that are upgrading to version 10.00. DB/TextWorks is a content management

More information

Inmagic DB/TextWorks 9.00 Installation and Upgrade Notes

Inmagic DB/TextWorks 9.00 Installation and Upgrade Notes Inmagic DB/TextWorks 9.00 Installation and Upgrade Notes Thank you for purchasing Inmagic DB/TextWorks. This document is for new DB/TextWorks installations and sites that are upgrading to version 9.00.

More information

Embarcadero PowerSQL 1.1 New Features Guide. Published: July 14, 2008

Embarcadero PowerSQL 1.1 New Features Guide. Published: July 14, 2008 Embarcadero PowerSQL 1.1 New Features Guide Published: July 14, 2008 Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA

More information

DS800 Development Suite Quick Start Guide for the FloBoss 107

DS800 Development Suite Quick Start Guide for the FloBoss 107 Form A6267 Part Number D301597X012 January 2009 DS800 Development Suite Quick Start Guide for the FloBoss 107 Version 1.0 Remote Automation Solutions Revision Tracking Sheet January 2009 This manual may

More information

Veritas Cluster Server Application Note: High Availability for BlackBerry Enterprise Server

Veritas Cluster Server Application Note: High Availability for BlackBerry Enterprise Server Veritas Cluster Server Application Note: High Availability for BlackBerry Enterprise Server Windows Server 2003, Windows Server 2008 5.1 Service Pack 2 Veritas Cluster Server Application Note: High Availability

More information

unisys Agile Business Suite How to Install Visual Studio 2013 for AB Suite 5.0 Applies to: Developer 5.0

unisys Agile Business Suite How to Install Visual Studio 2013 for AB Suite 5.0 Applies to: Developer 5.0 unisys Agile Business Suite How to Install Visual Studio 2013 for AB Suite 5.0 Applies to: Developer 5.0 January 2015 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product or related information

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Deployment Scanner 10.0 Symantec Enterprise Vault: Deployment Scanner The software described in this book is furnished under a license agreement and may be used only in accordance

More information

CA Nimsoft Monitor Snap

CA Nimsoft Monitor Snap CA Nimsoft Monitor Snap Configuration Guide for Network Connectivity Monitoring net_connect v2.9 series Legal Notices This online help system (the "System") is for your informational purposes only and

More information

Symantec Encryption Management Server and Symantec Data Loss Prevention. Integration Guide

Symantec Encryption Management Server and Symantec Data Loss Prevention. Integration Guide Symantec Encryption Management Server and Symantec Data Loss Prevention Integration Guide The software described in this book is furnished under a license agreement and may be used only in accordance

More information

ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL STUB ROUTER FUNCTIONALITY

ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL STUB ROUTER FUNCTIONALITY APPLICATION NOTE ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL STUB ROUTER FUNCTIONALITY OVERVIEW Enhanced Interior Gateway Routing Protocol (EIGRP).Stub Router functionality, which Cisco introduced in Cisco

More information

Printing Systems Division. Infoprint Manager for AIX NLV Release Notes

Printing Systems Division. Infoprint Manager for AIX NLV Release Notes Printing Systems Division Infoprint Manager for AIX NLV Release Notes Version 4 Release 2 January 13, 2005 Note! Before using this information and the product it supports, read the information in Notices

More information

SafeNet Authentication Service Agent for Cisco AnyConnect Client. Installation and Configuration Guide

SafeNet Authentication Service Agent for Cisco AnyConnect Client. Installation and Configuration Guide SafeNet Authentication Service Agent for Cisco AnyConnect Client Installation and Configuration Guide All information herein is either public information or is the property of and owned solely by Gemalto

More information

Remote Watchman Device Server User Manual

Remote Watchman Device Server User Manual Remote Watchman Device Server User Manual Software Version 4.0 Manual P/N 071-0043 Rev 8 September 29, 2016 Copyright 2000-2016 Sensorsoft Corporation, All rights reserved. Sensorsoft, SCOM and Remote

More information

Tivoli Access Manager for Enterprise Single Sign-On

Tivoli Access Manager for Enterprise Single Sign-On Tivoli Access Manager for Enterprise Single Sign-On Version 6.0 Kiosk Adapter Installation and Setup Guide GC23-6353-00 Tivoli Access Manager for Enterprise Single Sign-On Version 6.0 Kiosk Adapter Installation

More information

Cisco Terminal Services (TS) Agent Guide, Version 1.1

Cisco Terminal Services (TS) Agent Guide, Version 1.1 First Published: 2017-05-03 Last Modified: 2017-12-19 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

PfR Voice Traffic Optimization Using Active Probes

PfR Voice Traffic Optimization Using Active Probes PfR Voice Traffic Optimization Using Active Probes This module documents a Performance Routing (PfR) solution that supports outbound optimization of voice traffic based on the voice metrics, jitter and

More information

Limitations and Workarounds Supplement

Limitations and Workarounds Supplement IBM Tivoli Monitoring for Databases: Microsoft SQL Server Limitations and Workarounds Supplement Version 5.1.1 SC23-4850-00 IBM Tivoli Monitoring for Databases: Microsoft SQL Server Limitations and Workarounds

More information

Cisco Discovery Protocol Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 920 Series)

Cisco Discovery Protocol Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 920 Series) Cisco Discovery Protocol Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 920 Series) Cisco Discovery Protocol Version 2 2 Finding Feature Information 2 Prerequisites for Using Cisco Discovery Protocol

More information

PI Interface for SNMP User Guide

PI Interface for SNMP User Guide PI Interface for SNMP 1.6.7 User Guide OSIsoft, LLC 1600 Alvarado Street San Leandro, CA 94577 USA Tel: (01) 510-297-5800 Fax: (01) 510-357-8136 Web: http://www.osisoft.com PI Interface for SNMP 1.6.7

More information

Veritas Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint Server

Veritas Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint Server Veritas Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint Server Windows Server 2003, Windows Server 2008 5.1 Service Pack 1 Veritas Storage

More information

No Service Password-Recovery

No Service Password-Recovery No Service Password-Recovery Last Updated: January 18, 2012 The No Service Password-Recovery feature is a security enhancement that prevents anyone with console access from accessing the router configuration

More information

HP ProLiant Essentials RDMA for HP Multifunction Network Adapters User Guide

HP ProLiant Essentials RDMA for HP Multifunction Network Adapters User Guide HP ProLiant Essentials RDMA for HP Multifunction Network Adapters User Guide Part Number 432562-00B February 2007 (Second Edition) Copyright 2007 Hewlett-Packard Development Company, L.P. The information

More information