TROUBLESHOOTING XML WHAT IS XML? 4/27/2015. Jim Hines CEPI Customer Support Manager

Size: px
Start display at page:

Download "TROUBLESHOOTING XML WHAT IS XML? 4/27/2015. Jim Hines CEPI Customer Support Manager"

Transcription

1 TROUBLESHOOTING XML Jim Hines CEPI Customer Support Manager XML stands for Extensible Markup Language. Programming code, designed to be simple, widely used, and usable online (according to W3C Recommendation, November 2008). XML allows us to send and receive large, complex data files. CEPI uses these files primarily for the Michigan Student Data System (MSDS), but also in REP and EEM downloads. WHAT IS XML? 1

2 XML FILES XML works using tags: <Tag>Content</Tag> Tags are case-sensitive: <GoodTag>Data</GoodTag> <BadTag>Data</badtag> MSDS will not accept empty tags: <EmptyTag></EmptyTag> <EmptyTag /> ANATOMY OF AN XML FILE: TAGS 2

3 An XML file starts with header information. The header tells the system what kind of file it s reading, like an introduction: Early Childhood Fall Collection ID# Schema Schema Location on the Internet If the header information isn t consistent and correct, the system can t read the file. ANATOMY OF AN XML FILE: HEADER Each record is made up of a series of nested tags. The RequestforUIC tag marks the start and end of this Request for UIC record. Individual components in this record include: SubmittingEntity PersonalCore SchoolDemographics Enrollment ANATOMY OF AN XML FILE: BODY 3

4 Each component includes one or more fields. Start and end tags must be correctly nested. Good: <PersonalCore><Last Name>POTTER</Last Name> </PersonalCore> Bad: <PersonalCore><Last Name>POTTER</Personal Core></Last Name> ANATOMY OF AN XML FILE: BODY Components and individual fields must appear in the correct order, as specified in the.xml schema. Otherwise, you get a file-level error. Incorrect: Correct: ANATOMY OF AN XML FILE: BODY 4

5 The file header includes a line specifying the location of the XML Schema. For example: xsi:nonamespaceschemalocation= te.mi.us/msdsxml/springgeneralcollection xsd If you go to that Web address, you ll see the schema file that specifies the rules your file must follow. Warning: XML Schemas are written to be understood by computers, not necessarily by human beings WAIT, WHAT S THE XML SCHEMA? WAIT, WHAT S THE XML SCHEMA? 5

6 The schema specifies things like The order of all components and fields. Whether or not a component or field is required. How many times a component or field can be reported in a single record. What values can be reported in a particular field. WAIT, WHAT S THE XML SCHEMA? By default,.xml files will generally open in your internet browser. To edit an.xml file, you ll need to use a Text Editor or an XML Editing program. For CEPI applications, do not try to edit or create an.xml file in Microsoft Excel. HOW DO I OPEN AN XML FILE? 6

7 HOW DO I OPEN AN XML FILE? Editing your XML file in Excel will result in this: HOW DO I OPEN AN XML FILE? 7

8 The MSDS Web page includes a link to our XML Validation Guide. Free XML Validation Software: XML Notepad Notepad++ HOW DO I FIND ERRORS IN MY XML FILE? When you upload your file, you may see an Uploaded Successfully message. This does not mean your file is error-free. Upload means your file was successfully copied to our server. After the file is uploaded, the MSDS checks it for file-level errors. HOW DO I FIND ERRORS IN MY XML FILE? 8

9 After you ve uploaded, check your file status in the MSDS: Student Data Submission Uploaded File Status Enter your filter criteria and click Filter. HOW DO I FIND ERRORS IN MY XML FILE? Failed File Validation means your XML file has a file-level problem, and the MSDS could not read or load the data in your file. Click the file name link to view the details. HOW DO I FIND ERRORS IN MY XML FILE? 9

10 HOW DO I FIND ERRORS IN MY XML FILE? XML validation errors use single quotes instead of double quotes. Error message: The 'ExitStatus' element is invalid - The value '_' is invalid according to its datatype 'ExitStatusType' - The Enumeration constraint failed. Field name: ExitStatus Datatype and ExitStatusType refer to the specifications from the schema file. Value _ means you submitted a _ character in this field. Here s how that code will look in your file: <ExitStatus>_</ExitStatus> INTERPRETING XML VALIDATION ERRORS 10

11 Open your file in Notepad or another text/editor program. Control+F or Edit Find. Search for <ExitStatus>_</ExitStatus> HOW DO I FIND ERRORS IN MY XML FILE? Voila! There s the record that needs to be corrected, either in Notepad or in your student information system (SIS). HOW DO I FIND ERRORS IN MY XML FILE? 11

12 Remember, XML errors use single quotes. When an error says: The value is invalid, it s telling you there s an empty set of XML tags. The field is StudentResidentCounty, meaning your file has the following bad code: <StudentResidentCounty></StudentResidentCounty> Options: Search in Notepad or another editor. Run the file through an XML Validation program. COMMON ERRORS AND WHAT TO DO ABOUT THEM The XML schema specifies what can be entered in each field, including length. Phone numbers can only be a maximum of 10 digits. Hint: You can look the field up in the MSDS Data Field Descriptions manual to find those rules, if you don t want to read the schema. Options: Search in Notepad or another editor for the bad phone number. Run the file through an XML Validation program. COMMON ERRORS AND WHAT TO DO ABOUT THEM 12

13 CollectionID is part of the file header information. Each collection has its own specific header ID. You might get this error if you selected the wrong Collection in the File Upload drop-down, or exported the wrong file type from your SIS. Options: Compare your file header against the posted MSDS sample file on our website. Run the file through an XML Validation program. COMMON ERRORS AND WHAT TO DO ABOUT THEM This is another header error. There was nothing wrong with this file but the group name indicates this is an SRM file, and the user had tried to upload it into the Spring 2015 General Collection. Options: Compare your file header against the posted MSDS sample file on our website. Run the file through an XML Validation program. COMMON ERRORS AND WHAT TO DO ABOUT THEM 13

14 Yeah, this isn t an XML problem, and we re not going to be able to help you with it. COMMON ERRORS AND WHAT TO DO ABOUT THEM Your SIS should produce valid XML files. If you re getting error messages about bad XML code, please do the following: Make sure you have the latest version of your software. Download any updates. Contact your vendor. TALK TO YOUR VENDOR 14

15 You can always contact CEPI customer support for assistance. Phone: x3 Our hours are Monday Friday, 7:30 a.m. 5 p.m. Please do not send us unencrypted data files! TALK TO CEPI 15

Michigan Student Data System IHE Request for UIC Collection

Michigan Student Data System IHE Request for UIC Collection Michigan Student Data System IHE Request for UIC Collection Navigating the CEPI website Gaining access to the MSDS C3 Overview XML Overview Demonstration Timing Resources and support 1 Navigating the CEPI

More information

Center for Educational Performance and Information (CEPI) Student Data System (SDS)

Center for Educational Performance and Information (CEPI) Student Data System (SDS) Center for Educational Performance and Information (CEPI) Student Data System (SDS) Training Manual Questions? Contact: 517.335.0505 E-mail: CEPI@michigan.gov Table of Contents MODULE 1 STUDENT DATA SYSTEM

More information

Center for Educational Performance and Information (CEPI) Registry of Educational Personnel (REP)

Center for Educational Performance and Information (CEPI) Registry of Educational Personnel (REP) Center for Educational Performance and Information (CEPI) Michigan Education Information System (MEIS) Registry of Educational Personnel (REP) Personnel Search (PIC Search) Application User s Guide February

More information

Note: Where possible the screen shots in this document are from QuickBooks 2012 and/or QuickBooks 2013 Premier Accountants Edition.

Note: Where possible the screen shots in this document are from QuickBooks 2012 and/or QuickBooks 2013 Premier Accountants Edition. QUICKBOOKS & T4 S CONTENTS QuickBooks &T4 s... 3 Preparing T4s... 3 Review T4... 3 Adjusting T4... 4 Print T4... 5 Emailing T4... 6 E Filing T4... 8 Amending T4 Slips... 12 Canceling T4 Slips... 12 Preparing

More information

How to Create and Send a Froogle Data Feed

How to Create and Send a Froogle Data Feed How to Create and Send a Froogle Data Feed Welcome to Froogle! The quickest way to get your products on Froogle is to send a data feed. A data feed is a file that contains a listing of your products. Froogle

More information

Helping Users Sync Contacts and Events with Exchange Sync (Beta)

Helping Users Sync Contacts and Events with Exchange Sync (Beta) Helping Users Sync Contacts and Events with Exchange Sync (Beta) Salesforce, Spring 15 @salesforcedocs Last updated: February 27, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce

More information

An Introduction to the Moodle Online Learning Platform

An Introduction to the Moodle Online Learning Platform An Introduction to the Moodle Online Learning Platform For a general orientation to features of the course platform review the Computer Configuration, Course Navigation and Moodle Features document presented

More information

enicq 5 External Data Interface User s Guide

enicq 5 External Data Interface User s Guide Vermont Oxford Network enicq 5 Documentation enicq 5 External Data Interface User s Guide Release 1.0 Published December 2014 2014 Vermont Oxford Network. All Rights Reserved. enicq 5 External Data Interface

More information

DIRECTORY PASSWORD V1.0 Quick Start Guide

DIRECTORY PASSWORD V1.0 Quick Start Guide DIRECTORY PASSWORD V1.0 Quick Start Guide Directory Password is a self-service password reset / account unlock tool that is an optional add-on for Directory Update v2.0. Using Directory Password involves

More information

State of Michigan Data Exchange Gateway. Web-Interface Users Guide 12-07-2009

State of Michigan Data Exchange Gateway. Web-Interface Users Guide 12-07-2009 State of Michigan Data Exchange Gateway Web-Interface Users Guide 12-07-2009 Page 1 of 21 Revision History: Revision # Date Author Change: 1 8-14-2009 Mattingly Original Release 1.1 8-31-2009 MM Pgs 4,

More information

Getting started with the Asset Import Converter. Overview. Resources to help you

Getting started with the Asset Import Converter. Overview. Resources to help you Getting started with the Asset Import Converter Overview While you can manually enter asset information in the Catalog, you can also import asset data in the XML (extensible markup language) file format.

More information

Price list update. What this exercise is about... 2. What you should be able to do... 2. Introduction... 2. Requirements... 2

Price list update. What this exercise is about... 2. What you should be able to do... 2. Introduction... 2. Requirements... 2 Copyright IBM Corporation 2011 All rights reserved IBM WebSphere Commerce V7 Feature Pack 2 Lab exercise Price list update What this exercise is about... 2 What you should be able to do... 2 Introduction...

More information

CCMS Bulk Claim Upload Pilot Use Only

CCMS Bulk Claim Upload Pilot Use Only The bulk upload facility in CCMS allows you to export data from your case management system and upload it directly into CCMS. This replaces the need for you to manually enter bills line by line. Your software

More information

ST. GREGORY S HOTEL AND LUXURY SUITES

ST. GREGORY S HOTEL AND LUXURY SUITES TAX ATTORNEY RECRUITING EVENT (T.A.R.E.) ST. GREGORY S HOTEL AND LUXURY SUITES March 1, 2012 USING SYMPLICITY LOG IN: 1. Access the website at https://law-tare-csm.symplicity.com/students/ 2. Enter your

More information

READ 180 Next Generation Dashboard Troubleshooting Guide

READ 180 Next Generation Dashboard Troubleshooting Guide Before You Begin READ 180 Next Generation Dashboard Troubleshooting Guide It is important to keep your Scholastic software current. Many errors are fixed through software updates, which are posted on the

More information

PaperCut Payment Gateway Module - RBS WorldPay Quick Start Guide

PaperCut Payment Gateway Module - RBS WorldPay Quick Start Guide PaperCut Payment Gateway Module - RBS WorldPay Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and testing

More information

DATA COLLECTION GUIDANCE

DATA COLLECTION GUIDANCE COMPLETING THE YEAR 2 PHONICS SCREENING CHECK 2016 DATA COLLECTION GUIDANCE Please ensure you have completed the Import Routine guidance prior to starting the following processes Contents Reporting Requirements

More information

PC USER S GUIDE ECONOMIC DATA ST. LOUIS FED

PC USER S GUIDE ECONOMIC DATA ST. LOUIS FED FRED ADD-IN PC USER S GUIDE F OR EXCEL 2010 E C O N O M I C R E S E A R C H F E D E R A L R E S E R V E B A N K O F S T. L O U I S P. O. B O X 4 4 2 S A I N T L O U I S, M I S S O U R I, 6 3 1 6 6 R E

More information

TENDERS MANAGEMENT TOOL SRM: SUPPLIERS RELATIONSHIP MANAGEMENT SUPPLIER S MANUAL. June 2013. Version 2

TENDERS MANAGEMENT TOOL SRM: SUPPLIERS RELATIONSHIP MANAGEMENT SUPPLIER S MANUAL. June 2013. Version 2 TENDERS MANAGEMENT TOOL SRM: SUPPLIERS RELATIONSHIP MANAGEMENT SUPPLIER S MANUAL June 2013 Version 2 2 de 24 ÍNDEX 1. WELCOME... 3 2. BID INVITATION INFORMATION... 4 2.1 SRM ACCESS... 4 2.2 SRM USER AND

More information

T his feature is add-on service available to Enterprise accounts.

T his feature is add-on service available to Enterprise accounts. SAML Single Sign-On T his feature is add-on service available to Enterprise accounts. Are you already using an Identity Provider (IdP) to manage logins and access to the various systems your users need

More information

Helping Users Sync Contacts and Events with Exchange Sync (Beta)

Helping Users Sync Contacts and Events with Exchange Sync (Beta) Helping Users Sync Contacts and Events with Exchange Sync (Beta) Salesforce, Spring 16 @salesforcedocs Last updated: February 18, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce

More information

February 2013 Copyright 2013 by CTB McGraw-Hill Education. 1

February 2013 Copyright 2013 by CTB McGraw-Hill Education. 1 February 2013 Copyright 2013 by CTB McGraw-Hill Education. 1 OCCT & OMAAP Welcome to the Record Editing System (RES) Utility... 3 About Your Task... 3 Security Concerns... 3 Before You Begin... 3 Contacting

More information

WebBidder Draft User Guide for 800MHz and 2.6GHz mock auctions

WebBidder Draft User Guide for 800MHz and 2.6GHz mock auctions WebBidder Draft User Guide for 800MHz and 2.6GHz mock auctions November and December DotEcon Ltd 17 Welbeck Street London W1G 9XJ www.dotecon.com Introduction i Content 1 Part 1 Navigation and basic functionality

More information

Center for Educational Performance and Information (CEPI) Single Sign-On (SSO) User Guide

Center for Educational Performance and Information (CEPI) Single Sign-On (SSO) User Guide Center for Educational Performance and Information (CEPI) Single Sign-On (SSO) User Guide Questions? Contact CEPI Customer Support Email: CEPI@michigan.gov Phone: 517-335-0505 x3 Contents Contents... 2

More information

Extensible Markup Language (XML): Essentials for Climatologists

Extensible Markup Language (XML): Essentials for Climatologists Extensible Markup Language (XML): Essentials for Climatologists Alexander V. Besprozvannykh CCl OPAG 1 Implementation/Coordination Team The purpose of this material is to give basic knowledge about XML

More information

All Colleagues Landing Page

All Colleagues Landing Page INTERNAL USE ONLY All Colleagues Landing Page User's Manual Version 5 Table of Contents Login... 2 Password Features... 4 Expired password...4 Password reset...6 Region Selection... 8 Changing Your Region...8

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

User Guide for Payroll Service (APS+)

User Guide for Payroll Service (APS+) User Guide for Payroll Service (APS+) Sept 2015 No part of this document may be reproduced, stored in a retrieval system of transmitted in any form or by any means, electronic, mechanical, chemical, photocopy,

More information

e-invoicing Online Billing

e-invoicing Online Billing e-invoicing Online Billing For any assistance please contact Email: Tel: Contents Welcome to Online Billing 3 Registering for Online Billing 4 einvoicing and epayment 10 Logging in 11 Accessing your new

More information

NASDAQ Web Security Entitlement Installation Guide November 13, 2007

NASDAQ Web Security Entitlement Installation Guide November 13, 2007 November 13, 2007 Table of Contents: Copyright 2006, The Nasdaq Stock Market, Inc. All rights reserved.... 2 Chapter 1 - Entitlement Overview... 3 Hardware/Software Requirements...3 NASDAQ Workstation...3

More information

HELP DESK MANUAL INSTALLATION GUIDE

HELP DESK MANUAL INSTALLATION GUIDE Help Desk 6.5 Manual Installation Guide HELP DESK MANUAL INSTALLATION GUIDE Version 6.5 MS SQL (SQL Server), My SQL, and MS Access Help Desk 6.5 Page 1 Valid as of: 1/15/2008 Help Desk 6.5 Manual Installation

More information

Forms Printer User Guide

Forms Printer User Guide Forms Printer User Guide Version 10.51 for Dynamics GP 10 Forms Printer Build Version: 10.51.102 System Requirements Microsoft Dynamics GP 10 SP2 or greater Microsoft SQL Server 2005 or Higher Reporting

More information

Using GABRIEL Excel to XML Templates

Using GABRIEL Excel to XML Templates Using GABRIEL Excel to XML Templates Contents What are the templates for?...1 What do I need to use them?...2 How do I create XML data and load it into GABRIEL?...2 How can I enter data into the templates?...2

More information

Mobility Tool Guide for Beneficiaries of Leonardo da Vinci programme

Mobility Tool Guide for Beneficiaries of Leonardo da Vinci programme EUROPEAN COMMISSION Directorate-General for Education and Culture Lifelong Learning: policies and programme Coordination of the "Lifelong learning" programme Mobility Tool Guide for Beneficiaries of Leonardo

More information

Web Connect Guide. Version A USA

Web Connect Guide. Version A USA Web Connect Guide Version A USA Applicable models This User s Guide applies to the following models: ADS-500W. Definitions of notes We use the following note style throughout this user s guide: Notes tell

More information

User Manual VU-Mail Thunderbird (IMAP) February 10

User Manual VU-Mail Thunderbird (IMAP) February 10 VU University Amsterdam University Centre IT User Manual VU-Mail Thunderbird (IMAP) February 10 This document describes how to configure the e-mail application Thunderbird on Windows XP for the Exchange

More information

User Guide for Patients

User Guide for Patients User Guide for Patients Creating a My Health Online Account Before you can create a My Health Online account you must register for this service at your GP practice. Your practice will provide you with

More information

Setting up Web Material. An introduction

Setting up Web Material. An introduction Setting up Web Material An introduction How to publish on the web Everyone with an Aberystwyth University account can publish material on the web http://users.aber.ac.uk/you9/ The URL of your home page

More information

COSTARS Sales Reporting Manual December 2013

COSTARS Sales Reporting Manual December 2013 COSTARS Sales Reporting Manual December 2013-1 - DGS/COSTARS website Suppliers access the COSTARS website through the DGS website. Follow the steps below to navigate to the COSTARS website. 1. Navigate

More information

Deposit Direct. Getting Started Guide

Deposit Direct. Getting Started Guide Deposit Direct Getting Started Guide Table of Contents Before You Start... 3 Installing the Deposit Direct application for use with Microsoft Windows Vista... 4 Running Programs in Microsoft Windows Vista...

More information

Michigan Student Data System

Michigan Student Data System Michigan Student Data System MERA November 2008 Trina Anderson Student Data Manager 1 What is MSDS? The Michigan Student Data System is the state student tracking system. It is the mechanism for districts

More information

DIRECTORY PASSWORD V1.2 Quick Start Guide

DIRECTORY PASSWORD V1.2 Quick Start Guide DIRECTORY PASSWORD V1.2 Quick Start Guide Directory Password is a self-service password reset / account unlock tool that is an optional add-on for Directory Update v2.5. Directory Update must be installed

More information

ProExtra eclaiming User Guide

ProExtra eclaiming User Guide ProExtra eclaiming User Guide Welcome to ProExtra eclaiming. You can use this system to submit claims to ProCare, for the services you have provided to patients referred to you by their GPs. You will need

More information

FAQ - Online Applications - Payment and Submission

FAQ - Online Applications - Payment and Submission FAQ - Online Applications - Payment and Submission Please see the list below for answers to frequently asked questions regarding payment and submission on our online application system: How much does a

More information

Turnitin Blackboard 9.0 Integration Instructor User Manual

Turnitin Blackboard 9.0 Integration Instructor User Manual Turnitin Blackboard 9.0 Integration Instructor User Manual Version: 2.1.3 Updated December 16, 2011 Copyright 1998 2011 iparadigms, LLC. All rights reserved. Turnitin Blackboard Learn Integration Manual:

More information

NetSupport DNA Configuration of Microsoft SQL Server Express

NetSupport DNA Configuration of Microsoft SQL Server Express NetSupport DNA Configuration of Microsoft SQL Server Express Copyright 2016 NetSupport Ltd All rights reserved Configuration of Microsoft SQL Server Express and NetSupport DNA Installation Requirements

More information

Kuali Financial System Interface Specification for Electronic Invoice Feed

Kuali Financial System Interface Specification for Electronic Invoice Feed Kuali Financial System Interface Specification for Electronic Invoice Feed Overview The current financial system used at Cornell will be replaced by the Kuali Financial System (KFS). This will occur July

More information

Creating International Wire Transfer Payments Reference Guide

Creating International Wire Transfer Payments Reference Guide Creating International Wire Transfer Payments Reference Guide Table of Contents Creating and Working with International Wire Transfers 3 Overview 3 Creating a Freeform Payment or Template 3 Needs Rate

More information

Florida Department of Environmental Protection Office of Technology and Information Services

Florida Department of Environmental Protection Office of Technology and Information Services Florida Department of Environmental Protection Office of Technology and Information Services Industrial and Domestic Wastewater EzDMR (Discharge Monitoring Reporting) External User s Guide Prepared by:

More information

Using an Edline Gradebook. EGP Teacher Guide

Using an Edline Gradebook. EGP Teacher Guide Using an Edline Gradebook EGP Teacher Guide Table of Contents Introduction...3 Setup...3 Get the Gradebook Web Plugin... 3 Using Your Web Gradebook... 4 Using the Web Gradebook on a Shared Computer...

More information

Bahamas Tax Information Exchange Portal Documentation

Bahamas Tax Information Exchange Portal Documentation Bahamas Tax Information Exchange Portal Documentation This sub section of the Portal Documentation covers the following Topics: Portal Overview Portal Login Account Status Reportable Account File Processing

More information

Email Marketing Product User s Guide Advanced Internet Technologies, Inc. AIT Center June 1, 2004

Email Marketing Product User s Guide Advanced Internet Technologies, Inc. AIT Center June 1, 2004 Email Marketing Product User s Guide Advanced Internet Technologies, Inc. AIT Center June 1, 2004 Search All Your Favorite Engines from a Single Source with tybit!!! (Download Now) Revision History: This

More information

Magento Troubleshooting

Magento Troubleshooting Magento Troubleshooting Click the links to answer each question and find your answers. Feedback is welcome at: http://www.brightpearl.com/community/forums/sales-channels/magento-troubleshooting What are

More information

USER GUIDE. PowerMailChimp CRM 2011

USER GUIDE. PowerMailChimp CRM 2011 USER GUIDE PowerMailChimp CRM 2011 Contents About PowerMailChimp Getting Started Dynamics CRM Marketing Lists and MailChimp Groups Existing CRM Marketing Lists Creating a new CRM Marketing List PowerMailChimp

More information

Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide

Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide January 24, 2015 Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide Spambrella and/or other noted Spambrella related products contained herein are registered

More information

Use ArcGIS Online to Manage

Use ArcGIS Online to Manage Use ArcGIS Online to Manage Your Own Custom Map Gallery By Keith Mann, Esri Start customizing the template by changing the graphics and the web page title. Wouldn t it be great if you could create a dynamic

More information

COMPLETING THE KEY STAGE 2 2016 DATA COLLECTION GUIDANCE

COMPLETING THE KEY STAGE 2 2016 DATA COLLECTION GUIDANCE COMPLETING THE KEY STAGE 2 2016 DATA COLLECTION GUIDANCE Please ensure you have completed the Import Routine for All Key Stages prior to starting the following processes Key Stage 2 2016 1 Contents PROCEDURE

More information

User s Guide for the Texas Assessment Management System

User s Guide for the Texas Assessment Management System User s Guide for the Texas Assessment Management System Version 8.3 Have a question? Contact Pearson s Austin Operations Center. Call 800-627-0225 for technical support Monday Friday, 7:30 am 5:30 pm (CT),

More information

Importing Xerox LAN Fax Phonebook Data from Microsoft Outlook

Importing Xerox LAN Fax Phonebook Data from Microsoft Outlook Xerox Multifunction Devices September 4, 2003 for the user Importing Xerox LAN Fax Phonebook Data from Microsoft Outlook Purpose This document provides instructions for importing the Name, Company, Business

More information

Logging In You must log in to the system before you can begin exchanging files with UMB. To log in to the system, follow the steps below.

Logging In You must log in to the system before you can begin exchanging files with UMB. To log in to the system, follow the steps below. Using UMB Secure File Transfer UMB Secure File Transfer is a Java-based interface that you can use to upload and download your files through a secure SSL connection using a Javasupported web browser such

More information

Detailed Claim Information via DCA Access Online User s Guide

Detailed Claim Information via DCA Access Online User s Guide NCCI S 2016 DATA EDUCATIONAL PROGRAM Detailed Claim Information via DCA Access Online User s Guide January 26 29, 2016 Palm Beach County Convention Center West Palm Beach, FL Table of Contents Overview...

More information

Bulk Upload Tool (Beta) - Quick Start Guide 1. Facebook Ads. Bulk Upload Quick Start Guide

Bulk Upload Tool (Beta) - Quick Start Guide 1. Facebook Ads. Bulk Upload Quick Start Guide Bulk Upload Tool (Beta) - Quick Start Guide 1 Facebook Ads Bulk Upload Quick Start Guide Last updated: February 19, 2010 Bulk Upload Tool (Beta) - Quick Start Guide 2 Introduction The Facebook Ads Bulk

More information

Brock University Content Management System Training Guide

Brock University Content Management System Training Guide Brock University Content Management System Training Guide Table of Contents Brock University Content Management System Training Guide...1 Logging In...2 User Permissions...3 Content Editors...3 Section

More information

How To Set Up An Apple Mail Account On A Mac Computer Or Macbook With A Password Protected Email (For A Mac) For A Long Time (For An Older Computer) For Free (For New Mac) (For Older Mac)

How To Set Up An Apple Mail Account On A Mac Computer Or Macbook With A Password Protected Email (For A Mac) For A Long Time (For An Older Computer) For Free (For New Mac) (For Older Mac) Apple Mail Email Setup Account Types 2 Exchange account 3 POP account 4 Maintenance Setting up an Email signature 6 Checking Email Storage 7 Archiving Emails 8 Troubleshooting Checking your Account Settings

More information

WEB USER GUIDE VAULT MEDIA STORAGE

WEB USER GUIDE VAULT MEDIA STORAGE BUSINESS DATA RECORD SERVICES WEB USER GUIDE VAULT MEDIA STORAGE TABLE OF CONTENTS Log In Screen/Home Page Rotation Services-Request Media Rotation Services-View List Rotation Services-Miscellaneous Query

More information

XML Validation Guide. Questions or comments about this document should be directed to: E mail CEPI@michigan.gov Phone 517 335 0505

XML Validation Guide. Questions or comments about this document should be directed to: E mail CEPI@michigan.gov Phone 517 335 0505 XML Validation Guide XML Validation Guide Questions or comments about this document should be directed to: E mail CEPI@michigan.gov Phone 517 335 0505 Table of Contents Introduction... 3 XML File Validation...

More information

Transferring data safely

Transferring data safely Transferring data safely Secure drop-box users guide INTRODUCTION You ve been registered to make use of a secure web-based drop-box in order to safely exchange data across the Internet between yourself

More information

EPAF Upload File Management and Processing

EPAF Upload File Management and Processing EPAF Upload File Management and Processing Purpose Create EPAF transactions using the MS Excel EPAF UPLOAD TEMPLATEs, FileZilla and the EPAF Upload [NZPELOD] to complete the following tasks: 1. Accessing,

More information

Configuring E-Mail Notifications for Cisco Unified MeetingPlace Express

Configuring E-Mail Notifications for Cisco Unified MeetingPlace Express CHAPTER 14 Configuring E-Mail Notifications for Cisco Unified MeetingPlace Express Revised: October 18, 2006, Cisco Unified MeetingPlace Express generates e-mail notifications and sends them to the meeting

More information

Form Builder - User Guide

Form Builder - User Guide Composite 2015-12-07 Composite A/S Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.composite.net Contents 1 INTRODUCTION... 3 1.1 Who Should Read This Guide? 5 1.2 Getting Started 5 2 INSERTING

More information

Evaluating a File. How to Upload and Evaluate a File To upload and evaluate a file, follow these steps.

Evaluating a File. How to Upload and Evaluate a File To upload and evaluate a file, follow these steps. The Loan Quality Advisor tool allows you to upload and evaluate a batch file. A batch file may contain one or multiple loan data files. You must always select a specific file to upload to initiate an evaluation

More information

Authorize.Net CIM: User Manual

Authorize.Net CIM: User Manual Authorize.Net CIM: User Manual Version 3.0 For Magento 2 Updated 2016-05-25 Table of Contents Installation... 2 If you purchased from Magento Marketplace... 2 If you purchased from store.paradoxlabs.com...

More information

Welcome to PowerClaim Net Services!

Welcome to PowerClaim Net Services! Welcome to PowerClaim Net Services! PowerClaim Net Services provides a convenient means to manage your claims over the internet and provides detailed reporting services. You can access PowerClaim Net Services

More information

How to Use Swiftpage for Microsoft Excel

How to Use Swiftpage for Microsoft Excel How to Use Swiftpage for Microsoft Excel 1 Table of Contents Basics of the Swiftpage for Microsoft Excel Integration....3 How to Install Swiftpage for Microsoft Excel and Set Up Your Account...4 Creating

More information

Installing C++ compiler for CSc212 Data Structures

Installing C++ compiler for CSc212 Data Structures for CSc212 Data Structures WKhoo@gc.cuny.edu Spring 2010 1 2 Testing Mac 3 Why are we not using Visual Studio, an Integrated Development (IDE)? Here s several reasons: Visual Studio is good for LARGE project.

More information

Helping Users Sync Contacts and Events with Exchange Sync (Beta)

Helping Users Sync Contacts and Events with Exchange Sync (Beta) Helping Users Sync Contacts and Events with Exchange Sync (Beta) Salesforce, Winter 16 @salesforcedocs Last updated: October 2, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce

More information

IBRI College of Technology Department of Information Technology. Intercollegiate Web Programming Contest On 12 March, 2013 (Tuesday)

IBRI College of Technology Department of Information Technology. Intercollegiate Web Programming Contest On 12 March, 2013 (Tuesday) IBRI College of Technology Department of Information Technology Intercollegiate Web Programming Contest On 12 March, 2013 (Tuesday) Eligibility: Web Programming Contest Rules The contest is open to Diploma

More information

PaperCut Payment Gateway Module PayPal Website Payments Standard Quick Start Guide

PaperCut Payment Gateway Module PayPal Website Payments Standard Quick Start Guide PaperCut Payment Gateway Module PayPal Website Payments Standard Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting

More information

This manual will also describe how to get Photo Supreme SQLServer up and running with an existing instance of SQLServer.

This manual will also describe how to get Photo Supreme SQLServer up and running with an existing instance of SQLServer. 1 Installation Manual SQL Server 2012 Photo Supreme Introduction Important note up front: this manual describes the installation of Photo Supreme with SQLServer. There is a free SQLServer version called

More information

Student Quick Start Guide

Student Quick Start Guide Student Quick Start Guide Welcome to Top Hat! This guide will help you register a student account and understand how to use Top Hat for your class. Creating an Account 1. If you don t already have a previous

More information

Application Note Startup Tool - Getting Started Guide

Application Note Startup Tool - Getting Started Guide Application Note Startup Tool - Getting Started Guide 1 April 2012 Startup Tool Table of Contents 1 INGATE STARTUP TOOL... 1 2 STARTUP TOOL INSTALLATION... 2 3 CONNECTING THE INGATE FIREWALL/SIPARATOR...

More information

Downloading/Installing LockDown Browser for Windows

Downloading/Installing LockDown Browser for Windows Blackboard Student Tutorial Respondus LockDown Browser Some instructors may require the use of Respondus LockDown Browser (LDB) to take an online exam. If this is the case, LDB must be downloaded, installed,

More information

National Child Measurement Programme 2015/16. IT System User Guide Part 3. Pupil Data Management

National Child Measurement Programme 2015/16. IT System User Guide Part 3. Pupil Data Management National Child Measurement Programme 2015/16 IT System User Guide Part 3 Pupil Data Management Published May 2016 Version 2.1 We are the trusted source of authoritative data and information relating to

More information

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual Vodafone PC SMS 2010 (Software version 4.7.1) User Manual July 19, 2010 Table of contents 1. Introduction...4 1.1 System Requirements... 4 1.2 Reply-to-Inbox... 4 1.3 What s new?... 4 2. Installation...6

More information

Getting Started Guide: Deploying Puppet Enterprise in Microsoft Azure

Getting Started Guide: Deploying Puppet Enterprise in Microsoft Azure Getting Started Guide: Deploying Puppet Enterprise in Microsoft Azure 1 Getting Started Guide with Microsoft Azure Getting Started Guide: Deploying Puppet Enterprise in Microsoft Azure Puppet Enterprise

More information

Viewing and Adding Photos

Viewing and Adding Photos Viewing and Adding Photos 2013 by Intellectual Reserve, Inc. All rights reserved. Enlgish approval: 10/2014. This document may be copied and downloaded for incidental, noncommercial Church or your own

More information

Secure File Transfer Help Guide

Secure File Transfer Help Guide Secure File Transfer Help Guide Establish a Secure File Transfer Account When a package is sent to your email address, you will receive an email from the sender that includes a link to instructions to

More information

NovaBACKUP Central Management Console

NovaBACKUP Central Management Console NovaBACKUP Central Management Console User Manual NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are

More information

1. Introduction. 2. Installing

1. Introduction. 2. Installing 1. Introduction Do you want your distributor products assortment always up to date in your shop? Including the daily purchase and sales pricing? With the current stock? Then you need Iceimport! Our service

More information

MS InfoPath 2003 MS InfoPath 2007 Microsoft Office InfoPath 2003 minimally runs on the following operating systems:

MS InfoPath 2003 MS InfoPath 2007 Microsoft Office InfoPath 2003 minimally runs on the following operating systems: 8. PREPARING AND TRANSMITTING EDGARLITE SUBMISSIONS 8.1 Purpose EDGARLite is an application that uses intelligent forms to aid in the construction of filings to be submitted to EDGAR. Each EDGARLite form

More information

Strategic Asset Tracking System User Guide

Strategic Asset Tracking System User Guide Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data

More information

NetSupport DNA Configuration of Microsoft SQL Server Express

NetSupport DNA Configuration of Microsoft SQL Server Express NetSupport DNA Configuration of Microsoft SQL Server Express Configuration of Microsoft SQL Server Express and NetSupport DNA Installation Requirements If installing Microsoft SQL Server Express on Windows

More information

ACR Triad Site Server Click Once Software System

ACR Triad Site Server Click Once Software System ACR Triad Site Server Click Once Software System Version 2.5 20 October 2008 User s Guide American College of Radiology 2007 All rights reserved. CONTENTS INTRODUCTION...3 ABOUT TRIAD...3 DEFINITIONS...4

More information

USER GUIDE Rev. December 12, 2005

USER GUIDE Rev. December 12, 2005 USER GUIDE TABLE OF CONTENTS INTRODUCTION 1 FEATURES 1 REQUIREMENTS 1 FILE SIZE 1 LOGONS AND PASSWORDS 2 URL 2 AVAILABILITY 2 SUPPORT 2 ENTER NETWORK PASSWORD 3 HOME PAGE 4 CHANGE USER ID 5 GET FILES 6

More information

Outlook Data File navigate to the PST file that you want to open, select it and choose OK. The file will now appear as a folder in Outlook.

Outlook Data File navigate to the PST file that you want to open, select it and choose OK. The file will now appear as a folder in Outlook. Migrate Archived Outlook Items Outlook includes archiving functionality that is used to free up space on the mail server by moving older items from the mail server to PST files stored on your computer

More information

Advantech WebAccess Device Driver Guide. BwSNMP Advantech WebAccess to SNMP Agent (Simple Network Management Protocol) Device Driver Guide

Advantech WebAccess Device Driver Guide. BwSNMP Advantech WebAccess to SNMP Agent (Simple Network Management Protocol) Device Driver Guide BwSNMP Advantech WebAccess to SNMP Agent (Simple Network Management Protocol) Device Driver Guide Version 5.0 rev 1 Advantech Corp., Ltd. Table of Contents BwSNMP Advantech WebAccess to SNMP Agent (Simple

More information

e-cert (Server) User Guide For Microsoft IIS 7.0

e-cert (Server) User Guide For Microsoft IIS 7.0 e-cert (Server) User Guide For Microsoft IIS 7.0 Revision Date: Sep 2015 Table of Content A. Guidelines for e-cert (Server) Applicant... 3 New and Renew Application... 4 B. Generating Certificate Signing

More information

SAM Context-Based Authentication Using Juniper SA Integration Guide

SAM Context-Based Authentication Using Juniper SA Integration Guide SAM Context-Based Authentication Using Juniper SA Integration Guide Revision A Copyright 2012 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document complete

More information

Online Payroll System Bureau Manual

Online Payroll System Bureau Manual Table of Contents Introduction... 2 Setting Up A New Company... 3 View Company Status... 5 Reset A Company... 8 Bureau Maintenance... 9 Select A Company... 10 Bureau Contacts... 12 General Messages...

More information