Metropolitan State University of Denver Grade Change Request Workflow. Angie Martinez June 2014

Size: px
Start display at page:

Download "Metropolitan State University of Denver Grade Change Request Workflow. Angie Martinez June 2014"

Transcription

1 Metropolitan State University of Denver Grade Change Request Workflow Angie Martinez June 2014

2 Table of Contents Grade Change Request Workflow PROCESS OVERVIEW 3 INITIATE GRADE CHANGE REQUEST 3 Option 1 -Grade Change 5 Grade Change Request (Registrar): 5 Option 2 - Grade Change Exception: 6 Grade Change Request (Chair/Dean): 6 BANNER DATA 7 DATABASE DETAILS 8 New Tables 8 Procedures 11 Packages 11 Triggers 11 WORKFLOW 11 Business Events 11 Enterprise Management 11 Role Management 12 User Management 12 REPORTS 12 MIGRATION DOCUMENT 13 2

3 PROCESS OVERVIEW Grade Change Request Workflow A grade change can be requested by the instructor of the course, by the department chair or by the department dean. A regular grade change will be processed by the Office of the Registrar. A grade change exception will need approval from both the chair and dean of the department before it is sent to the Office of the Registrar. Grade Change Exception Conditions: 1. If a grade is being changed after the first seven weeks of the semester following completion of the course, 2. If the faculty member is requesting a grade to be changed to or from NC, 3. If an Incomplete (I) changed to an F and the instructor wants to assign a grade, 4. If a regular F is changing to a permanent F, or a permanent F is being changed to a regular F, 5. Or, if the grade is being changed by someone other than the instructor of record INITIATE GRADE CHANGE REQUEST The workflow is initiated by the requester using Banner Self-Service (SSB). On the Faculty tab there is a link called Initiate a Grade Change in which the requester will click on to open the page where they will enter the Student ID, Term and Course Number (CRN). 3

4 The user will click on Create Grade Change Request, which will direct them to the next page where additional information will be entered. The student/course information will appear as above. At this point the requester will insert the new grade, select whether or not it is a permanent F and add comments if they choose to. If the request is not an exception and the student is given an F, the requester will be required to fill in the Date Last Attend field. Once the user clicks on the Submit button, the workflow will begin. 1. The information that is entered into Banner Self-Service by the requester will be stored in the SWRGRDC table. An insert into the SWRGRDC table will start a workflow via a start trigger- WFBANNER.SWRGRDC_BI_TRG. 2. The following student, requester and instructor information will then be retrieved: a. Name b. Address c. ID 3. The workflow will determine which staff member in the Office of the Registrar will receive the work. The workflow will make this determination based on the student s last name (i.e. A-M, N-Z). User roles have been set up in order to allow the workflow to do this. 4

5 4. Grade status will be updated in the SWRGRDC table. The grade status will have four options for the student to view on SSB: a. In progress (IP) status when grade change is first submitted b. Approve (A) status when decision has been made to approve c. Deny (D) status when decision has been made to deny d. Not Processed (NP) Not approved by the Office of the Registrar Option 1 -Grade Change Employees who are responsible for processing grade change requests, in the Office of the Registrar, will receive an notifying them that a grade change is waiting to be processed. The employee that will be assigned the workflow will have a workflow named, GRADE CHANGE: Term, Last Name, First Name (Student ID) for Course No, in their Worklist. Grade Change Request (Registrar): The Office of the Registrar will have the ability to approve (OK to process)/deny (Do not process) the request and to add comments. Approval: 1. The workflow will update SHATCKN (form)/shrtckn (table) with the new grade. The process_grade_change activity in the workflow is responsible for this update. 2. The student and the requester will get an stating that the grade change has been accepted. SUAMAIL (form)/gurmail (table) is also updated with a Letter Code of REG_GRADE_APP. 3. The workflow will verify if this student is either an Athlete or a Veteran. If so, Athletics or Veteran and Military Student Services will be notified via The requester and Office of the Registrar comments are combined and are inserted into SPACMNT (form)/sprcmnt (table). Denial: 1. The requester will be notified of the denial by the Office of the Registrar. 2. Requester and Office of the Registrar comments will be inserted into SPACMNT (form). 5

6 Option 2 - Grade Change Exception: If the grade change meets any of the conditions mentioned in the Process Overview it will be sent to the department chair and dean for approval. All other chairs and deans that are associated with that department will receive an notification, simply stating that a workflow has been initiated. The chair and dean that will be making the decision will receive a separate with a link that will direct them to the workflow. The department chair and dean will also be able to access the workflow on their Worklist. *If the chair/dean information are not found an will be sent to the Office of the Registrar requesting that they set up the chair/dean in the SZRLEAD table Grade Change Request (Chair/Dean): Chair: 1. The chair can decide to Approve or Deny the grade change request and they will have an area to insert comments. 2. If the grade change is approved the workflow will be passed to the department dean for approval. 3. If the workflow is denied the requester and the student will be sent an notification and SUAMAIL (form)/gurmail (table) will be updated with a Letter Code of REG_GRADE_DEN. 4. Comments from the requester and chair will be inserted into SPACMNT (form)/sprcmnt (table). Dean: 1. The dean can decide to Approve or Deny the grade change request and they will have an area to insert comments. 2. If the grade change is approved the workflow will be passed to the Office of the Registrar for approval. 3. If the workflow is denied the requester, the chair and the student will be sent an notification and SUAMAIL (form)/gurmail (table) will be updated with a Letter Code of REG_GRADE_DEN. 4. Comments from the requester, the chair and dean will be inserted into SPACMNT (form)/sprcmnt (table). 6

7 Office of the Registrar: 1. The Office of the Registrar can decide to OK to process or Do not process the grade change request and they will have an area to insert comments. 2. If the grade change is OK to process, the workflow will check to see if the student is an Athlete or a Veteran. If so, Athletics or Veteran and Military Student Services will receive an notifying them that this change has been made for their student. 3. If the grade change is Not OK to process, the chair and the student will be sent a notification and SUAMAIL (form)/gurmail (table) will be updated with a Letter Code of REG_GRADE_DEN. 4. If the grade change is approved and processed, the requester and student will be sent a notification and SUAMAIL (form)/gurmail (table) will be updated with a Letter Code of REG_GRADE_APP. 5. Comments from the requester, chair, dean and Office of the Registrar will be combined and inserted into SPACMNT (form)/sprcmnt (table). BANNER DATA The data below has been added to Banner Prod to meet the Grade Change Request requirements. GTVLETR New letter codes inserted into GURMAIL: REG_GRADE_DEN - Denied REG_GRADE_APP - Approved SPACMNT Comments Comment Type: GRD Grade Change Originator: REG Office of the Registrar Last Updated by: Wflow GTVSDAX Student Hold records must be inserted: Code = GRDCHGHOLD Group = HOLDS SHATCKN Change Reason GF Grade Change Form Submitted 7

8 ST Permanent F GE Grade Change Exception DATABASE DETAILS New Tables SZRLEAD Table The Department Lead Maintenance table will store subject, department, college, chair, dean and VP information. The table will contain three columns for chair PIDMs and four columns for dean PIDMs. Chair 1 is set up for approving chair. Chair 2 and Chair 3 are set up for notifications. The Dean, Associate Dean 2 and Associate Dean 3 will also be set up for notification, while Associate Dean 1 will be set up for approval. This table will be maintained by the Office of the Registrar eventually. At this time, any modifications to this table need to be sent to IT. For report information on this table see the report section below. FIELD NAME DESCRIPTION COMMENT SZRLEAD_SUBJ_CODE Subject Code Subject SZRLEAD_DEPT_CODE Department Code Department SZRLEAD_COLL_CODE College Code College SZRLEAD_DEPT_CHAIR_PIDM_1 Chair PIDM Approver SZRLEAD_DEPT_CHAIR_PIDM_2 Chair PIDM notification SZRLEAD_DEPT_CHAIR_PIDM_3 Chari PIDM notification SZRLEAD_DEAN_PIDM Dean PIDM notification SZRLEAD_ASSOCIATE_DEAN_PIDM_1 Associate Dean PIDM Approver SZRLEAD_ASSOCIATE_DEAN_PIDM_2 Associate Dean PIDM notification SZRLEAD_ASSOCIATE_DEAN_PIDM_3 Associate Dean PIDM notification SZRLEAD_VP_PIDM Vice President PIDM SZRLEAD_USER_ID User ID SZRLEAD_ACTIVITY_DATE Current Date/Sysdate SZRLEAD_SURROGATE_ID Unique Record Identifier SZRLEAD_TOKEN 8

9 SWRGRDD - this table was created to maintain approver decisions and date entries for each decision. FIELD NAME DESCRIPTION COMMENT SWRGRDD_SURROGATE_ID Unique Record Identifier SWRGRDD_SWRGRDC_SURROGATE_ID Unique Record Identifier Joined with SWRGRDC_SURROGATE_ ID record SWRGRDD_REVIEWER_PIDM PIDM SWRGRDD_REVIEWER_DECISION Decision Accept/Deny SWRGRDD_REVIEWER_COMMENTS Comments Comments inserted into SPACMNT SWRGRDD_REVIEWER_DATE Date decision was made SWRGRDD_ACTIVITY_DATE Current Date/Sysdate SWRGRDD_USER_ID User ID Approver User ID 9

10 SWRGRDC - this table will store all the requested information entered by the requester of the grade change. FIELD NAME DESCRIPTION COMMENT SWRGRDC_SURROGATE_ID Unique Record Identifier SWRGRDC_STUDENT_PIDM Student PIDM SWRGRDC_REQUESTER_PIDM Requester PIDM SWRGRDC_TERM_CODE Term Code SWRGRDC_DEPT_CODE Department Code Department SWRGRDC_CRSE_NUMB Course number Course SWRGRDC_CRSE_TITLE Course title SWRGRDC_CREDIT Course credit hours SWRGRDC_GMOD_CODE Grade mode D Distance Learning L-Letter O Self-Paced SWRGRDC_OLD_GRADE Old grade Original Grade SWRGRDC_NEW_GRADE New grade SWRGRDC_ACTIVITY_DATE Current Date/Sysdate SWRGRDC_USER_ID Requester User ID SWRGRDC_REASON Type of Grade Change GE Grade Exception GF Grade Change Form Submitted ST Permanent F SWRGRDC_CHANGE_DATE Request Date Date request was made SWRGRDC_STATUS_CODE Grade change status NP Not Processed A Accepted D Denied IP In Progress SWRGRDC_TOKEN SWRGRDC_CRN Course Reference Number SWRGRDC_COMMENTS Comments Requester comments SWRGRDC_PERM_GRADE_F Permanent F indicator When selected the grade change will automatically become an exception 10

11 FIELD NAME DESCRIPTION COMMENT SWRGRDC_SEQ_NUMB SWRGRDC_GRADE_EXCEPTION Grade change exception Determines whether or not grade change request meets exception criteria. SWRGRDC_SUBJ_CODE Subject Code SWRGRDC_PRIMARY_INSTR_PIDM Instructor PIDM SWRGRDC_LAST_ATTEND Date last attended class Only applicable if F is assigned to a regular grade change. Procedures P_DU_CHANGE_GRADE o SHKWEVN.P_UpdateStudentGrade P_DU_INSERT_SPRCMNT P_REG_INSERT_GURMAIL Packages WFBANNER.SZKGRDC BANINST1.SHKWEVN Triggers SWRGRDC_BI_TRG SWRGRDD_BI_TRG SZRLEAD_BIU_TRG WORKFLOW Business Events WF_GRADE_CHANGE Enterprise Management MSUD REG GRADE CHANGE 11

12 Role Management 1. Academic Dean 2. Department Chairperson 3. Office of the Registrar 4. MSUD REG WF ADMIN 5. MSUD REG WF OWNER User Management 1. Ath_Dept created for sent to the Athletics 2. Reg A-M created to sort grade change requests by last name 3. Reg N-Z created to sort grade change requests by last name 4. Reg_Grade_Return_ created to put in a return address 5. Vet_Dept created for sent to Veteran and Military Student Services REPORTS 1. JOBSUB a. SWPWFLD This report contains data from the SZRLEAD table. The report enables the user to query on Subject, Department or User ID. A user also has the option of viewing the whole report. (JIRA: AM-1126, RFC: 22480) 12

13 MIGRATION DOCUMENT Grade Change Request Workflow (Draft v2.1 cdidio 10/20/2008) Workflow Migration Workflow Process: Workflow : DBA: Reference doc location: Migration From Env: Migration To Env: Date: Date Completed: Grade Change Carol Didio & Angie Martinez TEST PROD Notes: 1. The workflow model in the non-production environment should be production ready with a status of ACTIVE. The Business Event and Business Process associations to the workflow should be inactive to avoid s being sent to actual participants in the nonproduction environments. 2. ACTIVE status will freeze the workflow no more changes are allowed. Once the workflow is set to ACTIVE, the user must create a New Version to make any changes. 3. Prior to activating in production, the users should be notified that the process is active and necessary actions should be taken on s and work items as necessary. Migration Steps: Role/ Status ACTION DATA RESULT NOTE: SOURCE ENV REFERS TO THE EXISTING ENVRONMENT WHERE OBJECTS TARGET ENV REFERS TO THE ENVRIONMENT WHERE THE OBJECTS 13

14 CURRENT RESIDE ARE BEING TRANSFERED Banner Source In Banner source environment: Run parameter_load_script.sql &&EVENT_NAME = WF_GRADE_CHANGE Output file: You will be prompted for the Event and Group Name &&GROUP_NAME = REGGRDECHG This output file can be used to migrate to other environments without regenerating. This can be found on GOREQNM In Banner target environment: run sql script File: event_wf_grade_change.sq l Verify entries on Event Queue forms GOREQNM, GOREQPG See attached screen prints DBA Create oracle table Table: SZRLEAD, SWRGRDC, SWRGRDD This step may not be needed for every workflow migration. DBA Apply and enable database triggers to target environment. Trigger: WFBANNER.SWRGRDC_ BI_TRG, WFBANNER.SWRGRDD_ BI_TRG Oracle Table: DBA Compile new procedures in target environment: Procedure script: WFBANNER.P_DU_Chang e_grade, WFBANNER.P_DU_Insert_ SPACMNT, WFBANNER.P_Reg_Insert_ gurmail, Baninst1.SHKWEVN.P_upd ate_student_grade DBA Packages Package: 14

15 WFBANNER.SZKGRDC DBA Sequences Sequence: SWRGRDC_SEQ, SZRLEAD_SEQ DBA Grant Execute to package/procedures User: wfbanner and/or wfauto This step may not be needed for every workflow migration. Workflow Source DBA In Workflow source environment: (full data export): Login to the.bin subdirectory in the target environment Output name: (created by dba) Example: export wfroot (password) fullexp zip DBA Same Directory Unzip fullexp xml from fullexp zip DBA DBA Run extractwd command to create individual model xml. You will be prompted for the following: Copy the.xml file extracted from zip to Workflow target bin directory Target file (new file name for individual model.zip file)> Source file > Organization name > Root Workflow Definition> Workflow Definition Version> 0 Dependencies > [Y] Source is from the full export (i.e. fullexp zip - output from the export); Example: export wfroot (password) fullexp zip This file can be used for migrating this workflow to other environments. Workflow Target In Workflow Target Environment: DBA Import workflow model into target environment. Xml file: Example: import wfroot (password) extractwd_output.xml 15

16 DBA/ Review import error logs to ensure all objects you expected to move were imported correctly (model, roles, components). IMPORTANT: The log file will probably contain errors for objects that already existed in the new environment. Existing objects with the same name/version are not overlaid. If you are updating a component and the name, release or product type has not changed, the new component may not have been uploaded Workflow Target MANUALLY: Add Workflow Event and Business Process In Business Event option, Business Event Definition Add business event using the Banner Event Wizard Business event name: WF_GRADE_CHANGE In Business Event Definition Associate the workflow with the business event Workflow Name: MSUD REG Grade Change Request You will be prompted to map parameters when the model is associated with the event see attached In Enterprise Management Add a business process. Business process name: MSUD_REG_GRADE_CH ANGE See attached sheet Add workflow association to business process. Organization: Root Model: MSUD REG Grade Change Request 16

17 Model version: 0 Add event association to business process. Event Name: WF_GRADE_CHANGE Add guard condition to business event association Guard Condition: This is optional and may not be needed for all event associations Add Authorized Initiator roles to the process Roles: This is optional and may not be needed for all processes. Target Systems Other Setup manual (users/data) add new workflow users Provide necessary WF privileges if needed / Users add roles assignments to users, and add proxy assignments. Anaslyt/ Users Notify appropriate offices of new workflow and required responses when they receive workflow activities. / User Add any new data elements to Banner Validation Table: See Banner Data below Example: Validation Table values added for the workflow process. This step may not be needed for all workflows 0i/ User??? Global Documents Path/Document name (optional) BANNER LAST STEP - MANUAL 17

18 Target In the Banner Target Environment, set the Event to Active on the GOREQNM form Event: Once everything is in place, check the active box to enable the event 18

Change of Grade Workflow

Change of Grade Workflow Change of Grade Workflow Step 1: Log into your MyESU Portal. Step 2: Go to Faculty Resources Tab. Step 3: Go to the Change of Grade Tool box. Step 4: Click on Change A Grade button. Step 5: You will be

More information

SSB Final Grades Class List

SSB Final Grades Class List SSB Final Grades Class List To submit a grade change, log into Self Service Banner and select Final Grades, just as you would if you were grading online. Faculty Services Tab Final Grades Select Term Then

More information

The University of Texas at San Antonio

The University of Texas at San Antonio The University of Texas at San Antonio Undergraduate Online Grade Change Training Guide Office of the Registrar Log in to ASAP 2 Select the Faculty Services tab or select Faculty Services from the menu.

More information

AJ Matrix V5. Installation Manual

AJ Matrix V5. Installation Manual AJ Matrix V5 Installation Manual AJ Square Consultancy Services (p) Ltd., The Lord's Garden, #1-12, Vilacheri Main Road, Vilacheri, Madurai-625 006.TN.INDIA, Ph:+91-452-3917717, 3917790. Fax : 2484600

More information

Improving Office Efficiency Using Banner Workflow. Presented by Denny Savage Jennifer McMillan Ken Foshee February 16, 2014 Session S1.

Improving Office Efficiency Using Banner Workflow. Presented by Denny Savage Jennifer McMillan Ken Foshee February 16, 2014 Session S1. Improving Office Efficiency Using Banner Workflow Presented by Denny Savage Jennifer McMillan Ken Foshee February 16, 2014 Session S1.1 Session Rules of Etiquette Please turn off your cell phone If you

More information

Banner Workflow. Creating FOAPAL Requests

Banner Workflow. Creating FOAPAL Requests Banner Workflow Creating FOAPAL Requests Workflow s automated processes allow business events to trigger user emails, automated activities, and notifications. Workflow s automated approval notifications

More information

Grade Sheet Application

Grade Sheet Application Grade Sheet Application allows faculty and Faculty Assistants (FAs) to upload grades, from a downloaded spreadsheet retrieved from the My Courses portlet on the portal or by downloading from the Chalk

More information

IQSweb Reference G. ROSS Migration/Registration

IQSweb Reference G. ROSS Migration/Registration ROSS Migration/Registration Contents IQSweb V3.0.1 ROSS Connection Requirements... 2 Test Agency Network Connectivity to ROSS... 3 FIREWALL Exceptions... 3 FIREWALL Exception Justification... 4 ROSS Interface

More information

HR Onboarding Solution

HR Onboarding Solution HR Onboarding Solution Installation and Setup Guide Version: 3.0.x Compatible with ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: November 2014 2014 Perceptive Software. All rights

More information

Using a Remote SQL Server Best Practices

Using a Remote SQL Server Best Practices Using a Remote SQL Server Best Practices This article will show the steps to setting up an SQL based survey starting with a new project from scratch. 1. Creating a New SQL Project from scratch a. Creating

More information

Thank you for visiting the Online Course Proposal Web Tutorial for new and existing courses for Brown University Faculty and Staff.

Thank you for visiting the Online Course Proposal Web Tutorial for new and existing courses for Brown University Faculty and Staff. Thank you for visiting the Online Course Proposal Web Tutorial for new and existing courses for Brown University Faculty and Staff. 1 To access Self Service Banner, you will need to login to https://selfservice.brown.edu

More information

Novo Nordisk Secure File Transfer User Guide

Novo Nordisk Secure File Transfer User Guide hehe Novo Nordisk Secure File Transfer User Guide Table of Contents 1. Purpose of this document... 2 2. Getting Access... 2 3. Installing the Upload/Download Wizard (first time only)... 2 4. Uploading

More information

Office of the University Registrar. Online Grade Change Form and Workflow. User Guide

Office of the University Registrar. Online Grade Change Form and Workflow. User Guide Office of the University Registrar Online Grade Change Form and Workflow User Guide June 2013 Document Title Online Grade Change Form and Workflow -- User Guide Issue Date April 2009 (rev. 5/1/2009, rev.

More information

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve. Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Permanent Grade Change Requests Primary Instructor Steps

Permanent Grade Change Requests Primary Instructor Steps Important: a grade change cannot be requested until the grade roster has been approved and posted. The Grade Change Request for permanent grades workflow is a three step process: Step 1 Primary Instructor

More information

Sophos Mobile Control Installation guide

Sophos Mobile Control Installation guide Sophos Mobile Control Installation guide Product version: 2.5 Document date: July 2012 Contents 1 Introduction... 3 2 The Sophos Mobile Control server... 4 3 Set up Sophos Mobile Control... 13 4 Running

More information

Travel & Expense Reimbursement System Information IBM GERS SYSTEM

Travel & Expense Reimbursement System Information IBM GERS SYSTEM Travel & Expense Reimbursement System Information IBM GERS SYSTEM 1 Table of Contents Page(s) Contact for Questions/Concerns. 3 T&E Information...4 Getting Started with GERS (First Time Registration).....5-10

More information

Online Employment System User Manual

Online Employment System User Manual Troy University Online Employment System User Manual People Admin Version 7 Human Resources April 2014 Table of Contents Introduction... 2 User Types and Access... 2 Creating a User Account... 3 Homepage...

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

Setting up SQL Translation Framework OBE for Database 12cR1

Setting up SQL Translation Framework OBE for Database 12cR1 Setting up SQL Translation Framework OBE for Database 12cR1 Overview Purpose This tutorial shows you how to use have an environment ready to demo the new Oracle Database 12c feature, SQL Translation Framework,

More information

STIDistrict Server Replacement

STIDistrict Server Replacement STIDistrict Server Replacement Major Steps Defined This document addresses how to migrate data and applications from an existing STIDistrict (SQL) Server to a new machine. There will be 8 major steps:

More information

Marcum LLP MFT Guide

Marcum LLP MFT Guide MFT Guide Contents 1. Logging In...3 2. Installing the Upload Wizard...4 3. Uploading Files Using the Upload Wizard...5 4. Downloading Files Using the Upload Wizard...8 5. Frequently Asked Questions...9

More information

User Manual Web DataLink for Sage Line 50. Version 1.0.1

User Manual Web DataLink for Sage Line 50. Version 1.0.1 User Manual Web DataLink for Sage Line 50 Version 1.0.1 Table of Contents About this manual...3 Customer support...3 Purpose of the software...3 Installation...6 Settings and Configuration...7 Sage Details...7

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

Department of Veterans Affairs VistA Integration Adapter Release 1.0.5.0 Enhancement Manual

Department of Veterans Affairs VistA Integration Adapter Release 1.0.5.0 Enhancement Manual Department of Veterans Affairs VistA Integration Adapter Release 1.0.5.0 Enhancement Manual Version 1.1 September 2014 Revision History Date Version Description Author 09/28/2014 1.0 Updates associated

More information

Online Statements. About this guide. Important information

Online Statements. About this guide. Important information Online Statements About this guide This guide shows you how to: View online statements, including CommBiz Activity Statements (Billing summaries) and online statements for Transaction Accounts, Credit

More information

Vector HelpDesk - Administrator s Guide

Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Configuring and Maintaining Vector HelpDesk version 5.6 Vector HelpDesk - Administrator s Guide Copyright Vector Networks

More information

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

Cisco UCS CPA Workflows

Cisco UCS CPA Workflows This chapter contains the following sections: Workflows for Big Data, page 1 About Service Requests for Big Data, page 2 Workflows for Big Data Cisco UCS Director Express for Big Data defines a set of

More information

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 Contents Overview... 2 System requirements:... 2 Before installing... 3 Download and installation... 3 Configure DESLock+ Enterprise Server...

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

AR Collections Manager for Microsoft Dynamics SL

AR Collections Manager for Microsoft Dynamics SL AR Collections Manager for Microsoft Dynamics SL Installation and User s Guide 2009 Stanley Stuart Yoffee & Hendrix, Inc. All Rights Reserved Table of Contents AR COLLECTIONS MANAGER OVERVIEW... 3 Product

More information

How To Set Up Chime For A Coworker On Windows 7.1.2 (Windows) With A Windows 7 (Windows 7) On A Windows 8.1 (Windows 8) With An Ipad (Windows).Net (Windows Xp

How To Set Up Chime For A Coworker On Windows 7.1.2 (Windows) With A Windows 7 (Windows 7) On A Windows 8.1 (Windows 8) With An Ipad (Windows).Net (Windows Xp INSTALLATION GUIDE July 2015 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and may

More information

How to configure the DBxtra Report Web Service on IIS (Internet Information Server)

How to configure the DBxtra Report Web Service on IIS (Internet Information Server) How to configure the DBxtra Report Web Service on IIS (Internet Information Server) Table of Contents Install the DBxtra Report Web Service automatically... 2 Access the Report Web Service... 4 Verify

More information

Avatier Identity Management Suite

Avatier Identity Management Suite Avatier Identity Management Suite Migrating AIMS Configuration and Audit Log Data To Microsoft SQL Server Version 9 2603 Camino Ramon Suite 110 San Ramon, CA 94583 Phone: 800-609-8610 925-217-5170 FAX:

More information

Banner Purchasing Training. Frank FioRito Director, Purchasing

Banner Purchasing Training. Frank FioRito Director, Purchasing Banner Purchasing Training Frank FioRito Director, Purchasing Agenda This course will familiarize you with: IIT s Purchasing Policies and Procedures And will give you an introduction to entering requisitions

More information

Web based training for field technicians can be arranged by calling 888-577-4919 These Documents are required for a successful install:

Web based training for field technicians can be arranged by calling 888-577-4919 These Documents are required for a successful install: Software V NO. 1.7 Date 9/06 ROI Configuration Guide Before you begin: Note: It is important before beginning to review all installation documentation and to complete the ROI Network checklist for the

More information

File Management Utility User Guide

File Management Utility User Guide File Management Utility User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held

More information

Perceptive Intelligent Capture Solution Configration Manager

Perceptive Intelligent Capture Solution Configration Manager Perceptive Intelligent Capture Solution Configration Manager Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: February 2016 2015 Lexmark International Technology, S.A.

More information

Ellucian Recruiter Installation and Integration. Release 4.1 December 2015

Ellucian Recruiter Installation and Integration. Release 4.1 December 2015 Ellucian Recruiter Installation and Integration Release 4.1 December 2015 Notices Notices Without limitation: Ellucian, Banner, Colleague, and Luminis are trademarks of the Ellucian group of companies

More information

How To - Implement Single Sign On Authentication with Active Directory

How To - Implement Single Sign On Authentication with Active Directory How To - Implement Single Sign On Authentication with Active Directory Applicable to English version of Windows This article describes how to implement single sign on authentication with Active Directory

More information

Sophos Mobile Control Installation guide. Product version: 3

Sophos Mobile Control Installation guide. Product version: 3 Sophos Mobile Control Installation guide Product version: 3 Document date: January 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...16 4 External

More information

IBM Sterling Control Center

IBM Sterling Control Center IBM Sterling Control Center System Administration Guide Version 5.3 This edition applies to the 5.3 Version of IBM Sterling Control Center and to all subsequent releases and modifications until otherwise

More information

Welcome to Collage (Draft v0.1)

Welcome to Collage (Draft v0.1) Welcome to Collage (Draft v0.1) Table of Contents Welcome to Collage (Draft v0.1)... 1 Table of Contents... 1 Overview... 2 What is Collage?... 3 Getting started... 4 Searching for Images in Collage...

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

ONLINE COURSE EVALUATION SYSTEM. Department Coordinator Guide

ONLINE COURSE EVALUATION SYSTEM. Department Coordinator Guide ONLINE COURSE EVALUATION SYSTEM Department Coordinator Guide EDIT AN EXISTING COMMUNICATION MESSAGE: 1. Go to insidepacific and log in using your PacificNet ID and Password. 2. Click on the Academic Tab

More information

Chapter 24: Creating Reports and Extracting Data

Chapter 24: Creating Reports and Extracting Data Chapter 24: Creating Reports and Extracting Data SEER*DMS includes an integrated reporting and extract module to create pre-defined system reports and extracts. Ad hoc listings and extracts can be generated

More information

IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM

IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015 Integration Guide IBM Note Before using this information and the product it supports, read the information in Notices on page 93.

More information

Google Apps for Sharing Folders and Collecting Assignments

Google Apps for Sharing Folders and Collecting Assignments Google Apps for Sharing Folders and Collecting Assignments The Google Drive is cloud (online) storage space, and it is also where you create and work with Google Docs, Sheets, Slides, etc. Create a Folder

More information

Office of Educational Programs Intern Request Form

Office of Educational Programs Intern Request Form Office of Educational Programs Intern Request Form January 2014 Rev. 1 Intern Request Form To provide a brief overview on how to complete an Intern Request Form Important: Before requesting a student from

More information

Documentum Content Distribution Services TM Administration Guide

Documentum Content Distribution Services TM Administration Guide Documentum Content Distribution Services TM Administration Guide Version 5.3 SP5 August 2007 Copyright 1994-2007 EMC Corporation. All rights reserved. Table of Contents Preface... 7 Chapter 1 Introducing

More information

Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant

Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant What We ll Cover 1. Enabling database connections through Microsoft Excel 2. Accessing the data stored in the SQL Database via the

More information

Advanced Configuration Steps

Advanced Configuration Steps Advanced Configuration Steps After you have downloaded a trial, you can perform the following from the Setup menu in the MaaS360 portal: Configure additional services Configure device enrollment settings

More information

Mobility Services Platform 3.1.1 Software Installation Guide

Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide 72E-100159-04 Revision D January 2008 2007 by Motorola, Inc. All rights reserved.

More information

Banner Training Manual: Department Chairs

Banner Training Manual: Department Chairs Banner Training Manual: Department Chairs Tom Boegel Version 0.2 October 2007 Introduction to Banner... 4 Accessing Banner... 5 Accounts... 5 INB System... 5 Logging In... 5 Forgotten Passwords... 6 Banner

More information

Active Directory Authentication Integration

Active Directory Authentication Integration Active Directory Authentication Integration This document provides a detailed explanation of how to integrate Active Directory into the ipconfigure Installation of a Windows 2003 Server for network security.

More information

Add User to Administrators Group using SQL Lookup Table

Add User to Administrators Group using SQL Lookup Table Add User to Administrators Group using SQL Lookup Table Summary This utility is intended to aid customers in the ability to make the user of a desktop a local administrator on the desktop. In order to

More information

Clock Link Installation Guide. Detailed brief on installing Clock Link

Clock Link Installation Guide. Detailed brief on installing Clock Link Clock Link Installation Guide Detailed brief on installing Clock Link 1 Table of Contents 1. Overview... 3 2. Configuring the Time Clock... 3 Instructions:... 3 2.1 IP Address Setup... 3 2.2 Subnet Mask

More information

Recruiter s Resource Guide

Recruiter s Resource Guide Recruiter s Resource Guide First Edition 1.29.2015 Contents Section One Recruiting... 3 Accessing Team Georgia Careers... 4 My Setup Preferences... 5 Creating a Requisition... 6 Approving a Requisition...

More information

2012 Department Head Guide Online Performance Review Of Tenured and Tenure Track Faculty

2012 Department Head Guide Online Performance Review Of Tenured and Tenure Track Faculty 2012 Department Head Guide Online Performance Review Of Tenured and Tenure Track Faculty The University of Tennessee Office of Information Technology 09/10/2012 Online Performance Review System - Version

More information

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management IBM Tivoli Software Maximo Asset Management Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management Document version 1.0 Rick McGovern Staff Software Engineer IBM Maximo

More information

Enrollment Services Texas Southern University E. O. Bell Building 3100 Cleburne Street Houston, TX 77004

Enrollment Services Texas Southern University E. O. Bell Building 3100 Cleburne Street Houston, TX 77004 Enrollment Services Texas Southern University E. O. Bell Building 3100 Cleburne Street Houston, TX 77004 Section Page I. Policies and Procedures 2 Mid-Term Grade Processing Final Grade Processing II. Instructions

More information

1) Go to the following URL: https://myitservices.nus.edu.sg/arsys/ 2) Login with your NUS account and password.

1) Go to the following URL: https://myitservices.nus.edu.sg/arsys/ 2) Login with your NUS account and password. Introduction: Computer Centre has a wide range of service offering to all NUS users. Through an easy-to-use selfservice IT Service Request Portal, selected services are exposed to NUS Community to facilitate

More information

SafeCom Smart Printing Administrator s Quick Guide

SafeCom Smart Printing Administrator s Quick Guide SafeCom Smart Printing Administrator s Quick Guide D10600-08 March 2012 Trademarks: SafeCom, SafeCom Go, SafeCom P:Go, SafeCom epay and the SafeCom logo are trademarks of SafeCom a/s. Company and product

More information

User Guide. Version R91. English

User Guide. Version R91. English AuthAnvil User Guide Version R91 English August 25, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from

More information

MC EDT Designee Maintenance Procedure Summary. Ministry of Health and Long-Term Care

MC EDT Designee Maintenance Procedure Summary. Ministry of Health and Long-Term Care MC EDT Designee Maintenance Procedure Summary Ministry of Health and Long-Term Care Version 6.0 June 2013 Designee Maintenance (Refer to Medical Claims Electronic Data Transfer (MC EDT) Reference Manual

More information

ibolt V3.2 Release Notes

ibolt V3.2 Release Notes ibolt V3.2 Release Notes Welcome to ibolt V3.2, which has been designed to deliver an easy-touse, flexible, and cost-effective business integration solution. This document highlights the new and enhanced

More information

The PTA s new membership website database and dues reporting system

The PTA s new membership website database and dues reporting system M3 The PTA s new membership website database and dues reporting system State Level Actions from Task Menu M3 CAPABILITIES The State must authorize a user to have access to M3. The State s authorized users

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Administration This presentation will show you the functions in the administrative console for WebSphere Business Monitor. WBPM_Monitor_Administration.ppt Page 1 of 21 Goals

More information

Copyright 2013 GE Multilin Inc. All rights reserved. CyberSentry SEM software revision 1.00. CyberSentry, Digital Energy, Multilin, and GE Multilin

Copyright 2013 GE Multilin Inc. All rights reserved. CyberSentry SEM software revision 1.00. CyberSentry, Digital Energy, Multilin, and GE Multilin Copyright 2013 GE Multilin Inc. All rights reserved. CyberSentry SEM software revision 1.00. CyberSentry, Digital Energy, Multilin, and GE Multilin are trademarks or registered trademarks of GE Multilin

More information

HADS 2.1.0e Installation and migration

HADS 2.1.0e Installation and migration Ageing, Disability and Home Care, Department of Family and Community Services MDS fact sheet - February 2012 HADS 2.1.0e Installation and migration Caution! If at any stage during this process you receive

More information

Sophos Mobile Control Installation guide. Product version: 3.5

Sophos Mobile Control Installation guide. Product version: 3.5 Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External

More information

2012 Retention Review Guide Online Annual Retention Review Of Tenure Track Faculty

2012 Retention Review Guide Online Annual Retention Review Of Tenure Track Faculty 2012 Retention Review Guide Online Annual Retention Review Of Tenure Track Faculty The University of Tennessee Office of Information Technology 08/30/2012 Online Performance Review System - Version 3.0

More information

Installing, Uninstalling, and Upgrading Service Monitor

Installing, Uninstalling, and Upgrading Service Monitor CHAPTER 2 Installing, Uninstalling, and Upgrading Service Monitor This section contains the following topics: Preparing to Install Service Monitor, page 2-1 Installing Cisco Unified Service Monitor, page

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

Connect for Dragon Medical 360 Network Edition. Administrator Guide

Connect for Dragon Medical 360 Network Edition. Administrator Guide Connect for Dragon Medical 360 Network Edition Administrator Guide Copyright 2013. Connect for Dragon Medical 360 Network Edition. Nuance Communications, Inc. has patents or pending patent applications

More information

How to Approve Web Time Hours

How to Approve Web Time Hours How to Approve Web Time Hours Many employees will be responsible for approving time worked via the Employee Self Service application within the Dickinson Gateway. The following is a step-bystep guide to

More information

Centralized Internship Support System for Greek Higher Education Students

Centralized Internship Support System for Greek Higher Education Students Centralized Internship Support System for Greek Higher Education Students Host Company s Application User Guide Once the account that you created as Internship Host in the program Atlas has been certified,

More information

NAPS Scholastic Tracking & Accountability Record (NSTAR) Frequently Asked Questions (FAQs)

NAPS Scholastic Tracking & Accountability Record (NSTAR) Frequently Asked Questions (FAQs) NAPS Scholastic Tracking & Accountability Record (NSTAR) Frequently Asked Questions (FAQs) Prepared By: USNA ITSD Information Engineering Department Date: 15-August 2009 General Information: Q1. What is

More information

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal This Application Note provides instructions for configuring Apps settings on the Cisco OnPlus Portal and Autotask application settings

More information

StreamServe Persuasion SP4

StreamServe Persuasion SP4 StreamServe Persuasion SP4 Installation Guide Rev B StreamServe Persuasion SP4 Installation Guide Rev B 2001-2009 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520 No part of this document

More information

Shop by Manufacturer Custom Module for Magento

Shop by Manufacturer Custom Module for Magento Shop by Manufacturer Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview...3 3. Requirements... 3 4. Features... 4 4.1 Features accessible

More information

WEBROOT EMAIL ARCHIVING SERVICE. Getting Started Guide North America. The best security in an unsecured world. TM

WEBROOT EMAIL ARCHIVING SERVICE. Getting Started Guide North America. The best security in an unsecured world. TM WEBROOT EMAIL ARCHIVING SERVICE Getting Started Guide North America Webroot Software, Inc. World Headquarters 2560 55th Street Boulder CO 80301 USA www.webroot.com 800.870.8102 Table of Contents Create

More information

Manual POLICY PATROL SECURE FILE TRANSFER

Manual POLICY PATROL SECURE FILE TRANSFER Manual POLICY PATROL SECURE FILE TRANSFER MANUAL Policy Patrol Secure File Transfer This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software

More information

IISADMPWD. Replacement Tool v1.2. Installation and Configuration Guide. Instructions to Install and Configure IISADMPWD. Web Active Directory, LLC

IISADMPWD. Replacement Tool v1.2. Installation and Configuration Guide. Instructions to Install and Configure IISADMPWD. Web Active Directory, LLC IISADMPWD Replacement Tool v1.2 Installation and Configuration Guide Instructions to Install and Configure IISADMPWD Replacement Tool v1.2 Web Active Directory, LLC Contents Overview... 2 Installation

More information

Thinspace deskcloud. Quick Start Guide

Thinspace deskcloud. Quick Start Guide Thinspace deskcloud Quick Start Guide Version 1.2 Published: SEP-2014 Updated: 16-SEP-2014 2014 Thinspace Technology Ltd. All rights reserved. The information contained in this document represents the

More information

Secure File Transfer Guest User Guide Updated: 5/8/14

Secure File Transfer Guest User Guide Updated: 5/8/14 Secure File Transfer Guest User Guide Updated: 5/8/14 TABLE OF CONTENTS INTRODUCTION... 3 ACCESS SECURE FILE TRANSFER TOOL... 3 REGISTRATION... 4 SELF REGISTERING... 4 REGISTER VIA AN INVITATION SENT BY

More information

SUNY Adirondack email

SUNY Adirondack email SUNY Adirondack email Official Correspondence Faculty, Staff and Students should be aware that their campus email account is considered their official email account in regard to all business pertaining

More information

EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc.

EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc. WA2088 WebSphere Application Server 8.5 Administration on Windows Student Labs Web Age Solutions Inc. Copyright 2013 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4

More information

SQL SERVER REPORTING SERVICES 2012 (POWER VIEW)

SQL SERVER REPORTING SERVICES 2012 (POWER VIEW) SQL SERVER REPORTING SERVICES 2012 (POWER VIEW) INSTALLATION AND CONFIGURATION Authored by: AVINASH KUMAR SINGH COMPANY: PAXCEL TECHNOLOGIES PVT.LTD SQL SERVER REPORTING SERVICES 2012 (POWER VIEW)) WHAT

More information

POLICY PATROL MFT. Manual

POLICY PATROL MFT. Manual POLICY PATROL MFT Manual MANUAL Policy Patrol MFT This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software may be copied, reproduced, translated

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

Integrating with IBM Tivoli TSOM

Integrating with IBM Tivoli TSOM Integration Notes Integrating with IBM Tivoli TSOM The Cascade Profiler integrates with the IBM Tivoli Security Operations Manager (TSOM) through the use of SNMP traps. It has been tested with TSOM Version

More information

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information