Automating ESS User Management By Nogalis. What is covered? Why you should automate ESS user management General overview of methodology How-to demo (Basic)

Slides:



Advertisements
Similar presentations
CRM 3.0 Whats New in Microsoft CRM 3.0 – Technical.
Advertisements

Quick Start Guide | Skill Assessments Using your Online Product Interfaces and Features Getting Started - My Account Creating/Logging into your Self Test.
Little Used, but Powerful Features with GP Cathy Fregelette, CPA, PMP Practice Manager BroadPoint Technologies September 20, 2012.
ICIS-NPDES Plugin Design Preview Webinar ICIS-NPDES Full Batch OpenNode2 Plugin Project Presented by Bill Rensmith Windsor Solutions, Inc. 3/15/2012.
ONE STOP THE TOTAL SERVICE SOLUTION FOR REMOTE DEVICE MANAGMENT.
ProcessFlow The basics to get you started. Have you used ProcessFlow before?
Week 6: Chapter 6 Agenda Automation of SQL Server tasks using: SQL Server Agent Scheduling Scripting Technologies.
Module 5: Performing Administrative Tasks. Overview Configuration Tasks Routine SQL Server Administrative Tasks Automating Routine Maintenance Tasks Creating.
Site Maintenance Checklist How to make your site user-friendly and accurate, and keep it that way!
Center Accreditation Online System
Computer Monitoring System for EE Faculty By Yaroslav Ross And Denis Zakrevsky Supervisor: Viktor Kulikov.
Complete Weekly Timesheets Select work. Add hours and comments Tell Mgr if ETC=0 and need more time. Tell Mgr if using someone else’s ETC. End week, change.
Troy Eversen | 19 May 2015 Data Integrity Workshop.
THE VU AGENDA EXCELLENT, ENGAGED AND ACCESSIBLE Victoria University Alesco Custom Business Rules.
CCS ServiceRequest Delivering a consolidated approach for employee requests for service.
Module 13 Automating SQL Server 2008 R2 Management.
University of Wisconsin Hospital & Clinics Database / environment refresh steps.
Mandatory Annual ACE Training Fiscal Year 2011 – 2012.
1 iBizBuilder from ClearPath Welcome to the ClearPath Networks iBizaBuilder online Tool! This innovative tool will be an online source for automating your.
What is Sure BDCs? BDC stands for Batch Data Communication and is also known as Batch Input. It is a technique for mass input of data into SAP by simulating.
Mandatory Annual ACE Training Fiscal Year 2010 – 2011.
Acronis Sales Escalation Process 1. Overview – How will this benefit you? 2 Acronis Customer Central is here to help sales close deals and retain customers.
Portal User Group Meeting June 29, Agenda Introduction (Angela Taetz) Ulogin (Mario Mezzio) Database Breakup (Mario Mezzio) New Help Desk Forms.
Supervisory Control and Data Acquisition (SCADA) Software.
IPA Differences ProcessFlow / IPA Differences.
Advanced NEOGOV Workshop. NEOGOV Help & Support State Human Resources Division –(803) Help & Support Link –Insight HR & OHC –Customer Success.
TEAM Basic TotalElectrostatic ManagementAwareness&
SQL Server 2000 Acropolis Institute of Technology and Research Database fundamentals Prepared By: Rahul Patel.
Administrator – Employee Overview September, 2011.
Event Management & ITIL V3
University of Palestine Faculty of Applied Engineering and Urban Planning Software Engineering Department Prepared By Ahmed Obaid Wassim Salem Supervised.
Learningcomputer.com SQL Server 2008 – Administration, Maintenance and Job Automation.
IT 456 Seminar 5 Dr Jeffrey A Robinson. Overview of Course Week 1 – Introduction Week 2 – Installation of SQL and management Tools Week 3 - Creating and.
1. To start the process, Warehouse Stationery (WSL) will invite you to use The Warehouse Group Supplier Electronic Portal and will send you the link to.
Backup and Recovery Overview Supinfo Oracle Lab. 6.
Oracle Data Integrator Procedures, Advanced Workflows.
Module 15 Monitoring SQL Server 2008 R2 with Alerts and Notifications.
Custom Dev What to choose and when. What is covered Introduction to custom development Different solutions How to choose what tool to use What other factors.
Tips and Tricks for Managing and Administering your Enterprise Project Management Server Solution Mike Joe / Karthik Chermakani Software Test Engineer.
HR Action Request The Ohio State University OAA HR Service Center.
EM401 Overview of MobiLink Synchronization Jim Graham Director of Engineering iAnywhere Solutions
IPA Upgrade Made Easy.
1 Chapter Overview Defining Operators Creating Jobs Configuring Alerts Creating a Database Maintenance Plan Creating Multiserver Jobs.
HR Information System Upgrade ONLINE ENGAGEMENT & ONBOARDING.
Internal and Confidential Cognos CoE COGNOS 8 – Event Studio.
IT System Administration Lesson 3 Dr Jeffrey A Robinson.
SQL Server 2005 Implementation and Maintenance Chapter 6: Security and SQL Server 2005.
SQL SERVER AUDITING. Jean Joseph DBA/Consultant Contact Info: Blog:
SNG via Webinar. Where’s Webinar??  Double click Aflac 2000 folder  Highlight “SNGWebCommunicator”  Right Click and “Send To - Desktop”
Log Shipping, Mirroring, Replication and Clustering Which should I use? That depends on a few questions we must ask the user. We will go over these questions.
Create a New Work Order Corrective Maintenance Created by: Tony Bertram-Maxadmin-CHS.
Lawson Mid-America User Group Spring 2016 Meeting.
Jeremy Kingry, eBECS | ADVANCED SQL SERVER FOR ADMINS AND ANALYSTS.
Cameron Blashka | Informer Implementation Specialist
How to Upgrade to Lawson v10 By May 31, 2017
Application Maintenance Toolset (AMT) Applying Patches (CTPs)
How to Setup and Utilize Functionality
Automated user administration for Landmark and LSF with IPA
To the ETS – Encumbrance Online Training Course
Lawson ProcessFlow Overview and Actual ProcessFlow Solutions
ID Card Billing from System Administration to Student Account
C/S Windows Overview Nigel Pilsbury.
To the ETS – Encumbrance Online Training Course
Data Access Layer (Con’t) (Overview)
PCW-09 Vision: Information Center Approval System
Updating Databases With Open SQL
New York-Rochester CHAPTER MEETING
Ch 10. Maintaining and Automating SQL Server
Updating Databases With Open SQL
Application Maintenance Toolset (AMT) Applying Patches (CTPs)
Presentation transcript:

Automating ESS User Management By Nogalis

What is covered? Why you should automate ESS user management General overview of methodology How-to demo (Basic) How-to overview (Comprehensive) The bells and whistles Q&A

Why? Delay in creating new employee accounts Delay in deactivating termed employees security risk Huge IT maintenance issue cluttering up the ticketing system Lack of accountability for account creation and timeliness IT access to HR data Potential for errors

Normal Process New employee is hired HR sends a report to IT or creates a ticket for each employee to be added. IT personnel o Create an AD account for the user o Enter each employee individually into Lawson security o Notify HR the task has been completed instructions are sent to employee …

When New employee account creation Terminated employee account deactivation Transfers and LOA

How to Automate (basics) Use ProcessFlow (LPA, IPA..) Query the database for changes using SQL node o Newhires o Terms o Transfers Decide what needs to be done using the Branch node Use the RM query and RM update nodes to make changes to the Resource Send notifications about update and log event

Add Quality Detect PrepareProcess

Detect PrepareProcess Custom Query Lawson and create tasks using pflow Custom Pflow updates RM Custom POWERSHELL

Employee Query to find relevant records Custom Logic to determine the type of operation (Add, Delete, Update) Insert into Custom table (status 0) Step 1 – Record selection and task creation Note: This logic will be performed by processflow a. Query the Lawson database for the types of changes that you want to track. i.e. Find New Hires; Find Terms, Find Status Changes … b. Determine the type of RM change requires for this change (ADD, DELETE, UPDATE) c. Insert a record into the custom table based on this logic (Potential for overwriting existing records exists since the table is now outside the Lawson DB) Detect

Query to find Open records (Status 0) Custom Perform Action based on Action_type Update the record status based on success (1) or fail (2) Custom Step 2 – LDAP updates Note: This program/script reside on a windows machine that can run powershell scripts a.Query the custom table for all status “0” records b.Perform the LDAP action with the given information on the record c.If update was successful, update the record with status of 1, other wise with status of 2 Prepare

Query to find success records (Status 1) Custom Update RM record based on Action_type Update the record status to closed (9) Custom Step 3 – RM Updates Note: This logic will be performed by another processflow a.Query the custom table for all status “1” records (See next slide for optional feature) b.Perform the correct RM action based on Action type c.When completed, update the record status to 9 (Closed) Process

Query to find success records (Status 2) Custom Send Notification to relevant IT Personnel Update the record status to closed (4) Custom Step 4 (Optional) – Error handling Note: This logic will be performed by another processflow a.Query the custom table for all status “2” records b.Create an error log and send via to relevant IT personnel c.When notification is completed, change status to 4 (Error Reported)

Scheduling The four steps outlines above can be performed as often as required and in any order. However the following recommendation is made: o Step 1 to run nightly (1 time) after business hours (i.e. 10pm) o Step 2 to run following step 1 (i.e. 10:30 pm) o Step 3 and 4 to run after step 3 (i.e. 11 pm) If the process is run multiple times in a day, the following might occur o Step 1 will continue to attempt to insert the same records into the Custom DB. This will result in an error each time from the DB which is as designed and harmless. This is mainly due to the fact that the Custom DB resides on another database and we cannot join the query from the Lawson db to determine if the record already exists

Maintenance It is recommended that status 9 records be purged from the Custom DB periodically to avoid future changes to the same employee from being ignored. (this can be added to the flow as well)

Infor 10x Upgrade Bootcamp June 18 /

@nogalisinc