Essbase SQL Interface Guide, 9.3.1 Copyright © 1998, 2007, Oracle And/Or Its Affiliates

Total Page:16

File Type:pdf, Size:1020Kb

Essbase SQL Interface Guide, 9.3.1 Copyright © 1998, 2007, Oracle And/Or Its Affiliates HYPERION® ESSBASE® – SYSTEM 9 RELEASE 9.3.1 SQL INTERFACE GUIDE Essbase SQL Interface Guide, 9.3.1 Copyright © 1998, 2007, Oracle and/or its affiliates. All rights reserved. Authors: Rosemary Peters The Programs (which include both the software and documentation) contain proprietary information; they are provided under a license agreement containing restrictions on use and disclosure and are also protected by copyright, patent, and other intellectual and industrial property laws. Reverse engineering, disassembly, or decompilation of the Programs, except to the extent required to obtain interoperability with other independently created software or as specified by law, is prohibited. The information contained in this document is subject to change without notice. If you find any problems in the documentation, please report them to us in writing. This document is not warranted to be error-free. Except as may be expressly permitted in your license agreement for these Programs, no part of these Programs may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose. If the Programs are delivered to the United States Government or anyone licensing or using the Programs on behalf of the United States Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the Programs, including documentation and technical data, shall be subject to the licensing restrictions set forth in the applicable Oracle license agreement, and, to the extent applicable, the additional rights set forth in FAR 52.227-19, Commercial Computer Software--Restricted Rights (June 1987). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. The Programs are not intended for use in any nuclear, aviation, mass transit, medical, or other inherently dangerous applications. It shall be the licensee's responsibility to take all appropriate fail-safe, backup, redundancy and other measures to ensure the safe use of such applications if the Programs are used for such purposes, and we disclaim liability for any damages caused by such use of the Programs. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. The Programs may provide links to Web sites and access to content, products, and services from third parties. Oracle is not responsible for the availability of, or any content provided on, third-party Web sites. You bear all risks associated with the use of such content. If you choose to purchase any products or services from a third party, the relationship is directly between you and the third party. Oracle is not responsible for: (a) the quality of third-party products or services; or (b) fulfilling any of the terms of the agreement with the third party, including delivery of products or services and warranty obligations related to purchased products or services. Oracle is not responsible for any loss or damage of any sort that you may incur from dealing with any third party. Contents Chapter 1. Introducing Essbase SQL Interface ............................................... 5 Understanding Essbase SQL Interface ........................................ 5 Preparing for Using SQL or Relational Data Sources ............................. 6 Chapter 2. Configuring a Data Source ..................................................... 7 Configuring a Data Source on Windows ...................................... 7 Configuring a Data Source on UNIX ........................................ 7 Editing the odbc.ini File for Changes ..................................... 8 Example: Editing odbc.ini for DB2 ....................................... 8 Chapter 3. Preparing Multiple-Table Data Sources ............................................ 9 Understanding Multiple-Table Preparation ................................... 9 Understanding Two Methods for Multiple-Table Data Preparation ............... 9 Choosing a Preparation Method ....................................... 11 Understanding Security Requirements ................................... 11 Preparing Data from Multiple Tables ....................................... 11 Chapter 4. Loading SQL Data .......................................................... 13 Understanding Data Loading ............................................. 13 Using Substitution Variables ............................................. 13 Understanding the Rules for Substitution Variables .......................... 14 Creating and Using Substitution Variables ................................ 14 Loading Relational Data Using Essbase SQL Interface ........................... 14 Summary of Steps .................................................. 14 Creating the Data Load Rules File ...................................... 15 Selecting the SQL Data Source ......................................... 15 Creating SQL Queries (optional) ....................................... 15 Loading the Data ..................................................... 16 Chapter 5. Using Non-DataDirect ODBC Drivers ............................................. 17 Configuring a Non-DataDirect Driver ...................................... 17 Creating a Configuration File for Non-DataDirect Drivers ........................ 18 Including the Minimum Required Contents ............................... 18 Contents iii Finding a Driver Name on Windows .................................... 20 Finding a Driver Name on UNIX ....................................... 20 Configuring Non-DataDirect Data Sources ................................... 21 Support for Non-DataDirect Drivers ....................................... 21 Appendix A. Enabling Faster Data Loads from Teradata Data Sources .............................. 23 Installing Required Teradata Software ...................................... 23 Setting Up the Environment for Using Export Operator ......................... 23 Loading Teradata Data Using Teradata Parallel Transporter ...................... 24 Index .............................................................. 25 iv Contents Introducing Essbase SQL 1 Interface In This Chapter Understanding Essbase SQL Interface............................................................................................5 Preparing for Using SQL or Relational Data Sources ............................................................................6 Use this chapter to learn about Essbase SQL Interface and prepare for loading data with it. Understanding Essbase SQL Interface To enable building outline dimensions and loading values from SQL and relational database sources, Oracle's Hyperion® Essbase® – System 9 provides the Essbase SQL Interface feature. You can execute SQL statements on data before loading. For example, using SQL statements to specify the data to retrieve enables you to load summary data instead of the entire contents of the source database. Note: You do not need Essbase SQL Interface for spreadsheet or text file data sources which you can load using Oracle's Essbase® Administration Services, MaxL, or ESSCMD. See the Hyperion Essbase - System 9 Database Administrator's Guide and the Essbase Technical Reference. Essbase SQL Interface works with Administration Services to retrieve data, as follows: 1. Using Administration Services you write a SELECT statement in SQL . 2. Essbase SQL Interface passes it to the SQL or relational database server. For non-SQL data sources, Essbase SQL Interface converts SQL statements to requests for data that the source understands. 3. Essbase SQL Interface interprets the records received from the SQL, or relational database server using the rules defined in the data load rules file. (For more information on data load rules files, see Chapter 4, “Loading SQL Data.”) 4. Essbase SQL Interface loads the interpreted, summary-level data into the database. Understanding Essbase SQL Interface 5 Preparing for Using SQL or Relational Data Sources Essbase SQL Interface is installed during the Essbase Server installation. See the Hyperion Essbase - System 9 Installation Guide for information about initial configuration tasks. ➤ To prepare for using SQL or relational data sources: 1 Configure the ODBC driver and point it to its data source. See Chapter 2, “Configuring a Data Source.” 2 If data is in multiple tables, prepare the data by doing either of these actions: ● Create one table or view in the SQL database before using Essbase SQL Interface. ● Join the tables during the data load by entering a SELECT statement in Administration Services. See “Understanding Multiple-Table Preparation” on page 9 for instructions. 3 Check the data source connection by using Data Prep Editor in Administration Services Console to open the SQL source file. See Chapter 4, “Loading SQL Data.” 4 Create a rules file to tell Essbase SQL Interface how to interpret the SQL data to be used with the Essbase database. See Chapter 4, “Loading SQL Data.” After these steps are complete, you can load data or build dimensions. See Chapter 4, “Loading SQL Data” for instructions. 6 Introducing Essbase SQL Interface 2 Configuring a Data Source In This Chapter Configuring a Data Source on Windows ..........................................................................................7
Recommended publications
  • Perl DBI API Reference
    H Perl DBI API Reference This appendix describes the Perl DBI application programming interface. The API consists of a set of methods and attributes for communicating with database servers and accessing databases from Perl scripts. The appendix also describes MySQL-specific extensions to DBI provided by DBD::mysql, the MySQL database driver. I assume here a minimum version of DBI 1.50, although most of the material applies to earlier versions as well. DBI 1.50 requires at least Perl 5.6.0 (with 5.6.1 preferred). As of DBI 1.611, the minimum Perl version is 5.8.1. I also assume a minimum version of DBD::mysql 4.00. To determine your versions of DBI and DBD::mysql (assuming that they are installed), run this program: #!/usr/bin/perl # dbi-version.pl - display DBI and DBD::mysql versions use DBI; print "DBI::VERSION: $DBI::VERSION\n"; use DBD::mysql; print "DBD::mysql::VERSION: $DBD::mysql::VERSION\n"; If you need to install the DBI software, see Appendix A , “Software Required to Use This Book.” Some DBI methods and attributes are not discussed here, either because they do not apply to MySQL or because they are experimental methods that may change as they are developed or may even be dropped. Some MySQL-specific DBD methods are not discussed because they are obsolete. For more information about new or obsolete methods, see the DBI or DBD::mysql documentation, available at http://dbi.perl.org or by running the following commands: % perldoc DBI % perldoc DBI::FAQ % perldoc DBD::mysql The examples in this appendix are only brief code fragments.
    [Show full text]
  • DATABASE INTEGRATION GUIDE PIPELINE PILOT INTEGRATION COLLECTION 2016 Copyright Notice
    DATABASE INTEGRATION GUIDE PIPELINE PILOT INTEGRATION COLLECTION 2016 Copyright Notice ©2015 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D VIA, BIOVIA and NETVIBES are commercial trademarks or registered trademarks of Dassault Systèmes or its subsidiaries in the U.S. and/or other countries. All other trademarks are owned by their respective owners. Use of any Dassault Systèmes or its subsidiaries trademarks is subject to their express written approval. Acknowledgments and References To print photographs or files of computational results (figures and/or data) obtained using BIOVIA software, acknowledge the source in an appropriate format. For example: "Computational results obtained using software programs from Dassault Systèmes BIOVIA. The ab initio calculations were performed with the DMol3 program, and graphical displays generated with Pipeline Pilot." BIOVIA may grant permission to republish or reprint its copyrighted materials. Requests should be submitted to BIOVIA Support, either through electronic mail to [email protected], or in writing to: BIOVIA Support 5005 Wateridge Vista Drive, San Diego, CA 92121 USA Contents Chapter 1: Introduction 1 Testing SQL Statements 22 Who Should Read this Guide 1 Error Handling 23 Requirements 1 Chapter 5: Customizing SQL Components 24 Supplied Database Drivers 1 Dynamic SQL Using String Replacement 24 Additional Information 2 Chapter 6: Building Protocols with Multiple Chapter 2: Configuring
    [Show full text]
  • Using Proc SQL and ODBC to Manage Data Outside of SAS® Jeff Magouirk, National Jewish Medical and Research Center, Denver, Colorado
    Using Proc SQL and ODBC to Manage Data outside of SAS® Jeff Magouirk, National Jewish Medical and Research Center, Denver, Colorado ABSTRACT The ability to use Proc SQL and ODBC to manage data outside of SAS is another feature in SAS’s toolbox that programmers use to accomplish many different tasks. The idea of pulling data from sources outside of SAS is behind both of these tools. A key benefit of using ODBC and to a certain amount Proc SQL is the reduction in coding that is written. Another positive aspect of using Proc SQL and ODBC is the ability to manage data across a network. At National Jewish Medical & Research Center ODBC and Proc SQL are used to manage and pull end users data across networks so users can examine their data quickly and efficiently. Since end users can have almost real time access to the collected data it is especially useful for checking the accuracy of the data from patient health studies and clinical trials. Error checks and data handling are done first as the data is collected and put into data tables with SAS and then outputted either with an ODBC connection or Proc SQL. The purpose of this paper is to show users how to set up an ODBC connection, compare the reduction in code when an ODBC is set up and how to use Proc SQL to manage data outside of SAS. INTRODUCTION Open Database Connectivity (ODBC) is an Application Programming Interface (API) that allows a programmer to access data from database management system with a non-native application.
    [Show full text]
  • Step by Step Guide: Connecting to Mysql with SAP Crystal Reports 2016 © 2019 SAP AG Or an SAP SAP Allag Or Rightsaffiliate© Company
    SAP Crystal Solutions SAP Crystal Reports and SAP Crystal Server Step by Step guide: Connecting to MySQL With SAP Crystal Reports 2016 © 2019 SAP AG or an SAP SAP AllAG or affiliate rights© company. reserved. SAP an 2019 Because of its open source roots, the MySQL database platform is used in many types of applications. Now provided under the umbrella of Oracle corporation as both paid and free products, MySQL can be the source for many types of SAP Crystal Reports projects. Reporting from a MySQL database requires two general preparation steps: * Download and install the MySQL ODBC database driver. * Create an ODBC Data Source. DOWNLOADING A MySQL DRIVER SAP Crystal Reports won’t recognize a MySQL database “out of the box.” You must first download and install a MySQL driver to connect Crystal Reports to the database. While there are many sources for MySQL drivers found in an Internet search, you’ll typically find current drivers at Oracle’s MySQL.com site. You may find options to download individual drivers one at a time, or an all-encompassing installation program that permits you to choose a combination of drivers from a single installation process. Unless you are planning on using multiple components of MySQL products (perhaps installing your own database server, in addition to a driver for Crystal Reports), you’ll probably only need to download the desired ODBC driver. IMPORTANT: Remember that, despite the strong possibility that you are running a 64-bit version of Microsoft Windows, SAP Crystal Reports is a 32-bit application and will only recognize 32-bit database drivers.
    [Show full text]
  • Teradata SQL Assistant/Web Edition User Guide
    Teradata SQL Assistant/Web Edition User Guide Release 12.00.00 B035-2505-067A July 2007 The product or products described in this book are licensed products of Teradata Corporation or its affiliates. Teradata, BYNET, DBC/1012, DecisionCast, DecisionFlow, DecisionPoint, Eye logo design, InfoWise, Meta Warehouse, MyCommerce, SeeChain, SeeCommerce, SeeRisk, Teradata Decision Experts, Teradata Source Experts, WebAnalyst, and You’ve Never Seen Your Business Like This Before are trademarks or registered trademarks of Teradata Corporation or its affiliates. Adaptec and SCSISelect are trademarks or registered trademarks of Adaptec, Inc. AMD Opteron and Opteron are trademarks of Advanced Micro Devices, Inc. BakBone and NetVault are trademarks or registered trademarks of BakBone Software, Inc. EMC, PowerPath, SRDF, and Symmetrix are registered trademarks of EMC Corporation. GoldenGate is a trademark of GoldenGate Software, Inc. Hewlett-Packard and HP are registered trademarks of Hewlett-Packard Company. Intel, Pentium, and XEON are registered trademarks of Intel Corporation. IBM, CICS, DB2, MVS, RACF, Tivoli, and VM are registered trademarks of International Business Machines Corporation. Linux is a registered trademark of Linus Torvalds. LSI and Engenio are registered trademarks of LSI Corporation. Microsoft, Active Directory, Windows, Windows NT, and Windows Server are registered trademarks of Microsoft Corporation in the United States and other countries. Novell and SUSE are registered trademarks of Novell, Inc., in the United States and other countries. QLogic and SANbox trademarks or registered trademarks of QLogic Corporation. SAS and SAS/C are trademarks or registered trademarks of SAS Institute Inc. SPARC is a registered trademarks of SPARC International, Inc. Sun Microsystems, Solaris, Sun, and Sun Java are trademarks or registered trademarks of Sun Microsystems, Inc., in the United States and other countries.
    [Show full text]
  • Using Command Caching
    Proficy* HMI/SCADA - iFIX U SING SQL V ERSION 5.1 May 2010 All rights reserved. No part of this publication may be reproduced in any form or by any electronic or mechanical means, including photocopying and recording, without permission in writing from GE Intelligent Platforms, Inc. Disclaimer of Warranties and Liability The information contained in this manual is believed to be accurate and reliable. However, GE Intelligent Platforms, Inc. assumes no responsibilities for any errors, omissions or inaccuracies whatsoever. Without limiting the foregoing, GE Intelligent Platforms, Inc. disclaims any and all warranties, expressed or implied, including the warranty of merchantability and fitness for a particular purpose, with respect to the information contained in this manual and the equipment or software described herein. The entire risk as to the quality and performance of such information, equipment and software, is upon the buyer or user. GE Intelligent Platforms, Inc. shall not be liable for any damages, including special or consequential damages, arising out of the user of such information, equipment and software, even if GE Intelligent Platforms, Inc. has been advised in advance of the possibility of such damages. The user of the information contained in the manual and the software described herein is subject to the GE Intelligent Platforms, Inc. standard license agreement, which must be executed by the buyer or user before the use of such information, equipment or software. Notice ©2010 GE Intelligent Platforms, Inc. All rights reserved. *Trademark of GE Intelligent Platforms, Inc. Microsoft® is a registered trademark of Microsoft Corporation, in the United States and/or other countries.
    [Show full text]
  • SMS 2.0 ODBC Launch Kit
    SMS 2.0 ODBC Launch Kit _________________________________________________________________________________________________________ Table of Contents WHAT IS ODBC? .............................................................................................................................................................................. 3 WHAT PRODUCTS USE ODBC TO ACCESS THE SKYWARD DATABASE? ...................................................................... 3 ODBC/JDBC DRIVERS .................................................................................................................................................................... 3 SKYWARD CUSTOM REPORTING OPTIONS........................................................................................................................... 3 ODBC DRIVER INSTALL METHODS .......................................................................................................................................... 4 INSTALLING AN ODBC DRIVER ON A NON-SKYWARD COMPUTER; WORKSTATION OR SERVER. .................... 6 WHERE DO I FIND THE IP ADDRESS OF A SKYWARD DATABASE SERVER?............................................................. 10 WHAT IS THE STANDARD SQL PORT NUMBER OF A SKYWARD DATABASE? .......................................................... 11 WHERE DO I FIND THE SQL PORT NUMBER OF A SKYWARD DATABASE?............................................................... 11 WHAT ARE READ-ONLY ODBC USERS IN A SKYWARD DATABASE? ..........................................................................
    [Show full text]
  • IDL Dataminer Guide
    IDL DataMiner Guide IDL Version 6.3 April 2006 Edition Copyright © RSI All Rights Reserved 0406IDL63DM Restricted Rights Notice The IDL®, ION Script™, and ION Java™ software programs and the accompanying procedures, functions, and documentation described herein are sold under license agreement. Their use, dupli- cation, and disclosure are subject to the restrictions stated in the license agreement. RSI reserves the right to make changes to this document at any time and without notice. Limitation of Warranty RSI makes no warranties, either express or implied, as to any matter not expressly set forth in the license agreement, including without limitation the condition of the software, merchantability, or fitness for any particular purpose. RSI shall not be liable for any direct, consequential, or other damages suffered by the Licensee or any others resulting from use of the IDL or ION software packages or their documentation. Permission to Reproduce this Manual If you are a licensed user of this product, RSI grants you a limited, nontransferable license to repro- duce this particular document provided such copies are for your use only and are not sold or dis- tributed to third parties. All such copies must contain the title page and this notice page in their entirety. Acknowledgments IDL® is a registered trademark and ION™, ION Script™, ION Java™, are trademarks of ITT Industries, registered in the United States Patent and Trademark Office, for the computer program described herein. Numerical Recipes™ is a trademark of Numerical Recipes Software. Numerical Recipes routines are used by permission. GRG2™ is a trademark of Windward Technologies, Inc.
    [Show full text]
  • External Database Access (EDA) Version 11.2.3 April 2014 UNV-1123-EDA-1 Notices
    Rocket UniVerse External Database Access (EDA) Version 11.2.3 April 2014 UNV-1123-EDA-1 Notices Edition Publication date: April 2014 Book number: UNV-1123-EDA-1 Product version: Rocket UniVerse V11.2.3 Copyright © Rocket Software, Inc. or its affiliates 1985-2014. All Rights Reserved. Trademarks Rocket is a registered trademark of Rocket Software, Inc. For a list of Rocket registered trademarks go to: www.rocketsoftware.com/about/legal. All other products or services mentioned in this document may be covered by the trademarks, service marks, or product names of their respective owners. Examples This information might contain examples of data and reports. The examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. License agreement This software and the associated documentation are proprietary and confidential to Rocket Software, Inc., are furnished under license, and may be used and copied only in accordance with the terms of such license. Note: This product may contain encryption technology. Many countries prohibit or restrict the use, import, or export of encryption technologies, and current use, import, and export regulations should be followed when exporting this product. Contact information Website: www.rocketsoftware.com Rocket Software, Inc. Headquarters 77 4th Avenue, Suite 100 Waltham, MA 02451-1468 USA Tel: +1 781 577 4321 Fax: +1 617 630 7100 2 Contacting Global Technical Support If you have current support and maintenance agreements with Rocket Software, you can access the Rocket Customer Portal to report and track a problem, to submit an enhancement request or question, or to find answers in the U2 Knowledgebase.
    [Show full text]
  • Writing Mysql Scripts with PHP and PDO Preliminary Requirements
    Writing MySQL Scripts with PHP and PDO Paul DuBois [email protected] Document revision: 1.02 Last update: 2013-08-11 PHP makes it easy to write scripts that access databases, enabling you to create dynamic web pages that incorporate database content. PHP includes several specialized database-access interfaces that takethe form of separate sets of functions for each database system. There is one set for MySQL, another for Inter- Base, another for PostgreSQL, and so forth. However, having a different set of functions for each database makes PHP scripts non-portable at the lexical (source code) level. For example, the function for issuing an SQL statement is named mysql_query(), ibase_query(),or pg_exec(),depending on whether you are using MySQL, InterBase, or PostgreSQL. In PHP 5 and up, you can avoid this problem by using the PHP Data Objects (PDO) extension. PDO sup- ports database access in an engine-independent manner based on a two-levelarchitecture: •The top levelprovides an interface that consists of a set of classes and methods that is the same for all database engines supported by PDO. The interface hides engine-specific details so that script writers need not think about which set of functions to use. •The lower levelconsists of individual drivers. Each driversupports a particular database engine and translates between the top-levelinterface seen by script writers and the database-specific interface required by the engine. This provides you the flexibility of using anydatabase for which a driverexists, without having to consider driver-specific details. This architectural approach has been used successfully with other languages—for example, to develop the DBI (Perl, Ruby), DB-API (Python), and JDBC (Java)database access interfaces.
    [Show full text]
  • Connecting LISTSERV to an Existing Database Management System (DBMS)
    Whitepaper Connecting LISTSERV® to an Existing Database Management System (DBMS) September 14, 2010 Copyright © 2010 L-Soft international, Inc. Information in this document is subject to change without notice. Companies, names, and data used for example herein are fictitious unless otherwise noted. Some screen captures have been cropped and/or edited for emphasis or descriptive purposes. Permission is granted to copy this document, at no charge and in its entirety, if the copies are not used for commercial advantage, the source is cited, and the present copyright notice is included in all copies. Recipients of such copies are equally bound to abide by the present conditions. Prior written permission is required for any commercial use of this document, in whole or in part, and for any partial reproduction of the contents of this document exceeding 50 lines of up to 80 characters, or equivalent. L-Soft invites comments on its documentation. Please feel free to send your comments by email to: [email protected] Copyright © 2010, L-Soft international, Inc. All Rights Reserved Worldwide. LISTSERV is a registered trademark licensed to L-Soft Sweden and L-Soft international, Inc. All other trademarks, both marked and not marked, are the property of their respective owners. Introduction If you have an existing database management system (DBMS), then using LISTSERV and connecting it to your existing data is the fastest and simplest way to get your customers’ data working with all of the features and benefits of LISTSERV. Your existing DBMS holds a plethora of important customer data that LISTSERV can use to create highly customized email message, newsletters, and promotions that emphasize your customer’s preferences.
    [Show full text]
  • Oracle Essbase SQL Interface Guide
    ORACLE® ESSBASE RELEASE 11.1.1 SQL INTERFACE GUIDE Essbase SQL Interface Guide, 11.1.1 Copyright © 1998, 2008, Oracle and/or its affiliates. All rights reserved. Authors: EPM Information Development Team This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS: Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007).
    [Show full text]