LANSA V11 SP5. What's New in LANSA Version 11 Service Pack 5? All LANSA products running on workstations now support Vista SP1.

Size: px
Start display at page:

Download "LANSA V11 SP5. What's New in LANSA Version 11 Service Pack 5? All LANSA products running on workstations now support Vista SP1."

Transcription

1 Newsletter October 2008 LANSA V11 SP5 What's New in LANSA Version 11 Service Pack 5? 1. Vista Support All LANSA products running on workstations now support Vista SP1. In This Issue LANSA V11 SP5 page 1 Blocked Zip Files page 19 LANSA Tech Exchange page 8 New Course Schedule Benelux page 23 New VLF version page 10 LANSA User Group page 24 Speed up VLF Web Save/Generate page 18 LANSA Openfor.NET page 25 LANSA Newsletter October 2008 page 1

2 2.Visual LANSA Themes You can now execute Visual LANSA applications using different colour themes such as Office 2007 Silver, Graphite, Olive or Blue or one of the Office 2003 styles. This picture shows the Visual LANSA Framework application executing with the Office2007 Blue theme: Using Themes Visual LANSA Themes are enabled through the application object Sys_Appln. Usually you enable a theme like this: 1. Set the theme for the application in its startup code (typically in the CreateInstance event of application main form): #Sys_Appln.Theme := 2007Blue 2. Enable themes for the main form of the application. This can be done from the property sheet for the form or programmatically: #Main_Form.ThemeStyle := Themed LANSA Newsletter October 2008 page 2

3 Compiling and running your application will now paint your main form as a Themed form. Setting the Theme of All Forms Instead of individually setting each form to be theme-enabled using the forms ThemeStyle=Themed property, you can set the default behaviour of all Forms using the ThemedForms property of #Sys_Appln. False True Default All forms in the application will use the theme specified by #Sys_Appln.Theme property. To do this place the following code in the application start up code: #Sys_Appln.Theme := Shell #Sys_Appln.ThemedForms := True Note that enabling themes in all forms in a Visual LANSA application may not produce the appearance you want. For example in the Microsoft Office applications only the main form is generally theme-enabled whereas all other dialogs are not (the main application appears with a Blue theme but its child dialogs still appear Grey). For this reason we suggest you individually evaluate forms to see if they should use a theme. LANSA Newsletter October 2008 page 3

4 Testing Themes at Design Time During design you can see what your application will look with a theme using the Design View Theme option in the Options menu: This is how the sample application appears in Lilac: LANSA Newsletter October 2008 page 4

5 Themes and VisualStyles Themes and VisualStyles are closely related and on occasions can clash. The theme settings do not override Visual Styles settings in an application. For example if a panel appears green because its VisualStyle specifies a NormBackColor of green, the panel will continue to appear green even in a 2007Blue themed application. For cases where conflicts exist, you need to evaluate where the VisualStyle items should be reset in order to achieve the look you want. 3. Performance This release brings further performance improvements to LANSA primarily in the area of list processing. 4. Other Enhancements Connecting to Partition Specific Databases X_RUN has been changed to allow connecting to different user databases for each partition in a single LANSA system. To do this use the DBID and DBII parameters to specify different databases provided they are of the same database type. For example you can specify: DBII=LX_LANSA, DBID=LX_USER, DBIT=MSSQLS Note that the value of the DBUT parameter must be the same as the DBIT parameter if provided. The user database (DBID) can also be specified in the X_LANSA.PRO profile file for each partition. LANSA Newsletter October 2008 page 5

6 New Editor Tab Style The tabs in the LANSA editor can now be displayed as Navigator tabs: Or as standard tabs: LANSA Newsletter October 2008 page 6

7 To change the tab style right-click the tab folder heading and choose the Tab View Style option. LANSA Newsletter October 2008 page 7

8 LANSA Tech Exchange What is the LANSA Tech Exchange? This is where members of the LANSA Community can sell or share LANSA Components Weblets, Templates, Code Snippets, Technical items, etc. Anyone with Weblets, Code Snippets, Templates or other Technical items to offer just has to: submit the details ( and, LANSA Newsletter October 2008 page 8

9 after an accuracy check, the item will be added to the: Available Items ( Alternatively, if you are looking for a particular component, you can: post a request ( to see if others in the LANSA community can help. If you are looking for a particular component, you can post a request and it will be added to the: Wanted Items ( list. If another community member is able to assist you, we'll put you in contact. Who creates the LANSA Components for the LANSA Tech Exchange? LANSA Tech Exchange Components can be created by anyone any member of the extended LANSA community. Anyone with Components to sell or share and anyone who is seeking to obtain certain Components can use the Exchange. There are no membership conditions or passwords. Why Consider the LANSA Tech Exchange? LANSA has 7,000 customers and partners worldwide who have successfully met their business needs and deployed leading-edge applications and ebusiness solutions using LANSA software and technology. The LANSA Tech Exchange program is intended to help the LANSA Community share items that match other's needs at a Component level rather than a packaged solution level. This directory gives the LANSA community a way to find LANSA Components in order to expand their use of the LANSA platform. How is this different from the LANSA Partner Solution Directory? The LANSA Partner Solution Directory contains packaged solutions that are complete LANSA-based applications designed to meet a related set of business processes. LANSA Components from the LANSA Tech Exchange are typically added to an existing application or solution and might solve a specific technical challenge, such as displaying a chart in a grid. Important Disclaimer Contributors to the LANSA Tech Exchange are responsible for the correctness of any Components (code and documentation) that they submit. Contributors are also responsible for any support that might be offered with any Components they submit. LANSA does not provide any warranty concerning fitness for purpose nor correctness of any Component submitted to the Exchange. LANSA does not provide any warranty for any ongoing support offered for Components submitted by any party to the Exchange. Users of the Exchange who download any Component do so with the express understanding and agreement of the foregoing disclaimers. LANSA Newsletter October 2008 page 9

10 New VLF version Lot s of new features in the EPC831 of the Framework! Feature Benefit Area Impact Area More Details VLF.Net Performance, Usability and Appearance End User WIN WEB RAMP Any Framework Web Browser application can be compiled as a.net executable using the VLF.NET feature. It offers: Enhanced security capabilities Faster client side application execution Visually and functionally enhanced GUI capabilities Near zero deployment, by using.net s integrated ClickOnce web browser deployment technology. Visual Themes Automatic Server Connection Recovery Appearance End User Usability End User An easy-to-activate alternative to visual styles which produces a dramatic improvement in appearance. Requires LANSA Service Pack 5. No The Framework can be configured to handle a temporary loss of connection to a server. For example, this might happen when a user's laptop moves out of range of the wireless base station. The Framework can be configured to check the server connection: Before the user moves to the next business object or application Before executing a command At intervals specified by the designer If the connection check fails, by default the Framework stops, advises the user and after user confirmation attempts to reconnect. LANSA Newsletter October 2008 page 10

11 Feature Benefit Area Impact Area More Details Quick Find box on the Toolbar Developers Workbench Improved filter and command handler snapin facility Usability End User Performance, Developer Performance, Developer WIN WEB RAMP (NET ) When the Quick Find feature is enabled, a search field appears on the right-hand side of the Framework tool bar. When users click on this, they are offered a list of recently used business objects that they can switch back to. Or they can type in search text to find a business object by caption Developers can now directly access Framework objects and their properties using the Developer s Workbench. The Workbench has been designed to make it possible to quickly perform actions such as snapping in filters and command handlers and changing properties, without the overheads caused by having to frequently save and restart the framework. The interface for snapping in filters and command handlers has been redesigned for better usability and performance. If you know the name of the filter or command handler you can enter it without the performance overhead of loading all possible component names. Improved Images palette Execute the Framework in Prototype- Only Mode Developer Designer You can also search using a partial component name To make it easier to prototype applications, enhancements have been made to the Images Palette including the selection of the images folder and the zooming of image sizes. You can now execute the Framework in its original prototype mode by selecting the Prototype Mode Only check box when you select the Framework file Easy access to latest Demonstration System Keep old XML Framework versions organized Developer Developer When starting up the Framework as a Designer, you can launch the latest Demonstration system by selecting the option Open Latest Demonstration Version and clicking the Open button You can now store your old XML framework versions in a subfolder to reduce the number of files in the LANSA partition execute directory Show or hide Instance list tool bar buttons End User New design possibilities You can select or unselect the Show on Instance List Tool Bar option to control whether a button for a command should appear on the instance list tool bar associated with the instance list LANSA Newsletter October 2008 page 11

12 Feature Benefit Area Impact Area More Details WIN WEB RAMP Programmatic instance list sorting Filters can override instance list column headings End User New design possibilities End User New design possibilities A filter or command handler can now programmatically sort the instance list by a column at execution time. Filters can override the instance list column headings at execution time. This can be used to make the instance list suit the result of different filter searches. Enable/disable peer objects in instance lists Programmatic shrinking and expanding framework panes General Purpose Document Manager End User New design possibilities Improved Appearance End User New design possibilities New design possibilities The Enable Peers when Selected option indicates whether any appropriate peer objects commands should be enabled when this business object is selected. A filter or command handler can now programmatically shrink and reexpand the filter pane, the command handler pane, the instance list, or the navigate pane. Command handlers can also programmatically expand themselves to occupy the space used by the filters and instance list and restore themselves to their original size Use the shipped command DF_DOCS to manage a set of user defined documents. The documents are stored in a shipped database file called DFDOCS. You can snap this command to any Framework object and it will be instantly functional. Users are presented with a standard Windows folder browser and a list view initially showing existing documents for the selected object. An icon next to the list view entry indicates the status of the document. Control when an object can be opened in a new window New design possibilities Objects (Frameworks, applications, application views, and business objects) have a new option to control whether the object can be opened in a separate window. Optionally show current business object in window title Appearance Use the option Show Current Business Object in Window Title to force the Framework to always show the current business object in the window title. LANSA Newsletter October 2008 page 12

13 Feature Benefit Area Impact Area More Details WIN WEB RAMP Set session values before connection Performance - Developer There is now a way to set those session values that need to be set before the connection to the server occurs. The new IIP is called avsetbcsessionvalues Test the Activated state of filters and command handlers New Design Possibilities An example of a session value that needs to be set just before the connection to the server occurs is PSRR (Primary Server Route Repository) which controls whether repository data that cannot be retrieved locally is requested from the server. This new property allows differentiation between the filter and command handlers that are visible to the user, and other live filters/command handlers that are not currently visible. For those filters or command handlers that are alive, but either belong to a business object that is not visible, or are on a tab that is not being shown, avfilteractivated or avcommandhandleractivated will return FALSE #Com_Owner.avFilterActivated (in a filter) #Com_owner.avHandlerActivated (in a command handler) Specify your own framework version number Developer On the (Framework) -> (Properties) -> Framework Details tab you can now specify your own framework version number. It consists of 4 numbers, each of which must be in the range 1 to Trace can be disabled for Framework Web applications Security You can now ensure that end-users cannot run tracing when they execute their Framework web applications. This is an important security consideration in production web applications. Visual Ids on Web can be hidden New Design Possibilities In Framework web applications, if a business object has Visual ID 1 or 2 with a sequence of zero or blank, the visual id columns are now hidden. The tabbing order of buttons can be controlled Usability End User The Tabbing Order of buttons can be controlled. See SETBUTTONINDEX in the VF built-in function and UB_xxxxx User Buttons (Webevent) or UB_xxxxx User Buttons (WAMs). LANSA Newsletter October 2008 page 13

14 Feature Benefit Area Impact Area More Details WIN WEB RAMP Improved Focused Input Style VLF-WEB logon improvements Usability, Appearance End User New Design Possibilities A directive, APPEND= can be used with the Focused Input Field Style property of a Framework to cause the style entered in the Focused Input Field Style property to be appended to the existing style of the input field instead of replacing it The web Framework can be set up to validate the password entered by the user against the i5/os user password. We now ship an example of how to do this. The shipped UFU0001 now contains coding and comments that demonstrate how to: Validate logon credentials directly against an System i user profile s details. Provide specific error messages indicating exactly why logon credentials were rejected. To accompany these changes sample 3GL programs and their source code are installed by EPC831. Improved start up times for DBCS Web applications Control Web Framework start-up dimensions Performance End User (DBCS) Usability End User See the source code of function UFU0001 in process UF_SYSBR for more details. The way the start up DBCS information is exchanged with the server when a VLF-WEB application executes the first business object has been improved. The initial information exchange should now complete in at most 2 exchanges. For the web Framework, designers now have some control over the relative dimensions of the main Framework panels at start up. (Navigation Pane, Filter Panel, Instance List Panel, and Command Handler panel) See Web Initial Filter Pane height (%), Web Initial Filter Pane width (% of right panel) and Web Initial Navigation Pane width (%). (When using the.net framework, the window and pane size that the user used last is remembered between sessions) Improved XP and Vista fields and buttons in web browser applications Appearance Framework fields and buttons in XP and Vista now look like the native ones. LANSA Newsletter October 2008 page 14

15 Feature Benefit Area Impact Area More Details Maximum Number of Application Views increased to 100 New Design possibilities WIN WEB RAMP You can define up to 100 Views for an application. If more than 10 are required you should restrict the Navigation View Pane to Tree View. Maximum Web Password Length is now 32 New Design possibilities The maximum allowable length for passwords can be extended to 32 characters in Web applications. Minimum value allowed is 10, maximum value allowed is 32. Selection Block Size set to 500 by default Newlook version Dynamic Naming of Newlook screens and fields Performance End User Usability, Appearance End User Designer The Selection Block Size parameter defines the number of records that are transferred, in one hit, from the server by SELECT commands executed on the client system. Performance is improved by using large block sizes, so the default when you define a new server, is now 500. Existing server definitions remain unchanged. This version of RAMP requires Newlook Version (or later) You don't have to use newlook Designer to identify the relevant screens and fields to Newlook. Instead you can use Dynamic Naming from within the RAMP tools environment. Note: newlook licensing features may limit the use of this option in some RAMP environments. Please contact your product vendor for further information. Keep Newlook SID File Versions Designer You can keep backup copies of the Newlook SID files before making changes when using RAMP tools. New Newlook Server Property Use INI file New Design Possibilities A Newlook.ini file can be associated with a Newlook Server. Use the Use INI file property to associate a Newlook server to a Newlook ini file. This makes using and managing multiple Newlook INI and SID files easier than before. LANSA Newsletter October 2008 page 15

16 Feature Benefit Area Impact Area More Details WIN WEB RAMP New Scripting Functions Developer SETFOCUS - Set the focus to a field on the current screen GETFOCUS - Get the name of the field with focus on the current screen COPYTOCLIPBOARD - Copy a string to the user's clipboard MAKESUBFILEINTOSTRING - Return a DataGrid as a string SET_UNKNOWN_LOCKING - Override Session lock property New deployment options New deployment possibilities FATAL_MESSAGE_TYPE Stops the Framework shutting down when a fatal navigation error occurs by altering how fatal errors are handled. You can now specify the Newlook Update File and Codebase values in the server definition. This makes deploying RAMP applications easier. Optional command arguments accessible in RAMP scripts New Design Possibilities Your RAMP scripts can reference the two alphanumeric and two numeric optional command arguments, defined in the framework. Use the context menu (right click) Current Command to paste the values into your script. Web applications can override RAMP profile and password by using the Web Signon IIP RAMP application running in a browser now displays scroll bars by default New Design Possibilities Usability End user For example:objcommand.ualphaarg1 It is now possible to override the user profile and password used to start a RAMP session. The new user profile and password can be specified in the Web signon IIP and if they are specified and exchanged, they will override any other profile and password. The shipped version of this is function UF_SYSBR/UFU0001. See the source code of UFU0001 for more details. Up until now, when the size of a Destination screen exceeded the size of its container no scroll bars were shown and part of the Destination screen was hidden. From now on, scroll bars are automatically shown. LANSA Newsletter October 2008 page 16

17 Feature Benefit Area Impact Area More Details WIN WEB RAMP Dynamically enabling and disabling VLF Buttons and 5250 Function keys in RAMP destinations New Design Possibilities Use SETKEYENABLED() to enable or disable buttons and/or function keys that were enabled or disabled when defining the destination. Specify the order of buttons on RAMP screens New Design Possibilities You can now specify the order that buttons should be displayed on RAMP screens. Remark The new VLF version (EPC831) may be used on LANSA 11.0 systems at levels CU3, SP4 or SP5. Upgrading a LANSA environment to the latest level (SP5) is not required if you want to use EPC831. LANSA Newsletter October 2008 page 17

18 Speed up VLF WEB save/generate steps Many frameworks have multiple languages defined. Each language has a Generate Web Pages option on the Web Details tab. If you uncheck this option for language(s) not being used during development, the web stuff will not be generated for the language, making the save and generate step faster. LANSA Newsletter October 2008 page 18

19 Blocked Zip Files If you receive software in a zip file it may have crossed the internet at some stage in its journey to you (eg: , FTP, etc). This means the zip file may be marked by the Microsoft Attachment Manager as blocked. You can check if a file is blocked by displaying its properties like this: If you see the indicated message then the file is marked as blocked. You should always unblock a zip file that you intend to install from before unzipping it - no matter how you got the zip file. If you do not do this, every file you unzip from the zip file may also be marked as blocked. If the unzipped files are marked as blocked they may cause you hard to find problems later. You will probably have to unblock them individually. LANSA Newsletter October 2008 page 19

20 If you want more details. Attachment Manager Windows XP Service Pack 2 (SP2) Description Attachment Manager is a new feature included in Windows XP SP2 and Windows Vista intended to stop users from opening malicious files downloaded from the Internet. It does that by attaching a small piece of additional information called zone information to the files, containing the URL from which the file was downloaded. This additional information tells Windows that those files are potentially dangerous. How does it affect your files If you download a file from the Internet, that file will be marked as unsafe until you unblock it. When a file is marked as unsafe, Windows might not allow you to open this file, however the exact behaviour depends on the type of the file. This is somehow confusing and might lead to hard-to-find and obscure problems later on. It is therefore necessary to always unblock any file that you trust to avoid any unnecessary problems. Downloading a ZIP file from the Internet If you downloaded a ZIP file from the Internet, it will be marked as unsafe. When you extract the files inside the ZIP file using Windows Explorer, it will mark all those files as unsafe as well. It is therefore very important to unblock the ZIP file before you extract the contents. How to unblock files downloaded from the Internet You can check if a file is marked as unsafe from the properties screen (Windows Explorer, right-click, choose Properties). LANSA Newsletter October 2008 page 20

21 Click on the Unblock button to tell Windows to remove the unsafe marker. FAT/FAT32 volumes are not affected Attachment Manager is unable to mark files that are stored on FAT/FAT32 volumes. Only NTFS volumes are affected. How to unblock multiple files easily The simplest way to unblock multiple files is by copying the files to a FAT/FAT32 volumes and back to your NTFS volume. An alternative would be to use a small tool that you can download from: Disabling the Attachment Manager The Attachment Manager can be disabled. The steps to do that are outlined below: 1. Run the Group Policy Object Editor (gpedit.msc) either from the Command Prompt or using the Run command in the Windows Start Menu 2. Expand the node User Configuration >> Administrative Templates >> Windows Components >> Attachment Manager. LANSA Newsletter October 2008 page 21

22 3. Right-click on the third option: Do not preserve zone information in file attachments. Choose Properties. 4. Select Enabled (Enabled would mean that Do not preserve zone information in file attachments is enabled, which in effect will stop Windows from storing the zone information in file attachments). Click OK to close the dialog box. LANSA Newsletter October 2008 page 22

23 New Course Schedule LANSA Benelux LANSA's education offerings provide the knowledge, skills and experience to help your company maximize the return on your investment. Through these educational programs you will learn to design and implement new systems efficiently, so you can take full advantage of the product architecture and avail yourself of evolving trends in technology. New Course Path Available Courses Course Nbr Days Availability LANSA Basis Workshop 7 days Available on Request Visual LANSA Workshop 6 days Available on Request Visual LANSA Framework (VLF) Windows 3 days Available on Request Web Application Module (WAM) Workshop 6 days Available on Request Visual LANSA Framework (VLF) WAM 3 days Available on Request LANSA Integrator Workshop 3 days Available on Request RAMP Workshop 8 days Available on Request LANSA Composer Workshop 2 days Available on Request LANSA Newsletter October 2008 page 23

24 LANSA User Group The next LANSA User Group reunion is during the Common Netherlands Autumn conference in Ede on Thursday 30th October. The theme of the conference is Green and an invitation plus agenda will be sent out at the beginning of October. This is THE opportunity for LANSA users to find out more about LANSA s plans for the future. It is the occasion to meet other LANSA users and LANSA staff to discuss problems and solutions or to exchange ideas, tips and techniques. There is also the possibility for LANSA and non-lansa users to register for a complimentary LANSA RAMP workshop planned for Thursday 27 th November. During the conference, system i (or iseries or AS/400) users can voice their opinions about what they would like to have included in release 7 of the operating system. Any suggestions, requests and ideas will be passed on to IBM. Until 30 th October in Ede. Lis Kleijn LANSA User Group Representative. LANSA Newsletter October 2008 page 24

25 LANSA Openfor.NET LANSA has launched a new product: LANSA Openfor.NET The press release is at Below is a link to a product tutorial video that explains the value proposition to a.net developer and demonstrates how the solution works. This product is the first step toward delivering our roadmap for supporting the Microsoft.NET environment that we published in the last LANSA Review and Newsletter. We are now better able to meet the needs of companies that already have a mixed IBM / Microsoft environment or are planning to do so. We also just delivered a.net version of our Visual LANSA Framework. And, over time, there will be further.net related announcements from LANSA. LANSA Newsletter October 2008 page 25

LANSA V11 SP4. What's New in LANSA Version 11 Service Pack 4?

LANSA V11 SP4. What's New in LANSA Version 11 Service Pack 4? http://www.lansa.com Newsletter March 2008 LANSA V11 SP4 What's New in LANSA Version 11 Service Pack 4? 1. Performance This release includes major performance improvements to LANSA. The enhanced performance

More information

axes extensions Newsletter April 2010 In This Issue

axes extensions Newsletter April 2010 In This Issue http://www.lansa.com Newsletter April 2010 axes extensions When your 5250 application has been deployed automatically in a browser using the true zero deployment technique of axes, you can use axes extensions

More information

LANSA V14 SP1 INSIDE THIS ISSUE LANSA V14 SP1... 1

LANSA V14 SP1 INSIDE THIS ISSUE LANSA V14 SP1... 1 August 2016 Issue 2 www.lansa.com LANSA V14 SP1 LANSA Version 14 SP1 includes lots of new features and many enhancements that are all detailed in the Newsletter! The next V14 SP1 issues will be discussed

More information

ControlPoint. Advanced Installation Guide. September 07,

ControlPoint. Advanced Installation Guide. September 07, ControlPoint Advanced Installation Guide September 07, 2017 www.metalogix.com info@metalogix.com 202.609.9100 Copyright International GmbH., 2008-2017 All rights reserved. No part or section of the contents

More information

Installation Guide. May vovici.com. Vovici Enterprise Version 6.1. Feedback that drives vision.

Installation Guide. May vovici.com. Vovici Enterprise Version 6.1. Feedback that drives vision. Installation Guide Vovici Enterprise Version 6.1 May 2011 For installation support, please contact our Vovici Enterprise installation experts at installefmc@. If phone support is requested an installation

More information

Introduction to IBM Rational HATS For IBM System i (5250)

Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Remote Process Explorer

Remote Process Explorer Remote Process Explorer Getting Started LizardSystems 2 Table of Contents Introduction 5 Installing Remote Process Explorer 5 Before starting the application 5 Starting the application 6 Main window 7

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

Lasso Continuous Data Protection Lasso CDP Client Guide August 2005, Version Lasso CDP Client Guide Page 1 of All Rights Reserved.

Lasso Continuous Data Protection Lasso CDP Client Guide August 2005, Version Lasso CDP Client Guide Page 1 of All Rights Reserved. Lasso CDP Client Guide August 2005, Version 1.6.8 Lasso CDP Client Guide Page 1 of 32 Copyright Copyright 2005 Lasso Logic, LLC. All Rights Reserved. No part of this publication may be reproduced, stored

More information

Password Memory 7 User s Guide

Password Memory 7 User s Guide C O D E : A E R O T E C H N O L O G I E S Password Memory 7 User s Guide 2007-2018 by code:aero technologies Phone: +1 (321) 285.7447 E-mail: info@codeaero.com Table of Contents How secure is Password

More information

ZENworks 2017 Full Disk Encryption Pre-Boot Authentication Reference. December 2016

ZENworks 2017 Full Disk Encryption Pre-Boot Authentication Reference. December 2016 ZENworks 2017 Full Disk Encryption Pre-Boot Authentication Reference December 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions,

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation and User's Guide SC27-2809-03 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation

More information

Colligo Contributor Pro 4.4 SP2. User Guide

Colligo Contributor Pro 4.4 SP2. User Guide 4.4 SP2 User Guide CONTENTS Introduction... 3 Benefits... 3 System Requirements... 3 Software Requirements... 3 Client Software Requirements... 3 Server Software Requirements... 3 Installing Colligo Contributor...

More information

Web-enable a 5250 application with the IBM WebFacing Tool

Web-enable a 5250 application with the IBM WebFacing Tool Web-enable a 5250 application with the IBM WebFacing Tool ii Web-enable a 5250 application with the IBM WebFacing Tool Contents Web-enable a 5250 application using the IBM WebFacing Tool......... 1 Introduction..............1

More information

Virtual CD TS 1 Introduction... 3

Virtual CD TS 1 Introduction... 3 Table of Contents Table of Contents Virtual CD TS 1 Introduction... 3 Document Conventions...... 4 What Virtual CD TS Can Do for You...... 5 New Features in Version 10...... 6 Virtual CD TS Licensing......

More information

Introduction to IBM Rational HATS For IBM System z (3270)

Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

PMS 138 C Moto Black spine width spine width 100% 100%

PMS 138 C Moto Black spine width spine width 100% 100% Series MOTOROLA and the Stylized M Logo are registered in the US Patent & Trademark Office. All other product or service names are the property of their respective owners. 2009 Motorola, Inc. Table of

More information

ImageNow Interact for ESRI ArcGIS Server Installation and Setup Guide

ImageNow Interact for ESRI ArcGIS Server Installation and Setup Guide ImageNow Interact for ESRI ArcGIS Server Installation and Setup Guide Microsoft Windows.NET Framework Version: 6.6.x Written by: Product Documentation, R&D Date: November 2011 ImageNow and CaptureNow are

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation and User's Guide SC27-2809-04 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation

More information

College of Pharmacy Windows 10

College of Pharmacy Windows 10 College of Pharmacy Windows 10 Windows 10 is the version of Microsoft s flagship operating system that follows Windows 8; the OS was released in July 2015. Windows 10 is designed to address common criticisms

More information

Automated Sign-on for Mainframe Administrator Guide

Automated Sign-on for Mainframe Administrator Guide Automated Sign-on for Mainframe Administrator Guide 12.5.1 For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent policy,

More information

Using LCS Help. In This Section

Using LCS Help. In This Section Using LCS Help We want to help you get the most out of Square D Lighting Control Software (LCS) system by Schneider Electric. This Help system contains most of the information you'll need to successfully

More information

LiveProject User Manual

LiveProject User Manual Page 1 of 45 2008, Inc. LiveProject User Manual For all versions of LiveProject. Version 3.1 by Written for version 3.1.2 of LiveProject Page 1/45 Page 2 of 45 2008, Inc. 1 Table of Contents LiveProject

More information

WINDOWS HOST GUIDE. Remote Support & Management PC Mac Tablet Smartphone Embedded device. WiseMo Host module on your PC or Server

WINDOWS HOST GUIDE. Remote Support & Management PC Mac Tablet Smartphone Embedded device. WiseMo Host module on your PC or Server WINDOWS HOST GUIDE Remote Support & Management PC Mac Tablet Smartphone Embedded device WiseMo Guest module for example on your Windows PC WiseMo Host module on your PC or Server WiseMo develops software

More information

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

Metalogix ControlPoint 7.6. Advanced Iinstallation Guide

Metalogix ControlPoint 7.6. Advanced Iinstallation Guide Metalogix ControlPoint 7.6 Advanced Iinstallation Guide 2018 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this

More information

Aurora Multi-image System Control Software. User Manual

Aurora Multi-image System Control Software. User Manual Aurora Multi-image System Control Software User Manual Product Information Model: Aurora Controller Software Version: V010200 Release Date: January 18th, 2017 Company OSEE TECHNOLOGY CO., LTD. Contact

More information

Chat Starter Edition Administration Guide

Chat Starter Edition Administration Guide Copyright by Grail Software Solutions 2012, 2013 Chat Starter Edition Administration Guide Explorer Version 1.0.1 Graham Alderson & Phil Blake Contents Change History... 4 Version 1.0.1... 4 Introduction...

More information

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15 10 Classes 2 nd Exam Review Lesson - 15 Introduction Windows 7, previous version of the latest version (Windows 8.1) of Microsoft Windows, was produced for use on personal computers, including home and

More information

Contents. Common Site Operations. Home actions. Using SharePoint

Contents. Common Site Operations. Home actions. Using SharePoint This is a companion document to About Share-Point. That document describes the features of a SharePoint website in as much detail as possible with an emphasis on the relationships between features. This

More information

Installation Guide Worksoft Certify

Installation Guide Worksoft Certify Installation Guide Worksoft Certify Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Installation Guide Version 9.0.3 Copyright 2017 by Worksoft,

More information

Function Point WORKBENCH Release 7.0k INSTALLATION GUIDE TABLE OF CONTENTS

Function Point WORKBENCH Release 7.0k INSTALLATION GUIDE TABLE OF CONTENTS Function Point WORKBENCH Release 7.0k GUIDE TABLE OF CONTENTS FUNCTION POINT WORKBENCH RELEASE 7.0K GUIDE... 1 LICENCE TYPES... 3 Standalone Licence Machine Dependent (Single User)... 3 Network Licence

More information

Copyright 2017 Softerra, Ltd. All rights reserved

Copyright 2017 Softerra, Ltd. All rights reserved Copyright 2017 Softerra, Ltd. All rights reserved Contents Introduction Security Considerations Installation Configuration Uninstallation Automated Bulk Enrollment Troubleshooting Introduction Adaxes Self-Service

More information

Migrate From Version 2.2 to Version 3.1 Guide

Migrate From Version 2.2 to Version 3.1 Guide Migrate From Version 2.2 to Version 3.1 Guide EFM Community Fall 2007(Version 3.10) July 2008 For support, contact Vovici Technical Support at (781) 261-4300, ext. 2 or use the web form located at: http://s3.parature.com/ics/support/default.asp?deptid=5474

More information

User Guide. BlackBerry Workspaces for Windows. Version 5.5

User Guide. BlackBerry Workspaces for Windows. Version 5.5 User Guide BlackBerry Workspaces for Windows Version 5.5 Published: 2017-03-30 SWD-20170330110027321 Contents Introducing BlackBerry Workspaces for Windows... 6 Getting Started... 7 Setting up and installing

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6 Content Author's Reference and Cookbook Rev. 080627 Sitecore CMS 6 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents Chapter

More information

Epicor ERP Advanced Dashboards Course

Epicor ERP Advanced Dashboards Course Epicor ERP 10.0.700 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates and functional content

More information

Installation Manual. Fleet Maintenance Software. Version 6.4

Installation Manual. Fleet Maintenance Software. Version 6.4 Fleet Maintenance Software Installation Manual Version 6.4 6 Terri Lane, Suite 700 Burlington, NJ 08016 (609) 747-8800 Fax (609) 747-8801 Dossier@dossiersystemsinc.com www.dossiersystemsinc.com Copyright

More information

5 MANAGING USER ACCOUNTS AND GROUPS

5 MANAGING USER ACCOUNTS AND GROUPS MANAGING USER ACCOUNTS AND GROUPS.1 Introduction to user accounts Objectives.2 Types of User Accounts.2.1 Local User Account.2.2 Built-in User Account.2.3 Domain User Account.3 User Profile.3.1 Content

More information

8 MANAGING SHARED FOLDERS & DATA

8 MANAGING SHARED FOLDERS & DATA MANAGING SHARED FOLDERS & DATA STORAGE.1 Introduction to Windows XP File Structure.1.1 File.1.2 Folder.1.3 Drives.2 Windows XP files and folders Sharing.2.1 Simple File Sharing.2.2 Levels of access to

More information

Hands-On Lab. Windows Azure Virtual Machine Roles. Lab version: Last updated: 12/14/2010. Page 1

Hands-On Lab. Windows Azure Virtual Machine Roles. Lab version: Last updated: 12/14/2010. Page 1 Hands-On Lab Windows Azure Virtual Machine Roles Lab version: 2.0.0 Last updated: 12/14/2010 Page 1 CONTENTS OVERVIEW... 3 EXERCISE 1: CREATING AND DEPLOYING A VIRTUAL MACHINE ROLE IN WINDOWS AZURE...

More information

Colligo Engage Outlook App 7.1. Offline Mode - User Guide

Colligo Engage Outlook App 7.1. Offline Mode - User Guide Colligo Engage Outlook App 7.1 Offline Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 3 Checking

More information

Creating Page Layouts 25 min

Creating Page Layouts 25 min 1 of 10 09/11/2011 19:08 Home > Design Tips > Creating Page Layouts Creating Page Layouts 25 min Effective document design depends on a clear visual structure that conveys and complements the main message.

More information

Confluence User Training Guide

Confluence User Training Guide Confluence User Training Guide Below is a short overview of wikis and Confluence and a basic user training guide for completing common tasks in Confluence. This document outlines the basic features that

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

JPdfBookmarks Manual. by Flaviano Petrocchi

JPdfBookmarks Manual. by Flaviano Petrocchi JPdfBookmarks Manual by Flaviano Petrocchi JPdfBookmarks Manual 1 Introduction 3 Installation and Uninstallation 4 Linux Instructions 4 Debian Instructions 6 Windows Instructions 6 Universal Archive Instructions

More information

PerTrac Analytical Platform. SQL Version Setup Guide

PerTrac Analytical Platform. SQL Version Setup Guide SQL Version Setup Guide PerTrac Analytical Platform SQL Version Setup Guide Version 7.3.x March 21, 2013 TABLE OF CONTENTS SECTION 1: INSTALLATION OVERVIEW 3 SECTION 2: SINGLE USER INSTALLATION LAYOUTS

More information

Applied ICT Skills MS Windows

Applied ICT Skills MS Windows Applied ICT Skills MS Windows Lesson 1 - How to install an operating system into computer? Windows 7 is perhaps the best Microsoft operating system and is very easy to install compared to other windows.

More information

Web Browser Application Troubleshooting Guide. Table of Contents

Web Browser Application Troubleshooting Guide. Table of Contents Web Browser Application Troubleshooting Guide The following trouble shooting guide outlines tips for common problems which may resolve incorrect or unexpected behavior of NMFTA s web based applications.

More information

Apptix Online Backup by Mozy User Guide

Apptix Online Backup by Mozy User Guide Apptix Online Backup by Mozy User Guide 1.10.1.2 Contents Chapter 1: Overview...5 Chapter 2: Installing Apptix Online Backup by Mozy...7 Downloading the Apptix Online Backup by Mozy Client...7 Installing

More information

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows BackupVault Desktop & Laptop Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Blueraq Networks Ltd, 2017. All rights reserved. Trademarks - Microsoft, Windows, Microsoft

More information

Colligo Manager 5.4 SP3. User Guide

Colligo  Manager 5.4 SP3. User Guide 5.4 SP3 User Guide Contents Enterprise Email Management for SharePoint 2010 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 4 Updating

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

The Road to CCSv4. Status Update

The Road to CCSv4. Status Update The Road to CCSv4 Status Update Code Composer Studio v4 Summary What is it? Major upgrade to CCS Major architectural changes Based on Eclipse open source software framework New registration/licensing/updating

More information

MSI Admin Tool User Guide

MSI Admin Tool User Guide MSI Admin Tool User Guide Introduction The MSI Admin Tool is a utility which allows you to pre-configure your Read&Write installation package prior to installation. The tool is primarily designed to be

More information

Welcome to the Investor Experience

Welcome to the Investor Experience Welcome to the Investor Experience Welcome to the Black Diamond Investor Experience, a platform that allows advisors to customize how they present information to their clients. This document provides important

More information

Table of Contents. Page 2 of 72. High Impact 4.0 User Manual

Table of Contents. Page 2 of 72. High Impact  4.0 User Manual Table of Contents Introduction 5 Installing High Impact email 6 Installation Location 6 Select Mail Client 6 Create a ReadyShare Account 6 Create a Default Profile 6 Outlook Configuration Message 6 Complete

More information

GiftMaker Pro & EventMaker Pro 8.2

GiftMaker Pro & EventMaker Pro 8.2 GiftMaker Pro & EventMaker Pro 8.2 Update Installation Instructions Windows Please be sure you have a working backup copy of your data file before proceeding. To install any of the Pro Series version 8.2

More information

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager Vector Issue Tracker and License Manager - Administrator s Guide Configuring and Maintaining Vector Issue Tracker and License Manager Copyright Vector Networks Limited, MetaQuest Software Inc. and NetSupport

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

Installation. Campus Edition

Installation. Campus Edition Installation Campus Edition Installation Campus Edition 1. System Requirements... 4 2. Installing Wimba Create... 4 Previous versions... 4 Installing the Campus Edition of Wimba Create... 4 Installing

More information

Table of Contents. User Manual

Table of Contents. User Manual USER MANUAL 5.0 Table of Contents Introduction... 2 Features and Benefits... 2 Overview... 3 Standard User... 3 Administrator... 3 Unconnected... 3 Connect or Connected... 4 Configuration... 5 Settings...

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 15, 2017 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 Installation and Setup Guide Revised on 09/25/2014 TABLE OF CONTENTS ROCK-POND REPORTING 2.1... 1 SUPPORT FROM ROCK-POND SOLUTIONS... 2 ROCK-POND REPORTING OVERVIEW... 2 INFRASTRUCTURE

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Avotus Enhanced Usage Reporting for Unified Communications with Avaya Aura Presence Services Snap-in running on Avaya Breeze

More information

Server Edition USER MANUAL. For Microsoft Windows

Server Edition USER MANUAL. For Microsoft Windows Server Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft Windows

More information

Teamcenter 11.1 Systems Engineering and Requirements Management

Teamcenter 11.1 Systems Engineering and Requirements Management SIEMENS Teamcenter 11.1 Systems Engineering and Requirements Management Systems Architect/ Requirements Management Project Administrator's Manual REQ00002 U REQ00002 U Project Administrator's Manual 3

More information

Preview tab. The Preview tab is the default tab displayed when the pdffactory dialog box first appears. From here, you can:

Preview tab. The Preview tab is the default tab displayed when the pdffactory dialog box first appears. From here, you can: Getting Started pdffactory is a printer driver. This means you must print to it from your application, just as you would with any other printer. Most applications have a Print dialog box command available

More information

Akana API Platform: Upgrade Guide

Akana API Platform: Upgrade Guide Akana API Platform: Upgrade Guide Version 8.0 to 8.2 Akana API Platform Upgrade Guide Version 8.0 to 8.2 November, 2016 (update v2) Copyright Copyright 2016 Akana, Inc. All rights reserved. Trademarks

More information

System Manager 7 Quick Guide (SIMS.net onwards)

System Manager 7 Quick Guide (SIMS.net onwards) System Manager 7 Quick Guide (SIMS.net 7.142 onwards) Published December 11 School IT Systems Support Hertfordshire Development Centre Six Hills Way Stevenage SG1 2FQ Website: http://www.thegrid.org.uk/info/traded/sitss

More information

GFI WebMonitor 2009 ReportPack. Manual. By GFI Software Ltd.

GFI WebMonitor 2009 ReportPack. Manual. By GFI Software Ltd. GFI WebMonitor 2009 ReportPack Manual By GFI Software Ltd. http://www.gfi.com E-mail: info@gfi.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Oracle User Productivity Kit 11 Implementation Consultant Essentials - Exam Study Guide

Oracle User Productivity Kit 11 Implementation Consultant Essentials - Exam Study Guide Oracle User Productivity Kit 11 Implementation Consultant Essentials - Exam Study Guide Margy Girdzius Director, Partner Enablement WWA&C Objective & Audience Objective Help you prepare to take the Oracle

More information

Getting Started With the Cisco PAM Desktop Software

Getting Started With the Cisco PAM Desktop Software CHAPTER 3 Getting Started With the Cisco PAM Desktop Software This chapter describes how to install the Cisco PAM desktop client software, log on to Cisco PAM, and begin configuring access control features

More information

Privileged Identity App Launcher and Session Recording

Privileged Identity App Launcher and Session Recording Privileged Identity App Launcher and Session Recording 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are

More information

ecopy PaperWorks Connector for Microsoft SharePoint Administrator s Guide

ecopy PaperWorks Connector for Microsoft SharePoint Administrator s Guide ecopy PaperWorks Connector for Microsoft SharePoint Administrator s Guide Part Number: 73-00419 (05/2009) Licensing, Copyright, and Trademark Information The information in this document is subject to

More information

TK8 Contact User's Manual

TK8 Contact User's Manual TK8 Contact User's Manual Thank you very much for selecting TK8 Contact! TK8 Contact is a professional contact management software. In addition to contact info management, it can help you in all stages

More information

BCI.com Sitecore Publishing Guide. November 2017

BCI.com Sitecore Publishing Guide. November 2017 BCI.com Sitecore Publishing Guide November 2017 Table of contents 3 Introduction 63 Search 4 Sitecore terms 66 Change your personal settings 5 Publishing basics 5 Log in to Sitecore Editing 69 BCI.com

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

Load testing with WAPT: Quick Start Guide

Load testing with WAPT: Quick Start Guide Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

WinView. Getting Started Guide

WinView. Getting Started Guide WinView Getting Started Guide Version 4.3.12 June 2006 Copyright 2006 Mincom Limited All rights reserved. No part of this document may be reproduced, transferred, sold or otherwise disposed of without

More information

GFI WebMonitor 4.0 ReportPack. Manual. By GFI Software Ltd.

GFI WebMonitor 4.0 ReportPack. Manual. By GFI Software Ltd. GFI WebMonitor 4.0 ReportPack Manual By GFI Software Ltd. GFI SOFTWARE Ltd. http://www.gfi.com E-mail: info@gfi.com Information in this document is subject to change without notice. Companies, names, and

More information

Security Explorer 9.1. User Guide

Security Explorer 9.1. User Guide Security Explorer 9.1 User Guide Security Explorer 9.1 User Guide Explorer 8 Installation Guide ii 2013 by Quest Software All rights reserved. This guide contains proprietary information protected by copyright.

More information

SilkTest 2010 R2. Installation Guide

SilkTest 2010 R2. Installation Guide SilkTest 2010 R2 Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2009-2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest contains

More information

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation Agent and Agent Browser Updated Friday, January 26, 2018 2018 Autotask Corporation Table of Contents Table of Contents 2 The AEM Agent and Agent Browser 3 AEM Agent 5 Privacy Mode 9 Agent Browser 11 Agent

More information

VI. Corente Services Client

VI. Corente Services Client VI. Corente Services Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 II. Corente Client Configuration...

More information

Workstation Configuration Guide

Workstation Configuration Guide Workstation Configuration Guide August 13, 2018 Version 9.6.134.78 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 4 1.1 Considerations

More information

QuestionPoint chat The Guide to IE browser setup Last updated: 2009 June 23

QuestionPoint chat The Guide to IE browser setup Last updated: 2009 June 23 QuestionPoint chat The Guide to IE browser setup Last updated: 2009 June 23 This guide provides a procedure for initially configuring your Internet Explorer (IE) browser to use Flash Chat. Note: If you

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Administrator s Guide Version 3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

A short guide to learning more technology This week s topic: Windows 10 Tips

A short guide to learning more technology This week s topic: Windows 10 Tips Wednesday s Technology Tips November 2, 2016 A short guide to learning more technology This week s topic: Windows 10 Tips Like it or not, Microsoft is rushing quickly toward Windows 10 as the new standard

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

Sage 300. Sage CRM 2018 Integration Guide. October 2017

Sage 300. Sage CRM 2018 Integration Guide. October 2017 Sage 300 Sage CRM 2018 Integration Guide October 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.2 Content Author's Reference and Cookbook Rev. 140225 Sitecore CMS 7.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

EDAConnect-Dashboard User s Guide Version 3.4.0

EDAConnect-Dashboard User s Guide Version 3.4.0 EDAConnect-Dashboard User s Guide Version 3.4.0 Oracle Part Number: E61758-02 Perception Software Company Confidential Copyright 2015 Perception Software All Rights Reserved This document contains information

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

10ZiG Technology. Thin Desktop Quick Start Guide

10ZiG Technology. Thin Desktop Quick Start Guide 10ZiG Technology Thin Desktop Quick Start Guide 2010 05 20 Introduction This document is intended as a quick start guide for installing Thin Desktop. After reading this document, you will know how to:

More information

Excel 2010 Level 1: The Excel Environment

Excel 2010 Level 1: The Excel Environment Excel 2010 Level 1: The Excel Environment Table of Contents The Excel 2010 Environment... 1 The Excel Window... 1 File Tab... 1 The Quick Access Toolbar... 4 Access the Customize the Quick Access Toolbar

More information

with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials

with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials 2 About the Tutorial With TestComplete, you can test applications of three major types: desktop, web and mobile: Desktop applications - these

More information

Rev. 06 Nov User Guide: Downloading and Logging into Skandocs

Rev. 06 Nov User Guide: Downloading and Logging into Skandocs Rev. 06 Nov. 2007 User Guide: Downloading and Logging into Skandocs Introduction Skandocs (Skanska Document Online Collaboration System) is a purpose-built document management & control system built by

More information

Software troubleshooting

Software troubleshooting N E W S L E T T E R IT Computer Technical Support Newsletter Software troubleshooting November 9, 2015 Vol.2, No.4 TABLE OF CONTENTS Software troubleshooting...1 Unexplained software crashes and error

More information