unipaas V1.9e Release Notes

Size: px
Start display at page:

Download "unipaas V1.9e Release Notes"

Transcription

1 Release Notes W e are proud to introduce. is an improved and updated version of the unipaas V1.9 release. Read the information in this document to find out more about this latest unipaas version. For more information about previous unipaas releases, see the PastReleaseNotes.pdf file provided with this installation.

2 General Information General Information Introducing Magic Software s We are delighted to announce the launch of a new release of Magic Software s unipaas SaaS-Enabled Application Platform. unipaas allows organizations to quickly and cost effectively enjoy all the benefits of Rich Internet Applications (RIA) and Software-as-a-Service (SaaS) applications, whether onpremise, or on-demand. Based upon a unique, unitary development paradigm, unipaas gives the power to quickly develop, enhance, and deploy business applications under multiple deployment models and at a fraction of the cost and time compared to conventional.net or Java environments. Further Enhancing the Platform introduces many new features and fixes. These new features enable you to accelerate application development and to produce more sophisticated and manageable business applications. This long list is added to the continuous effort of optimizing and proofing the product by addressing and fixing customer and internal reported problems. Improving Client/Server to RIA Conversion Some of the new features in this release are intended to significantly reduce the effort required to turn your existing client/server applications into RIA. Continued Platform Support and Compatibility unipaas was tested and is confirmed to be compatible with Windows 7 32-bit and Windows Server bit operating systems. Note: Due to the Windows 7 UAC, when installing and running unipaas on Windows 7, your user must have admin rights. You may also need to right-click on the unipaas Studio icon and click the Run as administrator option. For more information about the various platforms on which has been checked for operation by Magic Software Enterprises, refer to the Compatibility Guide.pdf file provided with this installation..net Integration As of unipaas V1.8, you can enhance your offering by easily embedding and integrating any.net control or assembly. You can upgrade the look and feel of your Rich Internet Application by directly placing new.net controls into your RIA user interface. You can also enhance the functionality of your RIA by integrating any.net assembly. To use the.net functionality, you need to have.net framework V2.0 SP1 (or above) installed on your machine. You can install it by running the NetFx20SP1_x86.exe file in the Scripts\RIA folder. 2

3 General Information For more information on how to add and manipulate.net modules, see the sample available at: or the.net Tutorial sample installed with unipaas. Note that if your pre-version 1.9 programs use.net objects, you must resave the programs that refer to.net objects using the V1.9x service pack (use ^S). Alternatively, you can export and import the programs. Mobile Device Support Expand your IT offering by supporting mobile devices alongside stationary desktops. With the same high productivity of development and by keeping your own expertise in developing unipaas applications you can now easily produce highly interactive mobile applications and quickly expand your internal systems to serve the mobile workforce. unipaas Web Page Make sure to visit our unipaas Web page, where you can view and download various documents. unipaas Licensing In addition to the new unitary development and deployment paradigm for RIA and SaaS, unipaas also supports any previous Magic Software editions and forms of development and deployment. However, in order to maintain your former development and deployment capabilities, you need to obtain new unipaas licenses that reflect your current edeveloper V10 licenses. To obtain unipaas licenses, please contact your local Magic Software representative. Migrating from edeveloper V10.1 to unipaas Migrating an edeveloper V10.1 application to unipaas is quite straightforward and no explicit migration procedure is required. You can directly access and open edeveloper V10 applications from the unipaas Studio and Runtime engines. Migrating from edeveloper V9.4 to unipaas Migrating an edeveloper V9.4 application to unipaas is fast and easy. unipaas provides a collection of wizards to easily migrate your application, INI settings, and interface builder data. In the Migration subfolder of the product, located in the Start menu of your desktop, you will find a shortcut to each of the available conversion wizards. We recommend reading the Migration chapter in the unipaas Help before migrating your edeveloper V9.4 applications. 3

4 General Information Bundled Products unipaas comes with the following bundled products: Limited version of DB2 Express limited to 3 months Version Control Client Jalindi Igloo The Magic Optimizer The Record Main Converter The Magic Optimizer Magic Software is happy to introduce Ocean Solutions s complementary utility the Magic Optimizer. The Magic Optimizer provides extended query and analysis capabilities for any unipaas application. This version of the Magic Optimizer provides a fully operational documentation feature, and a limited evaluation version of the remaining features. To obtain a fully operational license of the Magic Optimizer, please contact Ocean Solutions at info@magic-optimizer.com. From Record Main Based to Event Driven Applications Turn your applications into fully event driven by utilizing the new Record Main Converter utility. The Record Main Converter utility locates all of the Record Main based logic of a unipaas application and automatically and fully converts it to event based logic while keeping the entire functionality of the application intact. Making your applications completely event driven enables you to utilize new features, such as Subforms and Explicit Tabbing order of controls that are not available in tasks that have the Record Main Compatible logic unit. But most importantly, this conversion brings your application one big leap forward towards turning the application into a Rich Internet Application (RIA), allowing you to start and benefit from the great values of RIA sooner than ever before. Note that the Record Main Converter utility might not handle specific complex logic segments. In such cases, the complex logic segment will be kept as-is to maintain the application functionality and to allow for manual intervention to complete the conversion. 4

5 General Information Downloadable Databases You can connect your unipaas application to various databases, including all of the previous edeveloper V10 database gateways. Below are some links to downloadable express version databases. Make sure that the corresponding unipaas database gateway is included as part of the unipaas installation. Oracle Database 10g Express Edition Microsoft SQL Server 2005 Express Edition MySQL 5.0 Rich Internet Application on Apache Web Server To run a RIA application on an Apache Web Server, the following lines should be added to the httpd.conf file: AddType application/x-ms-application.application AddType application/x-ms-application.manifest AddType application/x-msdownload.dll AddType application/octet-stream deploy AddHandler default-handler.jpg.gif.js.txt.bat.msi Web and RIA development on Windows 7 By default, IIS 7.5 is not installed on Windows 7. To run Web programs or Rich Client programs using a local IIS Web server, you may need to install it manually. You can install IIS by going to Control Panel > Programs > Advanced Options > Windows Features. For more information, refer to the following URLs: Web and RIA Development on Windows Vista The unipaas installation cannot enable the CGI and ISAPI Extension on the IIS of Windows Vista. If you have troubles running RIA on Windows Vista, refer to the Configuring IIS7 to Work with unipaas technical note, which you can find in the unipaas Help. RTL Applications It is advisable to use the same const file for development and deployment; otherwise, some issues may arise, such as incorrect alignment of a Label control in RTL fields. 5

6 New Features, Feature Enhancements and Behavior Changes New Features, Feature Enhancements and Behavior Changes Windows 7 Compatibility The unipaas installation was changed and it will now properly define the required settings in II7 and set the unipaas executables to run under the administrator user. Floating License for RIA The Floating license capability enables several unipaas server processes to share the same license and dynamically share the available license entities according to changing server demand. The floating license capability, which was previously supported only for thread-based licenses, was enhanced and now supports RIA user-based licenses as well. SQLite Gateway A new gateway was introduced to support the SQLite database. The SQLite database is a single user, self-contained transactional SQL database engine that does not require a server or any installation or configuration. The SQLite gateway is integrated in unipaas and available with every installation of unipaas. REST Support New HTTPCall() Function RESTful web services can be properly consumed by the introduction of the new HTTPCall function. The new HTTPCall function supports all of the HTTP call verbs that are required for proper RESTfull service consumption. Comment Enhancements The comments pane was enhanced as follows: 1. Components screen The comments pane now shows the comments of the currently parked component object. By default, your components comments are not exposed. You can expose them by checking the Expose comments when used as a component check box in the component application properties. 2. Task Editor The comments pane now shows the comments of the currently parked object. If the comment of the currently parked object includes a short description (between /* and */ ), then the group at the bottom of the screen will show that description. In addition, you can now define multiple short description strings (/x x/) in the comment. The required strings will be shown according to the ShortDescriptionChar setting in the ini file. This will allow you to have short descriptions in many languages, so each developer can see a different short description. 6

7 New Features, Feature Enhancements and Behavior Changes Systinet 6.6 and Java 1.6 unipaas now installs Systinet 6.6 and JRE 1.6. This version of Systinet supports Java 1.6. Java 1.4 will not be supported when working with SSJ or using the JExplore() function. If you want to change an existing Web Service call, you need to reload the service and define a new Invoke Web S operation. Sample Projects The following samples projects were added to the product and they are now be installed in the SampleProjects folder: Rich Internet Demo The project of the live RIA Demo that is available at and Online Samples A set of Online (Client/Server) examples for many Client/Server how to scenarios that are described in the Mastering unipaas book. Rich Internet Samples A set of Rich Internet examples for many Rich Client how to scenarios that are described in the Mastering unipaas book. Mobile Web Samples Web templates based on HTML Merge technology for mobile devices..net Tutorial A short tutorial with examples explaining how to use.net in unipaas. All the projects are available with their source code, so you can use them in your applications. 7

8 PDF Hebrew Version (QCR # 3545) unipaas hanged after printing specific strings into a PDF in the Hebrew version. Web Services Hebrew Version (QCR # ) An error was displayed when calling a WSDL with multiple headers in the Hebrew version. Events Multi-Marking (QCR # ) The handler of an event raised after raising the Mark All event was executed only once even though more than one record was marked. Menus Windows 7 (QCR # ) The navigation icons on the toolbar did not return to their normal state after clicking on them in Windows 7. Web Application Default HTML (QCR # ) The ISS Application Pool process crashed after sending a request with an empty ARGUMENTS parameter when using the DefHtml setting. Printing Images (QCR # ) Images were not printed on the second execution when printing multiple images of Blob type. Rich Client Mobile (QCR # ) A Pidion scanner running Windows Mobile 6.1 Professional crashed while trying to scan data when parked on a.net Edit control. RM Converter Remark Lines (QCR # ) The RM Converter duplicated remark lines in some scenarios. Mail Attachments (QCR # ) A mail attachment was embedded in the mail body instead of as an attached file in some scenarios. Functions ClientCertificateAdd (QCR # ) The ClientCertificateAdd() function did not work properly. 8

9 MSSQL Direct SQL (QCR # ) unipaas crashed in a specific program that used Memory tables and had a lot of Direct SQL statements. Components Parallel Program (QCR # ) unipaas searched the program number in the Host application instead of the component application when calling to a parallel program defined in a component. Subform User Range (QCR # ) The range mask could not be deleted using F3 after reentering a task called in a subform. Functions DataViewVars (QCR # ) The DataViewVars() function did not work properly for options 1 and 2 on a parent task when it was evaluated in the Task Prefix or Record Prefix. DB2 Locking (QCR # ) unipaas did not return the error "Waiting for locked row" and allowed modifying of the same record from two sessions. Rich Client ranges Value (QCR # ) The record was not updated in the database if the data contained the value of ranges in any of the fields. Unicode Combo Box (QCR # ) The wrong value was written in an Alpha field when updating it with the value of a Unicode field attached to a Combo Box control. RM Converter Duplicate Variables (QCR # ) The RM converter duplicated a variable defined in the Record Main in some scenarios. Components Multiple Launches (QCR # ) unipaas crashed when running a specific component s architecture that involved simultaneously launching component A and B and executing a program from component B. AS400 Unicode (QCR # ) The SUPPORT_UNICODE_STMT keyword in the AS400 DBMS properties was ignored when trying to insert Unicode values in a table when the OS400 version was V6R1. 9

10 Rich Client Multiple Applications (QCR # ) A Rich Internet Application could not be executed after installing two applications that had the same project name and used different application icons. Rich Client Menus (QCR # ) Menu items were repeated in a Rich Client program after hiding the parent menu and the items and then showing the parent menu using the MnuHide() and MnuShow() functions. Version Control IBM Rational ClearCase (QCR # ) unipaas returned an error when trying to use IBM Rational ClearCase as the Version Control software. Oracle Transactions (QCR # ) An error was returned when updating an Oracle 11g record from a subtask, which was defined with a Record level transaction and an Immediate locking strategy. Caret Display Hebrew Version (QCR # ) The caret was not displayed properly when parking in an Alpha field with a picture having an 'H' suffix when using the Hebrew version under Windows 7 or Windows Vista. Rich Client Closing Sub Tasks (QCR # ) unipaas hanged when pressing Alt+F4 from an Interactive Rich Client subtask called by a non-interactive RC program. Rich Client Combo Box (QCR # ) The combo box values were not changed properly when browsing through a combo box whose data was retrieved from a data source. Rich Client Menus (QCR # ) A disabled submenu entry was displayed when opening an enabled submenu and then opening the disabled submenu in a Rich Client task. Rich Client Direct SQL (QCR # ) unipaas crashed when running a Direct SQL task with a Memory result table when the execution took more time than the value defined in the Sort/Temp box popup seconds environment setting. 10

11 DB2/400 Stored Procedure (QCR # ) The opening Quotation mark of an Alpha text in a call to a stored procedure was considered as part of the string and was sent to the stored procedure. Rich Client Menus (QCR # ) Menus with Unicode characters were not displayed properly in a Rich Client task when using the SpecialClientDisableCache special setting. Rich Client Placement (QCR # ) unipaas crashed with an unhandled exception when a Table control was placed in a Tab control that had the placement defined and then resizing the form. Rich Client Control Verification (QCR # ) A Verify Error operation in the Control Verification was always executed when pressing the down arrow even if the valid value was entered in the field. User-Defined Function Performance (QCR # ) Executing a user-defined function many times was slower than in previous versions. Rich Client Context Menu (QCR # ) The entries in the context menu were wrongly disabled for some window types. MSSQL Direct SQL (QCR # ) unipaas crashed in a specific scenario involving Direct SQL on certain machines. Link Query Access (QCR # ) The Access property value of a Link Query operation was changed from 'Write' to 'Read' after changing the index. Rich Client MDI Frame (QCR # ) The forms were not shown properly after resizing the MDI frame when the program had a table and a Subform control and placement was used. Rich Client Window Events (QCR # ) The 'Window Resize' and 'Window Reposition' events were raised repeatedly when moving or resizing the window of a Rich Client program. 11

12 Functions RangeReset (QCR # ) The RangeReset() function was not working for link fields. Print Preview Hebrew Version (QCR # ) Some columns appeared distorted on Print Preview in the Hebrew Version when the Visible Column property of some columns was set to No. DB2/400 View Refresh (QCR # ) unipaas crashed when executing a specific program and performing View Refresh with no arguments after deleting a record when a range was defined and the index was not the default index. Tooltip Lines Mode (QCR # ) The tooltip was not seen correctly when scrolling the records in Line mode from the form area. V9 Converter Crash (QCR # ) The V9 Converter utility crashed after converting a specific project. Subform Control Close Button (QCR # ) The parent task s Record Suffix was not executed after modifying the data view when the focus was on the subform and clicking on the Windows Close button. V9 Converter Expressions (QCR # ) Expressions attached to a Call Program were corrupted after converting a specific project. Rich Client Proxy (QCR # ) An error message appeared when using multiple proxies in some scenarios. Merge Tag Name (QCR # ) The last character was not seen when the merge tag name was 30 characters. Button Control Fit to Size (QCR # ) The Fit to size option did not work properly for a 6-image button. 12

13 Task Editor Repeat (QCR # ) unipaas crashed after repeating a column entry when the column name was modified. ODBC Get Definition (QCR # ) Get Definition returned the wrong value when performed on a column defined as decimal(18,4) when using Informix ODBC. Rich Client Drag & Drop (QCR # ) It was not possible to drag data from a Browser control to an Edit control in Windows 7 and Windows Vista. Functions RangeAdd (QCR # ) unipaas crashed when the RangeAdd function was used in a global event called from a subform. RM Converter Level Function (QCR # ) The RM Converter did not convert the Level function to the MainLevel function when there was no logic in the Record Main of the converted task. Batch Allow Events (QCR # ) A Batch program defined with Allow Events = No and Open task window = Yes was not displayed again after another window took focus. Rich Client.NET Integration (QCR # ) The properties of a chart control were not displayed on the Form Editor. MSSQL DATETIME (QCR # ) An error was returned when inserting a specific date into a DATETIME field. Call By Name Context Menu (QCR # ) A context menu attached to a program was changed after execution of a parallel program when the program was called from another program by using the Call by Name operation. Data Sources Chinese Operating System (QCR # ) unipaas hanged when trying to open a specific project that contained data sources and was created on a Chinese machine. 13

14 Web S Lite xsd:integer (QCR # ) A data type defined as xsd:integer instead of xsd:int was shown as Not Supported when the service was loaded using Web S Lite. CallDLL Char Parameter (QCR # ) The second parameter was not sent to a DLL when the parameter was defined as char. Export & Import Task Load (QCR # ) Loading a task took a long time after performing Export and Import in a specific project. Rich Client SpecialModifiedDecimalSeparator (QCR # ) The SpecialModifiedDecimalSeparator was not working in Rich Client tasks. RM Converter Block Operation (QCR # ) The RM Converter did not separate the Block If operations from the Block Else operations. Rich Client.NET Integration (QCR # ) unipaas crashed with an unhandled exception when raising a Keybord event for a.net User interface component named "Exontrol". Rich Client Mobile (QCR # ) An error message appeared when deploying a RIA application on a mobile device when the mobile device was missing some assemblies. The missing assembly details will now be seen in the client log on the mobile device. Magic Software Enterprises Ltd provides the information in this document as is and without any warranties, including merchantability and fitness for a particular purpose. In no event will Magic Software Enterprises Ltd be liable for any loss of profit, business, use, or data or for indirect, special, incidental or consequential damages of any kind whether based in contract, negligence, or other tort. Magic Software Enterprises Ltd may make changes to this document and the product information at any time without notice and without obligation to update the materials contained in this document. Magic is a trademark of Magic Software Enterprises Ltd. Copyright Magic Software Enterprises, November,

unipaas V1.8a Release Notes

unipaas V1.8a Release Notes Release Notes W e are proud to introduce. is an improved and updated version of the unipaas V1.8 release. Read the information in this document to find out more about this latest unipaas version. For more

More information

unipaas V1.9h Release Notes

unipaas V1.9h Release Notes Release Notes W e are proud to introduce. is an improved and updated version of the unipaas V1.9 release. Read the information in this document to find out more about this latest unipaas version. For more

More information

unipaas V1.8 Service Pack 1 Release Notes

unipaas V1.8 Service Pack 1 Release Notes Release Notes W e are proud to introduce. is an improved and updated version of the unipaas V1.8 release. Read the information in this document to find out more about this latest unipaas version. For more

More information

unipaas V1.8 Release Notes

unipaas V1.8 Release Notes Release Notes W e are proud to introduce. is an improved and updated version of the unipaas V1.5 release. Read the information in this document to find out more about this latest unipaas version. For more

More information

unipaas V1.5 Release Notes

unipaas V1.5 Release Notes Release Notes We are proud to introduce. is an improved and updated version of the unipaas V1.0 release. Read the information in this document to find out more about this latest unipaas version. General

More information

edeveloper 9.4 Service Pack 8a Release Notes

edeveloper 9.4 Service Pack 8a Release Notes edeveloper 9.4 Service Pack 8a Release Notes We are proud to introduce edeveloper Enterprise Server Version 9.4 Service Pack 8a. edeveloper 9.4 Service Pack 8a is an improved and updated version of the

More information

edeveloper 9.4 Service Pack 8 Release Notes

edeveloper 9.4 Service Pack 8 Release Notes Release Notes W e are proud to introduce edeveloper Enterprise Server Version 9.4 Service Pack 8. is an improved and updated version of the edeveloper 9.4 release. Read the information in this document

More information

edeveloper V10.1 Service Pack 3 Release Notes

edeveloper V10.1 Service Pack 3 Release Notes Release Notes W e are proud to introduce. is an improved and updated version of the edeveloper V10.1 release. Read the information in this document to find out more about this latest edeveloper version.

More information

ibolt V3.2 SP3 Release Notes

ibolt V3.2 SP3 Release Notes ibolt V3.2 SP3 Release Notes Welcome to ibolt V3.2 SP3, which has been designed to deliver an easyto-use, flexible, and cost-effective business integration solution. This document highlights the new and

More information

ibolt Starter Edition for salesforce.com Release Notes

ibolt Starter Edition for salesforce.com Release Notes ibolt Starter Edition for salesforce.com Release Notes Welcome to the ibolt Starter Edition for salesforce.com, which is based on ibolt V3.2 SP2a. This edition has been designed to deliver an easy-to-use,

More information

unipaas V1.8 for UNIX Platforms Release Notes

unipaas V1.8 for UNIX Platforms Release Notes unipaas V1.8 for UNIX Platforms Release Notes W e are proud to introduce unipaas V1.8 for UNIX Platforms. Read the information in this document to find out more about this unipaas version. 1 Introducing

More information

ibolt V3.3 Release Notes

ibolt V3.3 Release Notes ibolt V3.3 Release Notes Welcome to ibolt V3.3, which has been designed to deliver an easy-touse, flexible, and cost-effective business integration solution. This document highlights the new and enhanced

More information

ibolt V2.5 SP8a Release Notes

ibolt V2.5 SP8a Release Notes ibolt V2.5 SP8a Release Notes We are pleased to present the release of ibolt Version 2.5 SP8a. ibolt V2.5 SP8a includes new features and enhancements. This document provides information about this latest

More information

Magic xpa 2.2b Release Notes

Magic xpa 2.2b Release Notes Magic xpa 2.2b Release Notes Fixed Issues 166025 The Runtime engine crashed when calling a component program that had a variable updated with the result of the Menu() function. 274946 The task s allowed

More information

Magic xpa 2.3 UNIX Release Notes

Magic xpa 2.3 UNIX Release Notes Magic xpa 2.3 UNIX Release Notes Introducing Magic Software s Magic xpa 2.3 for UNIX Platforms We are delighted to announce the launch of a new release of Magic Software s Magic xpa Application Platform.

More information

Magic xpa 3.0 Release Notes

Magic xpa 3.0 Release Notes Magic xpa 3.0 Release Notes General Information Introducing Magic xpa 3.0 We are delighted to provide you with the new major release of Magic Software s Magic xpa Application Platform. Magic xpa 3.0 enables

More information

ibolt V3.1 Release Notes

ibolt V3.1 Release Notes ibolt V3.1 Release Notes Welcome to ibolt V3.1, which has been designed to deliver an easy-touse, flexible, and cost-effective business integration solution. This document highlights the new and enhanced

More information

unipaas V1.9 for UNIX Platforms Release Notes

unipaas V1.9 for UNIX Platforms Release Notes unipaas V1.9 for UNIX Platforms Release Notes W e are proud to introduce unipaas V1.9 for UNIX Platforms. Read the information in this document to find out more about this unipaas version. 1 Introducing

More information

ibolt V2.5 SP9 Release Notes

ibolt V2.5 SP9 Release Notes ibolt V2.5 SP9 Release Notes We are pleased to present the release of ibolt Version 2.5 SP9. ibolt V2.5 SP9 includes new features and enhancements. This document provides information about this latest

More information

ibolt V3 SP2 Release Notes

ibolt V3 SP2 Release Notes ibolt V3 SP2 Release Notes Welcome to ibolt V3 SP2, which has been designed to deliver an easy-touse, flexible, and cost-effective business integration solution. This document highlights the new and enhanced

More information

unipaas V1.9i for UNIX Platforms Release Notes

unipaas V1.9i for UNIX Platforms Release Notes unipaas V1.9i for UNIX Platforms Release Notes W e are proud to introduce unipaas V1.9i for UNIX Platforms. Read the information in this document to find out more about this unipaas version. 1 Introducing

More information

ibolt V3.2 SP1 Release Notes

ibolt V3.2 SP1 Release Notes ibolt V3.2 SP1 Release Notes Welcome to ibolt V3.2 SP1, which has been designed to deliver an easyto-use, flexible, and cost-effective business integration solution. This document highlights the new and

More information

Toad Data Point - Professional Edition. The Toad Data Point Professional edition includes the following new features and enhancements.

Toad Data Point - Professional Edition. The Toad Data Point Professional edition includes the following new features and enhancements. Toad Data Point Version 3.4 New in This Release November 08, 2013 Contents Toad Data Point - Professional Edition Toad Data Point - Base and Professional Editions Idea Pond Toad Data Point - Professional

More information

Magic xpa 3.1a Release Notes

Magic xpa 3.1a Release Notes Magic xpa 3.1a Release Notes New Features, Feature Enhancements and Behavior Changes Controls on Multiple Columns Support Controls placed on a table can be shown on multiple columns using the new Multi

More information

Course Syllabus: Migration from unipaas V1.x to Magic xpa 3.x

Course Syllabus: Migration from unipaas V1.x to Magic xpa 3.x Course Syllabus: Migration from unipaas V1.x to Magic xpa 3.x Contents 1 Course Objectives and Goals 2 2 General Course Details 3 3 Technical Material.... 3 4 Lesson Outline... 4-7 4.1 Major New Capabilities

More information

Magic xpi 4.0a Release Notes

Magic xpi 4.0a Release Notes Magic xpi 4.0a Release Notes Important Version Upgrade Information Installation It is strongly advised that you install a new copy of Magic xpi 4.0a instead of upgrading your existing Magic xpi 4.0 installation.

More information

Course Syllabus: In-Depth unipaas Programming Techniques

Course Syllabus: In-Depth unipaas Programming Techniques Course Syllabus: In-Depth unipaas Programming Techniques TABLE OF CONTENTS: 1 COURSE OBJECTIVES AND GOALS...2 2 GENERAL COURSE DETAILS...2 3 DETAILED LESSONS OUTLINE...3 3.1 WORKING WITH MEMORY... 3 3.2

More information

Toad Data Modeler Limitation Matrix

Toad Data Modeler Limitation Matrix 9/30/2014 Functionality Commercial Trial Freeware Notes General Features Physical Model (database specific) Universal Model (generic physical model) Logical Model (support for inheritance) Saving model

More information

Talend Open Studio for Data Quality. User Guide 5.5.2

Talend Open Studio for Data Quality. User Guide 5.5.2 Talend Open Studio for Data Quality User Guide 5.5.2 Talend Open Studio for Data Quality Adapted for v5.5. Supersedes previous releases. Publication date: January 29, 2015 Copyleft This documentation is

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin 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 liable

More information

DbSchema Forms and Reports Tutorial

DbSchema Forms and Reports Tutorial DbSchema Forms and Reports Tutorial Contents Introduction... 1 What you will learn in this tutorial... 2 Lesson 1: Create First Form Using Wizard... 3 Lesson 2: Design the Second Form... 9 Add Components

More information

Océ Posterizer Pro Designer. POP into retail. User manual Application guide

Océ Posterizer Pro Designer. POP into retail. User manual Application guide - Océ Posterizer Pro Designer POP into retail o User manual Application guide Copyright copyright-2010 Océ All rights reserved. No part of this work may be reproduced, copied, adapted, or transmitted in

More information

Dream Report Version 4.6 Release 4

Dream Report Version 4.6 Release 4 Release Notes Dream Report Version 4.6 Release 4 User Friendly Programming-Free Reporting for Automation Version: 4.6 Release 4 1 P a g e Copyright (R) Ocean Data Systems Ltd., All rights reserved R e

More information

DbSchema Forms and Reports Tutorial

DbSchema Forms and Reports Tutorial DbSchema Forms and Reports Tutorial Introduction One of the DbSchema modules is the Forms and Reports designer. The designer allows building of master-details reports as well as small applications for

More information

User and Reference Manual

User and Reference Manual User and Reference Manual User & Reference Manual All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying,

More information

Watch 4 Size v1.0 User Guide By LeeLu Soft 2013

Watch 4 Size v1.0 User Guide By LeeLu Soft 2013 Watch 4 Size v1.0 User Guide By LeeLu Soft 2013 Introduction Installation Start using W4S Selecting a folder to monitor Setting the threshold Setting actions Starting the monitor Live Log Using monitor

More information

Migration from unipaas V1.x to Magic xpa 3.x

Migration from unipaas V1.x to Magic xpa 3.x Self-Paced Tutorial Migration from unipaas V1.x to Magic xpa 3.x Book ID: UTMU19MA3 Edition: 1.00, March 2015 Course ID: UCMG19MA3 Magic University Official Courseware The information in this manual/document

More information

Getting Started with Intellicus. Version: 16.0

Getting Started with Intellicus. Version: 16.0 Getting Started with Intellicus Version: 16.0 Copyright 2016 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Getting Started with Intellicus Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Getting Started with Intellicus i Copyright 2012 Intellicus

More information

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Implementation Guide Release 9.5.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Perceptive Nolij Web. Release Notes. Version: 6.8.x

Perceptive Nolij Web. Release Notes. Version: 6.8.x Perceptive Nolij Web Release Notes Version: 6.8.x Written by: Product Knowledge, R&D Date: June 2018 Copyright 2014-2018 Hyland Software, Inc. and its affiliates. Table of Contents Perceptive Nolij Web

More information

for Windows Release Notes: Version September 12, 2013 Document version: MINDJET Page 1

for Windows Release Notes: Version September 12, 2013 Document version: MINDJET Page 1 for Windows Release Notes: Version 14.0.334 September 12, 2013 Document version: 130912 MINDJET Page 1 Table of Contents RESOLVED ISSUES IN VERSION 14.0.334... 3 General Usability... 3 Import / Export

More information

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Implementation Guide Service Pack 9.5.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to only and is subject

More information

IBM Rational Rhapsody Gateway Add On. User Guide

IBM Rational Rhapsody Gateway Add On. User Guide User Guide Rhapsody IBM Rational Rhapsody Gateway Add On User Guide License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated into any

More information

Getting Started With Intellicus. Version: 7.3

Getting Started With Intellicus. Version: 7.3 Getting Started With Intellicus Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

HelpAndManual_unregistered_evaluation_copy NET Reports 3.0

HelpAndManual_unregistered_evaluation_copy NET Reports 3.0 HelpAndManual_unregistered_evaluation_copy NET Reports 3.0 HelpAndManual_unregistered_evaluation_copy NET Reports 3.0 All rights reserved. No parts of this work may be reproduced in any form or by any

More information

docalpha 5.0 Server Configuration Utility User Guide

docalpha 5.0 Server Configuration Utility User Guide docalpha 5.0 Server Configuration Utility User Guide Contents 1. docalpha Architecture Overview 3 1.1. docalpha Server Overview 3 2. Working with docalpha Server Configuration Utility 4 2.1. Starting docalpha

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

SPARK. User Manual Ver ITLAQ Technologies

SPARK. User Manual Ver ITLAQ Technologies SPARK Forms Builder for Office 365 User Manual Ver. 3.5.50.102 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 The Form Designer Workspace... 3 1.1 Form Toolbox... 3 1.1.1 Hiding/ Unhiding/ Minimizing

More information

Smart-X Software Solutions SecReport Enterprise User Guide

Smart-X Software Solutions SecReport Enterprise User Guide Smart-X Software Solutions SecReport Enterprise User Guide Table of Contents: WELCOME 4 FEATURES AND CAPABILITIES 5 CONTENTS AND REQUIREMENTS 7 CONTENTS 7 REQUIREMENTS 8 LICENSING AND INSTALLATION 10 EVALUATION

More information

TSM Studio Server and TSM Studio Operational Reporting

TSM Studio Server and TSM Studio Operational Reporting TSM Studio Server and TSM Studio Operational Reporting Table of Contents Disclaimer... 3 What is Operational Reporting?... 4 Getting Started... 5 Custom Summary... 8 Adding your own items to the Custom

More information

Release notes for version 3.0

Release notes for version 3.0 Release notes for version 3.0 Important! Create a backup copy of your projects before updating to the new version. Behavior changes 1. Function iferror(expression, expression) behaved incorrectly and has

More information

GOBENCH IQ Release v

GOBENCH IQ Release v GOBENCH IQ Release v1.2.3.3 2018-06-11 New Add-Ons / Features / Enhancements in GOBENCH IQ v1.2.3.3 GOBENCH IQ v1.2.3.3 contains several new features and enhancements ** New version of the comparison Excel

More information

Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet

Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet 1. Macros 1.1 What is a macro? A macro is a set of one or more actions

More information

This product includes software developed by the Apache Software Foundation (

This product includes software developed by the Apache Software Foundation ( The information in this manual is subject to change without prior notice and does not represent a commitment on the part of MSE. MSE makes no representations or warranties with respect to the contents

More information

Perceptive Intelligent Capture Visibility

Perceptive Intelligent Capture Visibility Perceptive Intelligent Capture Visibility User Guide Version: 3.1.x Written by: Product Knowledge, R&D Date: February 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark is a

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

Magic xpa 2.3 Release Notes

Magic xpa 2.3 Release Notes Magic xpa 2.3 Release Notes New Features, Feature Enhancements and Behavior Changes Table Control Multi-Mark Support in Online Tasks Multi-marking is now supported for Table controls in Online tasks. A

More information

OpenText Gupta TD Mobile Release Notes

OpenText Gupta TD Mobile Release Notes OpenText Gupta TD Mobile Release Notes 2.2 Product Released: 2018-10-04 Release Notes Revised: 2018-09-13 Contents 1 Introduction... 3 1.1 Release Notes revision history... 3 2 About TD Mobile... 3 2.1

More information

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation 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

SelectSurvey.NET Developers Manual

SelectSurvey.NET Developers Manual Developers Manual (Last updated: 5/6/2016) SelectSurvey.NET Developers Manual Table of Contents: SelectSurvey.NET Developers Manual... 1 Overview... 2 Before Starting - Is your software up to date?...

More information

Perceptive Nolij Web. Administrator Guide. Version: 6.8.x

Perceptive Nolij Web. Administrator Guide. Version: 6.8.x Perceptive Nolij Web Administrator Guide Version: 6.8.x Written by: Product Knowledge, R&D Date: June 2018 Copyright 2014-2018 Hyland Software, Inc. and its affiliates.. Table of Contents Introduction...

More information

IBM. Database Database overview. IBM i 7.1

IBM. Database Database overview. IBM i 7.1 IBM IBM i Database Database overview 7.1 IBM IBM i Database Database overview 7.1 Note Before using this information and the product it supports, read the information in Notices, on page 39. This edition

More information

DataPro Quick Start Guide

DataPro Quick Start Guide DataPro Quick Start Guide Introduction The DataPro application provides the user with the ability to download and analyze data acquired using the ULTRA-LITE PRO range of Auto Meter products. Please see

More information

Stellar Phoenix. Repair for SQLite 1.0 User Guide

Stellar Phoenix. Repair for SQLite 1.0 User Guide Stellar Phoenix Repair for SQLite 1.0 User Guide Overview Stellar Phoenix Repair for SQLite software is an easy to use application designed to repair corrupt or damaged SQLite database (DB / SQLITE) files

More information

appcompass Developer s Guide For: appcompass Data Integration Studio appcompass Business Rules Studio appcompass Visual Studio Editions

appcompass Developer s Guide For: appcompass Data Integration Studio appcompass Business Rules Studio appcompass Visual Studio Editions appcompass Developer s Guide For: appcompass Data Integration Studio appcompass Business Rules Studio appcompass Visual Studio Editions Version 5.1 July, 2013 Copyright appstrategy Inc. 2013 appcompass

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

New Features Guide. Appeon for PowerBuilder

New Features Guide. Appeon for PowerBuilder New Features Guide Appeon 6.5.1 for PowerBuilder DOCUMENT ID: DC20033-01-0651-01 LAST REVISED: November 21, 2011 Copyright 2011 by Appeon Corporation. All rights reserved. This publication pertains to

More information

PDF SHARE FORMS. Online, Offline, OnDemand. PDF forms and SharePoint are better together. PDF Share Forms Enterprise 3.0.

PDF SHARE FORMS. Online, Offline, OnDemand. PDF forms and SharePoint are better together. PDF Share Forms Enterprise 3.0. PDF SHARE FORMS Online, Offline, OnDemand PDF forms and SharePoint are better together PDF Share Forms Enterprise 3.0 Install Guide SharePoint 2013 Contents Disclaimer...3 Copyright...3 About this guide...3

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

HP Intelligent Management Center SOM Administrator Guide

HP Intelligent Management Center SOM Administrator Guide HP Intelligent Management Center SOM Administrator Guide Abstract This guide contains comprehensive conceptual information for network administrators and other personnel who administrate and operate the

More information

Toad Data Point - Professional Edition. The Toad Data Point Professional edition includes the following new features and enhancements.

Toad Data Point - Professional Edition. The Toad Data Point Professional edition includes the following new features and enhancements. Toad Data Point 4.2 New in This Release Thursday, April 13, 2017 Contents Toad Data Point Professional Edition Toad Data Point - Base and Professional Editions Toad Data Point - Professional Edition The

More information

Database. Ed Milne. Theme An introduction to databases Using the Base component of LibreOffice

Database. Ed Milne. Theme An introduction to databases Using the Base component of LibreOffice Theme An introduction to databases Using the Base component of LibreOffice Database Ed Milne Database A database is a structured set of data held in a computer SQL Structured Query Language (SQL) is a

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

NetAdvantage Reporting Release Notes

NetAdvantage Reporting Release Notes NetAdvantage Reporting 2012.1 Release Notes Use NetAdvantage Reporting, the industry's first WPF and Silverlight-based design-time and rendering reporting tool, to create elegant and easy-to-design reports

More information

Infor Enterprise Server Web UI Difference Study

Infor Enterprise Server Web UI Difference Study Infor Enterprise Server Web UI Difference Study Copyright 2015 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

DB Browser UI Specs Anu Page 1 of 15 30/06/2004

DB Browser UI Specs Anu Page 1 of 15 30/06/2004 DB Browser UI Specs Anu Page 1 of 15 30/06/2004 Contents Topic Page Introduction 3 UI Model 3 Main Window 4 Column properties tab 5 SQL Tab 6 View Record window 7 Connection Information window 9 Setting

More information

Connectivity Pack for Microsoft Guide

Connectivity Pack for Microsoft Guide HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 5/2/2018 Legal Notices Warranty The only warranties for Micro Focus products and services are set forth in the express warranty

More information

Release Version: Date: Type: 14/09/2018 FULL. Ticket type Module Summary Change Notes. Build. DataPA Enterprise, DataPA Reports

Release Version: Date: Type: 14/09/2018 FULL. Ticket type Module Summary Change Notes. Build. DataPA Enterprise, DataPA Reports Release Version: 6.00.0214 14/09/2018 Enhancement, Reports Improved Logging of Report Service Added a New Report Log which shows logging of the report service. Enhanced Logging can be switched on using

More information

Getting started with R-Tag Viewer and Scheduler (R-Tag Report Manager)

Getting started with R-Tag Viewer and Scheduler (R-Tag Report Manager) Contents Getting started with R-Tag Viewer and Scheduler (R-Tag Report Manager)... 2 Reports... 3 Add a report... 3 Run a report...15 Jobs...15 Introduction...15 Simple jobs....15 Bursting jobs....16 Data

More information

ITSM SQL Reports. Installation and Configuration Guide. Date: November Page 1 of 18

ITSM SQL Reports. Installation and Configuration Guide. Date: November Page 1 of 18 ITSM SQL Reports Installation and Configuration Guide Date: November 2017 Page 1 of 18 All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, or stored

More information

Create Your First Print-Quality Reports

Create Your First Print-Quality Reports Create Your First Print-Quality Reports This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision August 28, 2013, copyright 2013 Pentaho

More information

Intellicus Getting Started

Intellicus Getting Started Intellicus Getting Started Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com Copyright

More information

A Guide to Quark Author Web Edition 2015

A Guide to Quark Author Web Edition 2015 A Guide to Quark Author Web Edition 2015 CONTENTS Contents Getting Started...4 About Quark Author - Web Edition...4 Smart documents...4 Introduction to the Quark Author - Web Edition User Guide...4 Quark

More information

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials AGENT123 Full Q&A and Tutorials Table of Contents Website IDX Agent Gallery Step-by-Step Tutorials WEBSITE General 1. How do I log into my website? 2. How do I change the Meta Tags on my website? 3. How

More information

Reference Manual Volume III Interfaces Guide

Reference Manual Volume III Interfaces Guide Reference Manual Volume III Interfaces Guide Version 6.40 Beta November 30th 2017 Copyright 2017 by Gary Riley CLIPS Interfaces Guide Version 6.40 Beta November 29th 2017 CONTENTS License Information...

More information

Omnis Programming. TigerLogic Corporation. June

Omnis Programming. TigerLogic Corporation. June Omnis Programming TigerLogic Corporation June 2013 20-062013-02 The software this document describes is furnished under a license agreement. The software may be used or copied only in accordance with the

More information

What's New in ActiveVOS 7.1 Includes ActiveVOS 7.1.1

What's New in ActiveVOS 7.1 Includes ActiveVOS 7.1.1 What's New in ActiveVOS 7.1 Includes ActiveVOS 7.1.1 2010 Active Endpoints Inc. ActiveVOS is a trademark of Active Endpoints, Inc. All other company and product names are the property of their respective

More information

Table of Contents. Table of Contents

Table of Contents. Table of Contents Powered by 1 Table of Contents Table of Contents Dashboard for Windows... 4 Dashboard Designer... 5 Creating Dashboards... 5 Printing and Exporting... 5 Dashboard Items... 5 UI Elements... 5 Providing

More information

Sentinel EMS 4.1. Release Notes

Sentinel EMS 4.1. Release Notes Sentinel EMS 4.1 Release Notes Document Revision History Document Number: 007-013357-001 (Revision B), August 2016 Disclaimer and Copyrights All information herein is either public information or is the

More information

Policy Commander Console Guide - Published February, 2012

Policy Commander Console Guide - Published February, 2012 Policy Commander Console Guide - Published February, 2012 This publication could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes

More information

Administration. STILOG IST, all rights reserved

Administration. STILOG IST, all rights reserved 2 Table of Contents I. Admin Center... 1 1. ACCESS... 1 Starting the Admin Center application... 1 2. General Settings... 2 Home page... 3 Client... 4 Application... 5 VPPortal... 6 3. Password Configuration...

More information

Oracle FLEXCUBE Investor Servicing BIP Report Development Guide Release 12.0 April 2012 Oracle Part Number E

Oracle FLEXCUBE Investor Servicing BIP Report Development Guide Release 12.0 April 2012 Oracle Part Number E Oracle FLEXCUBE Investor Servicing BIP Report Development Guide Release 12.0 April 2012 Oracle Part Number E51528-01 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related documents... 3 1.3 Conventions...

More information

CFS Browser Compatibility

CFS Browser Compatibility CFS Browser Compatibility This document outlines the requirements for browsers certified by Oracle, for use with our current version of CFS. The information contained here has been consolidated from documents

More information

BMC Remedy Action Request System Using a BIRT Editor to Create or Modify Web Reports

BMC Remedy Action Request System Using a BIRT Editor to Create or Modify Web Reports White Paper BMC Remedy Action Request System 7.6.04 Using a BIRT Editor to Create or Modify Web Reports September 2012 www.bmc.com Contacting BMC Software You can access the BMC Software website at http://www.bmc.com.

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

DB2 for z/os: Programmer Essentials for Designing, Building and Tuning

DB2 for z/os: Programmer Essentials for Designing, Building and Tuning Brett Elam bjelam@us.ibm.com - DB2 for z/os: Programmer Essentials for Designing, Building and Tuning April 4, 2013 DB2 for z/os: Programmer Essentials for Designing, Building and Tuning Information Management

More information

WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version

WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version 23-1 - 04-18 Summary Part 1 - Report editor 1. Introduction... 13 2. How to create a report... 23 3. Data sources of a report... 43 4. Describing

More information

Client Configuration Cookbook

Client Configuration Cookbook Sitecore CMS 6.4 or later Client Configuration Cookbook Rev: 2013-10-01 Sitecore CMS 6.4 or later Client Configuration Cookbook Features, Tips and Techniques for CMS Architects and Developers Table of

More information