Waters Empower Software Build 1154 Toolkit Service Pack Release Notes

Size: px
Start display at page:

Download "Waters Empower Software Build 1154 Toolkit Service Pack Release Notes"

Transcription

1 Waters Empower Software Build 1154 Toolkit Service Pack Release Notes These release notes are intended as supplemental information and should be used in conjunction with the Empower Software Release Notes. All release note information for Empower also pertains to this Service Pack. In order to maintain consistency, Waters recommends that you install the same level of service packs on all of your workstations or, in an Enterprise environment, on all of your clients, LAC/E 32 modules, and servers. Installation of the Toolkit Service Pack also includes and requires all changes noted in the following Empower follow-on projects: Service Packs A, B, C, D, ApexTrack, Light Scattering, Instrument Support Service Pack and Instrument Support 2 Service Pack. PCS numbers are defined throughout this document. These numbers are internal numbers used to track the status of problems associated with the Empower software. Features Implemented with the Toolkit Service Pack Empower Toolkit Service Pack fixes several defects in Empower Toolkit. These defects are listed on page 3 of this document. Additionally, this service pack provides newly added features to Empower Toolkit, which are listed on page 6 of this document. Installation Notes Waters recommends that you backup all of your Empower projects (and library information) and/or Empower database before installing any Empower service pack. The installation of any service pack is documented in the checksum.txt file on your Empower computer. This file indicates which service pack(s) is installed and verifies the integrity of disk files by comparing their current CRC s and sizes with original values recorded during installation of the base software and any installed service pack. This file is created when you perform a Verify Files routine by choosing Start > Programs > Empower > Verify Files. The checksum.txt file automatically displays at the end of this routine. You can display this file by choosing Start > Programs > Empower > File Verification Results. The installed service packs are listed in the Help About dialog in the Installed Service Packs list. The Verify Files utility, the Advanced Qualification Technology (AQT), and the Installation Log also indicate what service packs are installed. Installation The service pack is contained in a self-extracting zip file. Extracting will launch the installation and you will be presented with a dialog box giving an option to install (choosing Yes) or not install (choosing No) this service pack. More than one service pack is contained on this CD. The following service packs will be installed along with the Empower Toolkit service pack: Service Pack A Service Pack B Service Pack C Apex Track Light Scattering Support Service Pack D Empower Instrument Support Empower Instrument Support 2 Part # , Rev A Waters is a trademark of Waters Corporation. All other trademarks are the sole property of their respective owners. Copyright 2004 Waters Corporation

2 When the service packs included in this release are installed, only the files required by these service packs are installed in the appropriate order. The registry is updated to reflect the correct list of installed service packs. No Oracle or system files are affected. To install the Toolkit Service Pack: 1. From the Windows menu, choose Start > Run. 2. Do one of the following: Enter X:\ Empower Updates exe (excluding quotation marks) in the Run dialog (where X is the drive letter of your CD-ROM. OR Browse to the appropriate CD drive; double click the Empower Updates exe file. 1. Follow all prompts. Uninstall You must backup all of your Empower projects (and library information) and/or Empower database before uninstalling any service pack. To remove the Toolkit service pack from your system, run the service pack installation program. You will be presented with a dialog box giving an option to reinstall (choosing Yes) or uninstall (choosing No) the Toolkit service pack. When the Toolkit service pack is uninstalled, a full reload of the Empower executable files is made to ensure the validity of the installation and the registry is updated to reflect this change. No Oracle or system files are affected. After an uninstall has been performed, full qualification of Empower should be performed in a GXP regulated environment. Program Files Affected The following files are updated when the Toolkit Service Pack is installed: Empower\Bin\Mil0.dll Empower\Bin\Mil3.dll Empower\Bin\MilTK.dll Empower\Bin\MilTKEx1.dll Empower\Bin\Quickset.exe Empower\Bin\Quickstart.exe Empower\Bin\Verifyopt.exe Empower\Bin\OpenAccess.exe Empower\Bin\ProcSrvr.exe Note: The Verify Files utility is designed to show whether the current installation is valid and will not show differences between the current and previous installations (before and after the service pack application). While these specific files are replaced during the service pack installation, it is expected that Verify files will not show those files as changed. If your laboratory standards require that you can demonstrate that the files listed above have been updated, you can compare the output of the Verify Files utility done after the installation of the service pack(s), with the output of the Verify Files utility done before the service packs(s) were installed. Problems Fixed with Empower Toolkit Service Pack 2

3 Fix defect PCS #28591 (Toolkit Memory Leak) Fixes a Memory leak surrounding the ResultViewer object. When calling and releasing the ResultViewer and associated objects, system memory will be appropriately released. Fix defect PCS #28480 (Quick Start Interface) Allow full functionality of the Quick Start Interface via Toolkit. When a user logs in to Empower via the Toolkit Project object Login method, Toolkit should check what allowed interfaces the user has and open the appropriate interface based on their Default User Interface setting. This also caused problems when fetching result id information based on the mtkselected option of the ResultViewer. Through further investigation of this defect, changes were also made to the Project Object LaunchMilApp Method. Detail changes on this fix: A fourth optional parameter was added to the Project Object s LaunchMilApp method, mtkuserinterface ui. The Method now is: LaunchMilApp(mtkMillenniumApp milapp, mtkconnectoptions connectoption, VARIANT varargs, mtkuserinterface ui), Where mtkuserinterface is an enumeration of (mtkdefault = 0, mtkquickstart = 1, mtkpro = 2, mtkopenaccess = 3, mtkweb = 4). This allows the ToolKit user to specify which interface they wish to launch, with some caveats. - If the optional argument isn t supplied, Toolkit will look at the supplied User s default interface and use that (and if that selection is set to use the system default, it will use the System Policy Default UI setting). - If the optional argument supplied is mtkdefault, Toolkit will launch via the System Policy Default UI setting. - If the optional argument supplied is mtkpro or mtkquickstart, Toolkit will check to see if the given user has the appropriate privileges for that, if not it will return an error. - In the case where mtkopenaccess or mtkweb is specified or defaulted to, an error will be returned as these are not supported interfaces via ToolKit. Note: There are timing issues with launching applications ( i.e. Project, Review) with the QuickStart interface, whereas the behavior is not consistent when launching with a particular view, i.e. Launching Project/QuickStart/Channels may display Find Data/Samplesets view. In these cases the user will have to make an additional selection manually to the appropriate tab view. Fix defect PCS #28474 (Apex Track) When Apex Track is enabled there are different Integration Parameters and Events in Empower. However, the Visual Basic object browser will only show fields corresponding to Traditional Integration. In Empower there are two sets of integration parameters, Apex Track and Traditional. When editing a processing method with Apex Track integration parameters the ToolKit will load the Apex Track fields for the IntegrationParameters object, when editing a processing method with Traditional integration the ToolKit will load those fields. This is seamless to the ToolKit user, you will simply see the appropriate fields based on which kind of processing method you are editing. Fix defect PCS #29096 (LaunchMillApp Method) The Project object LaunchMillApp method has an mtkcreateifnecessary connect option. If this option is used, the application is only started if it is not already running based on the Login parameters. Currently Toolkit will ignore the mtkcreateifnecessary option and create a new application window. 3

4 Using this mtkcreateifnecessary connect option will now operate correctly and not create a new application window. Fix defect PCS #29563 (Enforce Unique User Account Names) If attempting to create a user through the Toolkit User object and the system policy Enforce Unique User Account Names is set, the Toolkit will not display the appropriate message box stating User name x already in use. The system creates the account by appending a number 1 to the end of the duplicate name attempting to be created. Toolkit will now return an error if that user name is already in use. Toolkit will also check to ensure the account name meet s the minimum length requirements, if not, an error will be returned. Fix defect PCS #29565 (Project Object Login) If attempting to login via the Toolkit Project object, the Toolkit will not display the appropriate errors for the different login conditions. The following list details these conditions and the revised Toolkit action: 1. A new user account is created via Empower or Toolkit and Password Required was enabled. When attempting to log into Empower via Toolkit for the first time using this new account, the Toolkit did not display a message box stating Your Password has Expired. Toolkit will now display an error that the password has expired. The user must log in through the Empower Software to correct this. By design, the Toolkit can not create or modify passwords. This must be done through the Empower Software. 2. If the System Policy Enforce Minimum Password Length of: x characters is enabled and a user logs into Empower via Toolkit with a password not meeting this policy, Toolkit did not display a message box stating, The password for this account no longer meets current system policies for length. Toolkit will now display this message box and direct the user to change their password by logging in through Empower Software. By design, the Toolkit can not create or modify passwords. This must be done through the Empower Software. 3. If the System Policy Passwords Expire every: x days is enabled and a user logs into Empower via Toolkit with a password not meeting this policy, Toolkit did not display a message box stating, Your password will expire in x day(s). Toolkit will now display an error when the password has expired. The user must log in through the Empower Software to correct this. By design, the Toolkit can not create or modify passwords. This must be done through the Empower Software. Fix defect PCS #29594 (Result and Sample Information Changes) The New Project Policies tab for Empower System Polices has a "Result Changes" and "Sample Information Changes" check box under 'Default Full Audit Trail Settings' - 'Full Audit Trail Support'. When these are checked and Result or Sample Information changes are made via the Toolkit the user is not prompted to enter a reason for these changes as they are in the base application. If the Sample Information Changes System Policies is enabled, sample information changes made via Toolkit will now prompt the user to enter a reason for these changes. Toolkit programmers may automate this response in code using the Toolkit RevisionComment Property. Setting this Property will automatically enter the comment and not prompt the user for an entry. Note: Results cannot be changed via Toolkit therefore checking this has no effect on Toolkit. Fix defect PCS #29675 (Copy From Non-FAT to FAT Projects) When the System Policy, "Don t allow user to copy from non-fat projects into FAT projects" is checked, any Toolkit object that allows the user to copy between projects should be checked. Currently if this is enabled Toolkit users can still copy between non-fat and FAT projects. 4

5 When an inappropriate copy is now performed, Toolkit displays the message Can t copy from non-fat projects into FAT projects. Fix defect PCS #28711 (User Object) When creating a user via the Toolkit User object, you are restricted from starting the name with a numeric character. This is allowed within the base Empower application and should function the same within Toolkit. Users now created via the Toolkit User object are not restricted from starting the name with a numeric character. Fix defect PCS #30959 (KPRIME) When the System Suitability and GPC/LS (Light Scattering) options are enabled, both options contain a KPRIME field which causes a conflict in Toolkit. Due to the conflict, Toolkit does not return any KPRIME value. However, Toolkit works fine when only one of the options is enabled. The following list details the Peak field name mappings from Empower Software to Toolkit when the GPC/LS Option is enabled: - Empower Software Toolkit K(LS) Alpha(LS) Linear K(LS) Linear Alpha(LS) Mz(LS) Mz+1(LS) KLS AlphaLS LinearKLS LinearAlphaLS MzLS MzPlus1LS Note: There was no change made to the System Suitability mappings. Fix defect PCS #31170 (Data Acquisition Privileges) User accounts that do not have the Data Acquisition Privilege are able to perform data acquisition via a Toolkit application. With the Data Acquisition Privilege enabled, User accounts will not be able to perform data acquisition (i.e. run a single injection or sample set). Fix defect PCS #31242 (Copy Preferences) When you create a new Project through Empower, You can 'copy preferences' from another project. In Toolkit, there is no property to set for copying preferences. A new Boolean Property was added to the DBProject Object called CopyPreferences, and works the same as other DBProject Copy Methods such as CopyMethods, CopyViewFilters, etc. If CopyPreferences is set to True when creating a new project using the DBProject.Copy method, Toolkit will copy the existing options and preferences from the specified source project. Note: Existing options includes the following options built into the base Empower Software: Photo Diode Array, Mass Spectrometry and CE/CIA. New Features Added with Empower Toolkit Service Pack 5

6 PCS #28590 (Summarize Function) The Empower feature Summarize Custom Fields was not implemented via Toolkit. The Constant information is as follows: Identifier Value Used By mtksummarizecustom 39 Static Fields Type Custom Menu Item Argument Toolkit Custom Menu Items were created to provide users access to any application from within the Empower Software. The last parameter is a space-delimited list of command line arguments that are passed to the executable upon startup. These arguments are placed in the registry key for the custom menu item and would expand during program runtime. As an example %p expands to the current project name, expand meaning the current project name is added to the command line during runtime in place of the %p parameter. A new Custom Menu command line parameter of %a has been created. This would expand to the current acquisition server node when launched from Run Samples (Pro Interface) or Quick Start Interface. Com Instrument XML Interface A new object InstSetupCom will be added to InstSetups family. This object is unlike other InstSetup objects in that it will handle multiple instrument setups defined as COM instruments. COM instruments that save their instrument setup data as XML will be handled by this new object. The InstSetupCOM object will be a general purpose object designed to expose Empower instrument setups that are stored as XML (i.e. new COM instruments) to Toolkit users. Unlike existing InstSetup objects that are tailored to the individual instrument, (InstSetup600, InstSetup2790, etc.) this object will handle multiple types of instruments via a simple set of commands. The InstSetupCOM object will allow a Toolkit user to fetch and store the XML blob that contains the instrument method parameters for a particular COM instrument. The XML data will be fetched and stored as a single entity. The Toolkit Programmer is responsible for validating any and all modifications made to the XML prior to setting the XML property. There will be little or NO error checking and/or range validation done on the XML being sent down to the database. The Toolkit Programmer should parse through the XML schema capturing each field s minimum and maximum parameter, which can then be validated in your code prior to modification. The XML schema (whose extension is.xsd) for each COM instrument is supplied by Waters and can be found in the appropriate directory for that instrument under the Empower/Instruments/HTML subdirectory. The InstSetupCOM object derives from the base class InstSetup in order to allow polymorphic handling of all types of InstSetups in any Instrument Method. The InstSetupCom object has all the properties and methods of the InstSetup object and the following additional property. NOTE: The Type property will always return mtkcom for any and all COM based instruments. XML() as String Set: Sets the XML method data for the instrument Get: Returns the XML method data for the instrument Default: N/A IEEE Instrument Setup for Waters 486, 410, 2410, 2414, 2790/5 and Agilent 5890/7673, 5890S/7673S, 6890 GC s - InstSetup486 6

7 The InstSetup486 encapsulates the setup information for the Waters Corporation 486 instrument. The InstSetup486 object has all the properties and methods as described by InstSetup. It's dynamic fields are specific to the 486 instrument setup. It also has the following additional properties. EventLines as EventLine486S Set: Sets the value for this event lines collection. Get: Returns the current collection of event lines. Default: An EventLine486S collection containing the event line information for this InstSetup InstSetup410 The InstSetup410 encapsulates the setup information for the 410 instrument. The InstSetup410 object has all the properties and methods as described by InstSetup. It's dynamic fields are specific to the 410 instrument setup. Note: The 2410 and 2414 show up as a 410 instrument in Empower. - InstSetup2790 The InstSetup2790 encapsulates the setup information for the 2790/5 instrument. The InstSetup2790 object has all the properties and methods as described by InstSetup. It's dynamic fields are specific to the 2790 instrument setup. It also has the following additional properties. EventLines as EventLine2790S Set: Sets the value for this event lines collection. Get: Returns the current collection of event lines. Default: An EventLine2790S collection containing the event line information for this InstSetup2790. GradientLines as GradientLines Set: Sets the value for this gradient lines collection. Get: Returns the current collection of gradient lines. Default: A GradientLines collection containing the gradient line information for this InstSetup InstSetup5890 The InstSetup5890 encapsulates the setup information for the HP 5890 and 5890S series instruments. The InstSetup5890 object has all the properties and methods as described by InstSetup. It's dynamic fields are specific to the 5890 and 5890S instrument setups. It also has the following additional properties and sub objects. RampLines as RampLine5890S Set: Sets the value for this ramp lines collection. Get: Returns the current collection of ramp lines. Default: An RampLine5890S collection containing the ramp line information for this InstSetup5890. Channels as Channel5890S Get: Returns the current collection of channels. Default: A Channel5890S collection containing the channels information for this InstSetup5890. RampLine5890S Dynamic collection of RampLine5890 objects. Used by InstSetup5890 object to manipulate the ramp lines of a HP 5890 series instrument setup. There are no additional properties or methods. RampLine5890 7

8 The RampLine5890 object encapsulates a HP 5890 series ramp line object. It contains the fields specific to a HP 5890 series ramp line. Fields() as Fields Default: A Fields collection containing all the RampLine5890 fields, FieldType is mtkeventline. fields in the Fields property can be used. All RampLine5890 dynamic properties can use both Set() and Get() functions. After a property is set, it s get will reflect the current setting; yet, it will only be officially stored in the database at the InstrumentMethod Store(). If the optional FormatData parameter is set to non-zero, then the returned data will be a formatted string using the Empower width and precision specifications. Set(FieldName, Value) Action: This provides another way to set a dynamic property. Using object.xxx = val in Visual Basic is equivalent to doing object.set( xxx, val). The Set gives Get(FieldName, [FormatData]) as Variant FieldName as string: Contains name of the dynamic field whose value is to be retrieved. FormatData as BOOLEAN: Set True if data is to be returned as a Empower formatted string. Default value - False. property. Using val = object.xxx in Visual Basic is equivalent to doing val = object.get( xxx ). The Get gives Channel5890S Dynamic collection of Channel5890 objects. Used by InstSetup5890 object to manipulate the channels of a HP 5890 series instrument setup. There are no additional properties or methods. Channel5890 The Channel5890 object encapsulates a HP 5890 series channel object. It contains the fields specific to a HP 5890 series channel. Fields() as Fields Default: A Fields collection containing all the Channel5890 fields, FieldType is mtkischannel. fields in the Fields property can be used. All Channel5890 dynamic properties can use both Set() and Get() functions. After a property is set, it s get will reflect the current setting; yet, it will only be officially stored in the 8

9 database at the InstrumentMethod Store(). If the optional FormatData parameter is set to non-zero, then the returned data will be a formatted string using the Empower width and precision specifications. Set(FieldName, Value) Action: This provides another way to set a dynamic property. Using object.xxx = val in Visual Basic is equivalent to doing object.set( xxx, val). The Set gives Get(FieldName, [FormatData]) as Variant FieldName as string: Contains name of the dynamic field whose value is to be retrieved. FormatData as BOOLEAN: Set True if data is to be returned as a Empower formatted string. Default - False. property. Using val = object.xxx in Visual Basic is equivalent to doing val = object.get( xxx ). The Get gives - InstSetup6890 The InstSetup6890 encapsulates the setup information for the HP 6890 series instrument. The InstSetup6890 object has all the properties and methods as described by InstSetup. It's dynamic fields are specific to the 6890 instrument setup. It also has the following additional properties. FrontDetector as HP6890Detector Get: Returns the current FrontDetector object. Default: A HP6890Detector object containing the front detector information for this InstSetup6890. BackDetector as HP6890Detector Get: Returns the current BackDetector object. Default: An HP6890Detector object containing the back detector information for this InstSetup6890. FrontInjector as HPInjector Get: Returns the current FrontInjector object. Default: An HPInjector object containing the front Injector information for this InstSetup6890. BackInjector as HPInjector Get: Returns the current BackInjector object. Default: An HPInjector object containing the back Injector information for this InstSetup6890. FrontInlet as HP6890Inlet Get: Returns the current FrontInlet object. Default: An HP6890Inlet object containing the front Inlet information for this InstSetup6890. BackInlet as HP6890Inlet Get: Returns the current BackInlet object. 9

10 Default: An HP6890Inlet object containing the back Inlet information for this InstSetup6890. Column1 as HP6890Column Get: Returns the current Column1 object. Default: An HP6890Column object containing the column information for this InstSetup6890. Column2 as HP6890Column Get: Returns the current Column2 object. Default: An HP6890Column object containing the column information for this InstSetup6890. RampLines as RampLine6890S Set: Sets the value for this ramp lines collection. Get: Returns the current collection of ramp lines. Default: An RampLine6890S collection containing the ramp line information for this InstSetup6890. Channels as Channel6890S Get: Returns the current collection of channels. Default: A Channel6890S collection containing the channels information for this InstSetup6890. RampLine6890S Dynamic collection of RampLine6890 objects. Used by InstSetup6890 object to manipulate the ramp lines of a HP 6890 series instrument setup. There are no additional properties or methods. RampLine6890 The RampLine6890 object encapsulates a HP 6890 series ramp line object. It contains the fields specific to a HP 6890 series ramp line. Fields() as Fields Default: A Fields collection containing all the RampLine6890 fields, FieldType is mtkeventline. fields in the Fields property can be used. All RampLine6890 dynamic properties can use both Set() and Get() functions. After a property is set, it s get will reflect the current setting; yet, it will only be officially stored in the database at the InstrumentMethod Store(). If the optional FormatData parameter is set to non-zero, then the returned data will be a formatted string using the Empower width and precision specifications. Set(FieldName, Value) 10

11 Action: This provides another way to set a dynamic property. Using object.xxx = val in Visual Basic is equivalent to doing object.set( xxx, val). The Set gives Get(FieldName, [FormatData]) as Variant FieldName as string: Contains name of the dynamic field whose value is to be retrieved.. FormatData as BOOLEAN: Set True if data is to be returned as a Empower formatted string. Default value - False. property. Using val = object.xxx in Visual Basic is equivalent to doing val = object.get( xxx ). The Get gives Channel6890S Dynamic collection of Channel6890 objects. Used by InstSetup6890 object to manipulate the channels of a HP 6890 series instrument setup. There are no additional properties or methods. Channel 6890 The Channel6890 object encapsulates a HP 6890 series channel object. It contains the fields specific to a HP 6890 series channel. Fields() as Fields Default: A Fields collection containing all the Channel6890 fields, FieldType is mtkischannel. fields in the Fields property can be used. All Channel6890 dynamic properties can use both Set() and Get() functions. After a property is set, it s get will reflect the current setting; yet, it will only be officially stored in the database at the InstrumentMethod Store(). If the optional FormatData parameter is set to non-zero, then the returned data will be formatted string using the Empower width and precision specifications. Set(FieldName, Value) Action: This provides another way to set a dynamic property. Using object.xxx = val in Visual Basic is equivalent to doing object.set( xxx, val). The Set gives Get(FieldName, [FormatData]) as Variant FieldName as string: Contains name of the dynamic field whose value is to be retrieved.. FormatData as BOOLEAN: Set True if data is to be returned as a Empower formatted string. Default value - False. property. Using val = object.xxx in Visual Basic is equivalent to doing val = object.get( xxx ). The Get gives HP6890Inlet The HP6890Inlet object encapsulates a HP 6890 series inlet object. It contains the fields specific to a HP 6890 series inlet. 11

12 Fields() as Fields Default: A Fields collection containing all the HP6890Inlet fields, FieldType is mtkhp6890inlet. RampLines as RampLine6890S Set: Sets the value for this ramp lines collection. Get: Returns the current collection of ramp lines. Default: An RampLine6890S collection containing the ramp line information for this HP6890Inlet. fields in the Fields property can be used. All HP6890Inlet dynamic properties can use both Set() and Get() functions. After a property is set, it s get will reflect the current setting; yet, it will only be officially stored in the database at the InstrumentMethod Store(). If the optional FormatData parameter is set to non-zero, then the returned data will be a formatted string using the Empower width and precision specifications. Set(FieldName, Value) Action: This provides another way to set a dynamic property. Using object.xxx = val in Visual Basic is equivalent to doing object.set( xxx, val). The Set gives Get(FieldName, [FormatData]) as Variant FieldName as string: Contains name of the dynamic field whose value is to be retrieved.. FormatData as BOOLEAN: Set True if data is to be returned as a Empower formatted string. Default value - False. property. Using val = object.xxx in Visual Basic is equivalent to doing val = object.get( xxx ). The Get gives HP6890Column The HP6890Column object encapsulates a HP 6890 series column object. It contains the fields specific to a HP 6890 series column. Fields() as Fields Default: A Fields collection containing all the HP6890Column fields, FieldType is mtkhp6890column. RampLines as RampLine6890S Set: Sets the value for this ramp lines collection. Get: Returns the current collection of ramp lines. Default: An RampLine6890S collection containing the ramp line information for this HP6890Column. fields in the Fields property can be used. All HP6890Column dynamic properties can use both Set() and Get() functions. 12

13 After a property is set, it s get will reflect the current setting; yet, it will only be officially stored in the database at the InstrumentMethod Store(). If the optional FormatData parameter is set to non-zero, then the returned data will be a formatted string using the Empower width and precision specifications. Set(FieldName, Value) Action: This provides another way to set a dynamic property. Using object.xxx = val in Visual Basic is equivalent to doing object.set( xxx, val). The Set gives Get(FieldName, [FormatData]) as Variant FieldName as string: Contains name of the dynamic field whose value is to be retrieved. FormatData as BOOLEAN: Set True if data is to be returned as a Empower formatted string. Default value - False. property. Using val = object.xxx in Visual Basic is equivalent to doing val = object.get( xxx ). The Get gives HP6890Detector The HP6890Detector object encapsulates a HP 6890 series detector object. It contains the fields specific to a HP 6890 series detector. Fields() as Fields Default: A Fields collection containing all the HP6890Detector fields, FieldType is mtkhp6890detector. fields in the Fields property can be used. All HP6890Detector dynamic properties can use both Set() and Get() functions. After a property is set, it s get will reflect the current setting; yet, it will only be officially stored in the database at the InstrumentMethod Store(). If the optional FormatData parameter is set to non-zero, then the returned data will be a formatted string using the Empower width and precision specifications. Set(FieldName, Value) Action: This provides another way to set a dynamic property. Using object.xxx = val in Visual Basic is equivalent to doing object.set( xxx, val). The Set gives Get(FieldName, [FormatData]) as Variant FieldName as string: Contains name of the dynamic field whose value is to be retrieved.. FormatData as BOOLEAN: Set True if data is to be returned as a Empower formatted string. Default value - False. 13

14 property. Using val = object.xxx in Visual Basic is equivalent to doing val = object.get( xxx ). The Get gives HP6890Injector The HPInjector object encapsulates a HP series injector object. It contains the fields specific to a HP series injector. Fields() as Fields Default: A Fields collection containing all the HPInjector fields, FieldType is mtkhpinjector. fields in the Fields property can be used. All HPInjector dynamic properties can use both Set() and Get() functions. After a property is set, it s get will reflect the current setting; yet, it will only be officially stored in the database at the InstrumentMethod Store(). If the optional FormatData parameter is set to non-zero, then the returned data will be a formatted string using the Empower width and precision specifications. Set (FieldName, Value) Action: This provides another way to set a dynamic property. Using object.xxx = val in Visual Basic is equivalent to doing object.set ( xxx, val). The Set gives Get (FieldName, [FormatData]) as Variant FieldName as string: Contains name of the dynamic field whose value is to be retrieved. FormatData as BOOLEAN: Set True if data is to be returned as a Empower formatted string. Default value - False. property. Using val = object.xxx in Visual Basic is equivalent to doing val = object.get ( xxx ). The Get gives - InstSetup7673 The InstSetup7673 encapsulates the setup information for the HP 7673 instrument. The InstSetup7673 object has all the properties and methods as described by InstSetup. It's dynamic fields are specific to the HP 7673 instrument setup. - InstSetup7673S The InstSetup7673S encapsulates the setup information for the HP 7673S series instrument. The InstSetup7673S object has all the properties and methods as described by InstSetup. It's dynamic fields are specific to the HP 7673S instrument setup. It also has the following additional properties (HPInjector object described in InstSetup6890 section above). InjectorA as HPInjector 14

15 Get: Returns the current FrontInjector object. Default: An HPInjector object containing the InjectorA information for this InstSetup7673 InjectorB as HPInjector Get: Returns the current BackInjector object. Default: An HPInjector object containing the InjectorB information for this InstSetup7673 Plate Layout Position Property A new property has been added to the PlateLayout object that allows specification of the Plate Layout Position so that Plate Layouts can be added to the PlateLayouts collection. PlateLayoutPosition () as Integer Set: Sets the PlateLayoutPosition for the current PlateLayout object. Get: Returns the current PlateLayoutPosition for the PlateLayout object. Default: N/A ConnectionsAQT Product Information It is recommended that the Empower Toolkit Service Pack is not installed, if either or both of the following two ConnectionsAQT products are installed: ConnectionsAQT for Waters Alliance Systems v2.10 and ConnectionsAQT for Waters SAT/IN Module Qualification v2.00, this is due to a fixed defect PCS#29594 (detailed above)-which results in continuous manual intervention by the user in order to proceed. It is recommended that the Empower Toolkit service pack be installed only on ConnectionsAQT for Empower Software, ConnectionsAQT for Waters Alliance Systems v2.20 and ConnectionsAQT for Waters SAT/IN Module Qualification v2.10. Validation Information If this is an initial installation or an uninstall has been performed, Waters recommends full qualification of Empower be performed in a GXP regulated environment. When the service packs included in this release are installed, only the files required by these service packs are installed in the appropriate order. The registry is updated to reflect the correct list of installed service packs. No Oracle or system files are affected. After the installation you should re-qualify your system according to your laboratory standards. Waters recommends that customers run the Verify Files utility or the ConnectionsAQT for Empower IQ and review the resulting file (File Verification Results) for an entry that indicates which service packs were installed. The installation log also indicates which service packs have been installed and states: Installed Empower Toolkit Service Pack on mm-dd-yyyy hh:mm:ss". Note: The information displayed in the File Verification Results (IQ) always reflects the last installation. You must refer to the Installation Log to see the complete history. 15

Empower Software Release Notes Appendix Changes Implemented through Service Packs

Empower Software Release Notes Appendix Changes Implemented through Service Packs Empower Software Release Notes Appendix Changes Implemented through Service Packs Problems Fixed with Empower Service Pack A PCS #: 28564 In certain circumstances, the Server is unable to access data files

More information

Empower Toolkit Whitepaper March 2009

Empower Toolkit Whitepaper March 2009 Empower Toolkit Whitepaper March 2009 Empower 2 Introduction... 6 Project Object & User Object Changes... 6 System Audit Trail Policy Changes... 7 Project Audit Trail Policy Changes... 10 Project Hierarchies...

More information

Waters Empower 2 Service Pack G

Waters Empower 2 Service Pack G R E L E A S E N O T E S Waters Empower 2 Service Pack G Empower 2 Service Pack G enhances LDAP capabilities. These release notes also address the following information and instructions: System and software

More information

Waters Headspace Control Option, Version 3.0

Waters Headspace Control Option, Version 3.0 R E L E A S E N O T E S Waters Headspace Control Option, Version 3.0 Version 3.0 of the Headspace Control Option (HCO) contains instrument drivers for Agilent Headspace Samplers and a toolkit program that

More information

Agilent 7890 GC Instrument Control Software Version 2.01

Agilent 7890 GC Instrument Control Software Version 2.01 R E L E A S E N O T E S Agilent 7890 GC Instrument Control Software Version 2.01 These release notes explain how to install Waters Instrument Control Software (ICS), version 2.01, for the Agilent 7890

More information

Waters Empower Software A1100 System Configuration Instructions for Ethernet Control

Waters Empower Software A1100 System Configuration Instructions for Ethernet Control Waters Empower Software A1100 System Configuration Instructions for Ethernet Control In order to configure an A1100 system for Ethernet control or to acquire A1100 DAD 3D data in Empower Software, it is

More information

Waters Fraction Collector III with Empower Instrument Control Software Version 1.00

Waters Fraction Collector III with Empower Instrument Control Software Version 1.00 R E L E A S E N O T E S Waters Fraction Collector III with Empower Instrument Control Software Version 1.00 These release notes explain how to install Waters Instrument Control Software (ICS), version

More information

Agilent 7890 GC Instrument Control Software Version 2.5

Agilent 7890 GC Instrument Control Software Version 2.5 R E L E A S E N O T E S Agilent 7890 GC Instrument Control Software Version 2.5 The Agilent 7890 GC Instrument Control Software version 2.5 enables dual-tower injection capability and provides support

More information

Agilent 7890 GC Instrument Control Software Version 2.6

Agilent 7890 GC Instrument Control Software Version 2.6 R E L E A S E N O T E S Agilent 7890 GC Instrument Control Software Version 2.6 Version 2.6 of the instrument control software (ICS) for the Agilent 7890 GC addresses several issues, provides support for

More information

Agilent Instrument Control Framework (ICF) Update A Driver Update 1 (DU1) Hot Fix 2 (HF2)

Agilent Instrument Control Framework (ICF) Update A Driver Update 1 (DU1) Hot Fix 2 (HF2) R E L E A S E N O T E S Agilent Instrument Control Framework (ICF) Update A.02.03 Driver Update 1 (DU1) Hot Fix 2 (HF2) These release notes explain the installation of the updated Agilent Instrument Control

More information

ChromQuest 4.2 Chromatography Data System

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

More information

Empower 3 Feature Release 3 Hotfix 1 Release Notes

Empower 3 Feature Release 3 Hotfix 1 Release Notes *716004786* *Rev.A* Empower 3 Feature Release 3 Hotfix 1 Release Notes 716004786 Revision A Copyright Waters Corporation 2016 All rights reserved General information Copyright notice 2016 WATERS CORPORATION.

More information

Empower Light Scattering Software

Empower Light Scattering Software Empower Light Scattering Software Getting Started Guide 34 Maple Street Milford, MA 01757 71500043903, Revision A NOTICE The information in this document is subject to change without notice and should

More information

New features and Workflow Enhancements Empower 3 Software

New features and Workflow Enhancements Empower 3 Software New features and Workflow Enhancements Empower 3 Software Mogens Hallas Nordic User Training 2011 Långvik, September 6th to 9th, 2011 2011 Waters Corporation 1 Empower 3 Architecture and operating systems

More information

For additional information, see these documents on the Breeze 2 software DVD:

For additional information, see these documents on the Breeze 2 software DVD: R E L E A S E N O T E S Waters Breeze 2 Read these release notes before you install and operate Breeze 2. They contain information necessary to ensure successful liquid chromatography results, including:

More information

Waters ACQUITY QDa Instrument Component Software version 1.54

Waters ACQUITY QDa Instrument Component Software version 1.54 R E L E A S E N O T E S Waters ACQUITY QDa Instrument Component Software version 1.54 The ACQUITY QDa Detector is a single-quadrupole mass detector. The instrument component software (ICS) adds the capability

More information

HORTICOPIA Professional

HORTICOPIA Professional HORTICOPIA Professional Networking User Guide Horticopia, Inc. www.horticopia.com October 2017 Table of Contents I. Quick Start 2 II. System Requirements 3 III. Installing HORTICOPIA Professional 4 1.

More information

WEBSEWSS SINGLE SERVER INSTALLATION INSTRUCTIONS

WEBSEWSS SINGLE SERVER INSTALLATION INSTRUCTIONS 2300 East 14th Street Tulsa, Oklahoma 74104 USA Phone: (918) 749-1119 Fax: (918) 749-2217 e-mail: info@statsoft.com WEB: http://www.statsoft.com Notes: WEBSEWSS SINGLE SERVER INSTALLATION INSTRUCTIONS

More information

Administrator for Enterprise Clients: User s Guide. Second Edition

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

More information

Agilent OpenLAB ECM Intelligent Reporter

Agilent OpenLAB ECM Intelligent Reporter Agilent OpenLAB ECM Intelligent Reporter Installation and Configuration Guide Agilent Technologies Notices Agilent Technologies, Inc. 2007-2016 No part of this manual may be reproduced in any form or by

More information

Data Acquisition with CP-2002/2003 Micro-GC Control

Data Acquisition with CP-2002/2003 Micro-GC Control Varian Analytical Instruments 2700 Mitchell Drive Walnut Creek, CA 94598 Star Chromatography Workstation Version 6 Data Acquisition with CP-2002/2003 Micro-GC Control Operation Manual Varian, Inc. 2002

More information

Empower 2 Feature Release 5 Upgrade Guide

Empower 2 Feature Release 5 Upgrade Guide Empower 2 Feature Release 5 Upgrade Guide 715001799/Revision A Copyright Waters Corporation 2008 All rights reserved Copyright notice 2008 WATERS CORPORATION. PRINTED IN THE UNITED STATES OF AMERICA AND

More information

Agilent OpenLAB CDS Waters Alliance HPLC Instrument Control Add-On. Installation, Upgrade and Migration Guide

Agilent OpenLAB CDS Waters Alliance HPLC Instrument Control Add-On. Installation, Upgrade and Migration Guide Agilent OpenLAB CDS Waters Alliance HPLC Instrument Control Add-On Installation, Upgrade and Migration Guide Notices Agilent Technologies, Inc. 2013, 2014 No part of this manual may be reproduced in any

More information

Breeze 2 Installation and Configuration Guide

Breeze 2 Installation and Configuration Guide Breeze 2 Installation and Configuration Guide 715001951/Revision B Copyright Waters Corporation 2008 2009 All rights reserved Copyright notice 2008 2009 WATERS CORPORATION. PRINTED IN THE UNITED STATES

More information

Relativity Designer Installation Guide

Relativity Designer Installation Guide Liant Software Corporation Relativity Designer Installation Guide Version 5 Copyright 1994-2003 by Liant Software Corporation. All rights reserved. Printed in U.S.A. No part of this publication may be

More information

STATISTICA VERSION 10 STATISTICA MONITORING AND ALERTING SERVER (MAS) INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA MONITORING AND ALERTING SERVER (MAS) INSTALLATION INSTRUCTIONS Pre-requisites: STATISTICA VERSION 10 STATISTICA MONITORING AND ALERTING SERVER (MAS) INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Monitoring And Alerting Server (MAS) network version

More information

Release Notes for Agilent Drivers for Thermo Scientific Chromeleon 7 (Rev. 1.1)

Release Notes for Agilent Drivers for Thermo Scientific Chromeleon 7 (Rev. 1.1) Release Notes for Agilent Drivers for Thermo Scientific Chromeleon 7 (Rev. 1.1) Release Notes for Agilent Drivers for Thermo Scientific Chromeleon 7 (Rev. 1.1) This document provides information on the

More information

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

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

More information

Oracle Field Service/Laptop

Oracle Field Service/Laptop Oracle Field Service/Laptop Installing Oracle Field Service/Laptop Release 11i (11.5.2) August 2000 Part No. A85494-01 Copyright 2000, Oracle Corporation. All Rights Reserved. Oracle is a registered trademark,

More information

What s New in Empower 3

What s New in Empower 3 What s New in Empower 3 Revision A Copyright Waters Corporation 2010 All rights reserved Copyright notice 2010 WATERS CORPORATION. PRINTED IN THE UNITED STATES OF AMERICA AND IN IRELAND. ALL RIGHTS RESERVED.

More information

Agilent MassHunter Easy Access Software

Agilent MassHunter Easy Access Software Agilent MassHunter Easy Access Software Quick Start Guide Where to Find More Information 3 Installation 4 Sharing Configurations with Multiple Instruments 10 Installed Files 11 Using Easy Access Software

More information

Agilent OpenLAB Chromatography Data System

Agilent OpenLAB Chromatography Data System Agilent OpenLAB Chromatography Data System EZChrom Edition EZChrom Elite and ICM Migration Guide Agilent Technologies Notices Agilent Technologies, Inc. 2011 No part of this manual may be reproduced in

More information

ProductCenter Database Merge Utility Installation Guide

ProductCenter Database Merge Utility Installation Guide ProductCenter Database Merge Utility Installation Guide Release 8.4.0 January, 2006 NorthRidge Software, LLC www.nridge.com (603) 434-2525 CONTENTS Introduction... 3 Planning Your Installation... 3 Location...

More information

Oracle Policy Automation Connector for Siebel V10.2 Release Notes

Oracle Policy Automation Connector for Siebel V10.2 Release Notes Oracle Policy Automation Connector for Siebel V10.2 Release Notes Copyright 2009, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or

More information

SAS Activity-Based Management Server Software 6.1 for Windows

SAS Activity-Based Management Server Software 6.1 for Windows Installation Instructions SAS Activity-Based Management Server Software 6.1 for Windows Pre-installation Checklist Before you start to install or upgrade SAS Activity-Based Management Server, please follow

More information

Agilent ChemStation. ECM Interface Guide. Agilent Technologies

Agilent ChemStation. ECM Interface Guide. Agilent Technologies Agilent ChemStation ECM Interface Guide Agilent Technologies Notices Agilent Technologies, Inc. 2004, 2005-2007 No part of this manual may be reproduced in any form or by any means (including electronic

More information

SCN 848 Release Notes

SCN 848 Release Notes R E L E A S E N O T E S SCN 848 Release Notes 43198 Rev 1 Copyright Waters Corporation 2011. All rights reserved. 43198 Rev 1. Waters is a registered trademark, Waters the Science of What s Possible and

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

Impact Analysis for Software changes in OpenLAB CDS A.01.04

Impact Analysis for Software changes in OpenLAB CDS A.01.04 Impact Analysis for Software changes in OpenLAB CDS A.01.04 Document Information: Filename Product Identifier Product Revision Project Identifier Document Revision Impact_Analysis_OpenLAB_CDS_A0104 OpenLAB

More information

ProteinChip Software Installation and Setup. Data Manager

ProteinChip Software Installation and Setup. Data Manager ProteinChip Software 3.0.7 Installation and Setup Data Manager Page i Bio-Rad Laboratories, Inc. Notice to Purchaser: Limited License Surface Enhanced Laser Desorption/Ionization ( SELDI ) is a patented

More information

Agilent MassHunter Workstation Software Report Designer Add-in

Agilent MassHunter Workstation Software Report Designer Add-in Agilent MassHunter Workstation Software Report Designer Add-in Quick Start Guide What is the Agilent MassHunter Workstation Software Report Designer Add-in? 2 Report Designer UI elements 3 Getting Started

More information

HP QuickTest Professional

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

More information

Contact: Systems Alliance, Inc. Executive Plaza III McCormick Road, Suite 1203 Hunt Valley, Maryland Phone: / 877.

Contact: Systems Alliance, Inc. Executive Plaza III McCormick Road, Suite 1203 Hunt Valley, Maryland Phone: / 877. Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, Maryland 21031 Phone: 410.584.0595 / 877.SYSALLI Fax: 410.584.0594 http://www.systemsalliance.com http://www.siteexecutive.com

More information

PaperClip32. Revision 2.0

PaperClip32. Revision 2.0 PaperClip32 Quick Start Guide Revision 2.0 Copyright Information Copyright 2003, PaperClip Software, Inc. The PaperClip32 product name and PaperClip Logo are registered trademarks of PaperClip Software,

More information

Abila MIP. Human Resource Management Installation Guide

Abila MIP. Human Resource Management Installation Guide Human Resource Management Installation Guide This is a publication of Abila, Inc. Version 2017.2 2017 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila

More information

MassLynx 4.2 SCN 989 Release Notes

MassLynx 4.2 SCN 989 Release Notes MassLynx 4.2 SCN 989 Release Notes Page 1 of 20 Waters, THE SCIENCE OF WHAT S POSSIBLE., ACQUITY, Alliance, MassLynx, nanoacquity, and Xevo are registered trademarks and OpenLynx, Quanpedia, and TargetLynx

More information

Agilent G2727AA LC/MS Data Browser Quick Start

Agilent G2727AA LC/MS Data Browser Quick Start What is Data Browser? Agilent G2727AA LC/MS Data Browser Quick Start A guide to get started with Data Browser Use this quick reference guide as a road map for your first steps with the Data Browser software,

More information

Introduction. Introduction

Introduction. Introduction Introduction Introduction This manual describes the outline of SSCom and the operation method of SSCom Client. It also describes the manual that you need to refer to when using the SSCom. Target Readers

More information

Silk Performance Manager Installation and Setup Help

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

More information

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

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

More information

1 Review Information About this Guide

1 Review Information About this Guide Oracle Database Client Quick Installation Guide 10g Release 2 (10.2) for Microsoft Windows (x64) B15685-03 July 2008 This guide describes how to quickly install the Oracle Database Client product on Windows

More information

Validation Sample Set Generator

Validation Sample Set Generator Validation Sample Set Generator General Information This tool is an example program which demonstrates some capabilities of the Empower Toolkit. It was not created using Waters Software Development Lifecycle.

More information

IQSweb Installation Instructions Version 5.0

IQSweb Installation Instructions Version 5.0 IQSweb Installation Instructions Version 5.0 Contents Additional References... 3 IQSweb ROSS Connection... 3 IQSweb V5.0 Install/Upgrade Scenarios... 4 IQSweb Configuration Options... 5 A. Single Computer/Server

More information

Cobra Navigation Release 2011

Cobra Navigation Release 2011 Cobra Navigation Release 2011 Cobra Navigation - Rev.0.2 Date: November 27 2012 jmaas@flowserve.com Page 1 of 34 Contents Contents 1 Revision History... 5 2 Introduction.... 6 3 Cobra Login... 7 3.1 Initial

More information

Oracle IVR Integrator

Oracle IVR Integrator Oracle IVR Integrator Installing Oracle IVR Integrator Release 11i for Windows NT August 2000 Part No. A86042-01 Installation Overview Installation of Oracle IVR Integrator requires you to follow a sequence

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17383-01 MARCH 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights

More information

EQuIS Data Processor (EDP) User Manual

EQuIS Data Processor (EDP) User Manual EQuIS Data Processor (EDP) User Manual Introduction EQuIS Data Processor (EDP) Introduction The EQuIS Data Processor, or EDP, is today s answer to the many data quality issues that plague data managers.

More information

Abila MIP DrillPoint Reports. Installation Guide

Abila MIP DrillPoint Reports. Installation Guide Abila MIP DrillPoint Reports This is a publication of Abila, Inc. Version 16.1 2015 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service

More information

testo Comfort Software CFR 4 Instruction manual

testo Comfort Software CFR 4 Instruction manual testo Comfort Software CFR 4 Instruction manual 2 1 Contents 1 Contents 1 Contents... 3 2 Specifications... 4 2.1. Intended purpose... 4 2.2. 21 CFR Part 11 and terminology used... 5 3 First steps... 9

More information

Oracle VueLink for Documentum

Oracle VueLink for Documentum Oracle VueLink 19.3.2 for Documentum User s Manual An Integration between Documentum and AutoVue Client/Server Deployment Copyright 1998, 2012, Oracle and/or its affiliates. All rights reserved. The Programs

More information

Tivoli SecureWay Policy Director WebSEAL. Installation Guide. Version 3.8

Tivoli SecureWay Policy Director WebSEAL. Installation Guide. Version 3.8 Tivoli SecureWay Policy Director WebSEAL Installation Guide Version 3.8 Tivoli SecureWay Policy Director WebSEAL Installation Guide Version 3.8 Tivoli SecureWay Policy Director WebSEAL Installation Guide

More information

FAS Asset Accounting FAS CIP Accounting FAS Asset Inventory SQL Server Installation & Administration Guide Version

FAS Asset Accounting FAS CIP Accounting FAS Asset Inventory SQL Server Installation & Administration Guide Version FAS Asset Accounting FAS CIP Accounting FAS Asset Inventory SQL Server Installation & Administration Guide Version 2009.1 2009 Sage Software, Inc. All rights reserved. Published by Sage 2325 Dulles Corner

More information

Installing and Understanding Your GC-AED ChemStation. Agilent GC-AED ChemStation

Installing and Understanding Your GC-AED ChemStation. Agilent GC-AED ChemStation Installing and Understanding Your GC-AED ChemStation Agilent GC-AED ChemStation Copyright Agilent Technologies 2000 All Rights Reserved. Reproduction, adaptation, or translation without permission is prohibited,

More information

ZENworks 11 Support Pack 4 Endpoint Security Utilities Reference. October 2016

ZENworks 11 Support Pack 4 Endpoint Security Utilities Reference. October 2016 ZENworks 11 Support Pack 4 Endpoint Security Utilities Reference October 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S.

More information

bbc Adobe Central Output Server Getting Started for Microsoft Windows Version 5.7

bbc Adobe Central Output Server Getting Started for Microsoft Windows Version 5.7 bbc Adobe Central Output Server Version 5.7 Getting Started for Microsoft Windows Getting Started for Microsoft Windows Edition 4.0, March 2009 2009 Adobe Systems Incorporated All rights reserved. As of

More information

Release Notes. Bio-Plex Manager Software, Version 5.0 October 18, 2007

Release Notes. Bio-Plex Manager Software, Version 5.0 October 18, 2007 Release Notes Bio-Plex Manager Software, Version 5.0 October 18, 2007 This document has the following sections: 1. About Bio-Plex Manager 5.0 2. Resources for New Users 3. System Requirements 4. Bio-Plex

More information

Store and Report Waters Empower Data with OpenLAB ECM and OpenLAB ECM Intelligent Reporter

Store and Report Waters Empower Data with OpenLAB ECM and OpenLAB ECM Intelligent Reporter Store and Report Waters Empower Data with OpenLAB ECM and OpenLAB ECM Intelligent Reporter Matthias Rupp Solution Architect Laboratory Informatics 1 OpenLAB ECM - Content Management Capabilities Centrally

More information

Jonas Activity Management Technical Deployment Guide

Jonas Activity Management Technical Deployment Guide Jonas Activity Management Technical Deployment Guide [] Software for Life Jonas Activity Management Technical Deployment Guide, Jonas, Jonas Software, Software for Life, and Gary Jonas Computing are registered

More information

Paperless Office: Period End Processing LM-1020

Paperless Office: Period End Processing LM-1020 Paperless Office: Period End Processing LM-1020 Overview This Extended Solution allows printing of MAS 90 MAS 200 Period End reports in PDF Format and provides a Viewer utility for the viewing and deleting

More information

Mercury WinRunner. Installation Guide Version 9.2. Document Release Date: February 26, 2007

Mercury WinRunner. Installation Guide Version 9.2. Document Release Date: February 26, 2007 Mercury WinRunner Installation Guide Version 9.2 Document Release Date: February 26, 2007 Mercury WinRunner Installation Guide, Version 9.2 This document, and the accompanying software and other documentation,

More information

Oracle Database. Installation and Configuration of Real Application Security Administration (RASADM) Prerequisites

Oracle Database. Installation and Configuration of Real Application Security Administration (RASADM) Prerequisites Oracle Database Real Application Security Administration 12c Release 1 (12.1) E61899-04 May 2015 Oracle Database Real Application Security Administration (RASADM) lets you create Real Application Security

More information

IBM Optim. Edit User Manual. Version7Release3

IBM Optim. Edit User Manual. Version7Release3 IBM Optim Edit User Manual Version7Release3 IBM Optim Edit User Manual Version7Release3 Note Before using this information and the product it supports, read the information in Notices on page 79. Version

More information

Waters 2707 Autosampler ICS v1.20 Installer

Waters 2707 Autosampler ICS v1.20 Installer R E L E A S E N O T E S Waters 2707 Autosampler ICS v1.20 Installer Read these release notes before you install and operate the Waters 2707 autosampler instrument control software (ICS). They contain information

More information

IBM Tivoli Storage Manager HSM for Windows Version 7.1. Messages

IBM Tivoli Storage Manager HSM for Windows Version 7.1. Messages IBM Tivoli Storage Manager HSM for Windows Version 7.1 Messages IBM Tivoli Storage Manager HSM for Windows Version 7.1 Messages Note: Before using this information and the product it supports, read the

More information

Installation Guide. Last Revision: Oct 03, Page 1-

Installation Guide. Last Revision: Oct 03, Page 1- Installation Guide Last Revision: Oct 03, 2005 -Page 1- Contents Before You Begin... 2 Installation Overview... 2 Installation for Microsoft Windows 2000, Windows 2003, and Windows XP Professional... 3

More information

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev. 06.29.09 Overview: This reference manual will cover two separate applications that work together to produce a

More information

Agilent Genomic Workbench 6.0

Agilent Genomic Workbench 6.0 Agilent Genomic Workbench 6.0 Standard Edition Installation Guide Notices Agilent Technologies, Inc. 2010 No part of this manual may be reproduced in any form or by any means (including electronic storage

More information

Agilent OpenLAB Chromatography Data System (CDS)

Agilent OpenLAB Chromatography Data System (CDS) Agilent OpenLAB Chromatography Data System (CDS) EZChrom Edition Reusing EZChrom Data in OpenLAB CDS with Data Store or ECM Notices Agilent Technologies, Inc. 2012 No part of this manual may be reproduced

More information

Installation and Upgrade Instructions DDM 2016

Installation and Upgrade Instructions DDM 2016 DDM 2016 Contents Introduction... 3 Pre-Requisites... 3 Software and Hardware Requirements - Server... 3 Software and Hardware Requirements - Clients... 3 Microsoft SQL Server Notes... 4 DDM Server Installation...

More information

Using "TiNet 2.5 Compliant SR1" software to comply with 21 CFR Part 11

Using TiNet 2.5 Compliant SR1 software to comply with 21 CFR Part 11 2003-08-08/dö Using "TiNet 2.5 Compliant SR1" software to comply with 21 CFR Part 11 The Title 21 Code of Federal Regulations Electronic Records; Electronic Signatures of the U.S. Food and Drug Administration,

More information

User Manual. Active Directory Change Tracker

User Manual. Active Directory Change Tracker User Manual Active Directory Change Tracker Last Updated: March 2018 Copyright 2018 Vyapin Software Systems Private Ltd. All rights reserved. This document is being furnished by Vyapin Software Systems

More information

BSQUARE Corporation. Remote Device Administrator for use with the IBM NetVista N2200w. User s Manual. Version 1.0

BSQUARE Corporation. Remote Device Administrator for use with the IBM NetVista N2200w. User s Manual. Version 1.0 BSQUARE Corporation Remote Device Administrator for use with the IBM NetVista N2200w User s Manual Version 1.0 2000 BSQUARE Corporation BSQUARE is a registered trademark of BSQUARE Corporation and other

More information

xpresso for Dreamweaver Installation Guide Version 3.0 SP1

xpresso for Dreamweaver Installation Guide Version 3.0 SP1 xpresso for Dreamweaver Installation Guide Version 3.0 SP1 EMC Corporation, Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2005-2009 EMC Corporation. All rights reserved. The copyright protection

More information

Real Application Security Administration

Real Application Security Administration Oracle Database Real Application Security Administration Console (RASADM) User s Guide 12c Release 2 (12.2) E85615-01 June 2017 Real Application Security Administration Oracle Database Real Application

More information

Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes

Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes Thank you for purchasing Inmagic Content Server. Content Server is an enterprise-wide scalable content management

More information

Waters Empower 3 Feature Release 1

Waters Empower 3 Feature Release 1 R E L E A S E N O T E S Waters Empower 3 Feature Release 1 Waters Empower 3 Feature Release 1 (FR1) software corrects various software defects and includes support for new features. These release notes

More information

CentreWare. OmniPage OCR 1.0 English for CentreWare Flow Services User Guide

CentreWare. OmniPage OCR 1.0 English for CentreWare Flow Services User Guide CentreWare OmniPage OCR 1.0 English for CentreWare Flow Services User Guide Microsoft, Windows, Windows NT and Windows Server are either registered trademarks or trademarks of Microsoft Corporation in

More information

82341C HPIB Installation and Troubleshooting Agilent ChemStations on Windows 95 and Windows NT

82341C HPIB Installation and Troubleshooting Agilent ChemStations on Windows 95 and Windows NT 82341C HPIB Installation and Troubleshooting Agilent ChemStations on Windows 95 and Windows NT This document will give you the background information that you need in order to prepare and install the 82341C

More information

NTP Software Defendex (formerly known as NTP Software File Auditor) for NetApp

NTP Software Defendex (formerly known as NTP Software File Auditor) for NetApp NTP Software Defendex (formerly known as NTP Software File Auditor) for NetApp Installation Guide This guide provides a short introduction to the installation and initial configuration of NTP Software

More information

OpenLAB CDS ChemStation Edition

OpenLAB CDS ChemStation Edition OpenLAB CDS ChemStation Edition Guide for Administrators Guide for Administrators Agilent Technologies Notices Agilent Technologies, Inc. 2010-2017 No part of this manual may be reproduced in any form

More information

AppsRules Suite. Patch Installation Guide. Software Version 6.5

AppsRules Suite. Patch Installation Guide. Software Version 6.5 AppsRules Suite Patch Installation Guide Software Version 6.5 2005 Logical Apps All rights reserved. Printed in USA. Restricted Rights Legend This software and associated documentation contain proprietary

More information

3. IMPORTANT: When prompted, accept the default Installation directory.

3. IMPORTANT: When prompted, accept the default Installation directory. Installing ProView 4.0.1 on your PC 1. Insert the ProView 4.0.1 CD-ROM into your CD-ROM Drive. The Install Shield Wizard should run automatically. If it does not, click Start then Run. Enter D:\setup.exe

More information

Agilent 1290 Infinity II Evaporating Light Scattering Detector (ELSD) in Empower Environment

Agilent 1290 Infinity II Evaporating Light Scattering Detector (ELSD) in Empower Environment Agilent 1290 Infinity II Evaporating Light Scattering Detector (ELSD) in Empower Environment Technical Note Technical Guide for the configuration and use of the Agilent Evaporating Light Scattering Detector

More information

Upgrade Notes. Star Chromatography Workstation Version What is New in Version What was New in Version 6.30

Upgrade Notes. Star Chromatography Workstation Version What is New in Version What was New in Version 6.30 Varian, Inc. 2700 Mitchell Drive Walnut Creek, CA 94598-1675/USA Star Chromatography Workstation Version 6.41 Upgrade Notes If you have Internet access and a web browser installed on your computer, visit

More information

Strategic Reporting Systems, Inc.

Strategic Reporting Systems, Inc. Strategic Reporting Systems, Inc. Simple, yet Powerful! ReportSmith Installation Guide Copyright Strategic Reporting Systems, Inc. All rights reserved. All Strategic Reporting names are trademarks of Strategic

More information

Waters Empower 3 Feature Release 1

Waters Empower 3 Feature Release 1 R E L E A S E N O T E S Waters Empower 3 Feature Release 1 Waters Empower 3 Feature Release 1 (FR1) software corrects various software defects and includes support for new features. These release notes

More information

Oracle Enterprise Data Quality for Product Data

Oracle Enterprise Data Quality for Product Data Oracle Enterprise Data Quality for Product Data Services for Excel Reference Guide Release 5.6.2 E23611-02 July 2013 Oracle Enterprise Data Quality for Product Data Services for Excel Reference Guide,

More information

DefendX Software Control-Audit for Hitachi Installation Guide

DefendX Software Control-Audit for Hitachi Installation Guide DefendX Software Control-Audit for Hitachi Installation Guide Version 4.1 This guide details the method for the installation and initial configuration of DefendX Software Control-Audit for NAS, Hitachi

More information

Operating Instructions METTLER TOLEDO Calibry Software for Pipette Calibration Calibry

Operating Instructions METTLER TOLEDO Calibry Software for Pipette Calibration Calibry Operating Instructions METTLER TOLEDO Calibry Software for Pipette Calibration Calibry Version 3.1 Contents Contents 1 Introduction... 5 1.1 Short description of Calibry... 5 1.2 Important information

More information

[ WHITE PAPER ] System Policies and Privileges for Processing Data in Empower Software with Data Integrity in Mind INTRODUCTION

[ WHITE PAPER ] System Policies and Privileges for Processing Data in Empower Software with Data Integrity in Mind INTRODUCTION System Policies and Privileges for Processing Data in Empower Software with Data Integrity in Mind Explore how Empower Chromatography Data Software System Policies and privileges can be used to control

More information