Erroneously Large EACAA Reporting Utility (ELERT) Technical Specification. Version Number 2.0

Size: px
Start display at page:

Download "Erroneously Large EACAA Reporting Utility (ELERT) Technical Specification. Version Number 2.0"

Transcription

1 Erroneously Large EACAA Reporting Utility (ELERT) Technical Specification Version Number 2.0

2 Erroneously Large EACAA Reporting Tool Technical Specification Status : Final Version : 2.0 Date : 27 June 2013 Prepared by : Cognizant Approved by (Cognizant) : Project Manager ELEXON Limited 2013 Page 1 of 13

3 Table of Contents 1 Introduction Purpose Scope Amendment History Summary of Changes Changes Forecast References Abbreviations Intellectual Property Rights and Copyright High level design specification System Overview System Architecture System Structure User Interface Overview Report Output Interface Specification External Interfaces Internal Interfaces Database specification Referenced Database Objects ELERT Subsystem Specification Introduction Process Description ELEXON Limited 2013 Page 2 of 13

4 1 Introduction 1.1 Purpose 1.2 Scope This document is the Technical Specification for the Erroneously Large EACAA Reporting Tool (ELERT). Initially, this document was created as one of the deliverables for change CP1135, included in the November 2006 Business Requirements Solution (BRS) Version Final/3.0 (Document Reference 002TBR), and carried out as part of the November 06 Release. During the Party Agent Tech Upgrade 2013, this document was updated to provide the latest software details. This document is based on the structure for a Technical Specification defined in [PDTSPD]. 1.3 Amendment History Issue Details 0.1 First draft developed for Change CP1135 for the November 06 Release. 0.2 Following review by ELEXON. 0.3 Third draft with minor correction in section 2.5.2, this now refers to section 5.2 and not Final issue 2.0 CP Updated for Tech Upgrade (Oracle DB upgrade from to and OAS upgrade from to ) 1.4 Summary of Changes Changes as indicated in the amendment history. 1.5 Changes Forecast Agreed Change Requests will be incorporated. 1.6 References Mnemonic Information Details [CTSPEC] Title: Common Subsystems Technical Specification [ELEUSGDE] Title: Erroneously Large EACAA Reporting Tool User Guide [NTSPEC] Title: NHHDA Technical Specification 1.7 Abbreviations AA EAC Annualised Advance Estimate of Annual Consumption ELEXON Limited 2013 Page 3 of 13

5 ELERT NHHDA Erroneously Large EACAA Reporting Tool Non Half Hourly Data Aggregator POSIX IEEE Portable Operating System Interface for Computing Environments 1.8 Intellectual Property Rights and Copyright The copyright and other intellectual property rights in this document are vested in ELEXON. These materials are made available to participants in the GB electricity industry to review and copy for the sole purpose of their participation in the electricity industry. All other commercial use is prohibited including downloading, copying, distributing, modifying, transmitting, publishing, selling or creating derivative works (in whatever format) from this document or in other cases use for personal academic or other non-commercial purposes. All copyright and other proprietary notices contained in the document must be retained on any copy you make. All other rights of the copyright owner not expressly dealt with above are reserved. No representation, warranty or guarantee is made that the information in this document is accurate or complete. While care is taken in the collection and provision of this information, ELEXON Limited shall not be liable for any errors, omissions, misstatements or mistakes in any information or damages resulting from the use of this information or action taken in reliance on it. ELEXON Limited 2013 Page 4 of 13

6 2 High level design specification 2.1 System Overview ELERT is a stand-alone UNIX utility. It reports on metering systems where the EAC or AA consumption falls outside certain tolerance values specified by ELEXON. 2.2 System Architecture ELERT conforms to the System Architecture which is specified in Section 2.2 of [CTSPEC]. In summary, this comprises: Server Client POSIX compliant Operating System, with an Oracle database, and software written in Pro*C and Shell scripts. The Reporting Tool does not include any client software. The Reporting Tool does not directly communicate with any external applications. 2.3 System Structure ELERT comprises a single UNIX Pro*C executable run directly from the command line by the users. A shell script, build.sh, is included in the software supplied which contains the commands to compile the source code if necessary. The commands included are: To build the C file from the Source Code use the Oracle precompiler command: $ORACLE_HOME/bin/proc u;serid=username/password sqlcheck=full iname=report.sc oname=report.c; To build the executable from report.c use the cc command: cc o report report.c memory.c utility.c L$ORACLE_HOME/lib - Lclntsh. The utility reads a plain text configuration file to determine the consumption limits to apply and produces a report of Metering Systems with consumption outside these limits. 2.4 User Interface Overview ELERT is run directly from the UNIX command line. The command takes the form of: report config.txt [options] where report is the Pro*C executable and config.txt is the configuration file containing the limits (see Section 3.2.1). The available options are shown below. -r Resume File -u Oracle User -p Oracle Password -s Partition ELEXON Limited 2013 Page 5 of 13

7 -o Output File -t Run Time (minutes) For further details on these options refer to the User Guide. ELEXON Limited 2013 Page 6 of 13

8 2.5 Report Output ELERT displays a message on the screen indicating the version and an output file with details of Metering Systems with consumption outside the limits specified. The version of the utility supplied with the November 06 release is 1.0 as the Reporting Tool had not been formalised prior to this release. As part of June 2013 Party Agent Technology Upgrade project, the version of this utility has been upgraded to 2.0. Hence, the message displayed will be: Erroneously Large EACAA Reporting Tool version 2.0. The reports contains a header followed by a set of records in comma separated format. See below for further details Report Header The report contains a header showing the number of partitions processed, the NHHDA, and the fields for the records in the body of the report as below. 16 Partitions in the database Data Aggregator,XXXX >GSP Group ID >Supplier >Data Collector >MSID >Measurement Class >Profile Class >SSC >Effective From Date >Effective To Date >First Settlement Date Affected >Last Settlement Date Affected >EAC/AA >TPR Consumption Report Body The report body comprises a set of comma separated records showing details of Metering Systems with Consumption outside certain tolerances (see Section 5.2 for Processing Details). The fields are as indicated below. Report Body (fields separated by a comma) Field Field Name Type Comments 1 GSP Group Id text(2) Introduced as part of CP Supplier Id text(4) 3 Data Collector Id text(4) 4 Metering System Id text(13) 5 Measurement Class Id text(1) 6 Profile Class Id text(1) ELEXON Limited 2013 Page 7 of 13

9 Report Body (fields separated by a comma) Field Field Name Type Comments 7 Standard Settlement Configuration Id 8 Effective From Settlement Date 9 Effective To Settlement Date 10 First Settlement Date Affected 11 Last Settlement Date Affected text(4) 12 EAC or AA text date/time date/time date/time date/time 12 Time Pattern Regime Id text(5) DD-MON-YYYY DD-MON-YYYY DD-MON-YYYY DD-MON-YYYY 13 Consumption Number 6 decimal places are shown Report Footer The text Processing complete is output at the end of the report to indicate it has completed successfully. ELEXON Limited 2013 Page 8 of 13

10 3 Interface Specification 3.1 External Interfaces Report output The output from ELERT is loaded into the Large EAC/AA System (LEA) at ELEXON. 3.2 Internal Interfaces Configuration File (config.txt) A configuration file, typically named config.txt, is used to determine the consumption limits applied by the Reporting Tool. The structure of this file is shown below, note that the limits shown are for illustration only and do not match those used in the production environment. # Configuration file for report.c # lines starting # are comments # # Profile Lower Upper Lower Upper # Class EAC EAC AA AA ELEXON Limited 2013 Page 9 of 13

11 4 Database specification The Large EACAA Reporting Tool uses the NHHDA database. Refer to [NTSPEC] for details of the Database specification. The Reporting Tool does not update any data held in the database. 4.1 Referenced Database Objects The utility reads data from the following tables ([PartitionNo] is the partition being read): cdb_system_parameter; ndb_register_cons_[partitionno]; ndb_ms_prs_dets_[partitionno]; ndb_data_agg_apps_[partitionno]; ndb_registrations_[partitionno]; ndb_dc_apps_[partitionno]. The utility also calls the database function ndb_partition_generic.f_get_no_partitions in order to determine the number of partitions in the database. ELEXON Limited 2013 Page 10 of 13

12 5 ELERT Subsystem Specification 5.1 Introduction ELERT comprises a single Pro*C executable which produces a report of MSIDs with consumption outside tolerance values specified by ELEXON. No other functionality is incorporated within the tool. ELERT reads data from an NHHDA database and stores the data read within linked lists in memory for processing. No data in the NHHDA database is updated as a result of running the tool. EACs/AAs are reported where any TPR for the EAC/AA exceeds the tolerance for its Profile Class. The tolerances to be applied are determined by ELEXON. A text file held on the UNIX box in the same directory as the executable specifies the tolerances (Section 3.2.1). ELERT should apply the same aggregation rules as used by the NHHDA application to determine which EACs and AAs are considered. Only EACs and AAs which would be included in an NHHDA aggregation run should be reported. There is no specific error handling in the tool. Where an error message is generated, for example if an Oracle error is raised, this will be reported to the standard error output on the UNIX box. If no EACs or AAs outside the tolerances are found no report is produced. 5.2 Process Description The utility reads the tolerance values held in the configuration file. The The NHHDA database is then read and a list of all Metering System IDs with EACs/AAs that fall outside the minimum tolerance values for all Profile Classes determined. For example, using the tolerances specified I the configuration file in Section 3.2.1, a list of all Metering System IDs with any EACs outside the range , or any AAs outside the range to 1600 would be obtained. The utility reads all AAs and EACs for the Metering System IDs identified. Where an MSID has two EACs for a date range, the first EAC is treated as having ended when the second one starts. If this start date is later then the end date for the first EAC then the first EAC is treated as being invalid and removed from the set of EACs/AAs considered in subsequent processing. The utility checks the remaining set of EACs/AAs and generates an exception where any TPR for the EAC/AA falls outside the tolerance for its Profile Class. The exceptions are held in a linked list in memory by the executable. The utility checks the exceptions to see if any Consumption for an appointed Data Collector supersedes that in the exception. If this is the case the exception is removed. Details of the remaining exceptions are written to the report file. ELEXON Limited 2013 Page 11 of 13

13 The message Processing complete is written to the report file to indicate the utility has run successfully. ELEXON Limited 2013 Page 12 of 13

The management of testing and test deliverables is detailed in the Test Management procedure (Reference 1).

The management of testing and test deliverables is detailed in the Test Management procedure (Reference 1). Guidance Testing Guidelines Purpose This document provides guidelines for testing changes to the BSC Software, Systems and Processes. It also provides a high level view of test procedures that are followed

More information

a description of the various categories of embedded generators

a description of the various categories of embedded generators Guidance Embedded Generation This document provides: a description of the various categories of embedded generators an outline of the types of bilateral agreements that owners/lead Parties of embedded

More information

142/03. CP Progression CP1383. 1. Why change? Supplier Volume Allocation Group. Meeting Date 4 December 2012

142/03. CP Progression CP1383. 1. Why change? Supplier Volume Allocation Group. Meeting Date 4 December 2012 CP Progression CP1383 Meeting Name Supplier Volume Allocation Group Meeting Date 4 December 2012 Purpose of paper Summary For Information This report provides details of the background, solution, impacts

More information

How To Settle A Half Hourly Meter Charge

How To Settle A Half Hourly Meter Charge Guidance Load Profiles and their use in Electricity Settlement Introduction This document provides a broad overview of Load Profiling. It explains what a Load Profile is, how Load Profiles are created

More information

Balancing and Settlement Code BSC PROCEDURE BSCP537. QUALIFICATION PROCESS FOR SVA PARTIES, SVA PARTY AGENTS AND CVA MOAs

Balancing and Settlement Code BSC PROCEDURE BSCP537. QUALIFICATION PROCESS FOR SVA PARTIES, SVA PARTY AGENTS AND CVA MOAs Balancing and Settlement Code BSC PROCEDURE BSCP537 QUALIFICATION PROCESS FOR SVA PARTIES, SVA PARTY AGENTS AND CVA MOAs APPENDIX 3 GUIDANCE NOTES ON COMPLETING THE SAD Version 2.0 Date: 10 September 2007

More information

Balancing and Settlement Code BSC PROCEDURE CLEARING, INVOICING AND PAYMENT BSCP301. Version 16.0. Date: 25 June 2015

Balancing and Settlement Code BSC PROCEDURE CLEARING, INVOICING AND PAYMENT BSCP301. Version 16.0. Date: 25 June 2015 Balancing and Settlement Code BSC PROCEDURE CLEARING, INVOICING AND PAYMENT BSCP301 Version 16.0 Date: 25 June 2015 Balancing and Settlement Code Page 1 of 46 25 June 2015 BSCP301 relating to CLEARING,

More information

CODE OF PRACTICE NINE

CODE OF PRACTICE NINE CODE OF PRACTICE NINE CODE OF PRACTICE FOR THE METERING OF IMPORT AND EXPORT ACTIVE ENERGY VIA LOW VOLTAGE CIRCUITS FOR NON-HALF HOURLY SETTLEMENT PURPOSES Issue 1 Version 5.0 DATE: 26 November 2009 Balancing

More information

EAC/AA Installation Guide

EAC/AA Installation Guide EAC/AA Installation Guide Issue Number 17.0 ELEXON Limited 2013 1 EAC/AA Installation Guide Status : Final Version : 17.0 Date : 27 June 2013 Prepared by Approved by (Cognizant) : Cognizant : Project Manager

More information

SOLARWINDS, INC. ipmonitor 8.0 MANAGER END USER LICENSE AGREEMENT REDISTRIBUTION NOT PERMITTED

SOLARWINDS, INC. ipmonitor 8.0 MANAGER END USER LICENSE AGREEMENT REDISTRIBUTION NOT PERMITTED SOLARWINDS, INC ipmonitor 8.0 MANAGER END USER LICENSE AGREEMENT REDISTRIBUTION NOT PERMITTED IMPORTANT -- READ CAREFULLY BEFORE USING THIS SOFTWARE: THIS IS A LEGAL AGREEMENT BETWEEN YOU (EITHER AN INDIVIDUAL

More information

1. GRANT OF LICENSE. Formdocs LLC grants you the following rights provided that you comply with all terms and conditions of this EULA:

1. GRANT OF LICENSE. Formdocs LLC grants you the following rights provided that you comply with all terms and conditions of this EULA: END-USER LICENSE AGREEMENT FOR FORMDOCS SOFTWARE IMPORTANT-READ CAREFULLY: This End-User License Agreement ("EULA") is a legal agreement between you (either an individual or a single entity) and Formdocs

More information

MDM Zinc 3.0 End User License Agreement (EULA)

MDM Zinc 3.0 End User License Agreement (EULA) MDM Zinc 3.0 End User License Agreement (EULA) THIS AGREEMENT (or "EULA") IS A LEGAL AGREEMENT BETWEEN THE PERSON, COMPANY, OR ORGANIZATION THAT HAS LICENSED THIS SOFTWARE ("YOU" OR "CUSTOMER") AND MULTIDMEDIA

More information

Provide an overview of why and how BM Units are used for EMR settlement; Describe the differences between BM Units for SVA and CVA EMR Assets; and

Provide an overview of why and how BM Units are used for EMR settlement; Describe the differences between BM Units for SVA and CVA EMR Assets; and Guidance REGISTRATION of BM UNITS for EMR Introduction This guidance reflects ELEXON s understanding of DECC s policy, the BSC and BSCP changes for EMR. This document should not be interpreted as DECC

More information

POTTAWATOMIE COUNTY ON-LINE PARCEL SEARCH SERVICE AGREEMENT

POTTAWATOMIE COUNTY ON-LINE PARCEL SEARCH SERVICE AGREEMENT POTTAWATOMIE COUNTY ON-LINE PARCEL SEARCH SERVICE AGREEMENT This Real Estate Sales Data Search Service Agreement is made and entered into this day of, by and between Pottawatomie County, Kansas, a municipal

More information

Dell Statistica. Statistica Document Management System (SDMS) Requirements

Dell Statistica. Statistica Document Management System (SDMS) Requirements Dell Statistica Statistica Document Management System (SDMS) Requirements 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

Customizing Asset Manager for Managed Services Providers (MSP) Software Asset Management

Customizing Asset Manager for Managed Services Providers (MSP) Software Asset Management HP Asset Manager Customizing Asset Manager for Managed Services Providers (MSP) Software Asset Management How To Manage Generic Software Counters and Multiple Companies Legal Notices... 2 Introduction...

More information

Where more information on a topic is available, we ve added links to documents that can provide more details.

Where more information on a topic is available, we ve added links to documents that can provide more details. Guidance The Electricity Trading Arrangements A Beginner s Guide Have you ever asked yourself one, or all, of the following? How is electricity traded? What s Imbalance Settlement? What are Bids and Offers?

More information

SUBSCRIPTION SERVICES.

SUBSCRIPTION SERVICES. SUSE Manager Server SUSE Manager Server with Database SUSE Software License Agreement PLEASE READ THIS AGREEMENT CAREFULLY. BY PURCHASING, INSTALLING AND/OR USING THE SOFTWARE (INCLUDING ITS COMPONENTS),

More information

PUBLIC Calculation of Supplier Demand for EMR Charging. EMRS Guidance

PUBLIC Calculation of Supplier Demand for EMR Charging. EMRS Guidance PUBLIC Calculation of Supplier Demand for EMR Charging EMR Settlement Ltd Version 1.0 06 August 2015 CONTENTS Change Amendment Record 3 1. Introduction 4 2. Purpose 4 3. Why is this important? 4 4. What

More information

Password Management. Password Management Guide HMS 9700

Password Management. Password Management Guide HMS 9700 Password Management Password Management Guide HMS 9700 Hospitality Management Systems Purpose of document In certain cases Micros-Fidelio will return the responsibility of maintaining user passwords, including

More information

Appendix. 1. Scope of application of the user evaluation license agreement

Appendix. 1. Scope of application of the user evaluation license agreement Appendix 1. Scope of application of the user evaluation license agreement 1.1 This user evaluation license agreement (the "Agreement") is a legal agreement between the licensee (the "Licensee") and the

More information

WEBSITE HOSTING SERVICES AGREEMENT. Effective Date: 1/1/2015

WEBSITE HOSTING SERVICES AGREEMENT. Effective Date: 1/1/2015 WEBSITE HOSTING SERVICES AGREEMENT Effective Date: 1/1/2015 1) Scope of Services. Company will provide Client a shared or dedicated virtual machine, an Internet address for storage and access to Content,

More information

ALM Works End-User License Agreement for Structure Plugin

ALM Works End-User License Agreement for Structure Plugin ALM Works End-User License Agreement for Structure Plugin IMPORTANT - READ CAREFULLY: This End-User License Agreement (EULA) is a legal agreement between you (either an individual or a single legal entity)

More information

BlackBerry Business Cloud Services. Version: 6.1.7. Release Notes

BlackBerry Business Cloud Services. Version: 6.1.7. Release Notes BlackBerry Business Cloud Services Version: 6.1.7 Release Notes Published: 2015-04-02 SWD-20150402141754388 Contents 1 Related resources...4 2 What's new in BlackBerry Business Cloud Services 6.1.7...

More information

TERMS AND CONDITIONS

TERMS AND CONDITIONS TERMS AND CONDITIONS These Terms and Conditions are applicable to the use of this website (the Website ), regardless of how You accessed it. You or any derivation thereof, as used herein refers to a user

More information

Rethinking Schools Limited Institutional Site License

Rethinking Schools Limited Institutional Site License Rethinking Schools Limited Institutional Site License This License Agreement ( License ) is entered into the day of [20 ] ( Effective Date ) between Rethinking Schools Limited, a Wisconsin Corporation,

More information

By writing to: Cougar Wireless, Attention: Customer Service, 4526 S. Regal St., Suite A, Spokane, WA., 99224

By writing to: Cougar Wireless, Attention: Customer Service, 4526 S. Regal St., Suite A, Spokane, WA., 99224 COUGAR WIRELESS ACCEPTABLE USE POLICY I. INTRODUCTION Cougar Wireless and its various affiliates and subsidiaries (collectively we, us, our ) are committed to being responsible network citizens. To assist

More information

THE BUSINESS COUNCIL OF WESTCHESTER Website & Internet Services Terms And Conditions of Use

THE BUSINESS COUNCIL OF WESTCHESTER Website & Internet Services Terms And Conditions of Use THE BUSINESS COUNCIL OF WESTCHESTER Website & Internet Services Terms And Conditions of Use PLEASE READ THE FOLLOWING TERMS AND CONDITIONS RELATING TO YOUR USE OF OUR WEBSITE AND ANY OTHER INTERNET-BASED

More information

Compatibility Matrix BES10. April 27, 2016. Version 10.2 and later

Compatibility Matrix BES10. April 27, 2016. Version 10.2 and later Compatibility Matrix BES10 April 27, 2016 Version 10.2 and later Published: 2016-04-28 SWD-20160428152359812 Contents Enterprise Service 10 Compatibility Matrix... 4 Introduction...4 Legend... 4 Operating

More information

TERMS AND CONDITIONS

TERMS AND CONDITIONS TERMS AND CONDITIONS 1. Your Acceptance Welcome to the website operated by Joint Aid Management ( JAM ) International. By using or visiting this website, you signify your agreement to the terms and conditions

More information

These TERMS AND CONDICTIONS (this Agreement ) are agreed to between InfluencersAtWork,

These TERMS AND CONDICTIONS (this Agreement ) are agreed to between InfluencersAtWork, TERMS AND CONDITIONS INFLUENCERS AT WORK These TERMS AND CONDICTIONS (this Agreement ) are agreed to between InfluencersAtWork, Ltd. ( InfluencerAtWork ) and you, or if you represent a company or other

More information

Integration Guide. Enterprise Identity by BlackBerry

Integration Guide. Enterprise Identity by BlackBerry Integration Guide Enterprise Identity by BlackBerry Published: 2015-10-13 SWD-20151013141946897 Contents About Enterprise Identity... 4 Configure a new SAML connection in the SaaS client...5 Create a SaaS

More information

CA Workload Automation Agent for Microsoft SQL Server

CA Workload Automation Agent for Microsoft SQL Server CA Workload Automation Agent for Microsoft SQL Server Release Notes r11.3.1, Second Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

Best Companies Limited Website Terms and Conditions

Best Companies Limited Website Terms and Conditions These Terms and Conditions ( Terms ) govern your access to and use of the Website. By accessing and using the Website you agree that you have read and accept these terms and conditions and that they shall

More information

Ex Libris Patch Instructions for Oracle 10 CPUs for Voyager Windows Servers 10.2.0.4

Ex Libris Patch Instructions for Oracle 10 CPUs for Voyager Windows Servers 10.2.0.4 Ex Libris Patch Instructions for Oracle 10 CPUs for Voyager Windows Servers 10.2.0.4 CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or

More information

Service Agreement: January 2008

Service Agreement: January 2008 International Consultants in Medicine Service Agreement: January 2008 Prior to enrolling in the service as a Member of any degree, you must agree to the following terms and conditions. You may accept these

More information

Web Site Development Agreement

Web Site Development Agreement Web Site Development Agreement 1. Parties; Effective Date. This Web Site Development Agreement ( Agreement ) is between Plug-N-Run, its affiliates, (including but not limited to USA Financial, USA Financial

More information

Ex Libris Patch Instructions for Oracle 10 CPUs for Voyager Windows Servers 10.2.0.4

Ex Libris Patch Instructions for Oracle 10 CPUs for Voyager Windows Servers 10.2.0.4 Ex Libris Patch Instructions for Oracle 10 CPUs for Voyager Windows Servers 10.2.0.4 CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or

More information

PLEASE READ THIS AGREEMENT CAREFULLY. BY INSTALLING, DOWNLOADING OR OTHERWISE USING THE SOFTWARE, YOU AGREE TO THE TERMS OF THIS AGREEMENT.

PLEASE READ THIS AGREEMENT CAREFULLY. BY INSTALLING, DOWNLOADING OR OTHERWISE USING THE SOFTWARE, YOU AGREE TO THE TERMS OF THIS AGREEMENT. Access Governance Suite 6 Lifecycle Manager 6 Compliance Manager 6 Software License Agreement PLEASE READ THIS AGREEMENT CAREFULLY. BY INSTALLING, DOWNLOADING OR OTHERWISE USING THE SOFTWARE, YOU AGREE

More information

HYBRID SOLUTIONS INDEPENDENT SOFTWARE VENDOR AGREEMENT

HYBRID SOLUTIONS INDEPENDENT SOFTWARE VENDOR AGREEMENT HYBRID SOLUTIONS INDEPENDENT SOFTWARE VENDOR AGREEMENT THE VERTEXFX TRADER API (THE SOFTWARE ) AND THE ACCOMPANYING DOCUMENTATION (THE RELATED MATERIALS ) (COLLECTIVELY, THE PRODUCT ) ARE PROTECTED BY

More information

WEB HOSTING SERVICES. 2. Fees and Payment Terms.

WEB HOSTING SERVICES. 2. Fees and Payment Terms. WEB HOSTING SERVICES 1. Web.com may make available for purchase, from time to time, a variety of hosting or hosting related packages referred to as nscommercespace, Shared Web Hosting (formally Web Hosting),

More information

1 Certification Information

1 Certification Information Oracle Database Release Notes 11g Release 1 (11.1) for HP-UX B32071-08 December 2009 This document contains important information that was not included in the platform-specific or product-specific documentation

More information

The London School of Architecture Website Terms & Conditions

The London School of Architecture Website Terms & Conditions The London School of Architecture Website Terms & Conditions Introduction These terms and conditions of use ( Terms of use ) refer to the official website of the London School of Architecture ( LSA, our,

More information

Suppliers to buy electricity to meet the demands of their customers from the generator(s) of their choice; and

Suppliers to buy electricity to meet the demands of their customers from the generator(s) of their choice; and The Beginner s Guide Have you ever asked yourself one, or all, of the following? How is electricity traded? What s Imbalance Settlement? What are Bids and Offers? How do Generators and Suppliers fit into

More information

Installation and User Guide

Installation and User Guide Installation and User Guide Confio IgniteVM Copyright 2013 Confio Corporation. All rights reserved. The programs (which include both the software and documentation) contain proprietary information of

More information

NetFlow Collection and Processing Cartridge Pack User Guide Release 6.0

NetFlow Collection and Processing Cartridge Pack User Guide Release 6.0 [1]Oracle Communications Offline Mediation Controller NetFlow Collection and Processing Cartridge Pack User Guide Release 6.0 E39478-01 June 2015 Oracle Communications Offline Mediation Controller NetFlow

More information

Sycamore Leaf Solutions LLC

Sycamore Leaf Solutions LLC Sycamore Leaf Solutions LLC Terms of Service Terms of Service The Terms of Service for Sycamore Leaf Solutions ("Terms of Service") are effective immediately upon the User's acceptance of the Terms of

More information

Compatibility Matrix BES12. September 16, 2015

Compatibility Matrix BES12. September 16, 2015 Compatibility Matrix BES12 September 16, 2015 Published: 2015-09-16 SWD-20150916153710116 Contents Introduction... 4 Legend...5 BES12 server... 6 Operating system...6 Database server...6 Browser... 8 Mobile

More information

NetNumen U31 R06. Backup and Recovery Guide. Unified Element Management System. Version: V12.14.30

NetNumen U31 R06. Backup and Recovery Guide. Unified Element Management System. Version: V12.14.30 NetNumen U31 R06 Unified Element Management System Backup and Recovery Guide Version: V12.14.30 ZTE CORPORATION No. 55, Hi-tech Road South, ShenZhen, P.R.China Postcode: 518057 Tel: +86-755-26771900 Fax:

More information

Web Hosting Agreement

Web Hosting Agreement Omalaeti Technologies is a Web Hosting Service Provider. User accounts on our Internet servers are subject to compliance with the terms and conditions set forth below. Under the terms of this agreement,

More information

BlackBerry Enterprise Server Resource Kit BlackBerry Analysis, Monitoring, and Troubleshooting Tools Version: 5.0 Service Pack: 2.

BlackBerry Enterprise Server Resource Kit BlackBerry Analysis, Monitoring, and Troubleshooting Tools Version: 5.0 Service Pack: 2. BlackBerry Enterprise Server Resource Kit BlackBerry Analysis, Monitoring, and Troubleshooting Tools Version: 5.0 Service Pack: 2 Release Notes Published: 2010-06-04 SWD-1155103-0604111944-001 Contents

More information

Inject Design General Terms & Conditions

Inject Design General Terms & Conditions Inject Design General Terms & Conditions Latest Revision: April 2015 www.injectdesign.co.nz Content No. Contents Page No. 00 01 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 General Terms & Conditions

More information

THOMSON REUTERS (TAX & ACCOUNTING) INC. FOREIGN NATIONAL INFORMATION SYSTEM TERMS OF USE

THOMSON REUTERS (TAX & ACCOUNTING) INC. FOREIGN NATIONAL INFORMATION SYSTEM TERMS OF USE THOMSON REUTERS (TAX & ACCOUNTING) INC. FOREIGN NATIONAL INFORMATION SYSTEM TERMS OF USE 1. License and Permitted Use The Foreign National Information System (FNIS) is licensed, not sold. Subject to the

More information

SaaS Hosting Agreement

SaaS Hosting Agreement SaaS Hosting Agreement V1.2, August 18th, 2014 Between: Project Open Business Solutions, S.L. VAT ID: ESB65837809 Calle Aprestadora 19, 12 o -2 a E-08907 Hospitalet de Llobregat (Barcelona) (]project-open[,

More information

ALPHA TEST LICENSE AGREEMENT

ALPHA TEST LICENSE AGREEMENT ALPHA TEST LICENSE AGREEMENT IMPORTANT NOTICE! PLEASE READ THIS STATEMENT AND THE ALPHA TEST LICENSE AGREEMENT COMPLETELY BEFORE USING THIS ALPHA SOFTWARE. BY CLICKING ON THE BUTTON MARKED YES BELOW OR

More information

RMS FTP PUBLIC. FTP Recommendations for Meter Data Retrieval. Issue 4.0 IMP_GDE_0085. Provides the three approaches to FTP as recommended by IESO.

RMS FTP PUBLIC. FTP Recommendations for Meter Data Retrieval. Issue 4.0 IMP_GDE_0085. Provides the three approaches to FTP as recommended by IESO. PUBLIC IMP_GDE_0085 RMS FTP FTP Recommendations for Meter Data Retrieval Issue 4.0 Provides the three approaches to FTP as recommended by IESO. Public Disclaimer The posting of documents on this Web site

More information

FIRST GUARDIAN EQUITIES (PVT) LTD

FIRST GUARDIAN EQUITIES (PVT) LTD REGISTRATION FIRST GUARDIAN EQUITIES (PVT) LTD INTERNET TRADING FACILITY AGREEMENT Applicant s Name :... (Surname with Initials/Company Name) Address :......... Email Address :... (Login details will be

More information

4.0. Offline Folder Wizard. User Guide

4.0. Offline Folder Wizard. User Guide 4.0 Offline Folder Wizard User Guide Copyright Quest Software, Inc. 2007. All rights reserved. This guide contains proprietary information, which is protected by copyright. The software described in this

More information

Temperature & Humidity SMS Alert Controller

Temperature & Humidity SMS Alert Controller Temperature & Humidity SMS Alert Controller Version 7 [Windows XP/Vista/7] GSMS THR / GSMS THP Revision 110507 [Version 2.2.14A] ~ 1 ~ SMS Alarm Messenger Version 7 [Windows XP/Vista/7] SMS Pro series

More information

END USER LICENSE AGREEMENT ( EULA )

END USER LICENSE AGREEMENT ( EULA ) END USER LICENSE AGREEMENT ( EULA ) PLEASE READ CAREFULLY THIS EULA IS A LEGAL AGREEMENT BETWEEN YOU, EITHER AS AN INDIVIDUAL, COMPANY OR OTHER LEGAL ENTITY (IN ANY CAPACITY REFERRED TO HEREIN AS END USER,

More information

Migrating to Azure SQL Database

Migrating to Azure SQL Database Migrating to Azure SQL Database Contents Azure account required for lab... 3 SQL Azure Migration Wizard Overview... 3 Provisioning an Azure SQL Database... 4 Exercise 1: Analyze and resolve... 8 Exercise

More information

AN1991. Audio decibel level detector with meter driver

AN1991. Audio decibel level detector with meter driver Rev. 2.1 20 March 2015 Application note Document information Info Keywords Abstract Content SA604A, LM358, RSSI, cellular radio The SA604A can provide a logarithmic response proportional to the input signal

More information

Definitions. Broker means Veda Advantage Information Systems and Solutions Limited;

Definitions. Broker means Veda Advantage Information Systems and Solutions Limited; Definitions Authorised Purposes means: (a) dealings with interests in land authorised by Law; or (b) a purpose directly related to such dealing provided that the purpose is not contrary to any Law; or

More information

Oracle Audit Vault Oracle FLEXCUBE Universal Banking Release 12.0.3.0.0 [April] [2014]

Oracle Audit Vault Oracle FLEXCUBE Universal Banking Release 12.0.3.0.0 [April] [2014] Oracle Audit Vault Oracle FLEXCUBE Universal Banking Release 12.0.3.0.0 [April] [2014] Table of Contents 1. INTRODUCTION... 1-1 1.1 SCOPE... 1-1 1.2 INTRODUCTION OF ORACLE AUDIT VAULT... 1-1 1.2.1 Advantages...

More information

GENOA, a QOL HEALTHCARE COMPANY WEBSITE TERMS OF USE

GENOA, a QOL HEALTHCARE COMPANY WEBSITE TERMS OF USE GENOA, a QOL HEALTHCARE COMPANY WEBSITE TERMS OF USE IF YOU HAVE A MEDICAL EMERGENCY, YOU ARE INSTRUCTED IMMEDIATELY TO CALL EMERGENCY PERSONNEL (911). DO NOT RELY ON THIS WEBSITE OR THE INFORMATION PROVIDED

More information

CA Performance Center

CA Performance Center CA Performance Center Release Notes Release 2.3.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

BOLT Software Technology Terms of Use Last Updated: November 4, 2015

BOLT Software Technology Terms of Use Last Updated: November 4, 2015 BOLT Software Technology Terms of Use Last Updated: November 4, 2015 1. Introduction; License Thank you for using the Bolt Software Technology ( we, our or Bolt ) Software As A Service ( SaaS ) available

More information

Internet Service Agreement

Internet Service Agreement Author: Bryce McMurter Date: April 2013 Overview 7th Gen Technologies provides Internet services to customers and must therefore manage these Services responsibly to maintain confidentiality, integrity,

More information

ENA Smart Metering Security & Privacy Control Points

ENA Smart Metering Security & Privacy Control Points ENA Smart Metering Security & Privacy Control Points For: Energy Networks Association May 2010 Engage Consulting Limited Document Ref: ENA-CR009-002 -1.1 Restriction: ENA authorised parties Engage Consulting

More information

Symantec Data Center Security: Server Advanced v6.0. Agent Guide

Symantec Data Center Security: Server Advanced v6.0. Agent Guide Symantec Data Center Security: Server Advanced v6.0 Agent Guide Symantec Data Center Security: Server Advanced Agent Guide The software described in this book is furnished under a license agreement and

More information

Steps to Migrating to a Private Cloud

Steps to Migrating to a Private Cloud Deploying and Managing Private Clouds The Essentials Series Steps to Migrating to a Private Cloud sponsored by Introduction to Realtime Publishers by Don Jones, Series Editor For several years now, Realtime

More information

GENOA, a QoL HEALTHCARE COMPANY GENOA ONLINE SYSTEM TERMS OF USE

GENOA, a QoL HEALTHCARE COMPANY GENOA ONLINE SYSTEM TERMS OF USE GENOA, a QoL HEALTHCARE COMPANY GENOA ONLINE SYSTEM TERMS OF USE By using the Genoa Online system (the System ), you acknowledge and accept the following terms of use: This document details the terms of

More information

Novell Identity Manager

Novell Identity Manager AUTHORIZED DOCUMENTATION Manual Task Service Driver Implementation Guide Novell Identity Manager 4.0.1 April 15, 2011 www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with

More information

The Top 10 Things DBAs Should Know About Toad for IBM DB2

The Top 10 Things DBAs Should Know About Toad for IBM DB2 The Top 10 Things DBAs Should Know About Toad for IBM DB2 Written by Jeff Podlasek, senior product architect, Dell Software Abstract Toad for IBM DB2 is a powerful tool for the database administrator.

More information

BlackBerry Web Desktop Manager. Version: 5.0 Service Pack: 4. User Guide

BlackBerry Web Desktop Manager. Version: 5.0 Service Pack: 4. User Guide BlackBerry Web Desktop Manager Version: 5.0 Service Pack: 4 User Guide Published: 2012-10-03 SWD-20121003174218242 Contents 1 Basics... 5 Log in to the BlackBerry Web Desktop Manager... 5 Connect your

More information

BlackBerry Mobile Conferencing

BlackBerry Mobile Conferencing BlackBerry Mobile Conferencing BlackBerry Device Software 5.0 User Guide Version: 3.0 SWD-1908281-0130021643-001 Contents Conference call basics... 2 About BlackBerry Mobile Conferencing... 2 Join a conference

More information

Over-the-top Upgrade Guide for Snare Server v7

Over-the-top Upgrade Guide for Snare Server v7 Over-the-top Upgrade Guide for Snare Server v7 Intersect Alliance International Pty Ltd. All rights reserved worldwide. Intersect Alliance Pty Ltd shall not be liable for errors contained herein or for

More information

TERMS OF USE TomTom Websites

TERMS OF USE TomTom Websites TERMS OF USE TomTom Websites 1 Scope These Terms of Use apply to the use of TomTom Websites and contain your rights, obligations and restrictions when using TomTom Websites. By continuing to use this TomTom

More information

FAX-TO-EMAIL END-USER LICENSE AGREEMENT

FAX-TO-EMAIL END-USER LICENSE AGREEMENT FAX-TO-EMAIL END-USER LICENSE AGREEMENT This Agreement, which governs the terms and conditions of your use of the Fax-to-Email Services, is between you ("you" or "End-User") and ( we, us, our or Company

More information

Cisco TelePresence VCR Converter 1.0(1.8)

Cisco TelePresence VCR Converter 1.0(1.8) Cisco TelePresence VCR Converter 1.0(1.8) Software release notes D14725.02 February 2011 Contents Contents Document revision history... 3 Introduction... 4 New features in version 1.0(1.8)... 5 Convert

More information

1.1 The expressions 'we', 'us' and 'our' are a reference to the operator of this Web Site, 'RewardBet'.

1.1 The expressions 'we', 'us' and 'our' are a reference to the operator of this Web Site, 'RewardBet'. RewardBet - Wagering Interface and Services Terms and Conditions of Use. These Terms and Conditions are subject to change without notice and it is the responsibility of any person seeking to rely on the

More information

App Terms and Conditions!

App Terms and Conditions! 1. INTRODUCTION App Terms and Conditions Thank you for purchasing the App or Apps herein now referred to collectively or individually as (the App ). The App is published by or on behalf of Complexus (Pty)

More information

Patch Management for Red Hat Enterprise Linux. User s Guide

Patch Management for Red Hat Enterprise Linux. User s Guide Patch Management for Red Hat Enterprise Linux User s Guide User s Guide i Note: Before using this information and the product it supports, read the information in Notices. Copyright IBM Corporation 2003,

More information

Password Management Guide

Password Management Guide www.novell.com/documentation Management Guide Identity Manager 4.0.2 June 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Symantec ESM agent for IBM AS/400

Symantec ESM agent for IBM AS/400 Symantec ESM agent for IBM AS/400 Version 6.5 Installation Guide 1 Legal Notice Copyright 2009 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, LiveUpdate, Symantec Enterprise Security

More information

SendMIME Pro Installation & Users Guide

SendMIME Pro Installation & Users Guide www.sendmime.com SendMIME Pro Installation & Users Guide Copyright 2002 SendMIME Software, All Rights Reserved. 6 Greer Street, Stittsville, Ontario Canada K2S 1H8 Phone: 613-831-4023 System Requirements

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Getting Started with Oracle Data Integrator 12c Virtual Machine Installation Guide December 2014 Oracle Fusion Middleware Getting Started with Oracle Data Integrator, 12c Copyright

More information

ENTERPRISE EDITION INSTALLER END USER LICENCE AGREEMENT THIS AGREEMENT CONSISTS OF THREE PARTS:

ENTERPRISE EDITION INSTALLER END USER LICENCE AGREEMENT THIS AGREEMENT CONSISTS OF THREE PARTS: ENTERPRISE EDITION INSTALLER END USER LICENCE AGREEMENT THIS AGREEMENT CONSISTS OF THREE PARTS: A. VNC SERVER ENTERPRISE EDITION END USER LICENCE AGREEMENT B. VNC VIEWER ENTERPRISE EDITION END USER LICENCE

More information

SOFTWARE LICENSE AGREEMENT

SOFTWARE LICENSE AGREEMENT SOFTWARE LICENSE AGREEMENT NOTICE TO END USER: PLEASE READ THIS AGREEMENT WITH HUNTER SYSTEMS GROUP, INC. ( HUNTER ) CAREFULLY. IF YOU DO NOT UNDERSTAND ANY PROVISIONS CONTAINED HEREIN, PLEASE SEEK ADVICE.

More information

This page outlines the General Conditions of access to and use of the Site. Acknowledgment and acceptance of General Conditions

This page outlines the General Conditions of access to and use of the Site. Acknowledgment and acceptance of General Conditions TERMS OF USE This page outlines the General Conditions of access to and use of the Site. Acknowledgment and acceptance of General Conditions (Site) is owned and operated by 3P Learning Pty Ltd, the company

More information

IICLE ONLINE SUBSCRIPTIONS TERMS AND CONDITIONS

IICLE ONLINE SUBSCRIPTIONS TERMS AND CONDITIONS IICLE ONLINE SUBSCRIPTIONS TERMS AND CONDITIONS IICLE Online Library, IICLE Online CLE, and IICLE Online All Access subscriptions are accepted and approved with the understanding that the Subscriber has

More information

CA Workload Automation Agent for Remote Execution

CA Workload Automation Agent for Remote Execution CA Workload Automation Agent for Remote Execution Release Notes r11.3.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the

More information

PointCentral Subscription Agreement v.9.2

PointCentral Subscription Agreement v.9.2 PointCentral Subscription Agreement v.9.2 READ THIS SUBSCRIPTION AGREEMENT ( AGREEMENT ) CAREFULLY BEFORE INSTALLING THIS SOFTWARE. THIS AGREEMENT, BETWEEN CALYX TECHNOLOGY, INC., DBA CALYX SOFTWARE (

More information

Welcome to InFixi Exchange Mailbox Recovery Software. Help Guide. Exchange Mailbox recovery software

Welcome to InFixi Exchange Mailbox Recovery Software. Help Guide. Exchange Mailbox recovery software Welcome to InFixi Exchange Mailbox Recovery Software Help Guide Exchange Mailbox Recovery Software 1 Introduction about InFixi Exchange Mailbox Recovery Software InFixi Exchange Mailbox Recovery software

More information

CIPS Chartered Status Assessment Terms and Conditions (v1.0 12.01.15)

CIPS Chartered Status Assessment Terms and Conditions (v1.0 12.01.15) CIPS Chartered Status Assessment Terms and Conditions (v1.0 12.01.15) This page (together with the documents referred to on it) tells you ( you means the party contracting with CIPS) the terms and conditions

More information

DB2 Database Demonstration Program Version 9.7 Installation and Quick Reference Guide

DB2 Database Demonstration Program Version 9.7 Installation and Quick Reference Guide DB2 Database Demonstration Program Version 9.7 Installation and Quick Reference Guide George Baklarz DB2 Worldwide Technical Sales Support IBM Toronto Laboratory DB2 Demonstration Program Version 9.7 Usage

More information

Terms Of Services and Website Use - Private Agreement www.bet-minute.com

Terms Of Services and Website Use - Private Agreement www.bet-minute.com Registered company name: Tsamadias Vasilios Owner: Tsamadias Vasilios Commercial Register number: 149492 Vat No. 118356384 Piniou 26, Peristeri, PostalCode: 12137, GREECE Contact details: 00306971566438,

More information

MAGNAVIEW SOFTWARE SUPPORT & MAINTENANCE. TERMS & CONDITIONS September 3, 2015 version

MAGNAVIEW SOFTWARE SUPPORT & MAINTENANCE. TERMS & CONDITIONS September 3, 2015 version MAGNAVIEW SOFTWARE SUPPORT & MAINTENANCE TERMS & CONDITIONS September 3, 2015 version DEFINITIONS Agreement means (i) these Software Support & Maintenance Terms & Conditions, (ii) any exhibits and amendments

More information

Veeam Task Manager for Hyper-V

Veeam Task Manager for Hyper-V Veeam Task Manager for Hyper-V Version 1.0 User Guide July, 2014 2014 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be

More information

PeopleSoft Financials/Supply Chain Management 9.1 FP2 Hardware and Software Requirements

PeopleSoft Financials/Supply Chain Management 9.1 FP2 Hardware and Software Requirements PeopleSoft Financials/Supply Chain Management 9.1 FP2 Hardware and Software Requirements November 2013 PeopleSoft Financials/Supply Chain Management 9.1 FP2 Hardware and Software Requirements SKU fscm91hwsw_fp2_112013

More information