SAS Drug Development Release Notes 35DRG07

Size: px
Start display at page:

Download "SAS Drug Development Release Notes 35DRG07"

Transcription

1 SAS Drug Development Release Notes 35DRG07 SAS Drug Development (SDD) 3.5 is validated to work with/on the following technologies: MS Windows: Windows 7 and Windows XP Mac OS X: Snow Leopard (10.6) Internet Explorer 7 & 8 JRE 1.5 JRE 1.6.0_n, where n is not 14 (SDD 3.5_04 and later) Firefox 3.6 Safari 5.n SAS 9.2M3 (SDD 3.5_04 and later) This Hot Fix contains fixes for the following defects described below. Hot Fixes are cumulative so defects resolved in previous Hot Fixes are included below as well. Please note that after the list of fixes is a brief list of known unresolved issues. Reference # US4639 Description: Libname Performance issue in PE With SDD 3.5_06 hotfix, functionality was added to enable all the associated librefs to display when the libraries tab is displayed. Instead of pulling all this information on start-up, it is desired to have other options in place to reduce the time it takes before the tab is operational. Resolution: The contents of the libraries are not loaded into the library viewer now until a user selects a particular library to view. This eliminates the performance issue that was caused by loading all the library contents up front when the library viewer is initially rendered. Page 1 of 14

2 Reference # US4638/DT4268 Description: PE: general parsing exception The following code will generate an improper exception in the Process Editor: Resolution: %let study = test; %let header2=%str(double-blind Phase Study %upcase(&study.)); %let LAlign=%STR(STYLE(HEADER)=[JUST=LEFT ASIS=ON]); %put &header2.; %put &lalign.; The issue was caused by a logic error in the Process Editor code parser. This is now fixed. Reference # US4637/DT4264 Description: Incorrect parsing of SAS code from CDI transformation In the Process Editor, the following SAS code incorrectly generates the error "Unmatched brackets were detected in the following statement(s) with that line listed: Resolution: %put WARNING: %nrstr(% createodmview()); The issue was caused by a logic error in the Process Editor code parser. This is now fixed. Release Notes from Hot Fix 35DRG06: Reference # DT4253 Description: When there are a large number of groups, a user clicking on a userid from the Admin Users page will experience a markedly slower response time to surface the page with the user s details. Resolution: With this release, the performance of the detail display has been improved when a user clicks on a username to view details from the Admin Users page. Reference # DT4260 Description: Slow performance listing groups when the system has thousands of groups defined. Resolution: In this release, when a user views the admin->groups page, performance has been improved for the list of groups appearing. Reference # DT4258 Description: Cursor at the bottom of log files after running process Resolution: The cursor is now located at the top of the log file when a log file is opened after running a process. Page 2 of 14

3 Release Notes from Hot Fix 35DRG05: Reference # DT4245 Description: Users could not display columns of a study (.sdfxml) in the Data Explorer. Resolution: Users are now able to open a study, expand the table, and add the columns of that table to the Data Explorer viewer. Reference # DT4238 Description: Certain versions of JRE 1.6 did not work with the new Digi-Sign certificate. Resolution: Some versions of JRE 1.6 did not work with the updated method of signing the JWS application jars. This issue is resolved. Reference # DT4237 Description: Added Library Viewer functionality Resolution: From within the Process Editor, SDD now has library viewer functionality available. This includes displaying a listing of all SDD libraries, listing the contents of those libraries, and allowing users to open datasets in the Data Explorer. Reference # DT4235 Description: Increased default heap size for WebLogic system administration server Resolution: SAS s internal hosting organization has requested adding a default heap size of 1024m for the WebLogic Server Administration Server to the sasenv.sh script that is invoked at server startup. This will prevent OutOfMemory errors on the admin server.. Release Notes from Hot Fix 35DRG04: Reference # DT4184 Description: Issues with the Process Editor parser Resolution: In this release, the Process Editor finds all parameters entered in the Process Editor regardless of the SAS code used within the process. The performance in the Process Editor was improved. Reference # DT4182 Description: Copying files from one versioned folder to another versioned folder enables delete permissions Resolution: In this release, when a user copies files from one versioned folder to another folder, the delete permission will be disabled. Page 3 of 14

4 Reference # DT4181 Description: Process Editor log shows user password in clear text Resolution: In this release, by default mprint is turned off for the %sasdrugdev_login macro. When the user hides the password parameter in the UI and log (obfuscate), the password will not show up in the log. Note: if a user explicitly uses options mprint; in their code, then the password will be displayed in the log. Reference # DT4179 Description: Parsed Code Warnings in Process Editor when code contains LIKE with % Resolution: In this release, using % with LIKE will work as expected with no warning messages. Reference # DT4164 Description: Configuration changes not being honored for Disabling Parsing Messages Resolution: In this release, the popup windows indicating parsed code errors will not appear if the user has disabled parsing messages. Reference # DT4150 Description: SDD 3.5x Default Options for SYMBOLGEN Resolution: In this release, customers can set the default option for SYMBOLGEN Reference # DT4149 Description: Process Editor is not handling FMTSEARCH properly Resolution: In this release, SAS Drug Development outputs the values as defined using FMTSEARCH. Reference # DT4148 Description: Scheduled job does not always kick off at the scheduled time Resolution: In this release, the underlying Quartz component used for scheduling jobs has been updated. All jobs in SAS Drug Development initiate at the time scheduled. Reference # DT4112 Description: Process Editor work library doesn't display if validvarname option = v6 Resolution: In this release, the work library displays properly regardless of the setting of validvarname. Page 4 of 14

5 Reference # DT4090 Description: Job Editor using incorrect parameter when using Task and Base Path Resolution: In this release, jobs created in SAS Drug Development that contain tasks which again contain Base Path parameters will display the correct parameters when opening the Parameter Resolution window for a task where the Base Path parameters have already been changed. Reference # DT3999 Description: Process Editor not getting latest version of object before run Resolution: In this release, customers can set a registry setting to determine whether the Process Editor should check for updates and prompt for reload if a file has been changed. If a file has been updated while the Process Editor is open, the user will be updated if they want to reload the updated file before submitting. Reference # DT3873 Description: A codedmessage that embeds a line of SAS code containing % signs causes issues with the results Resolution: In this release, the Process Editor will handle without any errors a codedmessage that embeds SAS code lines containing % signs. Reference # DT3708 Description: Parser error over-ride does not work for processes that have input processes Resolution: In this release, SAS Drug Development insures that the Run Time Execution Option set to Disable parsing messages and enable program execution is honored for all processes including those that have input processes. Reference # DT3501 Description: e-sig signing session timeout Resolution: In this release, SAS Drug Development enforces a session timeout for the e-signature session after 30 minutes from when it was initiated. Reference # DT3220 Description: SAS Drug Development treating docx (Word 2007) files as zip files Resolution: In this release, all new Word 2007 files stored in SAS Drug Development with the extension.docx will be recognized by SAS Drug Development as Word documents and will open in Word if available. Reference # DT3210 Description: Output file name (kanji) not output correctly Resolution: In this release, for those customers using Shift-JIS, output files will have the correct filename extension. Page 5 of 14

6 Reference # DT3209 Description: Process Editor calling process needs to be saved before a run Resolution: In this release, the Process Editor will execute calling processes correctly regardless of whether the calling process has been saved before being executed. Reference # DT3004 Description: Change permissions on folder should generate audit trail for all its children Resolution: In this release, changing the permission on a folder will generate an appropriate audit trail record for all of the children of the folder as well. Reference # DT2957 Description: Saved parameters base path not being saved Resolution: In this release, SAS Drug Development will retain the modified base path value. Reference # DT2312 Description: Data Explorer Mnemonic value incorrectly displaying Label value Resolution: In this release, SAS Drug Development will retain and display the value set for the variable mnemonic. Reference # DT2184 Description: File Properties display from Data Explorer is not usable Resolution: In this release, the user interface for the Data Explorer s File Properties UI has been improved to allow easy viewing of this information. Reference # DT1134 Description: User can log off SAS Drug Development and leave the Process Editor open and cannot save back to SAS Drug Development Resolution: In this release, if a user logs out of SAS Drug Development while the Process Editor is open and code changes have been made in the editor, the user will be provided the opportunity to save their changes before logging them out of SAS Drug Development. Reference # DT988 Description: Description box too small to see text entered Resolution: In this release, the User Interface has been changed allowing for viewing of long descriptions when customizing types in the Input Data Table. Page 6 of 14

7 Reference # DT1940 Description: Finer granularity for Scheduler Resolution: In this release, the Scheduler will allow users to define recurring jobs at an hourly, twice per hour or quarterly (four times per hour) schedule. For twice per hour, the jobs will kick off on the hour (:00) and half past the hour (:30). For quarterly, the jobs will initiate at :00, :15, :30 and :45 past the hour. Jobs that run hourly may be selected for any time during the hour (e.g. 7:34) and will then run hourly from that time (e.g. 8:34, 9:34, etc.). Reference # DT4163 Description: Audit trail query with dates causes full-table scan on Oracle. Resolution: In this release, SAS Drug Development has been updated to optimize audit trail queries involving dates reducing the amount of time needed to retrieve this information for the reports. Reference # DT4162 Description: Index on Audit trail table delaying updates Resolution: In this release, an index that had been added in the 3.5 version was removed as it was not needed and was seen to be adding unnecessary time to every new audit record added to the table. Reference # DT4145 Description: Excessive logging generated by login modules Resolution: In this release, unnecessary debug activity was disabled which reduces the amount of logging activity generated during logins to SAS Drug Development. Reference # DT2985 Description: Provide error message from Advanced Loader when an XPT file conversion fails Resolution: In this release, the user will be notified with an appropriate error message when an XPT file conversion fails when using the Advanced Loader. Page 7 of 14

8 Release Notes from Hot Fix 35DRG03: Reference # DT4125 Description: Restrict external URL access Resolution: In this release, additional authorization checks have been added to insure that users who enter URLs to access SDD are authorized with the same checks as if they had accessed the location via an internal SDD link. Reference # DT4126 Description: Suppress informational dialog boxes in Process Editor for parameter resolution in an input process. Resolution: In this release, a configuration parameter has been edited that, when enabled, suppresses informational dialog boxes from displaying when a program is submitted from the Process Editor. The default setting for this setting maintains the previous behavior which is to show the informational dialog boxes. Reference # DT4127 Description: Need to prevent cross-site scripting Resolution: In this release, additional checks have been put into place to insure crosssite scripting cannot be initiated from within the SAS Drug Development application. Reference # DT4129 Description: User should not have to close applications and log out to pick up changed credentials in applications Resolution: In this release, when a password is changed it is immediately effective within that user s current SDD session. NOTE: If there is a Process Editor session open at the time of the password change, the Process Editor will not honor the new password during that session. All new Process Editor sessions launched subsequent to the password change in SDD will honor the new password. Reference # DT4132 Description: A job run in the scheduler runs slower than if run through the Process Editor Resolution: In this release, changes have been made to the way the scheduler submits jobs so that the time it takes to run submitted jobs is approximately the same amount of time if not better than running through the Process Editor. Page 8 of 14

9 Release Notes from Hot Fix 35DRG02: Reference # DT4016 Description: By default, all users of SAS Drug Development access the SAS servers through the same trusted user account. It is feasible for a skilled, authorized, malicious user to gain access to the inputs and outputs of a SAS job submitted by a different user. Only a user with valid credentials in the system could acquire this access. Resolution: The issue has been addressed in this release. The resolution requires an external LDAP server to manage users on the SAS servers. Individual user sessions are connected to the SAS application server through separate accounts which only have access to the SAS work files for that account. This fix requires changes to the configuration of the SAS Drug Development system to include the LDAP server. A script will run when scheduled to check all SAS Drug Development user ids against previously defined user ids on the LDAP server. The script will either add user ids for new accounts or delete user ids for retired accounts. A new user will not be able to perform any functions within SAS Drug Development that require a SAS session until the script has run and created the corresponding id on the LDAP server. A change order must be submitted to request this fix. Additional hardware is required for any instance implementing this change. Reference # DT3712 Description: SAS logs in saved job logs do not contain carriage returns resulting in one long string of the entire SAS log. Resolution: This issue is resolved in this release. SAS logs in a saved job log now contain carriage returns. Reference # DT4097 Description: In the Audit Trail query window, the From and To dates in the selection criteria appear as instead of Resolution: In this release, this issue has been resolved. The error in the display caused incomplete results in the audit trail search. With the fix of the display date, the audit trail results are now comprehensive. Reference # DT4107 Description: When a user whose userid begins with two consecutive numbers uploads a data table, the columns metadata is unavailable. Resolution: This issue is resolved in this release. Page 9 of 14

10 Reference # DT4108 Description: The Scheduler does not resolve 2 provided macro variables: _SDDURL_ and _SDDDAV_ Resolution: This issue is resolved in this release. Release Notes from Hot Fix 35DRG01: Reference # DT2141 Description: In a UTF-8 encoded instance, the resulting log and SAS output from an executed process have garbled Double Byte Character Set (DBCS) characters. The characters are distorted regardless if the user executes the process with or without saving out the log and list files, as well as when the user views the files from a saved job log (jlgxml). Resolution: In this release, this issue has been resolved. One additional note to make: SAS log and output require a viewer consistent with the client encoding to display DBCS correctly in files opened from the Job Results Viewer. The SAS System Viewer does not support UTF-8, so another viewer must be used. Reference # DT2157, DT2651, DT4015 & DT4025 Description: In a UTF-8 encoded system, DBCS characters are garbled in both ODS RTF and PDF output files. Resolution: In this release, DBCS characters are correctly displayed for both Shift- JIS and UTF-8 encoded instances in ODS RTF output. ODS PDF output displays properly for Shift-JIS encoded systems, however UTF-8 encoded systems require a workaround to properly display the file. UTF-8 ODS PDF Workaround: Add the following OPTIONS statement before the first ODS PDF statement: OPTIONS locale=ja_jp; Reference # DT2225 & DT2321 Description: In an UTF-8 encoded instance,.csv,.xls,.dat and.tab files do not display correctly in the Data Explorer. Resolution: This is resolved in this release. Reference # DT2380 & DT4002 Description: PDF files created by printing to PDF from the Process Editor in UTF-8 instances do not display DBCS correctly. Resolution: This issue is outside the code base of SAS Drug Development; however,!sasroot\nls\u8\sashelp was added to our SASHELP definition as a workaround to this problem. Page 10 of 14

11 Reference # DT3026 Description: A results file saved as an.xpt in the Data Definition Explorer later opened in the Data Explorer opens with the error: "the dataset contains no data; an empty record has been added for display." Resolution: This issue is resolved in this release. Reference # DT3030 Description: In the Data Definition Explorer and the Process Editor, information displayed in menus is English; however, in some pop-up menus or dialog boxes, the information is displayed in Japanese. Resolution: The information in both of these locations is now specified in English. Reference # DT3219 Description: Access to SAS Drug Development through a proxy that requires authentication is not functioning. Resolution: Issue has been resolved in this release. Reference # DT3527 Description: Output files created from the Process Editor incorrectly have a.txt as part of the file name. For example the file created would be file_new.txt.pdf instead of file_new.pdf Resolution: Issue is fixed in this release. Output files do not have the additional.txt within the filename. Reference # DT3710, DT4081, DT3782, DT4019, & DT4037 Description: DBCS and Extended ASCII characters are garbled in both the Permissions report and the Exported Audit Trail report when opened in Microsoft Excel. Resolution: In this release, this issue is resolved for Single Byte Character Set (SBCS) and Shift-JIS systems. On UTF-8 encoded instances, Extended ASCII and DBCS characters will not display properly when opened in Excel. This is because of a known issue where files in.csv format, encoded in UTF-8, do not display Extended ASCII (or DBCS) characters correctly in Excel. The characters will display correctly, however, when the.csv file is opened in the Data Explorer. Reference # DT3974 Description: From within the Process Editor Parameter Resolution window, if the Apply button is clicked more than once, an additional file extension is appended to the current filename and extension. For example if the file was test_file.sas7bdat and the user selected the Apply button again then the file would become test_file.sas7bdat.sas7bdat. Resolution: This is resolved in this release. Page 11 of 14

12 Reference # DT3790 & 4020 Description: In a DBCS encoded instance, the date is displaying in Western format instead of the system locale. Resolution: In this release, the display date has been changed to use correct locale so that the month, day, and year values will display in the correct order for the user. For Japanese locale the format is yy/mm/dd. Reference # DT3851 & 4044 Description: While parsing code in the Process Editor, the following valid code throws multiple parser errors in the PE: Resolution: %macro test(a =); %put a = &a; %mend test; %test(a = %nrbquote(%%)); %test(a = %str([7.5; 8.0[ is the interval from 7.5 to 8.0, including 7.5 and excluding 8.0)); %test(a = %str( ] )); %test(a = %str( { )); %test(a = %str( } )); %test(a = %nrbquote( ' )); %test(a = %nrbquote( " )); %PUT A;; The parser code has been updated to recognize these statements as valid code. Reference # DT3885 Description: Limit the character input number for the Business Title field on the Personal tab of the Personal Settings page. Resolution: All fields in the Business section of the Personal tab are restricted to only 60 characters, and the five characters < > " % ; are no longer accepted as valid input. If longer data has been entered in these fields prior to the application of this software patch on the instance, the data will be truncated at 60 characters and validated if opened and saved in the Edit User page. Reference # DT3886 Description: Limit the amount of characters accepted in the UserID field on the login page. Resolution: The UserID on the login page has been restricted to 20 characters. Page 12 of 14

13 Reference # DT4028 Description: From within the Parameters field In the Process Editor, the up and down arrows are not functioning as one would expect. If an item is moved to the first or last position, initially both Down and Up arrows are still active. If the same arrow (e.g. item is at the top of the list and Up is selected) is selected again, both arrow buttons become disabled. Resolution: The arrow button actions have been modified so that if the highlight item is the first item, only the 'down' button is enabled and 'up' button disabled. The converse is true if the highlighted item is the last item. Reference # DT4043 Description: In the Process Editor Customizing window when a customized file type is selected, the appropriate file extension is added to the file name (e.g. test_file.txt). However if the file type is changed, instead of changing the extension, the new extension is added to what is already in the Name field, leading to multiple extensions (e.g. test_file.txt.xml). Resolution: In this release, this issue has been resolved. The selected file type extension is properly appended to the file name. Reference # DT4050 Description: Metadata customizations made in the Study Definition Editor metadata are not saved. Resolution: This is resolved in this release. Page 13 of 14

14 Known unresolved issues SAS Drug Development Desktop Connection is not yet available for Windows 7 systems At the time of this software release, there is a version of SAS Drug Development Desktop Connection that is being validated on Windows 7 systems. This release should be available soon. Until this release is available, a workaround is to use Xythos Drive 64, which lets you map a drive to a SAS Drug Development location so you can transfer files. Note that this is a standard version of Xythos Drive that is not customized for SAS Drug Development the way SAS Drug Development Desktop Connection is. Not all Clinical Transformation parameters are populated properly within the Publish to SDD plug-in. When using Clinical transformations that contain internal library and filename references (wherever the user encounters a Browse button inside of a Clinical Transformation), the Publish to SDD plug-in does not recognize these and therefore they are not parameterized in SDD. When working with these transformations the user will be required to set the correct parameters within the process code residing in SDD. This will need to be done each time the code is published to SDD. Modifying a SAS process after it has been published to SDD requires an advanced understanding of the SDD Process Editor and the substitution process. In addition, a strong knowledge of the study directory structure is required to ensure that the files and data sets are accessed and stored in the correct folders. Problems with Web folders on Windows 7 systems There is a bug in the current set of Windows 7 patches that prevents the general use of Webfolders. The issue was logged with Microsoft under tracking id REG: At the time of this release, the issue is not resolved. The Xythos Drive 64 or SAS Drug Development Desktop Connection, when made available, are workarounds for this issue. Previously reported issues with resolutions Problems with Java Runtime Environment (JRE) version 1.6.0_14 SAS Drug Development applications (e.g., the Data Explorer and Process Editor) use the Java Runtime Environment (JRE). If a user tries to run any of the SAS Drug Development applications with the 1.6.0_14 version of the JRE, they will get an error message concerning the signing of the files. The application will not launch. The problem is fixed in 1.6.0_15 and all subsequent versions of the JRE. Page 14 of 14

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

CommonSpot Content Server Version 6.2 Release Notes

CommonSpot Content Server Version 6.2 Release Notes CommonSpot Content Server Version 6.2 Release Notes Copyright 1998-2011 PaperThin, Inc. All rights reserved. About this Document CommonSpot version 6.2 updates the recent 6.1 release with: Enhancements

More information

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings... Post Installation Guide for Primavera Contract Management 14.1 July 2014 Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

More information

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts... Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...

More information

Oracle Universal Content Management 10.1.3

Oracle Universal Content Management 10.1.3 Date: 2007/04/16-10.1.3 Oracle Universal Content Management 10.1.3 Document Management Quick Start Tutorial Oracle Universal Content Management 10.1.3 Document Management Quick Start Guide Page 1 Contents

More information

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client.

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client. WatchGuard SSL v3.2 Release Notes Supported Devices SSL 100 and 560 WatchGuard SSL OS Build 355419 Revision Date January 28, 2013 Introduction WatchGuard is pleased to announce the release of WatchGuard

More information

Online Backup Client User Manual

Online Backup Client User Manual For Mac OS X Software version 4.1.7 Version 2.2 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by other means.

More information

Handle Tool. User Manual

Handle Tool. User Manual User Manual Corporation for National Research Initiatives Version 2 November 2015 Table of Contents 1. Start the Handle Tool... 3 2. Default Window... 3 3. Console... 5 4. Authentication... 6 5. Lookup...

More information

TestNav 8 User Guide for PARCC

TestNav 8 User Guide for PARCC TestNav 8 User Guide for PARCC Copyright 2014, Pearson Education, Inc. Published March 6, 2014 TestNav 8 User Guide for PARCC 1 TestNav 8 User Guide for PARCC Revision History What is TestNav? Technical

More information

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

File Management Utility User Guide

File Management Utility User Guide File Management Utility User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held

More information

Sophos Mobile Control Startup guide. Product version: 3.5

Sophos Mobile Control Startup guide. Product version: 3.5 Sophos Mobile Control Startup guide Product version: 3.5 Document date: July 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos Mobile

More information

Remark FTP Utility. For Remark Office OMR. User s Guide

Remark FTP Utility. For Remark Office OMR. User s Guide Remark FTP Utility For Remark Office OMR User s Guide Remark Products Group 301 Lindenwood Drive, Suite 100 Malvern, PA 19355-1772 USA www.gravic.com Disclaimer The information contained in this document

More information

Spectrum Technology Platform. Version 9.0. Spectrum Spatial Administration Guide

Spectrum Technology Platform. Version 9.0. Spectrum Spatial Administration Guide Spectrum Technology Platform Version 9.0 Spectrum Spatial Administration Guide Contents Chapter 1: Introduction...7 Welcome and Overview...8 Chapter 2: Configuring Your System...9 Changing the Default

More information

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

POINT OF SALES SYSTEM (POSS) USER MANUAL

POINT OF SALES SYSTEM (POSS) USER MANUAL Page 1 of 24 POINT OF SALES SYSTEM (POSS) USER MANUAL System Name : POSI-RAD System Release Version No. : V4.0 Total pages including this covering : 23 Page 2 of 24 Table of Contents 1 INTRODUCTION...

More information

Novell Filr. Windows Client

Novell Filr. Windows Client Novell Filr Windows Client 0 Table of Contents Supported Environments 2 Supported Languages 2 Getting Started 3 Which Folders Are Synchronized 3 What Actions Are Supported 4 Configuring Folders to Synchronize

More information

Using CertAgent to Obtain Domain Controller and Smart Card Logon Certificates for Active Directory Authentication

Using CertAgent to Obtain Domain Controller and Smart Card Logon Certificates for Active Directory Authentication Using CertAgent to Obtain Domain Controller and Smart Card Logon Certificates for Active Directory Authentication Contents Domain Controller Certificates... 1 Enrollment for a Domain Controller Certificate...

More information

Sophos Mobile Control Startup guide. Product version: 3

Sophos Mobile Control Startup guide. Product version: 3 Sophos Mobile Control Startup guide Product version: 3 Document date: January 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos

More information

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

More information

Creating Home Directories for Windows and Macintosh Computers

Creating Home Directories for Windows and Macintosh Computers ExtremeZ-IP Active Directory Integrated Home Directories Configuration! 1 Active Directory Integrated Home Directories Overview This document explains how to configure home directories in Active Directory

More information

Portal Instructions for Mac

Portal Instructions for Mac Portal Instructions for Mac Table of Contents Introduction... 1 Preparing Safari... 2 Advanced Access Instructions... 3 Installing Java... 3 Setting the Default Browser... 3 Installing the Browser Plug-in...

More information

VMware Mirage Web Manager Guide

VMware Mirage Web Manager Guide Mirage 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

LANDESK Service Desk. Desktop Manager

LANDESK Service Desk. Desktop Manager LANDESK Service Desk Desktop Manager LANDESK SERVICE DESK DESKTOP MANAGER GUIDE This document contains information, which is the confidential information and/or proprietary property of LANDESK Software,

More information

Working With Your FTP Site

Working With Your FTP Site Working With Your FTP Site Welcome to your FTP Site! The UnlimitedFTP (UFTP) software will allow you to run from any web page using Netscape, Internet Explorer, Opera, Mozilla or Safari browsers. It can

More information

Oracle Essbase Integration Services. Readme. Release 9.3.3.0.00

Oracle Essbase Integration Services. Readme. Release 9.3.3.0.00 Oracle Essbase Integration Services Release 9.3.3.0.00 Readme To view the most recent version of this Readme, see the 9.3.x documentation library on Oracle Technology Network (OTN) at http://www.oracle.com/technology/documentation/epm.html.

More information

Novell ZENworks 10 Configuration Management SP3

Novell ZENworks 10 Configuration Management SP3 AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties

More information

WatchGuard SSL v3.2 Update 1 Release Notes. Introduction. Windows 8 and 64-bit Internet Explorer Support. Supported Devices SSL 100 and 560

WatchGuard SSL v3.2 Update 1 Release Notes. Introduction. Windows 8 and 64-bit Internet Explorer Support. Supported Devices SSL 100 and 560 WatchGuard SSL v3.2 Update 1 Release Notes Supported Devices SSL 100 and 560 WatchGuard SSL OS Build 445469 Revision Date 3 April 2014 Introduction WatchGuard is pleased to announce the release of WatchGuard

More information

Quick Start Guide to Logging in to Online Banking

Quick Start Guide to Logging in to Online Banking Quick Start Guide to Logging in to Online Banking Log In to Internet Banking: Note: The first time you log in you are required to use your Customer ID. Your Customer ID is the primary account holder s

More information

GP REPORTS VIEWER USER GUIDE

GP REPORTS VIEWER USER GUIDE GP Reports Viewer Dynamics GP Reporting Made Easy GP REPORTS VIEWER USER GUIDE For Dynamics GP Version 2015 (Build 5) Dynamics GP Version 2013 (Build 14) Dynamics GP Version 2010 (Build 65) Last updated

More information

DeployStudio Server Quick Install

DeployStudio Server Quick Install DeployStudio Server Quick Install v1.7.0 The DeployStudio Team info@deploystudio.com Requirements OS X 10.7.5 to 10.11.1 DeployStudioServer_v1.7.x.pkg and later NetBoot based deployment 100 Mb/s switched

More information

Dashboard Admin Guide

Dashboard Admin Guide MadCap Software Dashboard Admin Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

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

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

More information

Managing Identities and Admin Access

Managing Identities and Admin Access CHAPTER 4 This chapter describes how Cisco Identity Services Engine (ISE) manages its network identities and access to its resources using role-based access control policies, permissions, and settings.

More information

Important Release Information and Technical and Deployment Support Notes

Important Release Information and Technical and Deployment Support Notes PrinterOn On-Premise Server Release Technical Support Notes Important Release Information and Technical and Deployment Support Notes During the course of product development and support, configurations

More information

Pulse Secure Client. Customization Developer Guide. Product Release 5.1. Document Revision 1.0. Published: 2015-02-10

Pulse Secure Client. Customization Developer Guide. Product Release 5.1. Document Revision 1.0. Published: 2015-02-10 Pulse Secure Client Customization Developer Guide Product Release 5.1 Document Revision 1.0 Published: 2015-02-10 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose, CA 95134 http://www.pulsesecure.net

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

Test Automation Integration with Test Management QAComplete

Test Automation Integration with Test Management QAComplete Test Automation Integration with Test Management QAComplete This User's Guide walks you through configuring and using your automated tests with QAComplete's Test Management module SmartBear Software Release

More information

Network Probe User Guide

Network Probe User Guide Network Probe User Guide Network Probe User Guide Table of Contents 1. Introduction...1 2. Installation...2 Windows installation...2 Linux installation...3 Mac installation...4 License key...5 Deployment...5

More information

Installation Guide. (You can get these files from http://www.clariostechnology.com/intelligentreports/install)

Installation Guide. (You can get these files from http://www.clariostechnology.com/intelligentreports/install) Clarios Technology Pty. Ltd. Intelligent Reporter Installation Guide Installing Intelligent Reports JIRA plugin The Intelligent Reports plugin for JIRA is available through the Atlassian Marketplace. Follow

More information

Microsoft Entourage 2008 / Microsoft Exchange Server 2010. Installation and Configuration Instructions

Microsoft Entourage 2008 / Microsoft Exchange Server 2010. Installation and Configuration Instructions Microsoft Entourage 2008 / Microsoft Exchange Server 2010 Installation and Configuration Instructions Table of Contents How to connect Microsoft Entourage 2008 EWS to the Exchange Server... 3 Important

More information

Almyta Control System Advanced Reference Contents

Almyta Control System Advanced Reference Contents Almyta Control System Advanced Reference Contents Almyta Control System Advanced Reference... 1 Software Maintenance... 2 Sharing Your Local Company with Other Users. Networked Installation.... 5 Connecting

More information

BusinessObjects Enterprise XI Release 2

BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 How to configure an Internet Information Services server as a front end to a WebLogic application server Overview Contents This document describes the process of

More information

ShoreTel 13 Conferencing User Guide. Part Number 850-1234-01

ShoreTel 13 Conferencing User Guide. Part Number 850-1234-01 ShoreTel 13 Part Number 850-1234-01 Document and Software Copyrights Copyright 1998-2012 by ShoreTel Inc., Sunnyvale, California, USA. All rights reserved. Printed in the United States of America. Contents

More information

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Application Setup help topics for printing Document Release Date: December 2014 Software Release Date: December

More information

SPSS. Resolve common problems when installing SPSS. Document Purpose. IT Services. www.le.ac.uk/its

SPSS. Resolve common problems when installing SPSS. Document Purpose. IT Services. www.le.ac.uk/its IT Services SPSS Resolve common problems when installing SPSS Document Purpose This guide will show you how to fix some common problems when installing SPSS. Version number: R01.1 www.le.ac.uk/its UNIVERSITY

More information

Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide

Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72 User Guide Contents 1 Introduction... 4 2 Requirements... 5 3 Important Note for Customers Upgrading... 5 4 Installing the Web Reports

More information

Technical Support Set-up Procedure

Technical Support Set-up Procedure Technical Support Set-up Procedure How to Setup the Amazon S3 Application on the DSN-320 Amazon S3 (Simple Storage Service) is an online storage web service offered by AWS (Amazon Web Services), and it

More information

Forms Printer User Guide

Forms Printer User Guide Forms Printer User Guide Version 10.51 for Dynamics GP 10 Forms Printer Build Version: 10.51.102 System Requirements Microsoft Dynamics GP 10 SP2 or greater Microsoft SQL Server 2005 or Higher Reporting

More information

SA-9600 Surface Area Software Manual

SA-9600 Surface Area Software Manual SA-9600 Surface Area Software Manual Version 4.0 Introduction The operation and data Presentation of the SA-9600 Surface Area analyzer is performed using a Microsoft Windows based software package. The

More information

*Contact the iperms Technical Support at carsipermssupport@conus.army.mil or call 800-829-6863 for further assistance.

*Contact the iperms Technical Support at carsipermssupport@conus.army.mil or call 800-829-6863 for further assistance. Interactive Personnel Electronic Records Management System (iperms) Frequently Asked Questions (FAQs) For Domain Administrator (DA)/Domain Manager (DM) Q. What does an iperms Authorized Official (AO),

More information

Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64

Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64 Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64 http://www.suse.com 1 Table of Contents Introduction...3 Hardware and

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Kaseya 2. User Guide. Version R8. English

Kaseya 2. User Guide. Version R8. English Kaseya 2 Remote Control Tools User Guide Version R8 English December 22, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

TIBCO Spotfire Automation Services 6.5. User s Manual

TIBCO Spotfire Automation Services 6.5. User s Manual TIBCO Spotfire Automation Services 6.5 User s Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06 Business Intelligence Launch Pad User Guide Table of Contents 1 Document history....7 2 Getting started

More information

New Features... 1 Installation... 3 Upgrade Changes... 3 Fixed Limitations... 4 Known Limitations... 5 Informatica Global Customer Support...

New Features... 1 Installation... 3 Upgrade Changes... 3 Fixed Limitations... 4 Known Limitations... 5 Informatica Global Customer Support... Informatica Corporation B2B Data Exchange Version 9.5.0 Release Notes June 2012 Copyright (c) 2006-2012 Informatica Corporation. All rights reserved. Contents New Features... 1 Installation... 3 Upgrade

More information

USER GUIDE: MaaS360 Services

USER GUIDE: MaaS360 Services USER GUIDE: MaaS360 Services 05.2010 Copyright 2010 Fiberlink Corporation. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions January 2011 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

Nesstar Server Nesstar WebView Version 3.5

Nesstar Server Nesstar WebView Version 3.5 Unlocking data creating knowledge Version 3.5 Release Notes November 2006 Introduction These release notes contain general information about the latest version of the Nesstar products and the new features

More information

4.0 SP1 (4.0.1.0) November 2014 702P03296. Xerox FreeFlow Core Installation Guide: Windows Server 2008 R2

4.0 SP1 (4.0.1.0) November 2014 702P03296. Xerox FreeFlow Core Installation Guide: Windows Server 2008 R2 4.0 SP1 (4.0.1.0) November 2014 702P03296 Installation Guide: Windows Server 2008 R2 2014 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, FreeFlow, and VIPP are trademarks of Xerox Corporation

More information

Kaseya 2. User Guide. Version 7.0. English

Kaseya 2. User Guide. Version 7.0. English Kaseya 2 Remote Control Tools User Guide Version 7.0 English December 22, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

Release Notes. Platform Compatibility. Supported Operating Systems and Browsers: AMC. WorkPlace

Release Notes. Platform Compatibility. Supported Operating Systems and Browsers: AMC. WorkPlace Secure Remote Access SonicWALL Aventail E-Class SRA EX-Series 10.5.6 Platform Compatibility The SonicWALL Aventail E-Class SRA EX-Series 10.5.6 release is supported on the following SonicWALL appliances:

More information

Marcum LLP MFT Guide

Marcum LLP MFT Guide MFT Guide Contents 1. Logging In...3 2. Installing the Upload Wizard...4 3. Uploading Files Using the Upload Wizard...5 4. Downloading Files Using the Upload Wizard...8 5. Frequently Asked Questions...9

More information

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve. Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.

More information

How To Use Query Console

How To Use Query Console Query Console User Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Query Console User

More information

GFI Product Manual. Outlook Connector User Manual

GFI Product Manual. Outlook Connector User Manual GFI Product Manual Outlook Connector User Manual http://www.gfi.com info@gfi.com The information and content in this document is provided for informational purposes only and is provided "as is" with no

More information

Redtail CRM Integration. Users Guide. 2011 Cities Digital, Inc. All rights reserved. Contents i

Redtail CRM Integration. Users Guide. 2011 Cities Digital, Inc. All rights reserved. Contents i Redtail CRM Integration Users Guide 2011 Cities Digital, Inc. All rights reserved. Contents i Contents Redtail Integration with Laserfiche by Cities Digital 1 Overview... 1 Requirements 3 Minimum Server

More information

Skybot Scheduler Release Notes

Skybot Scheduler Release Notes Skybot Scheduler Release Notes The following is a list of new features and enhancements included in each release of Skybot Scheduler. Skybot Scheduler 3.3 Oracle interface The new Skybot Scheduler Oracle

More information

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL

More information

Shakambaree Technologies Pvt. Ltd.

Shakambaree Technologies Pvt. Ltd. Welcome to Support Express by Shakambaree Technologies Pvt. Ltd. Introduction: This document is our sincere effort to put in some regular issues faced by a Digital Signature and USB Token user doing on

More information

SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide

SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide Introduction This quick-start guide covers tasks that account administrators need to perform to set up SAS Visual Statistics and SAS Visual Analytics

More information

Autograph 3.3 Network Installation

Autograph 3.3 Network Installation Eastmond Publishing Ltd (Autograph) PO Box 46, Oundle, Peterborough, PE8 4JX, UK Tel: +44 (0)1832 273444 Fax: +44 (0)1832 273529 Email: support@autograph-maths.com Web: www.autograph-maths.com Technical

More information

Kaseya 2. User Guide. Version R8. English

Kaseya 2. User Guide. Version R8. English Kaseya 2 Discovery User Guide Version R8 English September 19, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as

More information

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

InfoView User s Guide. BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

Windows XP Exchange Client Installation Instructions

Windows XP Exchange Client Installation Instructions WINDOWS XP with Outlook 2003 or Outlook 2007 1. Click the Start button and select Control Panel: 2. If your control panel looks like this: Click Switch to Classic View. 3. Double click Mail. 4. Click show

More information

Sophos Mobile Control as a Service Startup guide. Product version: 3.5

Sophos Mobile Control as a Service Startup guide. Product version: 3.5 Sophos Mobile Control as a Service Startup guide Product version: 3.5 Document date: August 2013 Contents 1 About this guide...3 2 What are the key steps?...4 3 First login...5 4 Change your administrator

More information

Troubleshooting AVAYA Meeting Exchange

Troubleshooting AVAYA Meeting Exchange Troubleshooting AVAYA Meeting Exchange Is my browser supported? Avaya Web Conferencing supports the following browser clients for joining conferences (with the described limitations). The supported browsers

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

NetWrix SQL Server Change Reporter

NetWrix SQL Server Change Reporter NetWrix SQL Server Change Reporter Version 2.2 Administrator Guide Contents NetWrix SQL Server Change Reporter Administrator Guide 1. INTRODUCTION... 3 1.1 KEY FEATURES... 3 1.2 LICENSING... 4 1.3 HOW

More information

Online Backup Client User Manual Linux

Online Backup Client User Manual Linux Online Backup Client User Manual Linux 1. Product Information Product: Online Backup Client for Linux Version: 4.1.7 1.1 System Requirements Operating System Linux (RedHat, SuSE, Debian and Debian based

More information

OutDisk 4.0 FTP FTP for Email Users using Microsoft Windows and/or Microsoft Outlook. 5/1/2012 2012 Encryptomatic LLC www.encryptomatic.

OutDisk 4.0 FTP FTP for Email Users using Microsoft Windows and/or Microsoft Outlook. 5/1/2012 2012 Encryptomatic LLC www.encryptomatic. OutDisk 4.0 FTP FTP for Email Users using Microsoft Windows and/or Microsoft Outlook 5/1/2012 2012 Encryptomatic LLC www.encryptomatic.com Contents What is OutDisk?... 3 OutDisk Requirements... 3 How Does

More information

State of Michigan Data Exchange Gateway. Web-Interface Users Guide 12-07-2009

State of Michigan Data Exchange Gateway. Web-Interface Users Guide 12-07-2009 State of Michigan Data Exchange Gateway Web-Interface Users Guide 12-07-2009 Page 1 of 21 Revision History: Revision # Date Author Change: 1 8-14-2009 Mattingly Original Release 1.1 8-31-2009 MM Pgs 4,

More information

6 Oracle Business Activity Monitoring

6 Oracle Business Activity Monitoring 6 Oracle Business Activity Monitoring This chapter describes issues associated with Oracle Business Activity Monitoring (BAM). It includes the following topics: Section 6.1, "Supported Platforms" Section

More information

Oracle's Hyperion Shared Services. Readme. Purpose. Release 11.1.2.0.00

Oracle's Hyperion Shared Services. Readme. Purpose. Release 11.1.2.0.00 Oracle's Hyperion Shared Services Release 11.1.2.0.00 Readme [Skip Navigation Links] Purpose... 1 New Features... 2 General... 2 Security Administration... 2 Lifecycle Management... 3 Shared Services Taskflows...

More information

McAfee Web Gateway 7.4.1

McAfee Web Gateway 7.4.1 Release Notes Revision B McAfee Web Gateway 7.4.1 Contents About this release New features and enhancements Resolved issues Installation instructions Known issues Find product documentation About this

More information

User Manual for Web. Help Desk Authority 9.0

User Manual for Web. Help Desk Authority 9.0 User Manual for Web Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks of ScriptLogic

More information

Installation Guide. Research Computing Team V1.9 RESTRICTED

Installation Guide. Research Computing Team V1.9 RESTRICTED Installation Guide Research Computing Team V1.9 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency

More information

ShoreTel Microsoft Dynamics CRM Integration Application Version 5.x for CRM Versions 2011 and 2013. Installation and Usage Documentation

ShoreTel Microsoft Dynamics CRM Integration Application Version 5.x for CRM Versions 2011 and 2013. Installation and Usage Documentation ShoreTel Microsoft Dynamics CRM Integration Application Version 5.x for CRM Versions 2011 and 2013 Installation and Usage Documentation ShoreTel Advanced Applications 2/3/2014 ShoreTel MS Dynamics CRM

More information

Enterprise Toolbar User s Guide. Revised March 2015

Enterprise Toolbar User s Guide. Revised March 2015 Revised March 2015 Copyright Notice Trademarks Copyright 2007 DSCI, LLC All rights reserved. Any technical documentation that is made available by DSCI, LLC is proprietary and confidential and is considered

More information

Fax User Guide 07/31/2014 USER GUIDE

Fax User Guide 07/31/2014 USER GUIDE Fax User Guide 07/31/2014 USER GUIDE Contents: Access Fusion Fax Service 3 Search Tab 3 View Tab 5 To E-mail From View Page 5 Send Tab 7 Recipient Info Section 7 Attachments Section 7 Preview Fax Section

More information

Fairfield University Using Xythos for File Sharing

Fairfield University Using Xythos for File Sharing Fairfield University Using Xythos for File Sharing Version 7.0 Table of Contents I: Manage your Department Folder...2 Your Department Folder... 2 II: Sharing Folders and Files Inside of Fairfield U...3

More information

Global Image Management System For epad-vision. User Manual Version 1.10

Global Image Management System For epad-vision. User Manual Version 1.10 Global Image Management System For epad-vision User Manual Version 1.10 May 27, 2015 Global Image Management System www.epadlink.com 1 Contents 1. Introduction 3 2. Initial Setup Requirements 3 3. GIMS-Server

More information

Entrust Managed Services PKI Administrator s Quick Start Guide

Entrust Managed Services PKI Administrator s Quick Start Guide Entrust Managed Services PKI Administrator s Quick Start Guide Each Managed Services PKI organization requires an administrator also known as a local registration authority (LRA) whose duty it is to manage

More information

Sentral servers provide a wide range of services to school networks.

Sentral servers provide a wide range of services to school networks. Wazza s QuickStart Publishing iweb Sites to a Sentral Server Background Mac OS X, Sentral, iweb 09 Sentral servers provide a wide range of services to school networks. A Sentral server provides a publishing

More information

Technical Paper. Defining an ODBC Library in SAS 9.2 Management Console Using Microsoft Windows NT Authentication

Technical Paper. Defining an ODBC Library in SAS 9.2 Management Console Using Microsoft Windows NT Authentication Technical Paper Defining an ODBC Library in SAS 9.2 Management Console Using Microsoft Windows NT Authentication Release Information Content Version: 1.0 October 2015. Trademarks and Patents SAS Institute

More information