11 Aug 2014 Beta Draft
|
|
|
- Susan Pierce
- 10 years ago
- Views:
Transcription
1 DataDirect Cloud Getting Started with Google Analytics
2
3 Notices For details, see the following topics: Copyright Copyright 2014 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. These materials and all Progress software products are copyrighted and all rights are reserved by Progress Software Corporation. The information in these materials is subject to change without notice, and Progress Software Corporation assumes no responsibility for any errors that may appear therein. The references in these materials to specific platforms supported are subject to change. Business Making Progress, Corticon, DataDirect (and design), DataDirect Cloud, DataDirect Connect, DataDirect Connect64, DataDirect XML Converters, DataDirect XQuery, Fathom, Making Software Work Together, OpenEdge, Powered by Progress, Progress, Progress Control Tower, Progress OpenEdge, Progress RPM, Progress Software Business Making Progress, Progress Software Developers Network, Rollbase, RulesCloud, RulesWorld, SequeLink, SpeedScript, Stylus Studio, and WebSpeed are registered trademarks of Progress Software Corporation or one of its affiliates or subsidiaries in the U.S. and/or other countries. AccelEvent, AppsAlive, AppServer, BusinessEdge, Progress Easyl, DataDirect Spy, DataDirect SupportLink, Easyl, Future Proof, High Performance Integration, Modulus, OpenAccess, Pacific, ProDataSet, Progress Arcade, Progress Pacific, Progress Profiles, Progress Results, Progress RFID, Progress Responsive Process Management, Progress Software, ProVision, PSE Pro, SectorAlliance, SmartBrowser, SmartComponent, SmartDataBrowser, SmartDataObjects, SmartDataView, SmartDialog, SmartFolder, SmartFrame, SmartObjects, SmartPanel, SmartQuery, SmartViewer, SmartWindow, WebClient, and Who Makes Progress are trademarks or service marks of Progress Software Corporation and/or its subsidiaries or affiliates in the U.S. and other countries. Java is a registered trademark of Oracle and/or its affiliates. Any other marks contained herein may be trademarks of their respective owners. 3
4 Notices Please refer to the Release Notes applicable to the particular Progress product release for any third-party acknowledgements required to be provided in the documentation associated with the Progress product. 4
5 Table of Contents Preface...7 Purpose...7 Audience...7 Typographical Conventions...7 For Help During This Beta...8 Chapter 1: How DataDirect Cloud Works...9 Chapter 2: How to Use DataDirect Cloud with Google Analytics...11 Setting Up an Account...12 Setting Up a Corporate Account...12 Setting Up an Individual User Account...13 Creating a Data Source Definition for Google Analytics...13 Google Analytics Parameters (Cloud) (Beta)...16 Choosing Advanced Map Options for Google Analytics...22 Create Map and Map Name...22 Add Tables...23 Show Internal Tables...23 Subtract Tables...24 Editing Connection Parameters...24 Testing a Data Source...24 Defining OAuth2 Authentication...25 Retrieving OAuth2 Tokens Using the OAuth2 Tokens Tool...26 Deleting a Data Source Definition...27 Choosing a Driver and Configuring Your Application...28 Chapter 3: Using Google Analytics...29 Google Analytics Data Types...33 Scalar Function Support for Google Analytics...34 Creating Custom Pseudo-Tables for Google Analytics...36 Third Party Acknowledgements...39 Index
6 6
7 Preface For details, see the following topics: Purpose Audience Typographical Conventions For Help During This Beta Purpose This document provides information on using DataDirect Cloud, definindg a data source, and using Google Analytics with DataDirect Cloud. Audience This guide is intended for users and developers who want use to DataDirect Cloud with Google Analytics. Typographical Conventions This guide uses the following typographical conventions: 7
8 Preface Convention Explanation italics Introduces new terms with which you may not be familiar, and is used occasionally for emphasis. bold Emphasizes important information. Also indicates button, menu, and icon names on which you can act. For example, click Next. BOLD UPPERCASE Indicates keys or key combinations that you can use. For example, press the ENTER key. UPPERCASE Indicates SQL reserved words. monospace Indicates syntax examples, values that you specify, or results that you receive. monospaced italics > Indicates names that are placeholders for values that you specify. For example, filename. Separates menus and their associated commands. For example, Select File > Copy means that you should select Copy from the File menu. / The slash also separates directory levels when specifying locations under UNIX. vertical rule Indicates an "OR" separator used to delineate items. brackets [ ] Indicates optional items. For example, in the following statement: SELECT [DISTINCT], DISTINCT is an optional keyword. Also indicates sections of the Windows Registry. braces { } Indicates that you must select one item. For example, {yes no} means that you must specify either yes or no. ellipsis... Indicates that the immediately preceding item can be repeated any number of times in succession. An ellipsis following a closing bracket indicates that all information in that unit can be repeated. For Help During This Beta Please visit our Web site for help from the Progress Community: 8
9 1 How DataDirect Cloud Works DataDirect Cloud provides easy, real-time access to data managed by cloud services such as Google Analytics, Oracle Service Cloud, Apache Hadoop, and Salesforce.com. For example, an organization might want to use a reporting application to predict travel budgets by analyzing travel data stored in the cloud. DataDirect Cloud can provide connectivity with simple configuration instead of extensive coding. The following figure illustrates DataDirect Cloud components and shows how they provide access to cloud data. 9
10 Chapter 1: How DataDirect Cloud Works DataDirect Cloud components include: The cloud connectivity service, shown in the center of the illustration, which provides access to the cloud data store. The connectivity service abstracts the source from the target of the data. This allows you to add target applications or swap them out without changing the cloud data store or the application using cloud data. The data access components manage communication between your applications and the cloud connectivity service: Progress DataDirect Cloud Driver for JDBC The industry standard for JDBC database connectivity, this Type 5 JDBC driver enables Java applications to interact with any supported data store and delivers the fastest, most scalable performance. Progress DataDirect Cloud Driver for ODBC The industry standard for Platinum ODBC driver database connectivity, this driver enables applications using ODBC to interact with any supported data store and delivers the fastest, most scalable performance. OData query requests. OData is a standard REST API for querying data over the web. DataDirect Cloud accepts OData query requests, translates the query to SQL, and then forwards the SQL to the backend data source to be executed. Applications can invoke the DataDirect Cloud OData service endpoints using any of the common clients that provide HTTP or web service access. See Choosing a Driver and Configuring Your Application on page 28 for more information. Once set up and configured, the DataDirect Cloud connectivity service works together with the Cloud JDBC and Cloud ODBC drivers in the following manner: 1. The target application submits SQL statements to the driver, which uses the definition managed by the connectivity service to connect to the cloud data store. 2. The implementation handles all of the complexity by submitting requests in the format appropriate for the cloud data store and returning the results to the target application in the expected format. To summarize, DataDirect Cloud provides these features: A set of standards-based drivers that plug into third-party application suites and custom applications. Real-time SQL access to various cloud data stores through a connectivity management service that resides in the cloud. Web-based SQL editor that allows interaction with SaaS data without requiring any on-premise software. Scalability suitable for the most demanding data access needs. 10
11 2 How to Use DataDirect Cloud with Google Analytics To connect to a cloud Data Store using DataDirect Cloud requires working with both the DataDirect Cloud connectivity service (by accessing and the cloud drivers or OData. The main steps for using a driver include: 1. Obtaining a DataDirect Cloud account, as described in Setting Up an Account on page Creating a Data Source that defines how to connect to your cloud Data Store. See Creating a Data Source Definition for Google Analytics on page 13, or watch a video. 3. Downloading and configuring DataDirect Cloud JDBC or ODBC drivers to provide connectivity between applications that need to access cloud data and the DataDirect Cloud connectivity service. See the following for specific instructions: Choosing a Driver and Configuring Your Application on page 28 Downloading and installing the JDBC driver Configuring your applications to connect using the JDBC driver Downloading and installing the ODBC driver on Windows systems - watch how. Configuring the ODBC driver and your applications - watch how to bring your data into an Excel spreadsheet. 11
12 Chapter 2: How to Use DataDirect Cloud with Google Analytics Note: Applications supply login credentials when they connect to the driver in one of the following ways: If the Data Source definition includes credentials for the cloud Data Store, an application must pass in the name of the Data Source you created in step two and the credentials for your DataDirect Cloud account. If the Data Source definition does not include credentials for the Data Store, an application must pass in the name of the Data Source, the credentials for the DataDirect Cloud account, and the credentials for the cloud Data Store. Note: Read how to configure your applications to use OData API to query data over the web or watch a video. For details, see the following topics: Setting Up an Account Creating a Data Source Definition for Google Analytics Testing a Data Source Defining OAuth2 Authentication Deleting a Data Source Definition Choosing a Driver and Configuring Your Application Setting Up an Account You can create a DataDirect Cloud Account by going to the DataDirect Cloud website. Progress DataDirect Cloud offers two types of accounts: Corporate User Account Individual User Account Setting Up a Corporate Account You need a Progress ID to use DataDirect Cloud corporate account. 1. Click the Contact Us button on the DataDirect Cloud website, and the enquiry page displays. 2. Fill in the details and click the Submit button. After your information is reviewed and processed, Progress Software will create your account an send a confirmation , which includes the URL for registration. 3. Copy and paste the entire URL provided by Progress software into your browser's address bar and press Enter. The Progress ID Registration page displays. 4. Follow the directions to create a Progress ID. 5. Login using the Progress ID and Password. The Dashboard view appears. 12
13 Creating a Data Source Definition for Google Analytics When your plan is active, follow the steps described in Creating a Data Source Definition for Google Analytics on page 13. Setting Up an Individual User Account You need a Progress ID to evaluate or purchase DataDirect Cloud. 1. Click the Try Now button on the DataDirect Cloud website, and the Progress ID Registration page displays. 2. Follow the directions to create a Progress ID. After verifying your information, Progress Software will create your account and send a confirmation , which includes the Progress ID and the that you will use to log in. 3. Click the Activate Account and Log In Today link in the confirmation , and log in. The Dashboard view appears. When your plan is active, follow the steps described in Creating a Data Source Definition for Google Analytics on page 13. Note: When you are ready to purchase or upgrade, log in and click My Plan to display your current plan. Click Upgrade to view available plans. Creating a Data Source Definition for Google Analytics You define the information that DataDirect Cloud needs to connect to the data store in a data source. These default connection values are used each time you or your application connects to a particular data store. In addition to user credentials, the data store may provide other options you can use to tune performance. When you are logged in to your DataDirect Cloud account, follow these steps to create a Data Source: 1. In the left navigation panel, click Data Sources to open the Data Sources view. 2. From the list of Data Stores, click the logo for Google Analytics. The Create Data Source dialog opens. 13
14 Chapter 2: How to Use DataDirect Cloud with Google Analytics See Google Analytics Parameters (Cloud) (Beta) on page 16 for information about the options on this tab. 3. On the General tab, enter the login credentials required for the data store. To prevent DataDirect Cloud from persisting login credentials for the Data Store, you can create and save a Data Source definition without entering credentials. When you test the Data source connection, you will be prompted to specify these details for the current session and applications will need to supply the credentials when connecting to the JDBC or ODBC driver, or when connecting using OData. 4. To configure advanced behavior, click the Advanced tab. 14
15 Creating a Data Source Definition for Google Analytics See Google Analytics Parameters (Cloud) (Beta) on page 16 for information about the options on this tab. 5. When you are satisfied with the Data Source definition, finish by clicking one of the following: Click Save to create the definition without testing the connection. You can test later by executing a query. Click Save and Test to create the Data Source and check whether a connection can be successfully established with the Data Store. Note: The Save and Test option is available only if you specify the login credentials. The new Data Source will display in the My Data Sources list. 15
16 Chapter 2: How to Use DataDirect Cloud with Google Analytics Google Analytics Parameters (Cloud) (Beta) The following tables describe parameters available on the tabs of a Google Analytics Cloud Data Source dialog: General Tab Advanced Tab 16
17 Creating a Data Source Definition for Google Analytics Table 1: General tab Connection Parameters for Google Analytics On-Premise Field Data Source Name Description A unique name for this Data Source definition. Note: Names can contain only alphanumeric characters and underscore. Description Password OAuth Access Token OAuth Client ID OAuth Client Secret OAuth Refresh Token OAuth Authentication A description of this set of connection parameters. In this Beta release, you must enter a string in this field. Specifies the OAuth access token value. If an access token is provided, and it is still valid, neither client ID nor client secret are necessary. However, when the access token expires (typically one hour from the time of issuance), a new access token value must be placed here for the connectivity service to continue. Specifies a unique OAuth client Id value for the connection. Each connection must have a unique client Id value. If a second connection is made using the same OAuth client Id, even with another user name, the Google Analytics service invalidates the access token of the first connection. Specifies the OAuth client shared-secret phrase. The client shared-secret provides credentials between the OAuth server, Google Analytics, and the OAuth client, the DataDirect Cloud connectivity service. Google Analytics supports an empty client secret, although this practice is not recommended. Specifies the OAuth refresh token value. When used with the clientid and clientsecret, the refresh token provides an alternative method for using OAuth to connect to Google Analytics. In this case, the login behaves just like a relogin, to fetch the access token using the refresh token. If the refresh token is passed, the username and password are ignored, as they are derived from the login the refresh token is associated with. look for conref Valid Values: string where: string the client id. User Id In this Beta release, you must enter a string in this field. 17
18 Chapter 2: How to Use DataDirect Cloud with Google Analytics Table 2: Advanced tab Connection Parameters for Google Analytics Field Create Mapping Default Query Options Description DataDirect Cloud automatically maps cloud data store objects and fields to tables and columns the first time that it connects to the data store. The map includes both standard and custom objects and includes any relationships defined between objects. For more information on maps, see Create Map and Map Name on page 22. A comma-separated list of default values for the WHERE clauses within the connection. Specifying mandatory values such as startdate, enddate, and viewid in this parameter makes the queries simpler. For example, the query SELECT * FROM Overview returns only results from the specified period. Valid Values: (key=value[;key=value]) Where: key is one of the following values: If set to startdate, specifies the starting date for the query (inclusive). The default is TODAY-30. To change the default, use the defaultqueryoptions connection parameter. If set to enddate,the ending date for the query (inclusive). This defaults to YESTERDAY. To change the default, use the defaultqueryoptions connection parameter. If set to viewid, a comma-separated list of view Ids. There is no default; in order for SELECT * FROM to work for either "Data" or any of the pseudo-tables, this must be set either explicitly in a WHERE clause or via the defaultqueryoptions connection string option. Default: startdate=30daysago;enddate=yesterday Default View Name Specifies a default view name to be used in a query. Many queries require a viewid. At connection time, the DataDirect Cloud connectivity service looks up the view name and adds a "WHERE viewid =" to each WHERE clause that supports viewid and does not have a view name explicitly defined in the query. Note: This parameter has the same effect as using defaultqueryoptions and setting a viewid value. This parameter is ignored if a viewid value has been defined in the defaultqueryoptions parameter. Valid Values: string where string is the view name. Most users can see the view name on the Google Analytics web pages. 18
19 Creating a Data Source Definition for Google Analytics Field Description Default: None Initialization String Map Name Map Options A semicolon delimited set of commands to be executed on the cloud data store after DataDirect Cloud has established and performed all initialization for the connection. If the execution of a SQL command fails, the connection attempt also fails and DataDirect Cloud returns an error indicating which SQL commands failed. The default is an empty string. Optional name of the map definition that DataDirect Cloud uses to interpret the schema of the cloud data store. Maps allow the SQL Testing view and your applications to access the cloud data store as tables, relationships between tables, and views. The DataDirect Cloud service automatically creates a name for the map. If you want to name the map yourself, enter a unique name. For more information on Maps, see Create Map and Map Name on page 22. A set of key-value pairs that control the mapping of Google Analytics objects and fields. Valid Values: (key=value[;key=value]) Where: key is one of the following values: addtables, showinternaltables, or subtracttables. The value is a set of key value pairs separated by a semicolon (;). The value must be enclosed in parentheses. Default values are as follows: subtracttables="overview";showinternaltables=true For more information on Maps, see Choosing Advanced Map Options for Google Analytics on page 22. Max Pooled Statements The maximum number of prepared statements to cache for this connection. If the value of this property is set to 20, the DataDirect Cloud connectivity service caches the last 20 prepared statements that are created by the application. 19
20 Chapter 2: How to Use DataDirect Cloud with Google Analytics Field Description OData Data Source Caching Controls whether the OData service temporarily caches the data source information for paging controlled on the server side. For paging controlled on the client side, the page size is controlled by the $top value. Caching the data source information improves response time, but may not recognize changes to the data source immediately. Valid Values: When set to 1, caching is enabled. When set to 0, caching is disabled. Default: 1 OData Page Size OData Schema Map Determines the number of entities returned on each page for paging controlled on the server side. For paging controlled on the client side, the page size is set by the $top value. Caching the data source information improves response time, but may not recognize changes to the data source immediately. Valid Values: 0 n where n is an integer from 1 to When set to 0, the server default of 2000 is used. Default: 0 A JSON string that defines how tables in the data source are mapped to the OData Entities. You can specify a set of tables to include or exclude, and a list of columns that make up the primary key. Only the schemaname is required. Example {"schemaname":"test10", "includedtables":["customer","region"], "tablemapping":[ { "name": "Customer", "key":["customerid"] }, { "name": "Region", "entityname":"salesregion" } ] } Default: None 20
21 Creating a Data Source Definition for Google Analytics Field Refresh Schema Description Specifies whether the DataDirect Cloud connectivity service attempts to refresh the schema when an application first connects. Valid Values: 0 1 If set to 0 and the ResultSetMetaData.getTableName() method is called, the DataDirect Cloud connectivity service does not perform additional processing to determine the correct table name for each column in the result set. The gettablename() method may return an empty string for each column in the result set. If set to 1 and the ResultSetMetaData.getTableName() method is called, the DataDirect Cloud connectivity service performs additional processing to determine the correct table name for each column in the result set. The DataDirect Cloud connectivity service returns schema name and catalog name information when the ResultSetMetaData.getSchemaName() and ResultSetMetaData.getCatalogName() methods are called if the DataDirect Cloud connectivity service can determine that information. Default: 0 Web Service Call Limit Web Service Fetch Size The maximum number of Web service calls allowed to the cloud data store for a single SQL statement or metadata query. When set to 0, there is no limit on the number of Web service calls on a single connection that can be made when executing a SQL statement. Specifies the number of rows of data the DataDirect Cloud connectivity service attempts to fetch for each JDBC call. Valid Values: 0 x If set to 0, the DataDirect Cloud connectivity service attempts to fetch up to a maximum of 1000 rows. This value typically provides the maximum throughput. If set to x, the DataDirect Cloud connectivity service attempts to fetch up to a maximum of the specified number of rows. Setting the value lower than 1000 can reduce the response time for returning the initial data. Consider using a smaller value for interactive applications only. A larger fetch size may require adjustments to the SugarCRM service's php.ini file, to increase the memory limit (memory_limit setting) and/or execution time (max_execution setting). Default: 0 (up to a maximum of 1000 rows) 21
22 Chapter 2: How to Use DataDirect Cloud with Google Analytics Field Web Service Retry Count Web Service Timeout Description The number of times to retry a timed-out Select request. The Web Service Timeout parameter specifies the period between retries. A value of 0 for the retry count prevents retries. A positive integer sets the number of retries. The default value is 3. The time, in seconds, to wait before retrying a timed-out Select request. Valid only if the value of Web Service Retry Count is greater than zero. A value of 0 for the timeout waits indefinitely for the response to a Web service request. There is no timeout. A positive integer is considered as a default timeout for any statement created by the connection. The default value is 120. See the steps for: Creating a Data Source Definition for Google Analytics on page 13 Choosing Advanced Map Options for Google Analytics Data mapping describes how to map elements between two distinct data models, usually distinguished as the source and the target. To support SQL access to cloud data stores, the DataDirect Cloud connectivity service maps tables, columns, rows, relationships between tables, and stored procedures. In a DataDirect Cloud map, the source data model can be from a relational or a non-relational data store, and the target type is a relational model. For some data stores, the DataDirect Cloud connectivity service creates a map when it connects for the first time and subsequently uses it for queries and updates. The advanced tab of a Data Source contains map options that define the way the map to the data store is created.the options available in a Data Source depend on which type of data store you are connecting to. Map options provide the ability to force creation of a new map and to create named maps. For some data stores, map options also define whether or not to include extra columns such as audit and system columns. Once a map is created, the options used in creating that map cannot be changed without creating a new map. The default values for advance mapping fields are appropriate in many cases for any data store. However, if your organization uses custom objects, wants to access audit columns, or has tables or columns named with reserved words, you might want to change map option settings. Understanding how DataDirect Cloud creates and uses maps will help you choose the appropriate values. Watch a video. Create Map and Map Name The Create Map and Map Name fields apply to all types of data stores. These fields control how the map used by the DataDirect Cloud driver is created. Optionally, you can specify a meaningful name to help you remember the options a map contains. However, it is more common to leave the Map Name field empty. If a map name is specified, that name will be used by the connectivity service to check whether a map exists. The following Create Map values are available in the Advanced tab of a Data Source definition: 22
23 Creating a Data Source Definition for Google Analytics Table 3: Valid values for Create Map field Value Not Exist Force New No Description Select this option for most normal operations. If a map for data source does not exist, this option will cause one to be created. If a map exists, the service will use that existing map. If a name is not specified in the Map Name field, the name will be a combination of the User Name and Data Source ID. Select this option to force creation of a new map. A map will be created on connection whether one exists or not. DataDirect Cloud driver uses a combination of the User Name and Data Source ID to name the map. Map creation is expensive, so you will not likely want to leave this option set to Force New indefinitely. Not supported in this release. Add Tables The addtables map option applies to Google Analytics data stores. The addtables map option specifies a JSON string that lets the configuration string add subsets of the "Data" table to the schema as if they were defined views. The valid value for addtables is a JSON string with the syntax:. {"tablename1":["column_namea","columnb",...],"tablename2":[...],...} where tablename is a string that does not conflict with any existing table names. column_name is a column name from the list of columns in the "Data" table that have a status of "PUBLIC". The default value for addtables is an empty string. Show Internal Tables The showinternaltables map option applies to GoogleAnalytics data stores. The showinternaltables map option defines how DataDirect Cloud shows internal tables. Set the parameter to a value defined in the tables below. Valid values for showinternaltables are: Table 4: Valid values for showinternaltables true false Value Description DataDirect Cloud shows the "Data" table. DataDirect Cloud hides the "Data" table. The default value for showinternaltables is false. 23
24 Chapter 2: How to Use DataDirect Cloud with Google Analytics Subtract Tables The subtracttables map option applies to GoogleAnalytics data stores. The subtracttables map option defines a comma-separated list of tables that should be hidden from the user's view. This feature is useful if you want to define your own tables instead of using some of the tables that are supplied with the data store, or to limit access to certain tables so that the user does not see them. For example: subtracttables=adsense,adwords subtracttables can be used both for the pseudo-tables in Google Analytics that are derived from the Data system table, and also for the regular management tables such as Goal or Account. Editing Connection Parameters To edit the connection parameters of a Data Source definition: 1. If it is not open in the dashboard, click the Data Sources button to display the Data Sources view. 2. Select the Data Source you want to edit, and then click the Edit button. 3. Specify the required changes. 4. Do one of the following: Click Update to apply the new changes without testing a connection to it. You can always test a connection later by executing a query. Click Update and Test to update the Data Source definition and check whether a connection can be successfully established with the Data Store. Note: The Update and Test option is available only if you specify the login credentials. The Data Source definition is updated with the specified changes. Testing a Data Source The DataDirect Cloud dashboard allows you to test cloud Data Store connections by browsing the schema or submitting SQL queries. To query a Data Store: 1. If the dashboard is not open, click the My Dashboard link in the navigation bar. 2. Click the SQL Testing button. The SQL Testing view displays. 3. From the Data Source list box, select a Data Source. If you did not save credentials in the Data Source, you will be prompted to supply them now. 4. From the Schema list box, select a schema. 24
25 Defining OAuth2 Authentication A type that corresponds to the type of Data Source you are using is selected by default. You can choose another type from the drop-down list. 5. Enter an SQL statement in the SQL Editor tab or drag the table name or the column name from the Schema browser to the SQL Editor tab and add the syntax required for the desired query. 6. Click Execute Query. The results and status of the query are displayed in the Results and Status sections at the bottom. Queries are logged in the History tab and can be reused at any time in the current session. Switch to the History tab and select the query, and click Execute Query. Defining OAuth2 Authentication OAuth is an open standard for authorization. OAuth provides client applications a 'secure delegated access' to server resources on behalf of a resource owner. The OAuth 2.0 authorization framework focuses on client developer simplicity while providing specific authorization flows for web applications, desktop applications, mobile phones, and other devices. With Google Analytics, the only way to authenticate is through OAuth2. The first steps must be done in the Google Developers Console, and requires a user with administrative privileges on the Google Analytics project. There is where an application can be defined so that the APIs are opened for outside processing. If there is not already a set of credentials, a new client ID for web application must be defined. When this is done, it will generate a client ID and client secret. In order to authenticate against it, a redirect URI will also have to be defined. The token tool uses a local server instance, to a redirect URI must be created that looks like this: 1. Open the Google Developers Console for your project. Go to and select your project. 2. Enable the Google Analytics API. Select APIS & AUTH > APIs and make sure Analytics API is turned on. 25
26 Chapter 2: How to Use DataDirect Cloud with Google Analytics 3. Select APIS & AUTH > Credentials to define a new client ID for the web application. 4. Use the Edit Setting button to add as a second entry for Redirect URIs. Then save your changes. Retrieving OAuth2 Tokens Using the OAuth2 Tokens Tool The Retrieve Google Analytics OAuth2 Tokens tool allows users to retrieve Access and Refresh tokens from Google Analytics. The user must have an account with Google that is registered and has permissions for the Google Analytics project. 1. Verify with the Google administrator that the application has been defined. 2. Execute the Retrieve Google Analytics OAuth2 Tokens tool: java -jar googleanalyticstokentool.jar The Retrieve Google Analytics OAuth2 Tokens window appears. 3. Enter the user authentication information. The values entered are not saved anywhere in DataDirect Cloud. Client ID: Specifies a unique OAuth2 client ID value for the connection. 26
27 Deleting a Data Source Definition Client Secret: Specifies the OAuth2 client shared-secret phrase. The client shared-secret provides credentials between the OAuth2 server, Google Analytics, and the OAuth2 client, the DataDirect Cloud connectivity service. The Access token and Refresh token fields are not editable. The values are fetched from Google Analytics. 4. Click Fetch. A browser window opens, asking for one or more permissions. Click Accept to return the access token and refresh token. Click Cancel to return to the previous screen. 5. The Retrieve Google Analytics OAuth2 Tokens window appears, with the values you need to add to your connection string. Deleting a Data Source Definition To delete a Data Source definition: 27
28 Chapter 2: How to Use DataDirect Cloud with Google Analytics 1. If it is not open in the dashboard, click the Data Sources button to display the Data Sources view. 2. Select the Data Source you want to delete, and then click the Delete button. The selected Data Source is removed from the My Data Sources list. Note: Once a Data Source definition is deleted, you cannot undo the delete action. Choosing a Driver and Configuring Your Application To access cloud data from applications, such as business intelligence (BI) and reporting tools, you need to install a local driver that connects them with the DataDirect cloud service. The drivers are small components that install quickly. Alternatively, you can use OData, a REST API for querying data over the web. 1. Choose which driver to download, ODBC or JDBC: ODBC is most common for many BI and reporting tools. For example, use the ODBC driver if you plan to view your cloud data in Excel or Qlikview. JDBC is most common for application servers and Java-based applications, such as Yellowfin. If you do not know which driver to use, ask your IT department or check your tool documentation. 2. Log into your DataDirect Cloud account. From the Quicklinks list, choose Downloads, and download the driver for your operating system: To determine whether a Windows operating system is 32 or 64 bit, right-click the symbol for your computer on your desktop and select Properties. If you cannot determine which driver to download for your operating system, check with your IT department. After the driver is installed, you need to configure the local driver to connect to the data source you defined in DataDirect Cloud, and configure your application to connect using ODBC or JDBC: Read how to configure your applications to use the JDBC driver or watch a video. Read how to configure your applications to use the ODBC driver or watch a video. Read how to configure your applications to use OData API to query data over the web driver or watch a video. See a list of videos on configuring specific BI tools 28
29 3 Using Google Analytics Google Analytics is a service that generates detailed statistics about a website's traffic and traffic sources. But Google Analytics is not just a database. It is a multi-dimensional hypercube containing all kinds of measurements about traffic to a website. When you connect to Google Analytics using DataDirect Cloud, you can reach into this repository and flatten it into relational data that can be used with any ODBC or JDBC application. Imagine a very small store of data about your website. For each hit, the Analytics software logs the date, language of user, country of origin, new or returning user, and their time on the site (in seconds). 29
30 Chapter 3: Using Google Analytics Google Analytics collected data for our little web site over four days. The data is broken down by date, language, country and user type. And for each visit, we recorded the time spent on the site. You can look at the time on site as a measurement or metric, and all of the other columns as dimensions. Google Analytics works like our example. It aggregates information from your website, but measures hundreds of things, and categorizes them by hundreds of dimensions. The query interface that Google provides allows you to fetch these metrics and group them. Because of the massive amount of information they store, their interface limits you to fetching at most ten metrics at a time, and grouped by no more than seven dimensions. Creating a Query Suppose you want to know how much time new visitors spent on the site. Your dimension is user type and your metric is time. You would get back two rows: 30
31 How much data you get back depends on how you ask for it. If you ask for two dimensions, you get even more data, because you get one row per permutation. Requesting how much time users have spent on each day, broken down by country, returns more rows: Google Analytics Dashboard This section assumes you have access to a Google Analytics Dashboard. Go to and choose [Access Google Analytics] in the upper right corner. An outline of your views into your web properties appears. Choose a view and you see the Audience Overview, a graph with other metrics showing Sessions, Users, Pageviews, Pages/Session, Average Session Duration, Bounce Rate and Percent of New Sessions. In the lower right is a breakdown of sessions by language. The DataDirect Cloud connectivity service defines a table called Overview for your Google Analytics Data Store that provides similar information. After connecting to Google Analytics, you can use the following query to give you the same numbers as the Audience Overview. SELECT * FROM Overview WHERE viewid = 'ga: ' You can copy the viewid from the URI in your browser. The URI will end in something like this: /visitors-overview/a w p /. Copy the digits after the final "p", and prefix them with a "ga:" as the viewid. 31
32 Chapter 3: Using Google Analytics A simpler way to get the result is to use the defaultview connection option in your connection string. The name of the view is generally displayed in the upper-right corner of the pages in Google Analytics. Include that name in the defaultview connection option, and the DataDirect Cloud connectivity service will look up the viewid for you. For example, if your view were named "web.mycompany.com blog", you could use the following connection string: Connection c = DriverManager.getConnection ("jdbc:datadirect:googleanalytics:defaultview=web.mycompany.com blog;clientid=xxx;clientsecret=yyy;refreshtoken=zzz"); Now your query is simpler: SELECT * FROM Overview The remaining examples assume that you made this change. To make the difference between metrics and dimensions a little more clear, in the driver we prefix all dimensions with an underscore. Note that only one row was returned, and all of the dimensions came out as NULL. We have a special rule that says if you ask for all dimensions, like we just did with the SELECT *, then we get no dimensions. These values would match exactly what we see in the Google Analytics Audience Overview. If we ask for the same set by language: SELECT _LANGUAGE,SESSIONS FROM Overview we get exactly what was in the lower-right corner of that dashboard page. Overview Table The entire data store of Google Analytics is available in a hidden table called Data. The Overview table is actually a small view into the Data table that has selected metrics and dimensions that are useful together. Other tables, which are also subsets of Data, come predefined. These tables are listed on the Google Analytics Pseudo Tables page. By default, the actual underlying Data table is hidden. The Data table has over 100 metrics and dimensions, Google limits the number of metrics (to 10) and dimensions (to 7) for each query. Hiding the table makes it less likely that users will submit a query such as SELECT TOP 10 * FROM DATA, which could return results that are not very useful. The Data table can be made visible by adding showinternaltables=1 to the Map Options. So the connection string might be something like jdbc:datadirect:googleanalytics:configoptions=(showinternaltables=true) defaultview=web.mycompany.com blog;clientid=xxx;clientsecret=yyy; refreshtoken=zzz After doing that, the following query would work the same way as the SELECT FROM Overview query. SELECT _LANGUAGE,SESSIONS FROM Data 32
33 Google Analytics Data Types Adding Your Own Tables Usually, you don't need to expose the Data table, because new pseudo-tables can be added with the addtables configuration option. Suppose you wanted to define a table that let you query sessions only by language and country. This piece of JSON defines the new table: {"MyTable":["sessions","_language","_country"]} And you can add it to your connection string like this: jdbc:datadirect:googleanalytics:configoptions= (addtables='{"mytable":["sessions","_language","_country"]}');clientid=xxx; clientsecret=yyy;refreshtoken=zzz This adds a new pseudo-table named MyTable, and it now has three columns, plus the "automatic" columns of viewid, segmentid, startdate and enddate. Now instead of doing what we did, we can do the functionality equivalent: SELECT _LANGUAGE,SESSIONS FROM MyTable Because of this, it is typically not necessary to expose the Data table. (Note that we could have defined this table as just based on sessions and language. But remember the earlier rule that said that if you request all dimensions, we behave as if you had selected none. This means that both SELECT _LANGUAGE,SESSIONS and SELECT * would have all referenced one dimension, and therefore, it would have not broken the data down by language. There is no harm in adding extra dimensions to your definition.) Defining the Columns You can use the Metadata table to define the columns in your pseudo-table. The Metadata table has the list of all of the metrics and dimensions. Use only the metrics and dimensions that are marked with a "PUBLIC" status. The DataDirect Cloud connectivity service ignores metrics and dimensions with a "DEPRECATED" status. Not all combinations of metrics and dimensions are valid. Refer to the table called Incompatible. If you see a row in that table that contains both columns, it means they can't be used in the same query. For details, see the following topics: Google Analytics Data Types Scalar Function Support for Google Analytics Creating Custom Pseudo-Tables for Google Analytics Google Analytics Data Types The following table shows how the Google Analytics data types are mapped to the standard SQL types. 33
34 Chapter 3: Using Google Analytics Table 5: Google Analytics Data Types Google Analytics Data Type Array Boolean CDSType Date Datetime Decimal Float Integer Long Metadata Type Percent SamplingLevel String Time URL SQL Type VARCHAR(255) BIT VARCHAR(18) DATE TIMESTAMP DECIMAL(18,2) FLOAT BIGINT BIGINT VARCHAR(9) FLOAT VARCHAR(16) VARCHAR(255) FLOAT VARCHAR(255) Notes Returns the elements of the array, combined together and separated by commas Either COST or DIMENSION_WIDENING Must be either METRIC or DIMENSION Must be DEFAULT, FASTER, HIGHER_PRECISION A duration measured in number of seconds Scalar Function Support for Google Analytics The table identifies the scalar functions supported by DataDirect Cloud for Google Analytics. Applications connecting through JDBC or ODBC can use the following scalar functions in expressions. For syntax details, consult your JDBC or ODBC documentation. Table 6: Scalar Functions String Functions Numeric Functions Timedate Functions System Functions ASCII ABS CURDATE CURSESSIONID BIT_LENGTH ACOS CURTIME DATABASE 34
35 Scalar Function Support for Google Analytics String Functions Numeric Functions Timedate Functions System Functions CHAR ASIN DATEDIFF IDENTITY CHAR_LENGTH ATAN DAY USER CHARACTER_LENGTH ATAN2 DAYNAME IFNULL CONCAT CEILING DAYOFMONTH DIFFERENCE BITAND DAYOFWEEK HEXTORAW BITOR DAYOFYEAR INSERT BITXOR EXTRACT LCASE COS HOUR LEFT COT MINUTE LENGTH DEGREES MONTH LOCATE EXP MONTHNAME LOCATE_2 FLOOR NOW LOWER LOG SECOND LTRIM LOG10 TO_CHAR OCTET_LENGTH MOD WEEK RAWTOHEX PI YEAR REPEAT POWER REPLACE RADIANS RIGHT RAND RTRIM ROUND SOUNDEX SIGN SPACE SIN SUBSTR SQRT SUBSTRING TAN 35
36 Chapter 3: Using Google Analytics String Functions Numeric Functions Timedate Functions System Functions UCASE TRUNCATE UPPER ROUNDMAGIC Creating Custom Pseudo-Tables for Google Analytics The DataDirect Cloud connectivity service includes a tool for defining custom pseudo-tables when using Google Analytics. The tool is an HTML page that pulls the metadata right from Google so it stays up-to-date with changes from Google. The definitions to the DataDirect Cloud connectivity service are passed in as a JSON string in the mapping options, as part of an addtables parameter. An example is provided, showing the syntax. The following example is for a small definition named "Example": {"Example":["users","sessions","sessionDuration","_language","pageviews","_date"]} The Tool for Defining Custom Pseudo-Tables makes it easier. Defining Custom Pseudo-Tables in Google Analytics The Table Tool provides a fields for a JSON string, and allows you to specify the table that you want to work on. 1. From a browser, open GoogleAnalyticsTableTool.html. 2. Define the table: JSON String: The JSON string that defines the pseudo-tables. The table names should be limited to those letters, numbers and the underscore ("_"), with the first character being a letter. The column names come from Google Analytics. Surround JSON string with "addtables" syntax: Select this check box if you want the JSON string to be enclosed in addtables="..." syntax. This syntax makes it simpler to cut and paste to the DataDirect Cloud Data Store window. 36
37 Creating Custom Pseudo-Tables for Google Analytics Select Table to Work On: A drop-down list of the tables in the current definition. Choosing a different table causes all of the check boxes in the Metrics and Dimensions area to be updated, based on the settings in the JSON string. Conversely, selecting or cleaing a dimension or metric changes the definition for the selected table, and updates the JSON string. Add New Table: Adds a new table definition, with no dimensions or metrics yet checked, and makes it the current selection. Remove Existing Table: Removes the currently-selected table definition. Current Table Name: Allows you to change the name of the currently-selected table. Metrics and Dimensions: Depending on the table, a number of check boxes are displayed. The left-hand column contains the metrics (or measurements) for each category, and the right-hand column contains the dimensions. While dimensions and metrics can be chosen together from many groups, some combinations are mutually incompatible. When a dimension or metric is chosen, any others that are not compatible are disabled. 3. When you finish making your changes, you can copy the JSON string and paste it back into the WebUI for DataDirect Cloud or source code. 37
38 Chapter 3: Using Google Analytics 38
39 Third Party Acknowledgements One or more products in the Progress DataDirect Cloud Data Access Service v3.2 release includes third party components covered by licenses that require that the following documentation notices be provided: Progress DataDirect Cloud Data Access Service v3.2 may incorporate ICU Library v4.2.1 from International Business Machines Corporation. Such technology is subject to the following terms and conditions: ICU License - ICU and later ICU License - ICU and later COPYRIGHT AND PERMISSION NOTICE. Copyright (c) International Business Machines Corporation and others. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, provided that the above copyright notice(s) and this permission notice appear in all copies of the Software and that both the above copyright notice(s) and this permission notice appear in supporting documentation. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization of the copyright holder. All trademarks and registered trademarks mentioned herein are the property of their respective owners. Progress DataDirect Cloud Data Access Service v3.2 may incorporate OpenSSL v1.0.0m from The OpenSSL Project. Such technology is subject to the following terms and conditions: LICENSE ISSUES ============== The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. See below for the actual license texts. Actually both licenses are BSD-style Open Source licenses. In case of any license issues related to OpenSSL please contact [email protected]. OpenSSL License Copyright (c) The OpenSSL Project. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 39
40 Chapter 1: Third Party Acknowledgements 3. All advertising materials mentioning features or use of this software must display the following acknowledgment: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. ( 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact 5. Products derived from this software may not be called "OpenSSL" nor may "OpenSSL" appear in their names without prior written permission of the OpenSSL Project. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit ( THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================== This product includes cryptographic software written by Eric Young ([email protected]). This product includes software written by Tim Hudson ([email protected]). Original SSLeay License Copyright (C) Eric Young ([email protected]) All rights reserved. This package is an SSL implementation written by Eric Young ([email protected]). The implementation was written so as to conform with Netscapes SSL. This library is free for commercial and non-commercial use as long as the following conditions are aheared to. The following conditions apply to all code found in this distribution, be it the RC4, RSA, lhash, DES, etc., code; not just the SSL code. The SSL documentation included with this distribution is covered by the same copyright terms except that the holder is Tim Hudson ([email protected]). Copyright remains Eric Young's, and as such any Copyright notices in the code are not to be removed. If this package is used in a product, Eric Young should be given attribution as the author of the parts of the library used. This can be in the form of a textual message at program startup or in documentation (online or textual) provided with the package. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. All advertising materials mentioning features or use of this software must display the following acknowledgement: "This product includes cryptographic software written by Eric Young ([email protected])" The word 'cryptographic' can be left out if the rouines from the library being used are not cryptographic related :-). 40
41 4. If you include any Windows specific code (or a derivative thereof) from the apps directory (application code) you must include an acknowledgement: "This product includes software written by Tim Hudson ([email protected])" THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The licence and distribution terms for any publically available version or derivative of this code cannot be changed. i.e. this code cannot simply be copied and put under another distribution licence [including the GNU Public Licence.] Progress DataDirect Cloud Data Access Service v3.2 may incorporate HyperSQL DB v from The Hypersonic SQL Group. Such technology is subject to the following terms and conditions: Copyright (c) , The Hypersonic SQL Group. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the Hypersonic SQL Group nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This software consists of voluntary contributions made by many individuals on behalf of the Hypersonic SQL Group. For work added by the HSQL Development Group: Copyright (c) , The HSQL Development Group All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 41
42 Chapter 1: Third Party Acknowledgements Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the HSQL Development Group nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Progress DataDirect Cloud Data Access Service v3.2 incorporates Jersey v1.1.5 and JSR 311: JAX-RS v Each of these technologies is licensed to PSC and User is subject to the terms of a third party license. PSC will, at Licensee s request, provide a copy of the license and the source code for these third party technologies, including modifications, if any, made by PSC. PSC may charge reasonable shipping and handling charges for such distribution. Licensee may also obtain the license and source code for these third party technologies through by following the instructions set forth therein. Notwithstanding anything to the contrary, to the extent that any of the terms and conditions of this Agreement conflict, vary or are in addition to the terms and conditions of the aforementioned third party licenses for these technologies, such terms and conditions are offered by PSC alone and not by any other party. Progress DataDirect Cloud Data Access Service v3.2 may incorporate OpenLDAP v2.2.6 from the OpenLDAP Foundation. Such technology is subject to the following terms and conditions: The OpenLDAP Public License Version 2.8, 17 August 2003 Redistribution and use of this software and associated documentation ("Software"), with or without modification, are permitted provided that the following conditions are met: 1. Redistributions in source form must retain copyright statements and notices, 2. Redistributions in binary form must reproduce applicable copyright statements and notices, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution, and 3. Redistributions must contain a verbatim copy of this document. The OpenLDAP Foundation may revise this license from time to time. Each revision is distinguished by a version number. You may use this Software under terms of this license revision or under the terms of any subsequent revision of the license. THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S) OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 42
43 The names of the authors and copyright holders must not be used in advertising or otherwise to promote the sale, use or other dealing in this Software without specific, written prior permission. Title to copyright in this Software shall at all times remain with copyright holders. OpenLDAP is a registered trademark of the OpenLDAP Foundation. Copyright The OpenLDAP Foundation, Redwood City, California, USA. All Rights Reserved. Permission to copy and distribute verbatim copies of this document is granted. Progress DataDirect Cloud Data Access Service v3.2 may incorporate XPP Xml Pull Parser v from the Indiana University Extreme! Lab. Such technology is subject to the following terms and conditions: Indiana University Extreme! Lab Software License Version Copyright (c) 2002 Extreme! Lab, Indiana University. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: "This product includes software developed by the Indiana University Extreme! Lab Alternately, this acknowledgment may appear in the software itself, if and wherever such third-party acknowledgments normally appear. 4. The names "Indiana Univeristy" and "Indiana Univeristy Extreme! Lab" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact 5. Products derived from this software may not use "Indiana Univeristy" name nor may "Indiana Univeristy" appear in their name, without prior written permission of the Indiana University. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIEDWARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS, COPYRIGHT HOLDERS OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Progress DataDirect Cloud Data Access Service v3.2 may incorporate Stax2 API v3.1.1 from the Woodstox Project. Such technology is subject to the following terms and conditions: Copyright (c) , Woodstox Project ( All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 43
44 Chapter 1: Third Party Acknowledgements 3. Neither the name of the Woodstox XML Processor nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Progress DataDirect Cloud Data Access Service v3.2 may incorporate URLRewriteFilter v4.0.5 from Paul Tuckey. Such technology is subject to the following terms and conditions: Copyright (c) , Paul Tuckey All rights reserved. Licensed under the BSD License. Text as follows. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name tuckey.org nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================== Please note that some code used in UrlRewriteFilter is under other permissive licenses. ==================================================================== One or more products in the Progress DataDirect Cloud WebUI v3.2 release includes third party components covered by licenses that require that the following documentation notices be provided: Progress DataDirect Cloud WebUI v3.2 incorporates Apache Ant-Contrib v1.0b3. Such technology is subject to the following terms and conditions: The Apache Software License, Version 1.1 Copyright (c) Ant-Contrib project. All rights reserved. 44
45 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The end-user documentation included with the redistribution, if any, must include the following acknowlegement: "This product includes software developed by the Ant-Contrib project ( Alternately, this acknowledgement may appear in the software itself, if and wherever such third-party acknowlegements normally appear. 4. The name Ant-Contrib must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact 5. Products derived from this software may not be called "Ant-Contrib" nor may "Ant-Contrib" appear in their names without prior written permission of the Ant-Contrib project. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE ANT-CONTRIB PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Progress DataDirect Cloud WebUI v3.2 incorporates Apache Commons Discovery v0.2. Such technology is subject to the following terms and conditions: The Apache Software License, Version 1.1 Copyright (c) The Apache Software Foundation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The end-user documentation included with the redistribution, if any, must include the following acknowlegement: "This product includes software developed by the Apache Software Foundation ( Alternately, this acknowlegement may appear in the software itself, if and wherever such third-party acknowlegements normally appear. 4. The names "The Jakarta Project", "Commons", and "Apache Software Foundation" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact [email protected]. 5. Products derived from this software may not be called "Apache" nor may "Apache" appear in their names without prior written permission of the Apache Group. 45
46 Chapter 1: Third Party Acknowledgements THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Progress DataDirect Cloud WebUI v3.2 incorporates Another Tool for Language Recognition (ANTLR) v2.7.7.such technology is subject to the following terms and conditions: SOFTWARE RIGHTS ANTLR Developed by Terence Parr Partially supported by University of San Francisco & jguru.com We reserve no legal rights to the ANTLR--it is fully in the public domain. An individual or company may do whatever they wish with source code distributed with ANTLR or the code generated by ANTLR, including the incorporation of ANTLR, or its output, into commercial software. We encourage users to develop software with ANTLR. However, we do ask that credit is given to us for developing ANTLR. By "credit", we mean that if you use ANTLR or incorporate any source code into one of your programs (commercial product, research project, or otherwise) that you acknowledge this fact somewhere in the documentation, research report, etc... If you like ANTLR and have developed a nice tool with the output, please mention that you developed it using ANTLR. In addition, we ask that the headers remain intact in our source code. As long as these guidelines are kept, we expect to continue enhancing this system and expect to make other tools available as they are completed. The primary ANTLR guy: Terence Parr [email protected] [email protected] Progress DataDirect Cloud WebUI v3.2 incorporates Hibernate JPA 2.0 API v1.0.1.final. Such technology is subject to the following terms and conditions: Eclipse Distribution License - v 1.0 Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the Eclipse Foundation, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. 46
47 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Progress DataDirect Cloud WebUI v3.2 incorporates Terence Parr StringTemplate v Such technology is subject to the following terms and conditions: [The "BSD license"] Copyright (c) Terence Parr All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Progress DataDirect Cloud WebUI v3.2 incorporates Dom4j v Such technology is subject to the following terms and conditions: Copyright (C) MetaStuff, Ltd. All Rights Reserved. 47
48 Chapter 1: Third Party Acknowledgements Redistribution and use of this software and associated documentation ("Software"), with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain copyright statements and notices. Redistributions must also contain a copy of this document. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "DOM4J" must not be used to endorse or promote products derived from this Software without prior written permission of MetaStuff, Ltd. For written permission, please contact [email protected]. 4. Products derived from this Software may not be called "DOM4J" nor may "DOM4J" appear in their names without prior written permission of MetaStuff, Ltd. DOM4J is a registered trademark of MetaStuff, Ltd. 5. Due credit should be given to the DOM4J Project - THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL METASTUFF, LTD. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Progress DataDirect Cloud WebUI v3.2 incorporates Eclipse AspectJ v1.73, Oracle JSTL v1.2, SourceForge WSDL4J v1.62, RedHat Jboss Logging v3.1.0, RedHat Jboss Transaction API 1.1 Spec v1.0.1, Oracle Jaxrpc v1.1, RedHat Hibernate Commons Annotations v4.0.2.final, RedHat Hibernate Core v4.2.3, and as part of Progress Portal Framework v2.0.1 Java API for XML Processing (JAXP) v1.4.4, Persistence v2.0.0, Activation v1.1, and Liferay v Each of these technologies is licensed to PSC and User is subject to the terms of a third party license. PSC will, at Licensee s request, provide a copy of the license and the source code for these third party technologies, including modifications, if any, made by PSC. PSC may charge reasonable shipping and handling charges for such distribution. Licensee may also obtain the license and source code for these third party technologies through by following the instructions set forth therein. Notwithstanding anything to the contrary, to the extent that any of the terms and conditions of this Agreement conflict, vary or are in addition to the terms and conditions of the aforementioned third party licenses for these technologies, such terms and conditions are offered by PSC alone and not by any other party. Progress DataDirect Cloud WebUI v3.2 incorporates SourceForge Javassist v The Original Code is Javassist. The Initial Developer of the Original Code is Shigeru Chiba. Portions created by the Initial Developer are Copyright (C) Shigeru Chiba. All Rights Reserved. Contributor(s): Bill Burke, Jason T. Greene. 48
49 This technology is licensed to PSC and User is subject to the terms of a third party license. PSC will, at Licensee s request, provide a copy of the license and the source code for these third party technologies, including modifications, if any, made by PSC. PSC may charge reasonable shipping and handling charges for such distribution. Licensee may also obtain the license and source code for these third party technologies through by following the instructions set forth therein. Notwithstanding anything to the contrary, to the extent that any of the terms and conditions of this Agreement conflict, vary or are in addition to the terms and conditions of the aforementioned third party licenses for these technologies, such terms and conditions are offered by PSC alone and not by any other party. Progress DataDirect Cloud WebUI v3.2 incorporates Apache Commons Logging v1.0.3 as part of the Progress Portal Framework v Such technologies are subject to the following terms and conditions: The Apache Software License, Version Copyright (c) The Apache Software Foundation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The end-user documentation included with the redistribution, if any, must include the following acknowlegement: "This product includes software developed by the Apache Software Foundation ( Alternately, this acknowlegement may appear in the software itself, if and wherever such third-party acknowlegements normally appear. 4. The names "The Jakarta Project", "Commons", and "Apache Software Foundation" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact [email protected]. 5. Products derived from this software may not be called "Apache" nor may "Apache" appear in their names without prior written permission of the Apache Group. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ========================================================== This software consists of voluntary contributions made by many individuals on behalf of the Apache Software Foundation. For more information on the Apache Software Foundation, please see < Progress DataDirect Cloud WebUI v3.2 incorporates CC/PP v1.0 as part of the Progress Portal Framework v Such technology is subject to the following terms and conditions: Copyright 2008, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution Neither the name of Oracle Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. 49
50 Chapter 1: Third Party Acknowledgements THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. You acknowledge that this software is not designed, licensed or intended for use in the design, construction, operation or maintenance of any nuclear facility. Progress DataDirect Cloud WebUI v3.2 incorporates ESAPI v2.0.1 as part of the Progress Portal Framework v Such technology is subject to the following terms and conditions: The BSD License - Copyright (c) 2007, The OWASP Foundation All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the OWASP Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Progress DataDirect Cloud WebUI v3.2 incorporates User Interface (YUI) Library v2.3.1 as part of the Progress Portal Framework v Such technology is subject to the following terms and conditions: Software License Agreement (BSD License) Copyright 2012 Yahoo! Inc. All rights reserved. Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be used to endorse or promote products derived from this software without specific prior written permission of Yahoo! Inc. 50
51 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Sources of Intellectual Property Included in the YUI Library YUI is issued by Yahoo! under the BSD license above. Below is a list of certain publicly available software that is the source of intellectual property in YUI, along with the licensing terms that pertain to those sources of IP. This list is for informational purposes only and is not intended to represent an exhaustive list of third party contributions to YUI. * Douglas Crockford's JSON parsing and stringifying methods: In the JSON Utility, Douglas Crockford's JSON parsing and stringifying methods are adapted from work published at JSON.org. The adapted work is in the public domain. * Robert Penner's animation-easing algorithms: In the Animation Utility, YUI makes use of Robert Penner's algorithms for easing. * Geoff Stearns's SWFObject: In the Charts Control and the Uploader versions through 2.7.0, YUI makes use of Geoff Stearns's SWFObject v1.5 for Flash Player detection and embedding. More information on SWFObject can be found at SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License ( * Diego Perini's IEContentLoaded technique: The Event Utility employs a technique developed by Diego Perini and licensed under GPL.YUI's use of this technique is included under our BSD license with the author's permission. 51
52 Chapter 1: Third Party Acknowledgements 52
53 Index Index A Audience 7 authentication, OAuth2 25 C connecting to Google Analytics 11 connection parameters 24 editing 24 connection properties 16 Google Analytics 16 contacting Progress Community 8 conventions, typographical 7 corporate account 12 creating a data source definition 13 Creating Custom Pseudo-Tables for Google Analytics 36 D Data Integrity Types 16 Google Analytics 16 Data table (Google Analytics) 29 data types 33 Google Analytics 33 DataDirect Cloud 9, how it works 9 setting up a corporate account 12 setting up a data source definition 13 setting up an individual account 13 F forcing the creation of a new map 22 forum, DataDirect Cloud 8 G Google Analytics 13, 16, 23 26, 29, 33 34, 36 Add Tables 23 administrator tasks 25 connection parameters 16 Default Query Options 16 Google Analytics (continued) connection parameters (continued) Default View Name 16 connection properties 16 OData Schema Map 16 data types 33 retrieve OAuth2 authentication 26 scalar functions 34 setting up a data source definition 13 Show Internal Tables 23 Subtract Tables 24 table tool 36 using the Dashboard 29 H help, online 8 how DataDirect Cloud works 9 how to use DataDirect Cloud with Google Analytics 11 I individual user account 13 J JDBC driver 11 M Map Options Add Tables 23 Create Map 22 Map Name 22 overview 22 Show Internal Tables 23 Subtract Tables 24 N numeric functions 34 Google Analytics 34 O OAuth2 authentication 26 53
54 Index OAuth2 authentication (continued) Retrieve Google Analytics OAuth2 Tokens tool 26 OAuth2 authentication, defining 25 OData 16 OData, using with DataDirect Cloud 11 ODBC driver 11 Overview table (Google Analytics) 29 P pseudo-tables (Google Analytics) 29 purpose 7 S scalar functions 34 scalar functions (continued) Google Analytics 34 setting up a DataDirect Cloud account 12 Show Internal Tables 23 SQL Testing 24 string functions 34 Google Analytics 34 Subtract Tables 24 T testing a data source 24 third-party acknowledgements 39 time and date functions 34 Google Analytics 34 54
Simba ODBC Driver with SQL Connector for Apache Cassandra
Simba ODBC Driver with SQL Connector for Apache Cassandra Installation and Configuration Guide May 7, 2013 Simba Technologies Inc. Copyright 2012-2013 Simba Technologies Inc. All Rights Reserved. Information
SAP BusinessObjects Business Intelligence platform Document Version: 4.1 Support Package 5-2014-11-06. Information Design Tool User Guide
SAP BusinessObjects Business Intelligence platform Document Version: 4.1 Support Package 5-2014-11-06 Table of Contents 1 What's new in the....14 2 Getting started with the information design tool....18
Architecting the Future of Big Data
Hive ODBC Driver User Guide Revised: October 1, 2012 2012 Hortonworks Inc. All Rights Reserved. Parts of this Program and Documentation include proprietary software and content that is copyrighted and
Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014
Adeptia Suite 6.2 Application Services Guide Release Date October 16, 2014 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 Document Information DOCUMENT INFORMATION
Qlik REST Connector Installation and User Guide
Qlik REST Connector Installation and User Guide Qlik REST Connector Version 1.0 Newton, Massachusetts, November 2015 Authored by QlikTech International AB Copyright QlikTech International AB 2015, All
Silect Software s MP Author
Silect MP Author for Microsoft System Center Operations Manager Silect Software s MP Author User Guide September 2, 2015 Disclaimer The information in this document is furnished for informational use only,
Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide
Coveo Platform 7.0 Microsoft Dynamics CRM Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing
TIBCO Spotfire Metrics Modeler User s Guide. Software Release 6.0 November 2013
TIBCO Spotfire Metrics Modeler User s Guide Software Release 6.0 November 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE
The Power Loader GUI
The Power Loader GUI (212) 405.1010 [email protected] Follow: @1010data www.1010data.com The Power Loader GUI Contents 2 Contents Pre-Load To-Do List... 3 Login to Power Loader... 4 Upload Data Files to
Quest ChangeAuditor 5.1 FOR ACTIVE DIRECTORY. User Guide
Quest ChangeAuditor FOR ACTIVE DIRECTORY 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described
Kofax Export Connector 8.3.0 for Microsoft SharePoint
Kofax Export Connector 8.3.0 for Microsoft SharePoint Administrator's Guide 2013-02-27 2013 Kofax, Inc., 15211 Laguna Canyon Road, Irvine, California 92618, U.S.A. All rights reserved. Use is subject to
White Paper: Addressing the POODLE Security Vulnerability in Progress OpenEdge
White Paper: Addressing the POODLE Security Vulnerability in Progress OpenEdge Notices 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. These materials and
Eucalyptus 3.4.2 User Console Guide
Eucalyptus 3.4.2 User Console Guide 2014-02-23 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...4 Install the Eucalyptus User Console...5 Install on Centos / RHEL 6.3...5 Configure
LogLogic General Database Collector for Microsoft SQL Server Log Configuration Guide
LogLogic General Database Collector for Microsoft SQL Server Log Configuration Guide Document Release: Septembere 2011 Part Number: LL600066-00ELS100000 This manual supports LogLogic General Database Collector
SAP BusinessObjects Business Intelligence platform Document Version: 4.1 Support Package 4-2014-06-13. Information Design Tool User Guide
SAP BusinessObjects Business Intelligence platform Document Version: 4.1 Support Package 4-2014-06-13 Table of Contents 1 What's new in the....14 2 Getting started with the information design tool....18
Dell One Identity Cloud Access Manager 8.0.1 - How to Develop OpenID Connect Apps
Dell One Identity Cloud Access Manager 8.0.1 - How to Develop OpenID Connect Apps May 2015 This guide includes: What is OAuth v2.0? What is OpenID Connect? Example: Providing OpenID Connect SSO to a Salesforce.com
Security Analytics Engine 1.0. Help Desk User Guide
2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.
Citrix Access Gateway Plug-in for Windows User Guide
Citrix Access Gateway Plug-in for Windows User Guide Access Gateway 9.2, Enterprise Edition Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance
Architecting the Future of Big Data
Hive ODBC Driver User Guide Revised: July 22, 2013 2012-2013 Hortonworks Inc. All Rights Reserved. Parts of this Program and Documentation include proprietary software and content that is copyrighted and
ICE for Eclipse. Release 9.0.1
ICE for Eclipse Release 9.0.1 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
VMware vcenter Log Insight User's Guide
VMware vcenter Log Insight User's Guide vcenter Log Insight 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.
Copyright Pivotal Software Inc, 2013-2015 1 of 10
Table of Contents Table of Contents Getting Started with Pivotal Single Sign-On Adding Users to a Single Sign-On Service Plan Administering Pivotal Single Sign-On Choosing an Application Type 1 2 5 7 10
FOR WINDOWS FILE SERVERS
Quest ChangeAuditor FOR WINDOWS FILE SERVERS 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described
McAfee Cloud Identity Manager
NetSuite Cloud Connector Guide McAfee Cloud Identity Manager version 2.0 or later COPYRIGHT Copyright 2013 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted,
WatchDox Administrator's Guide. Application Version 3.7.5
Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals
Rational Rational ClearQuest
Rational Rational ClearQuest Version 7.0 Windows Using Project Tracker GI11-6377-00 Rational Rational ClearQuest Version 7.0 Windows Using Project Tracker GI11-6377-00 Before using this information, be
Jet Data Manager 2012 User Guide
Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform
NetBackup Backup, Archive, and Restore Getting Started Guide
NetBackup Backup, Archive, and Restore Getting Started Guide UNIX, Windows, and Linux Release 6.5 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Copyright 2007 Symantec Corporation.
simplify printing TX Guide v. 1. make IT simple Tricerat, Inc. 11500 Cronridge Drive Suite 100 Owings Mills, MD 21117 201, All rights Reserved
simplify printing TX Guide v. 1. Tricerat, Inc. 11500 Cronridge Drive Suite 100 Owings Mills, MD 21117 make IT simple 201, All rights Reserved Release Info Copyright Limit of Liability Trademarks Customer
EMC Smarts Network Configuration Manager
EMC Smarts Network Configuration Manager Version 9.4.1 Advisors User Guide P/N 302-002-279 REV 01 Copyright 2013-2015 EMC Corporation. All rights reserved. Published in the USA. Published October, 2015
FileMaker 12. ODBC and JDBC Guide
FileMaker 12 ODBC and JDBC Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.
Scribe Online Integration Services (IS) Tutorial
Scribe Online Integration Services (IS) Tutorial 7/6/2015 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying,
SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24. Data Federation Administration Tool Guide
SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24 Data Federation Administration Tool Guide Content 1 What's new in the.... 5 2 Introduction to administration
Dashboard Admin Guide
MadCap Software Dashboard Admin Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document
VMware vcenter Log Insight User's Guide
VMware vcenter Log Insight User's Guide vcenter Log Insight 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.
Microsoft Dynamics GP. SmartList Builder User s Guide With Excel Report Builder
Microsoft Dynamics GP SmartList Builder User s Guide With Excel Report Builder Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility
Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2
[1]JD Edwards EnterpriseOne Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 E61545-01 October 2015 Describes the configuration of the Application
Simba ODBC Driver with SQL Connector for Apache Hive
Simba ODBC Driver with SQL Connector for Apache Hive Installation and Configuration Guide July 2, 2013 Simba Technologies Inc. Copyright 2012-2013 Simba Technologies Inc. All Rights Reserved. Information
SAP BusinessObjects Business Intelligence platform Document Version: 4.1 Support Package 6 2015-06-11. Information Design Tool User Guide
SAP BusinessObjects Business Intelligence platform Document Version: 4.1 Support Package 6 2015-06-11 Content 1 What's new in the....14 2 Getting started with the information design tool....19 2.1 About
3 Setting up Databases on a Microsoft SQL 7.0 Server
3 Setting up Databases on a Microsoft SQL 7.0 Server Overview of the Installation Process To set up GoldMine properly, you must follow a sequence of steps to install GoldMine s program files, and the other
Plug-In for Informatica Guide
HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements
FmPro Migrator - FileMaker to SQL Server
FmPro Migrator - FileMaker to SQL Server FmPro Migrator - FileMaker to SQL Server 1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 FmPro Migrator - FileMaker to SQL Server Migration
Oracle Enterprise Manager
Oracle Enterprise Manager System Monitoring Plug-in for Oracle TimesTen In-Memory Database Installation Guide Release 11.2.1 E13081-02 June 2009 This document was first written and published in November
Search help. More on Office.com: images templates
Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can
Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide
Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Windows 2000, Windows Server 2003 5.0 11293743 Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Copyright
Load testing with. WAPT Cloud. Quick Start Guide
Load testing with WAPT Cloud 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. 2007-2015 SoftLogica
FileMaker 11. ODBC and JDBC Guide
FileMaker 11 ODBC and JDBC Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered
INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3
INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3 Often the most compelling way to introduce yourself to a software product is to try deliver value as soon as possible. Simego DS3 is designed to get you
TIBCO Spotfire Automation Services 6.5. User s Manual
TIBCO Spotfire Automation Services 6.5 User s Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO
How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip
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
EMC Data Protection Search
EMC Data Protection Search Version 1.0 Security Configuration Guide 302-001-611 REV 01 Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published April 20, 2015 EMC believes
Release Bulletin Sybase ETL Small Business Edition 4.2
Release Bulletin Sybase ETL Small Business Edition 4.2 Document ID: DC00737-01-0420-02 Last revised: November 16, 2007 Topic Page 1. Accessing current release bulletin information 2 2. Product summary
Business Insight Report Authoring Getting Started Guide
Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,
ORACLE BUSINESS INTELLIGENCE WORKSHOP
ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business
Retrieving Data Using the SQL SELECT Statement. Copyright 2006, Oracle. All rights reserved.
Retrieving Data Using the SQL SELECT Statement Objectives After completing this lesson, you should be able to do the following: List the capabilities of SQL SELECT statements Execute a basic SELECT statement
Oracle Utilities Meter Data Management Business Intelligence
Oracle Utilities Meter Data Management Business Intelligence Metric Reference Guide Release 2.3.2 E22567-01 May 2011 Oracle Utilities Meter Data Management Business Intelligence Metric Reference Guide
Excel Companion. (Profit Embedded PHD) User's Guide
Excel Companion (Profit Embedded PHD) User's Guide Excel Companion (Profit Embedded PHD) User's Guide Copyright, Notices, and Trademarks Copyright, Notices, and Trademarks Honeywell Inc. 1998 2001. All
CA Nimsoft Service Desk
CA Nimsoft Service Desk Configure Outbound Web Services 7.13.7 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject
Copyright EPiServer AB
Table of Contents 3 Table of Contents ABOUT THIS DOCUMENTATION 4 HOW TO ACCESS EPISERVER HELP SYSTEM 4 EXPECTED KNOWLEDGE 4 ONLINE COMMUNITY ON EPISERVER WORLD 4 COPYRIGHT NOTICE 4 EPISERVER ONLINECENTER
Portal Administration. Administrator Guide
Portal Administration Administrator Guide Portal Administration Guide Documentation version: 1.0 Legal Notice Legal Notice Copyright 2013 Symantec Corporation. All rights reserved. Symantec, the Symantec
Foglight 1.0.0.0. Cartridge for Active Directory Installation Guide
Foglight 1.0.0.0 Cartridge for Active Directory Installation Guide 2010 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described
InfoView User s Guide. BusinessObjects Enterprise XI Release 2
BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,
ODBC Client Driver Help. 2015 Kepware, Inc.
2015 Kepware, Inc. 2 Table of Contents Table of Contents 2 4 Overview 4 External Dependencies 4 Driver Setup 5 Data Source Settings 5 Data Source Setup 6 Data Source Access Methods 13 Fixed Table 14 Table
Salesforce Files Connect Implementation Guide
Salesforce Files Connect Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered
Cisco UCS Director Payment Gateway Integration Guide, Release 4.1
First Published: April 16, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883
Defender Delegated Administration. User Guide
Defender Delegated Administration User Guide 2012 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished
Oracle Cloud. Creating a Business Intelligence Cloud Extract 11.1.1.10.1 E59934 01
Oracle Cloud Creating a Business Intelligence Cloud Extract 11.1.1.10.1 E59934 01 June 2015 Oracle Cloud Creating a Business Intelligence Cloud Extract, 11.1.1.10.1 E59934 01 Copyright 2014, 2015, Oracle
MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC
MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL
Copyright 2012 Trend Micro Incorporated. All rights reserved.
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,
SAS. Cloud. Account Administrator s Guide. SAS Documentation
SAS Cloud Account Administrator s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS Cloud: Account Administrator's Guide. Cary, NC:
FileMaker 13. ODBC and JDBC Guide
FileMaker 13 ODBC and JDBC Guide 2004 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.
QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training
QAD Enterprise Applications Training Guide Demand Management 6.1 Technical Training 70-3248-6.1 QAD Enterprise Applications February 2012 This document contains proprietary information that is protected
JD Edwards EnterpriseOne Tools. 1 Understanding JD Edwards EnterpriseOne Business Intelligence Integration. 1.1 Oracle Business Intelligence
JD Edwards EnterpriseOne Tools Embedded Business Intelligence for JD Edwards EnterpriseOne Release 8.98 Update 4 E21426-02 March 2011 This document provides instructions for using Form Design Aid to create
SnapLogic Salesforce Snap Reference
SnapLogic Salesforce Snap Reference Document Release: October 2012 SnapLogic, Inc. 71 East Third Avenue San Mateo, California 94401 U.S.A. www.snaplogic.com Copyright Information 2012 SnapLogic, Inc. All
CA Nimsoft Monitor. Probe Guide for NT Event Log Monitor. ntevl v3.8 series
CA Nimsoft Monitor Probe Guide for NT Event Log Monitor ntevl v3.8 series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and
Strategic Asset Tracking System User Guide
Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data
v4.8 Getting Started Guide: Using SpatialWare with MapInfo Professional for Microsoft SQL Server
v4.8 Getting Started Guide: Using SpatialWare with MapInfo Professional for Microsoft SQL Server Information in this document is subject to change without notice and does not represent a commitment on
McAfee Cloud Identity Manager
SAML2 Cloud Connector Guide McAfee Cloud Identity Manager version 1.2 or later COPYRIGHT Copyright 2013 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed,
Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide
Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence
VERITAS NetBackup 6.0
VERITAS NetBackup 6.0 Backup, Archive, and Restore Getting Started Guide for UNIX, Windows, and Linux N15278C September 2005 Disclaimer The information contained in this publication is subject to change
Ajera 7 Installation Guide
Ajera 7 Installation Guide Ajera 7 Installation Guide NOTICE This documentation and the Axium software programs may only be used in accordance with the accompanying Axium Software License and Services
EMC SourceOne Auditing and Reporting Version 7.0
EMC SourceOne Auditing and Reporting Version 7.0 Installation and Administration Guide 300-015-186 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright
CaseWare Time. CaseWare Cloud Integration Guide. For Time 2015 and CaseWare Cloud
CaseWare Time CaseWare Cloud Integration Guide For Time 2015 and CaseWare Cloud Copyright and Trademark Notice Copyright. 2015 CaseWare International Inc. ( CWI ). All Rights Reserved. Use, duplication,
ODBC Driver Version 4 Manual
ODBC Driver Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in this manual
Product Guide. McAfee Security-as-a-Service Partner SecurityDashboard 5.2.0
Product Guide McAfee Security-as-a-Service Partner SecurityDashboard 5.2.0 COPYRIGHT Copyright 2010 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed,
COMSPHERE 6700 SERIES NETWORK MANAGEMENT SYSTEM
COMSPHERE 6700 SERIES NETWORK MANAGEMENT SYSTEM SECURITY MANAGER FEATURE SUPPLEMENT Document No. 6700-A2-GB41-30 February 1998 Copyright 1998 Paradyne Corporation. All rights reserved. Printed in U.S.A.
Change Management for Rational DOORS User s Guide
Change Management for Rational DOORS User s Guide Before using this information, read the general information under Appendix: Notices on page 58. This edition applies to Change Management for Rational
Architecting the Future of Big Data
Hive ODBC Driver User Guide Revised: July 22, 2014 2012-2014 Hortonworks Inc. All Rights Reserved. Parts of this Program and Documentation include proprietary software and content that is copyrighted and
EMC SourceOne Offline Access
EMC SourceOne Offline Access Version 7.2 User Guide 302-000-963 REV 01 Copyright 2005-2015 EMC Corporation. All rights reserved. Published April 30, 2015 EMC believes the information in this publication
Learn About Analysis, Interactive Reports, and Dashboards
Learn About Analysis, Interactive Reports, and Dashboards This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision February 3, 2014, copyright
Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide
Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...
Connectivity Pack for Microsoft Guide
HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements
EMC Documentum Composer
EMC Documentum Composer Version 6.5 User Guide P/N 300 007 217 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights
Audit Management Reference
www.novell.com/documentation Audit Management Reference ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of
FileMaker Server 11. FileMaker Server Help
FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered
Manual. Netumo NETUMO HELP MANUAL WWW.NETUMO.COM. Copyright Netumo 2014 All Rights Reserved
Manual Netumo NETUMO HELP MANUAL WWW.NETUMO.COM Copyright Netumo 2014 All Rights Reserved Table of Contents 1 Introduction... 0 2 Creating an Account... 0 2.1 Additional services Login... 1 3 Adding a
Primo Online End User Help. Version 4.x
Version 4.x CONFIDENTIAL INFORMATION DISCLAIMER The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss. DO NOT COPY UNLESS YOU HAVE
Evaluator s Guide. PC-Duo Enterprise HelpDesk v5.0. Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved.
Evaluator s Guide PC-Duo Enterprise HelpDesk v5.0 Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved. All third-party trademarks are the property of their respective owners.
www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013
www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,
