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?

nter-pod Revolutions: Connected Enterprise Solution in Oracle EPM Cloud
nter-pod Revolutions: Connected Enterprise Solution in Oracle EPM Cloud nter-pod Revolutions: Connected Enterprise Solution in Oracle EPM Cloud
nter-pod Revolutions: Connected Enterprise Solution in Oracle EPM Cloud Alithya
 
What's New in Oracle EPM Cloud
What's New in Oracle EPM CloudWhat's New in Oracle EPM Cloud
What's New in Oracle EPM CloudPerficient, Inc.
 
Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...
Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...
Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...finitsolutions
 
Hyperion Implementation Questionaries
Hyperion Implementation QuestionariesHyperion Implementation Questionaries
Hyperion Implementation QuestionariesAmit Sharma
 
Oracle FCCS Getting Started Guide II
Oracle FCCS Getting Started Guide IIOracle FCCS Getting Started Guide II
Oracle FCCS Getting Started Guide IIRati Sharma
 
Oracle fccs creating new application
Oracle fccs creating new applicationOracle fccs creating new application
Oracle fccs creating new applicationRati Sharma
 
Budgeting using hyperion planning vs essbase
Budgeting using hyperion planning vs essbaseBudgeting using hyperion planning vs essbase
Budgeting using hyperion planning vs essbaseSyntelli Solutions
 
Simplify Complex Consolidations and Close Processes with Oracle Financial Con...
Simplify Complex Consolidations and Close Processes with Oracle Financial Con...Simplify Complex Consolidations and Close Processes with Oracle Financial Con...
Simplify Complex Consolidations and Close Processes with Oracle Financial Con...Alithya
 
Finit - Breaking Through the Cloud: An Overview of Oracle EPM Cloud
Finit - Breaking Through the Cloud: An Overview of Oracle EPM CloudFinit - Breaking Through the Cloud: An Overview of Oracle EPM Cloud
Finit - Breaking Through the Cloud: An Overview of Oracle EPM Cloudfinitsolutions
 
Become Jythonic in FDMEE (KSCOPE15)
Become Jythonic in FDMEE (KSCOPE15)Become Jythonic in FDMEE (KSCOPE15)
Become Jythonic in FDMEE (KSCOPE15)Francisco Amores
 
My Favorite Calc Code
My Favorite Calc CodeMy Favorite Calc Code
My Favorite Calc CodeAlithya
 
Key Considerations for a Successful Hyperion Planning Implementation
Key Considerations for a Successful Hyperion Planning ImplementationKey Considerations for a Successful Hyperion Planning Implementation
Key Considerations for a Successful Hyperion Planning ImplementationAlithya
 
Abstract #236765 advanced essbase java api tips and tricks
Abstract #236765 advanced essbase java api tips and tricksAbstract #236765 advanced essbase java api tips and tricks
Abstract #236765 advanced essbase java api tips and trickstimtow
 
Oracle Hyperion Planning Best Practices
Oracle Hyperion Planning Best PracticesOracle Hyperion Planning Best Practices
Oracle Hyperion Planning Best PracticesIssam Hejazin
 
Currency Translation in HFM
Currency Translation in HFMCurrency Translation in HFM
Currency Translation in HFMaa026593
 
It's Time to Reassess Your FDM Mappings
It's Time to Reassess Your FDM MappingsIt's Time to Reassess Your FDM Mappings
It's Time to Reassess Your FDM MappingsAlithya
 
Creating a Data validation and Testing Strategy
Creating a Data validation and Testing StrategyCreating a Data validation and Testing Strategy
Creating a Data validation and Testing StrategyRTTS
 
HFM Member List Tips
HFM Member List TipsHFM Member List Tips
HFM Member List Tipsaa026593
 

Was ist angesagt? (20)

nter-pod Revolutions: Connected Enterprise Solution in Oracle EPM Cloud
nter-pod Revolutions: Connected Enterprise Solution in Oracle EPM Cloud nter-pod Revolutions: Connected Enterprise Solution in Oracle EPM Cloud
nter-pod Revolutions: Connected Enterprise Solution in Oracle EPM Cloud
 
What's New in Oracle EPM Cloud
What's New in Oracle EPM CloudWhat's New in Oracle EPM Cloud
What's New in Oracle EPM Cloud
 
Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...
Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...
Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...
 
Hyperion Implementation Questionaries
Hyperion Implementation QuestionariesHyperion Implementation Questionaries
Hyperion Implementation Questionaries
 
Oracle FCCS Getting Started Guide II
Oracle FCCS Getting Started Guide IIOracle FCCS Getting Started Guide II
Oracle FCCS Getting Started Guide II
 
Oracle fccs creating new application
Oracle fccs creating new applicationOracle fccs creating new application
Oracle fccs creating new application
 
Budgeting using hyperion planning vs essbase
Budgeting using hyperion planning vs essbaseBudgeting using hyperion planning vs essbase
Budgeting using hyperion planning vs essbase
 
Simplify Complex Consolidations and Close Processes with Oracle Financial Con...
Simplify Complex Consolidations and Close Processes with Oracle Financial Con...Simplify Complex Consolidations and Close Processes with Oracle Financial Con...
Simplify Complex Consolidations and Close Processes with Oracle Financial Con...
 
Finit - Breaking Through the Cloud: An Overview of Oracle EPM Cloud
Finit - Breaking Through the Cloud: An Overview of Oracle EPM CloudFinit - Breaking Through the Cloud: An Overview of Oracle EPM Cloud
Finit - Breaking Through the Cloud: An Overview of Oracle EPM Cloud
 
Oracle FCCS: A Deep Dive
Oracle FCCS: A Deep DiveOracle FCCS: A Deep Dive
Oracle FCCS: A Deep Dive
 
Become Jythonic in FDMEE (KSCOPE15)
Become Jythonic in FDMEE (KSCOPE15)Become Jythonic in FDMEE (KSCOPE15)
Become Jythonic in FDMEE (KSCOPE15)
 
My Favorite Calc Code
My Favorite Calc CodeMy Favorite Calc Code
My Favorite Calc Code
 
Key Considerations for a Successful Hyperion Planning Implementation
Key Considerations for a Successful Hyperion Planning ImplementationKey Considerations for a Successful Hyperion Planning Implementation
Key Considerations for a Successful Hyperion Planning Implementation
 
Abstract #236765 advanced essbase java api tips and tricks
Abstract #236765 advanced essbase java api tips and tricksAbstract #236765 advanced essbase java api tips and tricks
Abstract #236765 advanced essbase java api tips and tricks
 
Oracle Hyperion Planning Best Practices
Oracle Hyperion Planning Best PracticesOracle Hyperion Planning Best Practices
Oracle Hyperion Planning Best Practices
 
Currency Translation in HFM
Currency Translation in HFMCurrency Translation in HFM
Currency Translation in HFM
 
Operational Data Vault
Operational Data VaultOperational Data Vault
Operational Data Vault
 
It's Time to Reassess Your FDM Mappings
It's Time to Reassess Your FDM MappingsIt's Time to Reassess Your FDM Mappings
It's Time to Reassess Your FDM Mappings
 
Creating a Data validation and Testing Strategy
Creating a Data validation and Testing StrategyCreating a Data validation and Testing Strategy
Creating a Data validation and Testing Strategy
 
HFM Member List Tips
HFM Member List TipsHFM Member List Tips
HFM Member List Tips
 

Ä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

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 

Kürzlich hochgeladen (20)

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 

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