SlideShare ist ein Scribd-Unternehmen logo
1 von 38
Downloaden Sie, um offline zu lesen
© Copyright 2007-2020 Inspirage. All rights reserved.
EPM INTEGRATION
AGENT
Ash Vuyyuru, EPM Senior Manager
20th May 20201
Dayalan, EPM Practice Manager
© Copyright 2007-2020 Inspirage. All rights reserved.2
EPM CLOUD SOLUTIONS
Financial Close and Consolidation
Budgeting and Forecasting
Reporting and Analytics
Profitability and Cost Management
Master Data Management
ERP CLOUD SOLUTIONS
ADVISORY
MANAGED SERVICES
DELIVERING ORACLE EPM & ERP
CLOUD SOLUTIONS GLOBALLY
NOW A PART OF
The Integrated Supply Chain Specialists
© Copyright 2007-2020 Inspirage. All rights reserved.
ORACLE EPM EXPERIENCE
• Oracle® Certified Platinum Partner
• One of the nation’s leading Oracle EPM strategy &
implementation firms
• Successfully implemented Oracle EPM solutions
for dozens of clients in the US, and abroad
• Oracle EPM professional average 15 years of
hands-on experience
• Focused on Fortune 500 companies & large scale,
enterprise-wide implementations
• Deep expertise from process design to technology
implementation
• Proven functional and industry templates to
leverage best practices
• Hyperion Essbase, Planning and HFM certified
professionals
3
Enterprise
Planning
Business
Intelligence
Reporting and
Analytics
Financial
Consolidation
© Copyright 2007-2020 Inspirage. All rights reserved.
ORACLE EPM EXPERIENCE
Enterprise
Planning &
Forecasting
• Planning, Budget &
Forecasting
• Workforce & Capital
Expenditure Planning
• Planning System
Design &
Implementation
• Balanced Scorecard
• Hyperion Planning™,
Workforce Planning™,
Capital Expense
Planning™
Financial
Consolidation
• Financial Close
Process Design
• Consolidation System
Design &
Implementation
• Financial Reporting &
Analysis
• Financial
Management™,
Financial Data Quality
Management™
Reporting &
Analytics
• Management
Dashboards
• Profitability Analysis
• Human Resource
Analysis
• Sales & Procurement
Analytics
• Essbase™ Solutions,
SmartView™, and
reporting tools
Business
Intelligence
• Data Management &
Integration
• Content Management
• BI Enterprise Edition™,
Data Relationship
Management™ and
integration tools
4
© Copyright 2007-2020 Inspirage. All rights reserved.5
• Overview/Introduction
• Installation and Configuration
• How to setup an Integration?
• Custom Scripting
• Use Cases
• Demo
• Q&A
AGENDA
© Copyright 2007-2020 Inspirage. All rights reserved.6
Overview
© Copyright 2007-2020 Inspirage. All rights reserved.7
EPM INTEGRATION AGENT
Simple
Integrations
Pre –Packaged
Adapters
Custom
Scripting
© Copyright 2007-2020 Inspirage. All rights reserved.
Synchronous
Asynchronous
8
INTEGRATION AGENT MODES
© Copyright 2007-2020 Inspirage. All rights reserved.
• E- Business GL
• Peoplesoft GL
• On-Prem Databases
• Non-Relational Data Sources
• Third Party APIs
• Jython
• Groovy
• Java-accessible systems
SUPPORTED DATA SOURCES
9
© Copyright 2007-2020 Inspirage. All rights reserved.10
KEY CAPABILITIES
• Ability to load both Data and Metadata
• Supports custom Queries and Scripting
• Adapters for Oracle EBS and Peoplesoft General Ledgers
• Thin client, minimal resource usage
• Drill through capability to source systems
• Pre/Post Process Scripting
© Copyright 2007-2020 Inspirage. All rights reserved.11
INSTALL AND CONFIGURE
1. Downloading the EPMAgent ZIP
2. Creating Application Folders
3. Configuring the Secure Sockets Layer
(SSL) Certificate
4. Configuring Drivers
5. Configuring Startup Parameters
6. Encrypting the EPM Cloud User Password
7. Start Integration Agent
8. Create Agent as a Windows Service
© Copyright 2007-2020 Inspirage. All rights reserved.12
1. DOWNLOAD AGENT
© Copyright 2007-2020 Inspirage. All rights reserved.13
2. CREATE A FOLDER
© Copyright 2007-2020 Inspirage. All rights reserved.
SSL is a standard security technology for creating an encrypted link
between a web server and a browser
14
3. CONFIGURING THE SSL CERTIFICATE
© Copyright 2007-2020 Inspirage. All rights reserved.
• Setup Agent Home
• Setup Data Home
• Cloud URL
• Domain
• User Name
• Password
• Jython Home
• Groovy Home
• Custom Java APIs
• Log Level
• Poll Interval
15
4. UPDATE AGENT PARAMETERS
© Copyright 2007-2020 Inspirage. All rights reserved.16
SETUP TARGET
For an Oracle Thin JDBC driver, the JDBC driver URL includes:
jdbc:oracle:thin:@host:port:sid
jdbc:oracle:thin:@host:port/service
For SQL Server, the JDBC driver URL includes:
jdbc:sqlserver://server:port;DatabaseName=dbname
2.In Username, specify the on-premises database username.
3.In Password, specify the on-premises database password.
© Copyright 2007-2020 Inspirage. All rights reserved.17
USE CUSTOM SQL
The Query option enables to save the SQL query definition when
creating an SQL data source
Valid conditions include:
• Equal
• Between
• Like
• Not In
• In
© Copyright 2007-2020 Inspirage. All rights reserved.
1. Systems are distributed geographically
2. Secure and manage their jobs independently by BU
3. Organization uses different types of source systems
4. Different data frequency for different sources
18
UNDERSTAND THE AGENT CLUSTER
© Copyright 2007-2020 Inspirage. All rights reserved.19
CREATING FILTERS
• A filter is added for the bind variable.
• Placeholder for actual values in the SQL statement.
• The name must exactly match the name specified in the SQL query
• Can be applied to application or to a rule
© Copyright 2007-2020 Inspirage. All rights reserved.20
Drill down TO SOURCE SYSTEM
Two ways to setup drill down
1. To a Landing page (URL)
2. Using a Custom SQL
© Copyright 2007-2020 Inspirage. All rights reserved.21
EPM INTEGRATION AGENT SCRIPTING
There are four events where custom scripting can be applied:
• Before extract – Before the agent connects to the data source and
executes the SQL query
• After extract – After the agent has connected to the data source
and produced an extract data file
• Before upload – Before the data file is uploaded to EPM Cloud
• After upload – After the data file has been uploaded to EPM Cloud
© Copyright 2007-2020 Inspirage. All rights reserved.© Copyright 2007-2020 Inspirage. All rights reserved.22
© Copyright 2007-2020 Inspirage. All rights reserved.23
SOME
PLANNING
RESOURCE
VIEWS
23 © Copyright 2007-2020 Inspirage. All rights reserved.
© Copyright 2007-2020 Inspirage. All rights reserved.24
MIGRATION
RESOURCE
VIEWS
24 © Copyright 2007-2020 Inspirage. All rights reserved.
© Copyright 2007-2020 Inspirage. All rights reserved.25
DATA
MANAGEMENT
RESOURCE
VIEWS
25 © Copyright 2007-2020 Inspirage. All rights reserved.
© Copyright 2007-2020 Inspirage. All rights reserved.© Copyright 2007-2020 Inspirage. All rights reserved.26
© Copyright 2007-2020 Inspirage. All rights reserved.
BRINGING THE MAGIC
27 © Copyright 2007-2020 Inspirage. All rights reserved.
© Copyright 2007-2020 Inspirage. All rights reserved.28
HOW TO BRING IT ALL TOGETHER?
© Copyright 2007-2020 Inspirage. All rights reserved.29
• Executes the job ImportMetaDataJob and overrides only the
importZipFileName parameter
• . { "jobType": "IMPORT_METADATA“
• , "jobName": "ImportMetaDataJob“
• , "parameters": { "importZipFileName": "myMetaDataDailyJob.zip" } }
• Executes the import data job 'ImportJob' and overrides the importFileName
parameter.
• {"jobType":"IMPORT_DATA",
• "jobName":"ImportJob",
• "parameters":{ "importFileName":" myImportfile123.zip" } }
PULLING METADATA/DATA FROM
EXTERNAL SOURCES
© Copyright 2007-2020 Inspirage. All rights reserved.30
• Executes the import exchange rates job MyExchangeRates and overrides
the importFileName parameter.
• {"jobType":"Import Exchange Rates“
• ,"jobName":"MyExchangeRates“
• , "parameters":{"importFileName":"ExportExchangeRatesTemplate.csv" } }
PULLING SUPPORTING DATA FROM
EXTERNAL SOURCES USING REST API
© Copyright 2007-2020 Inspirage. All rights reserved.31
• https://-...oraclecloud.com/
HyperionPlanning/rest/v3/applications/Vision/substitutionvariables
• { "items": [{ "name": "CurrYear",
• "value": "FY20",
• "planType": "ALL" },
• { "name": "CurrPeriod", "value": “May", "planType": “FinPlan" }] }
UPDATING THE SUBSTITUTION VARIABLES
USING REST API
© Copyright 2007-2020 Inspirage. All rights reserved.32
•{
• "country": "USA",
• "country_abbreviation": "US",
• "total_cases": "1,457,593",
• "new_cases": "0",
• "total_deaths": "86,912",
• "new_deaths": "0",
• "total_recovered": "318,027",
• "active_cases": "1,052,654",
• "serious_critical": "16,240",
• "cases_per_mill_pop": "4,404.0",
• "flag": "https://www.worldometers.info/img/flags/us-flag.gif"
• },
Getting real time COVID-19 data USING REST
API
© Copyright 2007-2020 Inspirage. All rights reserved.33
CALLING GROOVY SCRIPT
© Copyright 2007-2020 Inspirage. All rights reserved.34
GROOVY + REST API IN EVENTS
© Copyright 2007-2020 Inspirage. All rights reserved.© Copyright 2007-2020 Inspirage. All rights reserved.
DEMO
35
© Copyright 2007-2020 Inspirage. All rights reserved.
UPCOMING WEBINARS - 2020
May 21
11am EDT
ODTUG Learn
from Home
Series:
Automating
Security
Management in
PBCS
May 21 2pm
EDT
Leverage
Oracle’s Cloud
Planning to
Enhance Your
JD Edwards
Demand
Planning
May 27
1pm BST
Achieving EU
MDR/IVDR
Compliance
June 3
1pm BST
Optimize
Business
Decisions by
Transforming
Your S&OP
Processes
June 24
1pm BST
Strategic Steps
to Ensure Your
ERP
Transformation
is a Game
Changer
www.inspirage.com/events
Get Started
with EPM
Integration
Agent and
Unleash EPM
Cloud
Possibilities
May 20
1pm EDT
36
© Copyright 2007-2020 Inspirage. All rights reserved.
www.inspirage.com
Dayalan Ash Vuyyuru
Practice Manager Senior Manager
Personal Blog:
https://onlyhyperion.blogspot.com/
© Copyright 2007-2020 Inspirage. All rights reserved.
THANK YOU

Weitere ähnliche Inhalte

Was ist angesagt?

Getting Started with Calc Manager for HFM
Getting Started with Calc Manager for HFMGetting Started with Calc Manager for HFM
Getting Started with Calc Manager for HFMAlithya
 
Application Integration: EPM, ERP, Cloud and On-Premise – All options explained
Application Integration: EPM, ERP, Cloud and On-Premise – All options explainedApplication Integration: EPM, ERP, Cloud and On-Premise – All options explained
Application Integration: EPM, ERP, Cloud and On-Premise – All options explainedAlithya
 
Security and Auditing in HFM
Security and Auditing in HFMSecurity and Auditing in HFM
Security and Auditing in HFMAlithya
 
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope FormatKSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope FormatAlexandre SERAN
 
HFM Zero view settings
HFM Zero view settings HFM Zero view settings
HFM Zero view settings faizan uddin
 
FDMEE script examples
FDMEE script examplesFDMEE script examples
FDMEE script examplesAmit Sharma
 
Finit solutions getting the most out of hfm process management and phased sub...
Finit solutions getting the most out of hfm process management and phased sub...Finit solutions getting the most out of hfm process management and phased sub...
Finit solutions getting the most out of hfm process management and phased sub...finitsolutions
 
FDMEE script examples
FDMEE script examplesFDMEE script examples
FDMEE script examplesAmit Soni
 
HFM vs Essbase BSO: A Comparative Anatomy
HFM vs Essbase BSO: A Comparative AnatomyHFM vs Essbase BSO: A Comparative Anatomy
HFM vs Essbase BSO: A Comparative Anatomyaa026593
 
Beginning Calculation Manager for Essbase and Hyperion Planning
Beginning Calculation Manager for Essbase and Hyperion Planning Beginning Calculation Manager for Essbase and Hyperion Planning
Beginning Calculation Manager for Essbase and Hyperion Planning Alithya
 
Where Did That Come From? Techniques for Debugging HFM
Where Did That Come From?  Techniques for Debugging HFMWhere Did That Come From?  Techniques for Debugging HFM
Where Did That Come From? Techniques for Debugging HFMfinitsolutions
 
Oracle Hyperion Planning Best Practices
Oracle Hyperion Planning Best PracticesOracle Hyperion Planning Best Practices
Oracle Hyperion Planning Best PracticesIssam Hejazin
 
Rise of the Data Cloud
Rise of the Data CloudRise of the Data Cloud
Rise of the Data CloudKent Graziano
 
Calculation commands in essbase
Calculation commands in essbaseCalculation commands in essbase
Calculation commands in essbaseShoheb Mohammad
 
Building Data Quality Audit Framework using Delta Lake at Cerner
Building Data Quality Audit Framework using Delta Lake at CernerBuilding Data Quality Audit Framework using Delta Lake at Cerner
Building Data Quality Audit Framework using Delta Lake at CernerDatabricks
 
Cash Flow Series, Part 2: How to make HFM do the dirty work
Cash Flow Series, Part 2: How to make HFM do the dirty workCash Flow Series, Part 2: How to make HFM do the dirty work
Cash Flow Series, Part 2: How to make HFM do the dirty workfinitsolutions
 
Finit one small step - tips and tricks for transitioning from fdm to fdmee
Finit   one small step - tips and tricks for transitioning from fdm to fdmeeFinit   one small step - tips and tricks for transitioning from fdm to fdmee
Finit one small step - tips and tricks for transitioning from fdm to fdmeefinitsolutions
 

Was ist angesagt? (20)

Getting Started with Calc Manager for HFM
Getting Started with Calc Manager for HFMGetting Started with Calc Manager for HFM
Getting Started with Calc Manager for HFM
 
Application Integration: EPM, ERP, Cloud and On-Premise – All options explained
Application Integration: EPM, ERP, Cloud and On-Premise – All options explainedApplication Integration: EPM, ERP, Cloud and On-Premise – All options explained
Application Integration: EPM, ERP, Cloud and On-Premise – All options explained
 
Security and Auditing in HFM
Security and Auditing in HFMSecurity and Auditing in HFM
Security and Auditing in HFM
 
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope FormatKSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
 
HFM Zero view settings
HFM Zero view settings HFM Zero view settings
HFM Zero view settings
 
FDMEE script examples
FDMEE script examplesFDMEE script examples
FDMEE script examples
 
HFM-Implementation
HFM-ImplementationHFM-Implementation
HFM-Implementation
 
Finit solutions getting the most out of hfm process management and phased sub...
Finit solutions getting the most out of hfm process management and phased sub...Finit solutions getting the most out of hfm process management and phased sub...
Finit solutions getting the most out of hfm process management and phased sub...
 
FDMEE script examples
FDMEE script examplesFDMEE script examples
FDMEE script examples
 
HFM vs Essbase BSO: A Comparative Anatomy
HFM vs Essbase BSO: A Comparative AnatomyHFM vs Essbase BSO: A Comparative Anatomy
HFM vs Essbase BSO: A Comparative Anatomy
 
Beginning Calculation Manager for Essbase and Hyperion Planning
Beginning Calculation Manager for Essbase and Hyperion Planning Beginning Calculation Manager for Essbase and Hyperion Planning
Beginning Calculation Manager for Essbase and Hyperion Planning
 
Where Did That Come From? Techniques for Debugging HFM
Where Did That Come From?  Techniques for Debugging HFMWhere Did That Come From?  Techniques for Debugging HFM
Where Did That Come From? Techniques for Debugging HFM
 
Oracle Hyperion Planning Best Practices
Oracle Hyperion Planning Best PracticesOracle Hyperion Planning Best Practices
Oracle Hyperion Planning Best Practices
 
Oracle FCCS: A Deep Dive
Oracle FCCS: A Deep DiveOracle FCCS: A Deep Dive
Oracle FCCS: A Deep Dive
 
Rise of the Data Cloud
Rise of the Data CloudRise of the Data Cloud
Rise of the Data Cloud
 
Calculation commands in essbase
Calculation commands in essbaseCalculation commands in essbase
Calculation commands in essbase
 
Building Data Quality Audit Framework using Delta Lake at Cerner
Building Data Quality Audit Framework using Delta Lake at CernerBuilding Data Quality Audit Framework using Delta Lake at Cerner
Building Data Quality Audit Framework using Delta Lake at Cerner
 
DRM
DRMDRM
DRM
 
Cash Flow Series, Part 2: How to make HFM do the dirty work
Cash Flow Series, Part 2: How to make HFM do the dirty workCash Flow Series, Part 2: How to make HFM do the dirty work
Cash Flow Series, Part 2: How to make HFM do the dirty work
 
Finit one small step - tips and tricks for transitioning from fdm to fdmee
Finit   one small step - tips and tricks for transitioning from fdm to fdmeeFinit   one small step - tips and tricks for transitioning from fdm to fdmee
Finit one small step - tips and tricks for transitioning from fdm to fdmee
 

Ähnlich wie Inspirage Webinar on Epm integration agent

Web adi webcast_v3
Web adi webcast_v3Web adi webcast_v3
Web adi webcast_v3Bala Nagella
 
Database Security, Better Audits, Lower Costs
Database Security, Better Audits, Lower CostsDatabase Security, Better Audits, Lower Costs
Database Security, Better Audits, Lower CostsImperva
 
OpenStack + Cloud Foundry for the OpenStack Boston Meetup
OpenStack + Cloud Foundry for the OpenStack Boston MeetupOpenStack + Cloud Foundry for the OpenStack Boston Meetup
OpenStack + Cloud Foundry for the OpenStack Boston Meetupragss
 
Serverless patterns
Serverless patternsServerless patterns
Serverless patternsJesse Butler
 
Computerworld Big Data Forum 2015
Computerworld Big Data Forum 2015Computerworld Big Data Forum 2015
Computerworld Big Data Forum 2015Steven Sit
 
OIM Connector for Webservices
OIM Connector for WebservicesOIM Connector for Webservices
OIM Connector for WebservicesAtul Goyal
 
206530 getting started with p6 analytics and reporting
206530 getting started with p6 analytics and reporting206530 getting started with p6 analytics and reporting
206530 getting started with p6 analytics and reportingp6academy
 
ODTUG Learn from Home S E R I E S-Automating Security Management in PBCS!
ODTUG Learn from Home S E R I E S-Automating Security Management in PBCS!ODTUG Learn from Home S E R I E S-Automating Security Management in PBCS!
ODTUG Learn from Home S E R I E S-Automating Security Management in PBCS!Dayalan Punniyamoorthy
 
Feast Feature Store - An In-depth Overview Experimentation and Application in...
Feast Feature Store - An In-depth Overview Experimentation and Application in...Feast Feature Store - An In-depth Overview Experimentation and Application in...
Feast Feature Store - An In-depth Overview Experimentation and Application in...Hong Ong
 
Atlassian Executive Business Forum - LinkedIn HQ
Atlassian Executive Business Forum - LinkedIn HQAtlassian Executive Business Forum - LinkedIn HQ
Atlassian Executive Business Forum - LinkedIn HQServiceRocket
 
The Changing Role of a DBA in an Autonomous World
The Changing Role of a DBA in an Autonomous WorldThe Changing Role of a DBA in an Autonomous World
The Changing Role of a DBA in an Autonomous WorldMaria Colgan
 
Webinar: Ten Ways to Enhance Your Salesforce.com Application in 2013
Webinar: Ten Ways to Enhance Your Salesforce.com Application in 2013Webinar: Ten Ways to Enhance Your Salesforce.com Application in 2013
Webinar: Ten Ways to Enhance Your Salesforce.com Application in 2013Emtec Inc.
 
Machine Learning to Turbo-Charge the Ops Portion of DevOps
Machine Learning to Turbo-Charge the Ops Portion of DevOpsMachine Learning to Turbo-Charge the Ops Portion of DevOps
Machine Learning to Turbo-Charge the Ops Portion of DevOpsDeborah Schalm
 
Ten tools for ten big data areas 01 informatica
Ten tools for ten big data areas 01 informatica Ten tools for ten big data areas 01 informatica
Ten tools for ten big data areas 01 informatica Will Du
 
CIS14: SCIM: Why It’s More Important, and More Simple, Than You Think
CIS14: SCIM: Why It’s More Important, and More Simple, Than You ThinkCIS14: SCIM: Why It’s More Important, and More Simple, Than You Think
CIS14: SCIM: Why It’s More Important, and More Simple, Than You ThinkCloudIDSummit
 
Agile enterprise integration
Agile enterprise integrationAgile enterprise integration
Agile enterprise integrationSimon Greig
 
More databases. More hackers.
More databases. More hackers.More databases. More hackers.
More databases. More hackers.Imperva
 
Migrating from Oracle to Postgres
Migrating from Oracle to PostgresMigrating from Oracle to Postgres
Migrating from Oracle to PostgresEDB
 
Oracle forms to oci executive overview for customer
Oracle forms to oci   executive overview  for customerOracle forms to oci   executive overview  for customer
Oracle forms to oci executive overview for customerSamy El Sherif, PMP, OUM.
 

Ähnlich wie Inspirage Webinar on Epm integration agent (20)

Web adi webcast_v3
Web adi webcast_v3Web adi webcast_v3
Web adi webcast_v3
 
Database Security, Better Audits, Lower Costs
Database Security, Better Audits, Lower CostsDatabase Security, Better Audits, Lower Costs
Database Security, Better Audits, Lower Costs
 
OpenStack + Cloud Foundry for the OpenStack Boston Meetup
OpenStack + Cloud Foundry for the OpenStack Boston MeetupOpenStack + Cloud Foundry for the OpenStack Boston Meetup
OpenStack + Cloud Foundry for the OpenStack Boston Meetup
 
Serverless patterns
Serverless patternsServerless patterns
Serverless patterns
 
Computerworld Big Data Forum 2015
Computerworld Big Data Forum 2015Computerworld Big Data Forum 2015
Computerworld Big Data Forum 2015
 
OIM Connector for Webservices
OIM Connector for WebservicesOIM Connector for Webservices
OIM Connector for Webservices
 
206530 getting started with p6 analytics and reporting
206530 getting started with p6 analytics and reporting206530 getting started with p6 analytics and reporting
206530 getting started with p6 analytics and reporting
 
ODTUG Learn from Home S E R I E S-Automating Security Management in PBCS!
ODTUG Learn from Home S E R I E S-Automating Security Management in PBCS!ODTUG Learn from Home S E R I E S-Automating Security Management in PBCS!
ODTUG Learn from Home S E R I E S-Automating Security Management in PBCS!
 
Feast Feature Store - An In-depth Overview Experimentation and Application in...
Feast Feature Store - An In-depth Overview Experimentation and Application in...Feast Feature Store - An In-depth Overview Experimentation and Application in...
Feast Feature Store - An In-depth Overview Experimentation and Application in...
 
Atlassian Executive Business Forum - LinkedIn HQ
Atlassian Executive Business Forum - LinkedIn HQAtlassian Executive Business Forum - LinkedIn HQ
Atlassian Executive Business Forum - LinkedIn HQ
 
The Changing Role of a DBA in an Autonomous World
The Changing Role of a DBA in an Autonomous WorldThe Changing Role of a DBA in an Autonomous World
The Changing Role of a DBA in an Autonomous World
 
Webinar: Ten Ways to Enhance Your Salesforce.com Application in 2013
Webinar: Ten Ways to Enhance Your Salesforce.com Application in 2013Webinar: Ten Ways to Enhance Your Salesforce.com Application in 2013
Webinar: Ten Ways to Enhance Your Salesforce.com Application in 2013
 
Machine Learning to Turbo-Charge the Ops Portion of DevOps
Machine Learning to Turbo-Charge the Ops Portion of DevOpsMachine Learning to Turbo-Charge the Ops Portion of DevOps
Machine Learning to Turbo-Charge the Ops Portion of DevOps
 
Ten tools for ten big data areas 01 informatica
Ten tools for ten big data areas 01 informatica Ten tools for ten big data areas 01 informatica
Ten tools for ten big data areas 01 informatica
 
Soa suite12c presentation @AMIS by Simone Geib
Soa suite12c presentation @AMIS by Simone GeibSoa suite12c presentation @AMIS by Simone Geib
Soa suite12c presentation @AMIS by Simone Geib
 
CIS14: SCIM: Why It’s More Important, and More Simple, Than You Think
CIS14: SCIM: Why It’s More Important, and More Simple, Than You ThinkCIS14: SCIM: Why It’s More Important, and More Simple, Than You Think
CIS14: SCIM: Why It’s More Important, and More Simple, Than You Think
 
Agile enterprise integration
Agile enterprise integrationAgile enterprise integration
Agile enterprise integration
 
More databases. More hackers.
More databases. More hackers.More databases. More hackers.
More databases. More hackers.
 
Migrating from Oracle to Postgres
Migrating from Oracle to PostgresMigrating from Oracle to Postgres
Migrating from Oracle to Postgres
 
Oracle forms to oci executive overview for customer
Oracle forms to oci   executive overview  for customerOracle forms to oci   executive overview  for customer
Oracle forms to oci executive overview for customer
 

Kürzlich hochgeladen

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 

Kürzlich hochgeladen (20)

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 

Inspirage Webinar on Epm integration agent

  • 1. © Copyright 2007-2020 Inspirage. All rights reserved. EPM INTEGRATION AGENT Ash Vuyyuru, EPM Senior Manager 20th May 20201 Dayalan, EPM Practice Manager
  • 2. © Copyright 2007-2020 Inspirage. All rights reserved.2 EPM CLOUD SOLUTIONS Financial Close and Consolidation Budgeting and Forecasting Reporting and Analytics Profitability and Cost Management Master Data Management ERP CLOUD SOLUTIONS ADVISORY MANAGED SERVICES DELIVERING ORACLE EPM & ERP CLOUD SOLUTIONS GLOBALLY NOW A PART OF The Integrated Supply Chain Specialists
  • 3. © Copyright 2007-2020 Inspirage. All rights reserved. ORACLE EPM EXPERIENCE • Oracle® Certified Platinum Partner • One of the nation’s leading Oracle EPM strategy & implementation firms • Successfully implemented Oracle EPM solutions for dozens of clients in the US, and abroad • Oracle EPM professional average 15 years of hands-on experience • Focused on Fortune 500 companies & large scale, enterprise-wide implementations • Deep expertise from process design to technology implementation • Proven functional and industry templates to leverage best practices • Hyperion Essbase, Planning and HFM certified professionals 3 Enterprise Planning Business Intelligence Reporting and Analytics Financial Consolidation
  • 4. © Copyright 2007-2020 Inspirage. All rights reserved. ORACLE EPM EXPERIENCE Enterprise Planning & Forecasting • Planning, Budget & Forecasting • Workforce & Capital Expenditure Planning • Planning System Design & Implementation • Balanced Scorecard • Hyperion Planning™, Workforce Planning™, Capital Expense Planning™ Financial Consolidation • Financial Close Process Design • Consolidation System Design & Implementation • Financial Reporting & Analysis • Financial Management™, Financial Data Quality Management™ Reporting & Analytics • Management Dashboards • Profitability Analysis • Human Resource Analysis • Sales & Procurement Analytics • Essbase™ Solutions, SmartView™, and reporting tools Business Intelligence • Data Management & Integration • Content Management • BI Enterprise Edition™, Data Relationship Management™ and integration tools 4
  • 5. © Copyright 2007-2020 Inspirage. All rights reserved.5 • Overview/Introduction • Installation and Configuration • How to setup an Integration? • Custom Scripting • Use Cases • Demo • Q&A AGENDA
  • 6. © Copyright 2007-2020 Inspirage. All rights reserved.6 Overview
  • 7. © Copyright 2007-2020 Inspirage. All rights reserved.7 EPM INTEGRATION AGENT Simple Integrations Pre –Packaged Adapters Custom Scripting
  • 8. © Copyright 2007-2020 Inspirage. All rights reserved. Synchronous Asynchronous 8 INTEGRATION AGENT MODES
  • 9. © Copyright 2007-2020 Inspirage. All rights reserved. • E- Business GL • Peoplesoft GL • On-Prem Databases • Non-Relational Data Sources • Third Party APIs • Jython • Groovy • Java-accessible systems SUPPORTED DATA SOURCES 9
  • 10. © Copyright 2007-2020 Inspirage. All rights reserved.10 KEY CAPABILITIES • Ability to load both Data and Metadata • Supports custom Queries and Scripting • Adapters for Oracle EBS and Peoplesoft General Ledgers • Thin client, minimal resource usage • Drill through capability to source systems • Pre/Post Process Scripting
  • 11. © Copyright 2007-2020 Inspirage. All rights reserved.11 INSTALL AND CONFIGURE 1. Downloading the EPMAgent ZIP 2. Creating Application Folders 3. Configuring the Secure Sockets Layer (SSL) Certificate 4. Configuring Drivers 5. Configuring Startup Parameters 6. Encrypting the EPM Cloud User Password 7. Start Integration Agent 8. Create Agent as a Windows Service
  • 12. © Copyright 2007-2020 Inspirage. All rights reserved.12 1. DOWNLOAD AGENT
  • 13. © Copyright 2007-2020 Inspirage. All rights reserved.13 2. CREATE A FOLDER
  • 14. © Copyright 2007-2020 Inspirage. All rights reserved. SSL is a standard security technology for creating an encrypted link between a web server and a browser 14 3. CONFIGURING THE SSL CERTIFICATE
  • 15. © Copyright 2007-2020 Inspirage. All rights reserved. • Setup Agent Home • Setup Data Home • Cloud URL • Domain • User Name • Password • Jython Home • Groovy Home • Custom Java APIs • Log Level • Poll Interval 15 4. UPDATE AGENT PARAMETERS
  • 16. © Copyright 2007-2020 Inspirage. All rights reserved.16 SETUP TARGET For an Oracle Thin JDBC driver, the JDBC driver URL includes: jdbc:oracle:thin:@host:port:sid jdbc:oracle:thin:@host:port/service For SQL Server, the JDBC driver URL includes: jdbc:sqlserver://server:port;DatabaseName=dbname 2.In Username, specify the on-premises database username. 3.In Password, specify the on-premises database password.
  • 17. © Copyright 2007-2020 Inspirage. All rights reserved.17 USE CUSTOM SQL The Query option enables to save the SQL query definition when creating an SQL data source Valid conditions include: • Equal • Between • Like • Not In • In
  • 18. © Copyright 2007-2020 Inspirage. All rights reserved. 1. Systems are distributed geographically 2. Secure and manage their jobs independently by BU 3. Organization uses different types of source systems 4. Different data frequency for different sources 18 UNDERSTAND THE AGENT CLUSTER
  • 19. © Copyright 2007-2020 Inspirage. All rights reserved.19 CREATING FILTERS • A filter is added for the bind variable. • Placeholder for actual values in the SQL statement. • The name must exactly match the name specified in the SQL query • Can be applied to application or to a rule
  • 20. © Copyright 2007-2020 Inspirage. All rights reserved.20 Drill down TO SOURCE SYSTEM Two ways to setup drill down 1. To a Landing page (URL) 2. Using a Custom SQL
  • 21. © Copyright 2007-2020 Inspirage. All rights reserved.21 EPM INTEGRATION AGENT SCRIPTING There are four events where custom scripting can be applied: • Before extract – Before the agent connects to the data source and executes the SQL query • After extract – After the agent has connected to the data source and produced an extract data file • Before upload – Before the data file is uploaded to EPM Cloud • After upload – After the data file has been uploaded to EPM Cloud
  • 22. © Copyright 2007-2020 Inspirage. All rights reserved.© Copyright 2007-2020 Inspirage. All rights reserved.22
  • 23. © Copyright 2007-2020 Inspirage. All rights reserved.23 SOME PLANNING RESOURCE VIEWS 23 © Copyright 2007-2020 Inspirage. All rights reserved.
  • 24. © Copyright 2007-2020 Inspirage. All rights reserved.24 MIGRATION RESOURCE VIEWS 24 © Copyright 2007-2020 Inspirage. All rights reserved.
  • 25. © Copyright 2007-2020 Inspirage. All rights reserved.25 DATA MANAGEMENT RESOURCE VIEWS 25 © Copyright 2007-2020 Inspirage. All rights reserved.
  • 26. © Copyright 2007-2020 Inspirage. All rights reserved.© Copyright 2007-2020 Inspirage. All rights reserved.26
  • 27. © Copyright 2007-2020 Inspirage. All rights reserved. BRINGING THE MAGIC 27 © Copyright 2007-2020 Inspirage. All rights reserved.
  • 28. © Copyright 2007-2020 Inspirage. All rights reserved.28 HOW TO BRING IT ALL TOGETHER?
  • 29. © Copyright 2007-2020 Inspirage. All rights reserved.29 • Executes the job ImportMetaDataJob and overrides only the importZipFileName parameter • . { "jobType": "IMPORT_METADATA“ • , "jobName": "ImportMetaDataJob“ • , "parameters": { "importZipFileName": "myMetaDataDailyJob.zip" } } • Executes the import data job 'ImportJob' and overrides the importFileName parameter. • {"jobType":"IMPORT_DATA", • "jobName":"ImportJob", • "parameters":{ "importFileName":" myImportfile123.zip" } } PULLING METADATA/DATA FROM EXTERNAL SOURCES
  • 30. © Copyright 2007-2020 Inspirage. All rights reserved.30 • Executes the import exchange rates job MyExchangeRates and overrides the importFileName parameter. • {"jobType":"Import Exchange Rates“ • ,"jobName":"MyExchangeRates“ • , "parameters":{"importFileName":"ExportExchangeRatesTemplate.csv" } } PULLING SUPPORTING DATA FROM EXTERNAL SOURCES USING REST API
  • 31. © Copyright 2007-2020 Inspirage. All rights reserved.31 • https://-...oraclecloud.com/ HyperionPlanning/rest/v3/applications/Vision/substitutionvariables • { "items": [{ "name": "CurrYear", • "value": "FY20", • "planType": "ALL" }, • { "name": "CurrPeriod", "value": “May", "planType": “FinPlan" }] } UPDATING THE SUBSTITUTION VARIABLES USING REST API
  • 32. © Copyright 2007-2020 Inspirage. All rights reserved.32 •{ • "country": "USA", • "country_abbreviation": "US", • "total_cases": "1,457,593", • "new_cases": "0", • "total_deaths": "86,912", • "new_deaths": "0", • "total_recovered": "318,027", • "active_cases": "1,052,654", • "serious_critical": "16,240", • "cases_per_mill_pop": "4,404.0", • "flag": "https://www.worldometers.info/img/flags/us-flag.gif" • }, Getting real time COVID-19 data USING REST API
  • 33. © Copyright 2007-2020 Inspirage. All rights reserved.33 CALLING GROOVY SCRIPT
  • 34. © Copyright 2007-2020 Inspirage. All rights reserved.34 GROOVY + REST API IN EVENTS
  • 35. © Copyright 2007-2020 Inspirage. All rights reserved.© Copyright 2007-2020 Inspirage. All rights reserved. DEMO 35
  • 36. © Copyright 2007-2020 Inspirage. All rights reserved. UPCOMING WEBINARS - 2020 May 21 11am EDT ODTUG Learn from Home Series: Automating Security Management in PBCS May 21 2pm EDT Leverage Oracle’s Cloud Planning to Enhance Your JD Edwards Demand Planning May 27 1pm BST Achieving EU MDR/IVDR Compliance June 3 1pm BST Optimize Business Decisions by Transforming Your S&OP Processes June 24 1pm BST Strategic Steps to Ensure Your ERP Transformation is a Game Changer www.inspirage.com/events Get Started with EPM Integration Agent and Unleash EPM Cloud Possibilities May 20 1pm EDT 36
  • 37. © Copyright 2007-2020 Inspirage. All rights reserved. www.inspirage.com Dayalan Ash Vuyyuru Practice Manager Senior Manager Personal Blog: https://onlyhyperion.blogspot.com/
  • 38. © Copyright 2007-2020 Inspirage. All rights reserved. THANK YOU