1. Introduction Configuration Number generator tunnel profile Data Bridge profile Data Manager Profile...

Size: px
Start display at page:

Download "1. Introduction Configuration Number generator tunnel profile Data Bridge profile Data Manager Profile..."

Transcription

1 White Paper ECCAIRS RIT Data Bridge Configuration Version 3.0 May 2016 ABSTRACT The ECCAIRS Data Bridge is an XML based, and XSD compliant, way to feed data into an ECCAIRS system. The RIT/E5X data format is a file format implementing the Reduced Information taxonomy (RIT) defined by the aviation community in Europe. RIT/E5X is based on a subset of the ECCAIRS taxonomy (the so-called RIT domain) and uses the E5X Data Bridge, as introduced in version of the ECCAIRS Common Framework, to pass data from industry into an ECCAIRS environment. This White Paper describes how to configure an ECCAIRS system (using the AVIATION extension or higher) in order for it to accept E5X files. This White paper is targeted at system administrators in the national Points of Contact running the ECCAIRS 5 system. Contents 1. Introduction Occurrence identification In the E5F format In the E5X format Matching E5X and E5F IDs in the RIT/E5X case Configuration Number generator tunnel profile Data Bridge profile Data Manager Profile Usage... 13

2 1. INTRODUCTION The ECCAIRS Data Bridge (part of the ECCAIRS software) is able to accept occurrence data provided in an XML based, and W3C compliant, format. This XML data is converted internally into the standard ECCAIRS E5F format 1. A full description of the ECCAIRS Data Bridge is given in a separate White Paper 2. Though the configuration of a repository as described in this document does not require a detailed knowledge of the ECCAIRS Data Bridge, we recommend to read the mentioned White Paper in order to get an idea of how it works. In Figure 1 the ECCAIRS architecture is depicted. The ECCAIRS Common framework is the standard software used in any ECCAIRS instance. The standard ECCAIRS Extension (e.g. the Aviation Extension) provides 4 features: The taxonomy, the user interface, if required some extra functions and the XSD schema derived from the taxonomy. Custom Taxono my Custom UI Custom Extras Optional customisation XSD file Base Taxono my UI Extras Standard ECCAIRS Extension ECCAIRS Common Framework Related E5X file E5F DB E5F file Figure 1 The ECCAIRS architecture The native ECCAIRS storage format (E5F) is supported in the database and in the E5F files. These formats can be read as well as written by the ECCAIRS software. The Data Bridge storage format is supported in the E5X file, which can only be read. E5X files are validated by the ECCAIRS Common Framework (Starting with version ) using the XSD. 1 See the White Paper: ECF E5F FILE FORMAT (Version 2.0 February 2013) 2 See the White Paper: ECCAIRS Data Bridge (Version 2.0 June 2015) May 2016 Joint Research Centre of the European Commission 2

3 In the Aviation version of ECCAIRS the so called Reduced Interface taxonomy (RIT) has been defined which comprises a subset of attributes (data-fields) of the ECCAIRS Aviation Taxonomy. To implement Regulation 376/2014 of the European Union it was agreed to use this subset of attributes to report occurrences from organisations (i.e. the industry) to the national points of contact. These reports would be transferred electronically in the so-called E5X format. In this document the name for the files used is thus called RIT/E5X, referring both to the data contents and the physical format of these files. In the ECCAIRS reporting system (versions supporting the E5X, i.e. Release and higher), the Data manager application is able to open and convert the RIT/E5X files. Though the E5X format is universal (i.e. its definition is identical for any taxonomy used), the domain part (i.e. RIT in this case) is specific for each deployment. This implies that a configuration is required to tell the ECCAIRS system how to interpret the E5X files which are to be loaded. This document will describe how this configuration should be done for the AVIATION version of ECCAIRS. The configuration consists of different parts: Configuration of the new Data Bridge Profile Configuration of the Data Manager profile Configuration of the Number Generator Tunnel profile Assigning the configured profiles to roles and users May 2016 Joint Research Centre of the European Commission 3

4 2. OCCURRENCE IDENTIFICATION 2.1. In the E5F format In the native E5F format there are two attribute which uniquely identify an occurrence within the context of the file or database in which the occurrence exists. This means that in a file (or in a database) only one occurrence can have a particular combination of these two attributes, which are File Number (452) and Responsible Entity (453). This approach limits the responsibility for assigning file numbers to just the organisation that creates the occurrence reports (i.e the responsible entity). This way, when integrating occurrences from different responsible entities there is no risk on overlapping identifications. Both in the file and in the database both attributes are mandatory. If a new occurrence is added with the same combination of these attributes, the system will ask what to do (ignore, overwrite or merge) In the E5X format Contrary to the E5F files and databases, in the E5X format, there is no protection against double identification. In fact, there are no identifying attributes in the E5X approach Matching E5X and E5F IDs in the RIT/E5X case The conversion of a RIT/E5X file into an ECCAIRS 5 occurrence is a straightforward process for practically all attributes and their values. There are however a few considerations to be made: 1. In RIT/E5X both attributes File Number (452) and Responsible Entity (453) can be present, however these attributes are not mandatory. In the end, it is the responsibility of the Point of Contact to assign these values following its own numbering system. 2. In RIT/E5X there are two similar attributes: Report Identification (438) and Reporting Entity (447). These attributes refer to the organisation reporting the occurrence in RIT/E5X format and they represent normally the identification of the occurrence inside this reporting organisation. Also these attributes are not mandatory, but in order to be able to perform a follow-up later (i.e. a new report with the same values will need to overwrite or merge with the initial version), they should be present. It is the responsibility of the originator of the report to assign these values (if considered necessary). The behaviour of the ECCAIRS for AVIATION system with respect to these four attributes is as follows: 1. If both attributes File Number (452) and Responsible Entity (453) are present in the RIT/E5X they will be transferred 1:1 into the ECCAIRS native occurrence and this occurrence will be inserted in the Repository database/file in the configured way (ignoring/replacing/merging/etc.) 2. If one or both of attributes File Number (452) and Responsible Entity (453) are not present in the RIT/E5X a mechanism must give the values to be placed in the E5F database. This mechanism is implemented via the Data Manager profile and works as follows: If both attributes Report Identification (438) and Reporting Entity (447) are present in the RIT/E5X then the add-in identifies the occurrence in the ECCAIRS repository database, which has the same combination of values for these two attributes. If found, the add-in retrieves the File Number (452) and Responsible Entity (453) values from this occurrence and uses these in the RIT/E5X. If more than one occurrence is found having the same Report Identification (438) and Reporting Entity (447) then only the first instance will be taken into account. Then this occurrence will be inserted in the May 2016 Joint Research Centre of the European Commission 4

5 Repository database/file in the configured way (replacing/merging/etc). If not found, the system will generate these values in the usual way (e.g. Number Generator or User Interaction). If one or both of attributes Report Identification (438) and Reporting Entity (447) are not present in the RIT/E5X the system will generate the values for File Number (452) and Responsible Entity (453) with the configured Number Generator. An additional remark needs to be made on the entity Reporting History (53). This entity is of type multiple instance in ECCAIRS (and thus in the RIT/E5X). In the RIT/E5X only the LAST instance of this entity is used for the identification of Report Identification (438) and Reporting Entity (447). In normal cases (industry reporting to their Authority) there should preferably be only one instance of this entity. May 2016 Joint Research Centre of the European Commission 5

6 3. CONFIGURATION In this chapter the configuration required to read RIT/E5X files is described. This configuration exists of the configuration of three profiles: The Number Generator Tunnel profile, the Data Bridge Profile and the Data Manager profile 3.1. Number generator tunnel profile TheBefore configuring the Data Manager profile (see next chapter) you will need to add a Tunnel Service profile, if you do not have this yet configured. If you already have this then you can skip the rest of this section and move to section 3.2. The "Number Generator" service runs on the Server and requires the creation of a specific "Number Generator" Tunnel Service that will listen and execute requests coming from the corresponding Add-In in the client applications. The Tunnel Service for the Number Generator should be added in the Repository Manager under the Tunnel Service node (you can add a new one or start with the one distributed with the AVIATION extension). On the form which opens when opening this profile (Figure 2) select the second tab (Tunnel Service) and click on the Edit button Figure 2 Tunnel service profile Now a form pop-ups on which you can configure the profile (Figure 3). Give the Tunnel Service a name and select the Number Generator Service Assembly/Class. Then click on the configuration button to link the service to the database that maintains your Numbering System (Figure 4). In almost all cases, this will be the standard database, which is also used for storing your occurrences. Should you have questions about this setup please look in the appropriate White Paper called ÉCCAIRS 5 Number Generator Add-In, section 2.1. May 2016 Joint Research Centre of the European Commission 6

7 Figure 3 Editing the tunnel service Figure 4 Configuring the database connection for the Number Generator. May 2016 Joint Research Centre of the European Commission 7

8 3.2. Data Bridge profile Now that the Tunnel profile for the Number Generator has been configured, you need to configure a Data Bridge profile. The Data Bridge profile can be found in the Repository Manager application as a node under the Profiles (see Figure 5) Figure 5 Position of the Data Bridge profile in the Repository Manager A Data Bridge profile tells the system how, for specific version(s) of the XSD (and thus the related taxonomies) a mapping from the E5X file to the related E5F structure should be done. The Data Bridge profile is identified by a string, which is constructed by concatenating and capitalising Taxonomy Name, Taxonomy Version and Domain. This implies that when an E5X file is read a matching Data Bridge profile should be available in the system in order to successfully convert the included occurrences. Figure 6 Data Bridge profile May 2016 Joint Research Centre of the European Commission 8

9 The identifier in the picture above is constructed from the following (start of an) E5X file: <?xml version="1.0" encoding="utf-8"?> <SET TaxonomyName="ECCAIRS Aviation" TaxonomyVersion=" " Domain="RIT" Version=" " xmlns=" <Occurrence> <ATTRIBUTES> <Local_Date> </Local_Date> The Data Bridge profile has a second tab, called Data Bridge File: Figure 7 Data Bridge File tab From this tab, it is possible to Import and Export the profile as an.edb file and to Export the XSD schemes and relates files if required. Data Bridge profiles are created and maintained in the Repository Manager. The easiest and by far best way to create a Data Bridge profile is by just importing it from the zip file which is distributed together with an AVIATION extension and which can be found (for 64 bits systems) in: C:\Program Files (x86)\eccairs5\extensions\aviation\profiles\data Bridge: After creating the Data Bridge profile as indicated, no further action on this profile is required apart from, as always, associated the profile to a particular role and assign that role to the relevant user(s). May 2016 Joint Research Centre of the European Commission 9

10 3.3. Data Manager Profile Now that a Number Generator Tunnel profile and a Data Bridge profile have been created, the Data Manager application has to be told how to use these when loading E5X data. This is done in a new tab of the Data Manager profile, which can also be found in the Repository Manager application. Figure 8 Data Manager profile - Data Bridge to DB configuration This new tab in the Data manager profile configuration allows the definition of a series of processors, which can perform some post processing on each occurrence of the E5X file after it, is internally converted in an E5F and will be sent to the database. For the basic handling of the RIT/E5X we just need to create one processor which checks the E5X contents and based on that makes decisions on what to do to create the mandatory E5F attributes File Number (452) and Responsible Entity (453) since these are required for a successful storage in the ECCAIRS database. By clicking on the top button at the right you can add this Data Bridge to DB Processor and the form that you can see in Figure 9 will pop-up. You should give the processor a name (as you like), select the Data Bridge Add-In as Assembly / Class and click on the Configuration button. Then the form of Figure 10 will open in which the detailed configuration will be done. May 2016 Joint Research Centre of the European Commission 10

11 Figure 9 Form to add a processor to the Data Bridge Add-In Figure 10 Data Bridge Add-In configuration form May 2016 Joint Research Centre of the European Commission 11

12 The configuration of the Data Bridge Add-In consists of two parts: The values to give to File Number (452) and Responsible Entity (453) in the case that there is no other way to establish them (see also chapter 2.3.). Typically, this will mean that a number generator 3 function needs to be present and that the responsible entity is set to the relevant value. This is done by configuring the two fields on the top of the Add-In configuration form (see Figure 10). The query required to find occurrences from which File Number (452) and Responsible Entity (453) will need to be inherited. Note the usage of (Value to ask)! This query will find occurrences with matching Report Identification (438) and Reporting Entity (447) in the database. Now you have completed the configuration. As always, assign all three configured profiles to the role of the users, which should use this functionality. 3 For a detailed description of how the number generator works and the configuration syntax please see White Paper: ECCAIRS 5 Number Generator Add-In. May 2016 Joint Research Centre of the European Commission 12

13 4. USAGE Loading of E5X files becomes possible in the Data Manager application if the configuration has been done as indicated in Chapter 3. Loading E5X files is started from the Data Exchanger section of the Data Manager. Figure 11 Loading E5X files with the Data manager Usage and configuration are very much in line with the other functions of the Data Exchanger module in the Data Manager application, an should not lead to issues. May 2016 Joint Research Centre of the European Commission 13

Contents. V4.1 Printed March

Contents. V4.1 Printed March Contents 1 Abstract... 5 2 Introduction... 5 3 Implementation... 5 4 Occurrence Identification... 7 4.1 In E5F Format... 7 4.2 In E5X Format... 7 4.3 Matching IDs in RIT/E5X... 8 5 Configuration... 9 5.1

More information

Release Notes. ECCAIRS 5 Common Framework. Release (cumulative patch for ) Description

Release Notes. ECCAIRS 5 Common Framework. Release (cumulative patch for ) Description ECCAIRS 5 Common Framework Release 5.5.1.11 (cumulative patch for 5.5.1.5) Description This ECCAIRS 5 Common Framework patch, with respect to version 5.5.1.5, resolves some issues and improves some functionality.

More information

ECCAIRS 5 Technical Course. Standards and Platforms. Minimal System Requirements. Architecture. Uniting Aviation On Safety Security Environment

ECCAIRS 5 Technical Course. Standards and Platforms. Minimal System Requirements. Architecture. Uniting Aviation On Safety Security Environment ECCAIRS 5 Technical Course Architecture Uniting Aviation On Safety Security Environment Standards and Platforms Industry Standards Microsoft Windows Operating System, 32-bit and 64-bit OS Support for relational

More information

Non-overlappingoverlapping. Final outcome of the worked example On pages R&C pages R&C page 157 Fig 3.52

Non-overlappingoverlapping. Final outcome of the worked example On pages R&C pages R&C page 157 Fig 3.52 Objectives Computer Science 202 Database Systems: Entity Relation Modelling To learn what a conceptual model is and what its purpose is. To learn the difference between internal models and external models.

More information

CERIF-CRIS Reference Implementation (CC-REFIM) and CERIF compatibility testing system PROJECT CHARTER

CERIF-CRIS Reference Implementation (CC-REFIM) and CERIF compatibility testing system PROJECT CHARTER CERIF-CRIS Reference Implementation (CC-REFIM) and CERIF compatibility testing system PROJECT CHARTER Date: 02/10/2015 Version: 1.2 Prepared by: Valerie Brasse, Nikos Houssos, Jan Dvorak, Miguel-Angel

More information

DATEX II v2.1 SCHEMA GENERATION TOOL GUIDE. Document version: May European Commission. Directorate General for Transport and Energy

DATEX II v2.1 SCHEMA GENERATION TOOL GUIDE. Document version: May European Commission. Directorate General for Transport and Energy DATEX II v2.1 SCHEMA GENERATION TOOL GUIDE Document version: 2.1 31 May 2012 European Commission Directorate General for Transport and Energy Copyright 2012 Prepared by : Date Comment Version DATEX Technical

More information

STAR Naming and Design Rules. Version 1.0

STAR Naming and Design Rules. Version 1.0 Version 1.0 March 2007 Revision History Revision Date Version Initial Version March 13, 2007 1.0 Table of Contents 1. Introduction...1 1.1 Purpose...1 1.2 Objective... 1 1.3 Scope...1 1.4 Prerequisites...1

More information

EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION

EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION E U R O C O N T R O L TOKAI USER MANUAL Edition: v2.7 DIRECTORATE NETWORK MANAGEMENT 1 Page TOKAI User Manual (Edition v2.7) EUROCONTROL TOKAI Application

More information

Metadata allows. Metadata Existing Guidelines. Data to be found Starts interoperability. Decision making based on Quality Relevance Time Geography

Metadata allows. Metadata Existing Guidelines. Data to be found Starts interoperability. Decision making based on Quality Relevance Time Geography Metadata Existing Guidelines ADQ AIXM Workshop 10 December 2013 Eduard Porosnicu EUROCONTROL DSR/CMN/IM Metadata allows Data to be found Starts interoperability Decision making based on Quality Relevance

More information

7. METHODOLOGY FGDC metadata

7. METHODOLOGY FGDC metadata 7. METHODOLOGY To enable an Internet browsing client to search and discover information through a federated metadatabase, four elements must be in place. 1. The client must be able to communicate with

More information

IBM. IBM i2 Analyze Data Acquisition Guide. Version 4 Release 0

IBM. IBM i2 Analyze Data Acquisition Guide. Version 4 Release 0 IBM IBM i2 Analyze Data Acquisition Guide Version 4 Release 0 Note Before using this information and the product it supports, read the information in Notices on page 29. This edition applies to version

More information

CBRN Data Import/Export Tool (CDIET) Presented by: Darius Munshi

CBRN Data Import/Export Tool (CDIET) Presented by: Darius Munshi CBRN Data Import/Export Tool (CDIET) Presented by: Darius Munshi 1 Cubic Company Proprietary 2 Presentation Outline Introduction to CDIET Benefits provided to user Scope Statement Timeline for development

More information

CEF e-invoicing. Presentation to the European Multi- Stakeholder Forum on e-invoicing. DIGIT Directorate-General for Informatics.

CEF e-invoicing. Presentation to the European Multi- Stakeholder Forum on e-invoicing. DIGIT Directorate-General for Informatics. CEF e-invoicing Presentation to the European Multi- Stakeholder Forum on e-invoicing 20 October 2014 DIGIT Directorate-General for Informatics Connecting Europe Facility (CEF) Common financing instrument

More information

Enterprise Registry Repository

Enterprise Registry Repository BEAAquaLogic Enterprise Registry Repository Exchange Utility Version 3.0 Revised: February 2008 Contents 1. Getting Started With the ALRR Exchange Utility What is the ALRR Exchange Utility?.......................................

More information

EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION

EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION E U R O C O N T R O L TOKAI USER MANUAL Edition: v2.6 DIRECTORATE NETWORK MANAGEMENT 1 Page TOKAI User Manual (Edition v2.6) EUROCONTROL TOKAI Application

More information

TaskCentre v4.5 SalesLogix Connector Tool White Paper

TaskCentre v4.5 SalesLogix Connector Tool White Paper TaskCentre v4.5 SalesLogix Connector Tool White Paper Document Number: WP010-04 Issue: 01 Orbis Software Limited 2008 Table of Contents ABOUT SALESLOGIX CONNECTOR TOOL... 1 INTRODUCTION... 3 SalesLogix

More information

ISO/IEC TR TECHNICAL REPORT

ISO/IEC TR TECHNICAL REPORT TECHNICAL REPORT ISO/IEC TR 22250-1 First edition 2002-02-15 Information technology Document description and processing languages Regular Language Description for XML (RELAX) Part 1: RELAX Core Technologies

More information

Biocides Submission Manual

Biocides Submission Manual MANUAL Biocides Submission Manual Technical guide: using IUCLID 2 Biocides Submission Manual Version 4.0 BSM Technical guide: using IUCLID Reference: ECHA-14-B-21-EN Catalogue number: ISBN: DOI: Publ.

More information

ELODEA USER'S GUIDE HOW TO SETUP, CONFIGURE AND USE ELODEA

ELODEA USER'S GUIDE HOW TO SETUP, CONFIGURE AND USE ELODEA ELODEA USER'S GUIDE HOW TO SETUP, CONFIGURE AND USE ELODEA Table of Contents 1. Introduction... 2 2. Understanding Elodea... 3 2.1. Deployment approaches... 4 2.2. Feeds and subscriptions... 7 3. System

More information

CiscoWorks Resource Manager Essentials Compliance Management

CiscoWorks Resource Manager Essentials Compliance Management CiscoWorks Resource Manager Essentials Compliance Management Introduction... 1 Technical details... 2 Working with Baseline Templates... 2 Creating a Baseline Template... 2 Running a Compliance Check...

More information

GMO Register User Guide

GMO Register User Guide GMO Register User Guide A. Rana and F. Foscarini Institute for Health and Consumer Protection 2007 EUR 22697 EN The mission of the Institute for Health and Consumer Protection is to provide scientific

More information

SEEBURGER BICMD for SAP Exchange Infrastructure - Configuration Guide

SEEBURGER BICMD for SAP Exchange Infrastructure - Configuration Guide SEEBURGER BICMD for SAP Exchange Infrastructure - Configuration Guide Applies to: The Business Integration Converter Mapping Designer (BIC MD) version 5.5.2/6.3.2 is a visual tool used for creating mappings,

More information

Teiid Designer User Guide 7.5.0

Teiid Designer User Guide 7.5.0 Teiid Designer User Guide 1 7.5.0 1. Introduction... 1 1.1. What is Teiid Designer?... 1 1.2. Why Use Teiid Designer?... 2 1.3. Metadata Overview... 2 1.3.1. What is Metadata... 2 1.3.2. Editing Metadata

More information

TECHNICAL REPORT submitted to EFSA. Implementation of Electronic Transmission of Chemical Occurrence Data (CFP/EFSA/DATEX/2010/01) in Latvia 1

TECHNICAL REPORT submitted to EFSA. Implementation of Electronic Transmission of Chemical Occurrence Data (CFP/EFSA/DATEX/2010/01) in Latvia 1 TECHNICAL REPORT submitted to EFSA Implementation of Electronic Transmission of Chemical Occurrence Data 1 Prepared by Dr Dace Vilcane, Assessment and Registration Agency, PVD and Atis Saule, PVD Abstract

More information

Comprehensive Structured Context Profiles (CSCP): Design and Experiences

Comprehensive Structured Context Profiles (CSCP): Design and Experiences Comprehensive Structured Context Profiles (CSCP): Design and Experiences Sven Buchholz, Thomas Hamann, and Gerald Hübsch Department of Computer Science, Dresden University of Technology {buchholz, hamann,

More information

What s New Essential Studio Reporting Edition

What s New Essential Studio Reporting Edition What s New Essential Studio Reporting Edition Table of Contents Essential XlsIO... 3 Essential PDF... 5 Essential DocIO... 6 Report Viewer for WPF... 7 Report Designer for WPF... 9 Essential RDLIO... 15

More information

XML Introduction 1. XML Stands for EXtensible Mark-up Language (XML). 2. SGML Electronic Publishing challenges -1986 3. HTML Web Presentation challenges -1991 4. XML Data Representation challenges -1996

More information

Importing Connections from Metadata Manager to Enterprise Information Catalog

Importing Connections from Metadata Manager to Enterprise Information Catalog Importing Connections from Metadata Manager to Enterprise Information Catalog Copyright Informatica LLC, 2018. Informatica, the Informatica logo, and PowerCenter are trademarks or registered trademarks

More information

SDMX self-learning package No. 3 Student book. SDMX-ML Messages

SDMX self-learning package No. 3 Student book. SDMX-ML Messages No. 3 Student book SDMX-ML Messages Produced by Eurostat, Directorate B: Statistical Methodologies and Tools Unit B-5: Statistical Information Technologies Last update of content February 2010 Version

More information

System-specific message implementing guidelines files

System-specific message implementing guidelines files System-specific message implementing guidelines files National Board of Customs Updated 8 September 202 System-specific MIG files The Message Implementing Guidelines for each system are archived into zip

More information

Release Notes. Release 8.1 January 2013

Release Notes. Release 8.1 January 2013 Release Notes Release 8.1 January 2013 IKAN Solutions N.V. Schaliënhoevedreef 20A B-2800 Mechelen BELGIUM Copyright 2013, IKAN Solutions N.V. No part of this document may be reproduced or transmitted in

More information

Using ILOG JRules in WebSphere Integration Developer

Using ILOG JRules in WebSphere Integration Developer Using ILOG JRules in WebSphere Integration Developer Table of Contents Introduction... 3 Goal... 3 Time to Complete... 3 Prerequisites... 3 System Setup... 3 Resources... 3 Overview... 4 The Application...

More information

A Generic Approach for Compliance Assessment of Interoperability Artifacts

A Generic Approach for Compliance Assessment of Interoperability Artifacts A Generic Approach for Compliance Assessment of Interoperability Artifacts Stipe Fustar Power Grid 360 11060 Parkwood Drive #2, Cupertino, CA 95014 sfustar@powergrid360.com Keywords: Semantic Model, IEC

More information

Commercial software from the ESRI company to create display and produce maps

Commercial software from the ESRI company to create display and produce maps OCEANIDES USER MANUAL & DATABASE DESCRIPTION Contract No. Project Deliverable Document Title Document File Name Reference EVK2-CT-2002-00177 Database description and user manual User manual & database

More information

Chapter 4 Entity Relationship Modeling In this chapter, you will learn:

Chapter 4 Entity Relationship Modeling In this chapter, you will learn: Chapter Entity Relationship Modeling In this chapter, you will learn: What a conceptual model is and what its purpose is The difference between internal and external models How internal and external models

More information

EUROPEAN COMMISSION HEALTH AND FOOD SAFETY DIRECTORATE-GENERAL

EUROPEAN COMMISSION HEALTH AND FOOD SAFETY DIRECTORATE-GENERAL EUROPEAN COMMISSION HEALTH AND FOOD SAFETY DIRECTORATE-GENERAL Directorate B - Health systems and products B4 - Medical Products : quality, safety, innovation EU Coding Platform User Manual Compendia Version

More information

DB2 for z/os Stored Procedure support in Data Server Manager

DB2 for z/os Stored Procedure support in Data Server Manager DB2 for z/os Stored Procedure support in Data Server Manager This short tutorial walks you step-by-step, through a scenario where a DB2 for z/os application developer creates a query, explains and tunes

More information

Sage VIP 4.3 Intelligence Reporting (formerly VIP Business Intelligence Manager) Frequently Asked Questions

Sage VIP 4.3 Intelligence Reporting (formerly VIP Business Intelligence Manager) Frequently Asked Questions (formerly VIP Business Intelligence Manager) Table of contents 1.0 Installation and upgrading 3 2.0 General 6 3.0 Connector 8 4.0 Report Manager / Viewer 11 Installation and upgrading 1.1 Will my new version

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR MARITIME AFFAIRS AND FISHERIES. FLUX Master Data Management Implementation Document v2.1.

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR MARITIME AFFAIRS AND FISHERIES. FLUX Master Data Management Implementation Document v2.1. EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR MARITIME AFFAIRS AND FISHERIES Ref. Ares(2017)4691526-26/09/2017 FISHERIES POLICY ATLANTIC, NORTH SEA, BALTIC AND OUTERMOST REGIONS Data Management THE INTEGRATED

More information

CROSS-CONNECTION ASSEMBLY MANAGEMENT SYSTEM (CCAMS) External User Manual Version 1.1

CROSS-CONNECTION ASSEMBLY MANAGEMENT SYSTEM (CCAMS) External User Manual Version 1.1 CROSS-CONNECTION ASSEMBLY MANAGEMENT SYSTEM (CCAMS) External User Manual Version 1.1 Prepared by MWH February 2014 Revised by AECOM/WRE July 2015 Contents CONTENTS CHAPTER 1, INTRODUCTION... 1 1.1 ABOUT

More information

Identifiers. Identifiers are the words a programmer uses in a program Some identifiers are already defined. Some are made up by the programmer:

Identifiers. Identifiers are the words a programmer uses in a program Some identifiers are already defined. Some are made up by the programmer: C1 D6 Obj: cont. 1.3 and 1.4, to become familiar with identifiers and to understand how programming languages work HW: p.51 #1.8 1.9 (Short Answers) Chapter 1 Test in two class days!! Do Now: How is the

More information

1. Introduction Features Operating Environment Machine Data...6

1. Introduction Features Operating Environment Machine Data...6 1 Table of Contents 1. Introduction...3 1.1 Features... 4 1.2 Operating Environment... 5 2. Machine Data...6 2.1 Fetching New Machines... 8 2.2 Adding New Machines... 10 2.3 Updating Scan Data... 12 2.4

More information

The European Commission s science and knowledge service. Joint Research Centre

The European Commission s science and knowledge service. Joint Research Centre The European Commission s science and knowledge service Joint Research Centre GeoDCAT-AP The story so far Andrea Perego, Antonio Rotundo, Lieven Raes GeoDCAT-AP Webinar 6 June 2018 What is GeoDCAT-AP Geospatial

More information

Purpose: Use this document to Update a Letter Template and Add Merge Fields to a letter template.

Purpose: Use this document to Update a Letter Template and Add Merge Fields to a letter template. Updating a Letter Template and Using Merge Fields Purpose: Use this document to Update a Letter Template and Add Merge Fields to a letter template. Audience: PeopleSoft Communication Builders 1. Create

More information

Emulation Framework. System User Guide. Release (February 2012) Keeping Emulation Environments Portable FP7-ICT

Emulation Framework. System User Guide. Release (February 2012) Keeping Emulation Environments Portable FP7-ICT Keeping Emulation Environments Portable FP7-ICT-231954 System User Guide Emulation Framework Release 2.0.0 (February 2012) Release date 28 February 2012 Release version 2.0.0 Author(s) Organisation Bram

More information

Create Templates To Automate Device Configuration Changes

Create Templates To Automate Device Configuration Changes Create Templates To Automate Device Configuration Changes See Configure Devices for information on how to configure your devices using out-of-the-box configuration templates that are supplied with Cisco

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Goal in video # 25: Learn about how to use the Get & Transform

More information

<Insert Picture Here> Oracle Policy Automation Connector For Siebel Features and Benefits

<Insert Picture Here> Oracle Policy Automation Connector For Siebel Features and Benefits Oracle Policy Automation Connector For Siebel 10.3.0 Features and Benefits September 2011 Using OPA with Siebel Why? Keep business logic separate from Siebel: Make rule changes while

More information

Management of Metadata and XML Schemas for e-justice. Pim Keizer Pim van der Eijk

Management of Metadata and XML Schemas for e-justice. Pim Keizer Pim van der Eijk Management of Metadata and XML Schemas for e-justice Pim Keizer Pim van der Eijk Content a. Background and Context b. Challenges c. Approach d. How it works e. Current Status f. Future Plans Netherlands

More information

UFT Introduction to Automation and QTP

UFT Introduction to Automation and QTP UFT Introduction to Automation and QTP What is automation? Why Automation Benefits of Test Automation Where to Begin? What to Automate? Tests that shouldn t be automated Basic Features of QTP Supporting

More information

EUROPASS DIPLOMA SUPPLEMENT TO HIGHER TECHNICAL VOCATIONAL TRAINING

EUROPASS DIPLOMA SUPPLEMENT TO HIGHER TECHNICAL VOCATIONAL TRAINING EUROPASS DIPLOMA SUPPLEMENT TO HIGHER TECHNICAL VOCATIONAL TRAINING TITLE OF THE DIPLOMA (ES) Técnico Superior en Desarrollo de Aplicaciones Web TRANSLATED TITLE OF THE DIPLOMA (EN) (1) Higher Technician

More information

20464 Developing Microsoft SQL Server Databases

20464 Developing Microsoft SQL Server Databases Course Overview This 5-day instructor-led course introduces SQL Server 2014 and describes logical table design, indexing and query plans. It also focuses on the creation of database objects including views,

More information

Data Models: The Center of the Business Information Systems Universe

Data Models: The Center of the Business Information Systems Universe Data s: The Center of the Business Information Systems Universe Whitemarsh Information Systems Corporation 2008 Althea Lane Bowie, Maryland 20716 Tele: 301-249-1142 Email: Whitemarsh@wiscorp.com Web: www.wiscorp.com

More information

REMIT. Guidance on the implementation of web feeds for Inside Information Platforms

REMIT. Guidance on the implementation of web feeds for Inside Information Platforms REMIT Guidance on the implementation of web feeds for Inside Information Platforms Version 2.0 13 December 2018 Agency for the Cooperation of Energy Regulators Trg Republike 3 1000 Ljubljana, Slovenia

More information

Initial Operating Capability & The INSPIRE Community Geoportal

Initial Operating Capability & The INSPIRE Community Geoportal INSPIRE Conference, Rotterdam, 15 19 June 2009 1 Infrastructure for Spatial Information in the European Community Initial Operating Capability & The INSPIRE Community Geoportal EC INSPIRE GEOPORTAL TEAM

More information

XML related Data Exchange from the Test Machine into the Web-enabled Alloys-DB. Nagy M, Over HH, Smith A

XML related Data Exchange from the Test Machine into the Web-enabled Alloys-DB. Nagy M, Over HH, Smith A XML related Data Exchange from the Test Machine into the Web-enabled Alloys-DB Nagy M, Over HH, Smith A Joint Research Centre of the European Commission Institute for Energy, Petten, The Netherlands {miklos.nagy@jrc.nl

More information

Creating and Configuring a Cognos Resource in Metadata Manager 8.5.x and 8.6

Creating and Configuring a Cognos Resource in Metadata Manager 8.5.x and 8.6 Creating and Configuring a Cognos Resource in Metadata Manager 8.5.x and 8.6 2009 Informatica Corporation Abstract This article shows how to create and configure the Cognos ReportNet resource in Metadata

More information

Sage Line 500 Connector Tool V1.0 White Paper

Sage Line 500 Connector Tool V1.0 White Paper V1.0 White Paper Document Number: WP020-01 Issue: 01 Orbis Software Limited 2009 Table of Contents ABOUT SAGE LINE 500 CONNECTOR TOOL... 1 INTRODUCTION... 2 System Requirements... 2 Hardware... 2 Software...

More information

Course Prerequisites: This course requires that you meet the following prerequisites:

Course Prerequisites: This course requires that you meet the following prerequisites: Developing MS SQL Server Databases This five-day instructor-led course introduces SQL Server 2014 and describes logical table design, indexing and query plans. It also focusses on the creation of database

More information

PIC-Management Quick Guide for Economic Operators (eprocurement)

PIC-Management Quick Guide for Economic Operators (eprocurement) PIC-Management Quick Guide for Economic Operators (eprocurement) PIC management Quick guide for Economic Operators Page 1 Last document update: 08/03/2018 Contents What is a PIC?... 3 What is the Participant

More information

Information technology Document Schema Definition Languages (DSDL) Part 8: Document Semantics Renaming Language (DSRL)

Information technology Document Schema Definition Languages (DSDL) Part 8: Document Semantics Renaming Language (DSRL) INTERNATIONAL STANDARD ISO/IEC 19757-8:2008 TECHNICAL CORRIGENDUM 1 Published 2011-12-01 INTERNATIONAL ORGANIZATION FOR STANDARDIZATION МЕЖДУНАРОДНАЯ ОРГАНИЗАЦИЯ ПО СТАНДАРТИЗАЦИИ ORGANISATION INTERNATIONALE

More information

Talend Open Studio for MDM Web User Interface. User Guide 5.6.2

Talend Open Studio for MDM Web User Interface. User Guide 5.6.2 Talend Open Studio for MDM Web User Interface User Guide 5.6.2 Talend Open Studio for MDM Web User Interface Adapted for v5.6.2. Supersedes previous releases. Publication date: May 12, 2015 Copyleft This

More information

Recalling the definition of design as set of models let's consider the modeling of some real software.

Recalling the definition of design as set of models let's consider the modeling of some real software. Software Design and Architectures SE-2 / SE426 / CS446 / ECE426 Lecture 3 : Modeling Software Software uniquely combines abstract, purely mathematical stuff with physical representation. There are numerous

More information

Manual Speedy Report. Copyright 2013 Im Softly. All rights reserved.

Manual Speedy Report. Copyright 2013 Im Softly. All rights reserved. 1 Manual Speedy Report 2 Table of Contents Manual Speedy Report... 1 Welcome!... 4 Preparations... 5 Technical Structure... 5 Main Window... 6 Create Report... 7 Overview... 7 Tree View... 8 Query Settings

More information

FINANCIAL SANCTIONS DATABASE (FSD) User Manual

FINANCIAL SANCTIONS DATABASE (FSD) User Manual FINANCIAL SANCTIONS DATABASE (FSD) User Manual 1 Contents 1. INTRODUCTION...4 1.1 WHAT IS THE FINANCIAL SANCTIONS DATABASE?... 4 1.2 ACTORS AND PROCESSES... 4 1.3 ROLES IN FSD... 6 1.4 MAIN WORKFLOW...

More information

Programming ArchiTech

Programming ArchiTech Programming ArchiTech The intention of this document is to give a description of the way ArchiTech has been programmed, in order to make anyone who wants to take a look to the code easier to understand

More information

D WSMO Data Grounding Component

D WSMO Data Grounding Component Project Number: 215219 Project Acronym: SOA4All Project Title: Instrument: Thematic Priority: Service Oriented Architectures for All Integrated Project Information and Communication Technologies Activity

More information

Compass INSPIRE Services. Compass INSPIRE Services. White Paper Compass Informatics Limited Block 8, Blackrock Business

Compass INSPIRE Services. Compass INSPIRE Services. White Paper Compass Informatics Limited Block 8, Blackrock Business Compass INSPIRE Services White Paper 2010 Compass INSPIRE Services Compass Informatics Limited Block 8, Blackrock Business Park, Carysfort Avenue, Blackrock, County Dublin, Ireland Contact Us: +353 1 2104580

More information

[MS20464]: Developing Microsoft SQL Server 2014 Databases

[MS20464]: Developing Microsoft SQL Server 2014 Databases [MS20464]: Developing Microsoft SQL Server 2014 Databases Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : SQL Server Delivery Method : Instructor-led (Classroom) Course Overview

More information

Chapter 6: Entity-Relationship Model. The Next Step: Designing DB Schema. Identifying Entities and their Attributes. The E-R Model.

Chapter 6: Entity-Relationship Model. The Next Step: Designing DB Schema. Identifying Entities and their Attributes. The E-R Model. Chapter 6: Entity-Relationship Model The Next Step: Designing DB Schema Our Story So Far: Relational Tables Databases are structured collections of organized data The Relational model is the most common

More information

EUROPEAN ANTI-FRAUD OFFICE

EUROPEAN ANTI-FRAUD OFFICE EUROPEAN ANTI-FRAUD OFFICE Anti-Fraud Information System (AFIS) General Information Subject Version / Status Pre-IMS User Manual - General Information 1.0 / Final Release Date 23/12/2008 Document Reference

More information

Technical Reporting Instructions MiFIR Transaction Reporting

Technical Reporting Instructions MiFIR Transaction Reporting Technical Reporting Instructions MiFIR Transaction Reporting 17 July 2017 ESMA/2016/1521 Change History: Version Date Author Comments 1.1 26/10/2016 ESMA Version 1 for publication. 1.4 17/07/2017 ESMA

More information

Copyright 2018 Philips Lighting Holding B.V.. All Rights Reserved

Copyright 2018 Philips Lighting Holding B.V.. All Rights Reserved This manual has been updated for MultiOne Workflow version 3.9 Copyright 2018 Philips Lighting Holding B.V.. All Rights Reserved 1 Introduction 1.1 System requirements The minimum system requirements for

More information

Introduction to Banner. Banner 8 User Guide. January Introduction to Banner. Page 1 of 9

Introduction to Banner. Banner 8 User Guide. January Introduction to Banner. Page 1 of 9 Banner 8 User Guide January 2011 Page 1 of 9 Contents 1. COMPUTER MISUSE AND DATA PROTECTION... 3 2. WHAT IS BANNER?... 4 3. LOGGING IN TO BANNER... 4 4. OVERVIEW OF THE BANNER MAIN MENU... 6 5. BANNER

More information

Transaction Reporting Service: EMIR

Transaction Reporting Service: EMIR Transaction Reporting Service: EMIR Service Manual January 2014 Version 1.0 Contents Indice 1.0 Revision History 4 2.0 Introduction 5 2.1 Scope 5 2.2 References 6 3.0 Trade Reporting in EMIR directive

More information

Chapter 9: Relational DB Design byer/eer to Relational Mapping Relational Database Design Using ER-to- Relational Mapping Mapping EER Model

Chapter 9: Relational DB Design byer/eer to Relational Mapping Relational Database Design Using ER-to- Relational Mapping Mapping EER Model Chapter 9: Relational DB Design byer/eer to Relational Mapping Relational Database Design Using ER-to- Relational Mapping Mapping EER Model Constructs to Relations Relational Database Design by ER- and

More information

Integration of INSPIRE & SDMX data infrastructures for the 2021 population and housing census

Integration of INSPIRE & SDMX data infrastructures for the 2021 population and housing census Integration of INSPIRE & SDMX data infrastructures for the 2021 population and housing census Nadezhda VLAHOVA, Fabian BACH, Ekkehard PETRI *, Vlado CETL, Hannes REUTER European Commission (*ekkehard.petri@ec.europa.eu

More information

BinX Usage Standard PE-TN-ESA-GS-120

BinX Usage Standard PE-TN-ESA-GS-120 Page: 1 / 6 BinX Usage Standard PE-TN-ESA-GS-120 M.Zundo (ESA/ESTEC) A.Gutierrez (Deimos Engheneria) Page: 2 / 6 1. PURPOSE AND SCOPE Purpose of this TN is to specialise the usage standard of BinX Binary

More information

Dockit Migrator. Release Notes

Dockit Migrator. Release Notes Dockit Migrator Release Notes Version 11.0.6646 Performance improvement in folder migration in File share module. Improvements in loading users and groups from SharePoint sites during migration. Fixed

More information

The Next Step: Designing DB Schema. Chapter 6: Entity-Relationship Model. The E-R Model. Identifying Entities and their Attributes.

The Next Step: Designing DB Schema. Chapter 6: Entity-Relationship Model. The E-R Model. Identifying Entities and their Attributes. Chapter 6: Entity-Relationship Model Our Story So Far: Relational Tables Databases are structured collections of organized data The Relational model is the most common data organization model The Relational

More information

ArtPro Generating PDF from ArtPro 10

ArtPro Generating PDF from ArtPro 10 ArtPro Generating PDF from ArtPro 10 EskoArtwork May 2011 Table of Contents 1 General...4 2 PDF output for file exchange and ripping in all environments...7 3 PDF output for use in an EskoArtwork environment...12

More information

Infor Enterprise Modeler User Guide

Infor Enterprise Modeler User Guide Infor Enterprise Modeler User Guide Copyright 2018 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential and

More information

QTP MOCK TEST QTP MOCK TEST II

QTP MOCK TEST QTP MOCK TEST II http://www.tutorialspoint.com QTP MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to QTP Framework. You can download these sample mock tests at your local

More information

COMP9319 Web Data Compression & Search. Cloud and data optimization XPath containment Distributed path expression processing

COMP9319 Web Data Compression & Search. Cloud and data optimization XPath containment Distributed path expression processing COMP9319 Web Data Compression & Search Cloud and data optimization XPath containment Distributed path expression processing DATA OPTIMIZATION ON CLOUD Cloud Virtualization Cloud layers Cloud computing

More information

Health Information Exchange Clinical Data Repository Utility Services Architecture Building Block HISO

Health Information Exchange Clinical Data Repository Utility Services Architecture Building Block HISO Health Information Exchange Clinical Data Repository Utility Services Architecture Building Block HISO 10040.1 To be used in conjunction with HISO 10040.0 Health Information Exchange Overview and Glossary

More information

SDMX GLOBAL CONFERENCE

SDMX GLOBAL CONFERENCE SDMX GLOBAL CONFERENCE PARIS 2009 EUROSTAT SDMX REGISTRY (Francesco Rizzo, Bengt-Åke Lindblad - Eurostat) 1. Introduction The SDMX initiative (Statistical Data and Metadata exchange) is aimed at developing

More information

EASIS - Brief Introduction

EASIS - Brief Introduction EASIS - Brief Introduction EASIS Background... 1 EASIS First Steps... 2 EASIS Search Functions... 2 Simple Search... 2 Advanced Search... 5 EASIS Study Questionnaires... 8 Questionnaire actions... 10 Questionnaire

More information

ESRI stylesheet selects a subset of the entire body of the metadata and presents it as if it was in a tabbed dialog.

ESRI stylesheet selects a subset of the entire body of the metadata and presents it as if it was in a tabbed dialog. Creating Metadata using ArcCatalog (ACT) 1. Choosing a metadata editor in ArcCatalog ArcCatalog comes with FGDC metadata editor, which create FGDC-compliant documentation. Metadata in ArcCatalog stored

More information

CRMS OCAN Data Exporter Version 1.0

CRMS OCAN Data Exporter Version 1.0 CRMS OCAN Data Exporter Version 1.0 1 CRMS SOFTWARE Copyright 2003-2013 CTSI Incorporated All Rights Reserved Last Updated May 20, 20013 2 CRMS SOFTWARE Copyright 2003-2013 CTSI Incorporated All Rights

More information

BEAAquaLogic Enterprise Repository. Automation for Web Services Guide

BEAAquaLogic Enterprise Repository. Automation for Web Services Guide BEAAquaLogic Enterprise Repository Automation for Web Services Guide Version 3.0. RP1 Revised: February, 2008 Table of Contents Overview System Settings Properties for Managing WSDL- and UDDI-Related

More information

Final Project Report. Abstract. Document information

Final Project Report. Abstract. Document information Final Project Report Document information Project Title SWIM security solutions Project Number 14.02.02 Project Manager THALES Deliverable Name Final Project Report Deliverable ID D01 Edition 00.01.00

More information

Service Design Description for the xxx Service <xyz Technology>

Service Design Description for the xxx Service <xyz Technology> ENAV20-9.24 Service Design Description for the xxx Service Contents 1 Introduction... 4 1.1 Purpose of the Document... 4 1.2 Intended Readership... 5 1.3 Inputs from Other Projects...

More information

QLIKVIEW ARCHITECTURAL OVERVIEW

QLIKVIEW ARCHITECTURAL OVERVIEW QLIKVIEW ARCHITECTURAL OVERVIEW A QlikView Technology White Paper Published: October, 2010 qlikview.com Table of Contents Making Sense of the QlikView Platform 3 Most BI Software Is Built on Old Technology

More information

Electronic Proposal Submission Service. - EPSS preparation and submission guide -

Electronic Proposal Submission Service. - EPSS preparation and submission guide - Electronic Proposal Submission Service - EPSS preparation and submission guide - Release Date: 23 April 2010 Table of Contents 1 EPSS Preparation User s Guide... 3 1.1. Using PIC in EPSS... 4 1.2. The

More information

Installation and configuration guide

Installation and configuration guide Winfrasoft HAS Installation and Configuration Guide Installation and configuration guide Winfrasoft HAS for Microsoft Forefront UAG 2010 Published: October 2011 Applies to: Winfrasoft HAS (Build 2.0.2300.4)

More information

The OAIS Reference Model: current implementations

The OAIS Reference Model: current implementations The OAIS Reference Model: current implementations Michael Day, UKOLN, University of Bath m.day@ukoln.ac.uk Chinese-European Workshop on Digital Preservation, Beijing, China, 14-16 July 2004 Presentation

More information

TAX REPORTING SUITE MODULE CRS VERSION 1706

TAX REPORTING SUITE MODULE CRS VERSION 1706 TAX REPORTING SUITE MODULE CRS VERSION 1706 USERS S MANUAL Published: June 2017 For the latest information and to leave feedback, please visit Vogele IT-Services at http://www.section11.ch or https://www.trsuite.ch

More information

USING ADMINISTRATOR FEATURES

USING ADMINISTRATOR FEATURES HYPERION FINANCIAL MANAGEMENT SYSTEM 9 RELEASE 9.3.1 USING ADMINISTRATOR FEATURES Oracle's Hyperion Financial Management System 9 Release 9.3 contains significant enhancements to administrator features

More information

Business Intelligence

Business Intelligence Business Intelligence The Metadata Layer Asroni Ver. 01 asroni@umy.ac.id Part IV Business Intelligence Applications 345 Applications In This Part Chapter 12: The Metadata Layer Chapter 13: Using the Pentaho

More information