PolyAnalyst Web Report Training

Slides:



Advertisements
Similar presentations
RSDB Installation & Configuration
Advertisements

2014 Redrock Software Conference ADV – Advanced Preferences and Settings By Jonathan Smith.
Kalpesh Vyas & Seward Khem
Week 6: Chapter 6 Agenda Automation of SQL Server tasks using: SQL Server Agent Scheduling Scripting Technologies.
ActiveXperts Network Monitor Monitors servers, workstations and devices for availability Alerts and corrects.
AVG Internet Security 7.5 Product presentation.
Customizing Outlook. Forms Window in which you enter and view information in Outlook Outlook Form Designer The environment in which you create and customize.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 8 Introduction to Printers in a Windows Server 2008 Network.
Design, Process, and Review for LANDesk 8.8 Alerting and Monitoring.
Using the Windows Event Viewer and Task Scheduler Chapter 5.
1 Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. by Mary Anne Poatsy, Keith Mulbery, Eric Cameron, Jason Davidson, Rebecca Lawson,
APACHE SERVER By Innovationframes.com »
Sharepoint Portal Server Basics. Introduction Sharepoint server belongs to Microsoft family of servers Integrated suite of server capabilities Hosted.
Lecturer : Ms.Trần Thị Ngọc Hoa Chapter 8 File Transfer Protocol – Simple Mail Transfer Protocol.
Module 13 Automating SQL Server 2008 R2 Management.
© 2004 Cisco Systems, Inc. All rights reserved. Managing Your Network Environment Managing Router Startup and Configuration INTRO v2.0—9-1.
Exchange 2010 Recipient and Mailbox Management IT:Network:Applications.
SmartLog X 3 TEAM Basic SmartLog X 3 TEAM Basic DescoEMIT.com USER STATUS USER EDIT TEST LOG ADMIN TEST MACHINE SCHEDULE INSTALL System Requirements:
Copyright © 2006, SAS Institute Inc. All rights reserved. Enterprise Guide 4.2 : A Primer SHRUG : Spring 2010 Presented by: Josée Ranger-Lacroix SAS Institute.
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved Bookstore Web Application Introducing Visual Web Developer 2008 Express and the.
SPS FPDS-NG Integration: System Administration April 20, 2006.
ASP.NET 2.0 Chapter 5 Advanced Web Controls. ASP.NET 2.0, Third Edition2 Objectives.
Conditions and Terms of Use
Chris Wright Senior Systems Engineer, Lucity IMPORT & UPDATE.
Dream Report: Secure and Reliable Reporting Renee Sikes Applications Engineer Dream Report Brand Manager.
TEAM Basic TotalElectrostatic ManagementAwareness&
What’s New in Fireware v11.9.5
Computer Emergency Notification System (CENS)
A Networked Machine Management System 16, 1999.
Automated Scheduling and Operations for Legacy Applications.
1 Implementing Monitoring and Reporting. 2 Why Should Implement Monitoring? One of the biggest complaints we hear about firewall products from almost.
Open Science Grid OSG CE Quick Install Guide Siddhartha E.S University of Florida.
Topics Sending an Multipart message Storing images Getting confirmation Session tracking using PHP Graphics Input Validators Cookies.
Module 13: Performing Preventive Maintenance. Overview Performing Daily Exchange Maintenance Performing Scheduled Exchange Maintenance Performing On-Demand.
“The New Sequencer”. Application Virtualization » Encapsulate App, not entire OS » Solves conflict between apps » Solves conflict between users and apps.
TeraGrid Advanced Scheduling Tools Warren Smith Texas Advanced Computing Center wsmith at tacc.utexas.edu.
What's New in Kinetic Calendar 2.0 Jack Boespflug Kinetic Data.
General rules 1. Rule: 2. Rule: 3. Rule: 10. Rule: Ask questions ……………………. 11. Rule: I do not know your skill. If I tell you things you know, please stop.
APST Internals Sathish Vadhiyar. apstd daemon should be started on the local resource Opens a port to listen for apst client requests Runs on the host.
Core 3: Communication Systems. Network software includes the Network Operating Software (NOS) and also network based applications such as those running.
Exploring Microsoft Access Chapter 7 Building Applications: The Switchboard, Macros, and Prototyping.
THIS PRESENTATION: WINDOWS UPDATES VIA AUTOMATIC DEPLOYMENT RULES BEST PRACTICES SYSTEM CENTER CONFIGURATION MANAGER 2012 R2 Jodie Gaver Jodie Gaver Working.
POP - Mailbox Access Note – OS & Outlook (2007/2010) should be fully patched with latest service pack and patches.
Module 10: Windows Firewall and Caching Fundamentals.
TrainingRegister® Training Management Software Maintain Permanent Training Records for Each Individual Monitor and Track Required Training Know Who Needs.
SecurityCenter & Palo Alto Configuration Guide. About this Guide This guide provides an overview of how to get the most from Palo Alto firewalls when.
TE002 Coming to grips with management with Sage CRM Robert Tan.
30 Copyright © 2009, Oracle. All rights reserved. Using Oracle Business Intelligence Delivers.
Merger By Dave Doulton University of Southampton.
Open Science Grid Build a Grid Session Siddhartha E.S University of Florida.
Active-HDL Server Farm Course 11. All materials updated on: September 30, 2004 Outline 1.Introduction 2.Advantages 3.Requirements 4.Installation 5.Architecture.
Munis Version 9.1 & 8.3 Sneak Peek System Administration.
CS 281 – Fall 2010 Lab 4 Parametric Query and Forms in MS Access.
Interstage BPM v11.2 1Copyright © 2010 FUJITSU LIMITED ADMINISTRATION.
How to develop a VoIP softphone in C# by using OZEKI VoIP SIP SDK This presentation demonstrates the first steps concerning to how to develop a fully-functional.
11 DEPLOYING AN UPDATE MANAGEMENT INFRASTRUCTURE Chapter 6.
IST 201 Chapter 11 Lecture 2. Ports Used by TCP & UDP Keep track of different types of transmissions crossing the network simultaneously. Combination.
SQL Database Management
Project Management: Messages
Microsoft Dynamics CRM 2016 Online Deployment MB2-710 Exam Questions
Chapter 11 – Processes and Services
Web Security for Field Engineers practice-questions.html.
Megaputer Intelligence
Licensing Overview January 2019.
PolyAnalyst Web Report Training
Enterprise vs Small Business Editions
PolyAnalyst Web Report Training
PolyAnalyst Web Report Training
How to install and manage exchange server 2010 OP Saklani.
Presentation transcript:

PolyAnalyst Web Report Training Automating Analytics In PolyAnalyst PolyAnalyst Web Report Training Megaputer Intelligence www.megaputer.com © 2014 Megaputer Intelligence Inc.

Outline CONFIGURATION There must be an email id specified for the user in the user profile

CONFIGURATION Outline Outgoing email (SMTP) server configuration

Outline CONFIGURATION Outgoing email (SMTP) server configuration “From” email id Does not need to be a real email ID! Fields not required if SMTP server does not require authentication MACROS <project> - Project name <server> - Server IP <start_time> - Execution start time <time> - Project execution period Templates for execution success/failure emails

Outline AUTOMATING EXECUTION COMMAND LINE 1. Create execution XML <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <Node> <Server Server_name="localhost" Port="5063" User_name="administrator" Password="temp_pwd"></Server> <Object Project_ID="b0e7565d-455b-478a-a9b7-65678655be77"> <Node_name> <Node_name>CompanyX Employee Satisfaction Survey.csv</Node_name> <Node_name>Tide-New Feed.csv</Node_name> </Node_name> </Object> </Node> * For publishing web-reports, leave out the portion in red

Outline AUTOMATING EXECUTION COMMAND LINE 1. Create execution XML NOTE: Only one project per XML file! Save XML files in : …\Megaputer Intelligence\PolyAnalyst 6.5\Bin (for 32-bit installation) …\Megaputer Intelligence\PolyAnalyst 6.5 Client Applications\Bin (Client installation) 2. Run XML through Windows command line * For executing a series of projects, create separate XMLs for each project and a batch file to execute the XMLs in sequence

AUTOMATING EXECUTION SCHEDULER STEP 1: Create scheduler event STEP 2: Execute on server start Execute at a specified time STEP 2: Assign tasks to be executed

ALERTS In-project alerts Used if a condition is satisfied during analysis of data in a project Queue Completion alerts Used to indicate completion of a scheduler event Success/failure alerts Used to indicate whether execution of a particular project/report succeeded or failed

ALERTS In-project alerts Used if a condition is satisfied during analysis of data in a project Queue Completion alerts Used to indicate completion of a scheduler event Success/failure alerts Used to indicate whether execution of a particular project/report succeeded or failed

ALERTS In-project alerts Used if a condition is satisfied during analysis of data in a project Queue Completion alerts Used to indicate completion of a scheduler event Success/failure alerts Used to indicate whether execution of a particular project/report succeeded or failed

Contacting Megaputer Questions?