SlideShare a Scribd company logo
1 of 1
Download to read offline
BMC REMEDY IT Service Management (ITSM) v7 INTEGRATION ARCHITECTURE
This diagram describes the integrations required to
support the Fannie Mae BMC Remedy IT Service
Management (ITSM) v7 environment. This diagram
does not include installation, configuration,
administration or deployment information.
02/10/09Page 1 of 1 RLB
ITSMv7 Interface Diagram 6.0
Integration List
Oracle 10g 10.2.0.4.0
Incident
Management
Problem
Management
AssetManagement
Change
Management
LDAP User Authentication
Sun One
Directory Server 5.2
ITSM Applications (Systems)
.
AR Approval Server
AR Assignment
Engine
AR Flashboards
Server
AR Email Engine
AR System Server
Components
CMDB
Reconciliation
Engine
Atrium Integration
Engine
Atrium
SubSystems
ITSM Foundation
Definitive Software
Library
Task Management
System
Cost Management
System
AR System Server
SubSystems
AR System Server
Workflow, Permissions, Database Abstraction
AR System Database
SQL
R/AM
Vendor Form
External Customer
Information
eFanniemae.com
Surveys
(Incident Management)
HOSS Reporting
(Part 3)
MyUsage
Services Online (SOL)
Apropos
(Part 3)
Remedy ARS
User Tool
AR System
C API
Remedy
Administrator Tool
AR System
C API
Remedy
Developer Plus
AR System
C API
End User / Developer
Notification Engine
Part 1: Ticket Creation
Part 2: Ticket Status Update
Tele-Alert
(Paging)
Microsoft Exchange
Server 2003
General Reporting
Users
Netcool
Data Consumers
Reporting, Queries and Data Extracts
Data Providers
Foundation and Support Data
Paging via Remedy Notification Engine
PageOnly(NoRemedyTicket)
Remedy Clients
Users, Administrators, Developers
AR System
C API
AR System
C API
Remedy
Java API
Remedy
Macros
Client side
$PROCESS$
commands
Automated
Password Reset
(Courion)
1
Knowledge Center
(ATG)
2
Remedy
Java API
eSupport
3
- displays the history of the
customer’s Incident tickets
submitted within the last 45 days.
- Incident ticket is created for each web
chat interaction initiated on eSupport
4
- displays the history of a customer’s last five incident tickets
- Incident ticket is created for
each web chat interaction
initiated on eFannieMae.com
Apropos
(part 1)
5
Remedy
Macros
- Opens a new Incident ticket and pre-populate
fields when associated passed in as parameters.
Apropos
(part 2)
12
11
B. Call Processing
Ability to retrieve Incident tickets
using Transact-SQL statements
Oracle SQL
ODBC
A. Self-Service History
B. Web Chat
B. Web Chat
A. Screen Pops
A. Self-Service History
Remedy
Java API
- Creates a new Incident ticket and store up to 20 attachements associated with an
incoming email, fax via the work info records.
B. Email, Fax Integration (HR Service Center, CIC, PCTS & ETR SUPP)
6
Custom Interface Form
7
Interfaces NOT Defined
CMDB Providers
Configuration Items
CMDB Consumers
Configuration Items
Enterprise Mgt
& Monitoring
ARDBC
ODBC
AR System
Plug-In
(ARDBC/
AREA)
A. New / Update User
B. LDAP Authentication
SFAUT Change Request
8
9
AR System
C API
Paging Online
.
Tripwire
10
14
13
15
16
17
20
18
19
ServiceLevel
Management
AR System
Mid-Tier
AR System
Java API
HTTP /
HTTPS
Web Browser
Ref Num Integration / Interface Name Integration Method Target ARS Component
Production Acceptance Development Pre-Development
1 Automated Password Reset (Courion) C API Incident Mgt x x
2 Knowledge Center (ATG) Client side $PROCESS$ Incident Mgt x x
3 eSupport Java API / Macros Incident Mgt x x
4 eFannieMae.com Java API / Macros Incident Mgt x x
5 Apropos (part 1) Java API / Macros Incident Mgt x x
6 Netcool C API Incident Mgt x x
7 MS Exchange 2003 C API Email / Notification Engine x
8 SFAUT Change Request C API Change Mgt x x
9 Sun One Directory Server 5.2 (LDAP) ARDBC Plugin ITSM Foundation x x x
10 EM&M CI Data Extract Atrium Integration Engine (AIE) CMDB x
11 R/AM (External Customer Info) Oracle SQL ODBC AR System Database x x
12 Apropos (part 2) Oracle SQL ODBC AR System Database x x
13 Surveys (Incident Mgt) ARDBC ODBC AR System Database x
14 Hoss Reporting Oracle SQL ODBC AR System Database x
15 MyUsage Oracle SQL ODBC AR System Database x
16 Services Online (SOL) Oracle SQL ODBC AR System Database x
17 Apropos (part 3) Oracle SQL ODBC AR System Database x
18 Paging Online Oracle SQL ODBC AR System Database x
19 Tripwire Oracle SQL ODBC AR System Database x
20 General Reporting Users Oracle SQL ODBC AR System Database x
Environment Availability
Common Automation
Interface (CAI)
Integration Definition
An integration is defined as an
automated communication between a
Remedy form or Remedy Application and
an external data source/repository.
Integration Assumptions
1. Does not adversely impact the process flow of
the core application.
2. Initial and sustainable business value to a large
segment of the user base.
3. Function cannot be achieved within the
application framework.
4. Automated – Human intervention not required
for normal operation.
5. Critical to the functioning of the applications or
the business service.
6. Real time or near real time transactions
accommodated, batch jobs are to be avoided.
7. All consumer integrations require a business
service owner.
Integration Methods
AR System C API
- fastest method to push and pull data while still maintaining data security and workflow
- encapsulates RPC communication protocols
- fully open and documented in the C API Guide
AR System Java API
- Not pure Java, as it is built on top of the AR System C API
- fully open and documented in javadoc in ardoc62.jar
- primarily used by the AR System Mid-Tier
Web Services
- Allows the AR System to interact with other applications using standard XML/HTTP
mechanisms
- Publish any System form as a web service
- Consume external web services with AR System workflow
- Supports HTTPS for secure communication over the Internet and Remedy Encryption for
security between the web server and the AR System
AR System Plug-Ins
- AREA Plug-Ins (AR System External Authentication)
*allows user authentication from external repositories such as LDAP or single sign-on
systems
- Filter Plug-Ins
*used by set fields actions in filters and escalations
- ARDBC Plug-Ins (AR System Database Connectivity)
*create a vendor form from an ARDBC source with views and workflow
*available for LDAP, MS SQL Server, Oracle, DB2, SAP
View Forms
- Access external data using AR System forms with views and workflow
- Data tables can be on a separate server and database, but must be accessible through
the database used by the AR System server.
- Tables must contain non-null, unique ID fields
Atrium Integration
Engine (AIE)
- fully configurable scheduling for batch or on-demand transfers
- preferred method for populating the Atrium CMDB
- fast, flexible mapping between data sources
SQL Database Access
- Execute Direct SQL statements to push data to non-AR System tables
- Retrieve external data with Set Fields actions that process Select query results
- Database tables can be on a separate server and database, but must be accessible
through the database used by the AR System server.
ODBC Access
- Supports reporting and other read-only data access
- Maintains data security and workflow
- Provides user-friendly table names, column names and data formats
- external joins must be done with multiple data sources
Run Process
- Execute external programs on the client or server
- Pass data from AR system fields as command line arguments
- retrieve data from external process in a set fields action

More Related Content

What's hot

OPC .NET 3.0 Simplifies Client Access to DeltaV
OPC .NET 3.0 Simplifies Client Access to DeltaVOPC .NET 3.0 Simplifies Client Access to DeltaV
OPC .NET 3.0 Simplifies Client Access to DeltaVEmerson Exchange
 
Db2 analytics accelerator technical update
Db2 analytics accelerator  technical updateDb2 analytics accelerator  technical update
Db2 analytics accelerator technical updateCuneyt Goksu
 
Db2 for z os trends
Db2 for z os trendsDb2 for z os trends
Db2 for z os trendsCuneyt Goksu
 
Windows server power_efficiency___robben_and_worthington__final
Windows server power_efficiency___robben_and_worthington__finalWindows server power_efficiency___robben_and_worthington__final
Windows server power_efficiency___robben_and_worthington__finalBruce Worthington
 
Hyper v and live migration on cisco unified computing system - virtualized on...
Hyper v and live migration on cisco unified computing system - virtualized on...Hyper v and live migration on cisco unified computing system - virtualized on...
Hyper v and live migration on cisco unified computing system - virtualized on...Louis Göhl
 

What's hot (6)

ppm presentation-10-11-2015
ppm presentation-10-11-2015ppm presentation-10-11-2015
ppm presentation-10-11-2015
 
OPC .NET 3.0 Simplifies Client Access to DeltaV
OPC .NET 3.0 Simplifies Client Access to DeltaVOPC .NET 3.0 Simplifies Client Access to DeltaV
OPC .NET 3.0 Simplifies Client Access to DeltaV
 
Db2 analytics accelerator technical update
Db2 analytics accelerator  technical updateDb2 analytics accelerator  technical update
Db2 analytics accelerator technical update
 
Db2 for z os trends
Db2 for z os trendsDb2 for z os trends
Db2 for z os trends
 
Windows server power_efficiency___robben_and_worthington__final
Windows server power_efficiency___robben_and_worthington__finalWindows server power_efficiency___robben_and_worthington__final
Windows server power_efficiency___robben_and_worthington__final
 
Hyper v and live migration on cisco unified computing system - virtualized on...
Hyper v and live migration on cisco unified computing system - virtualized on...Hyper v and live migration on cisco unified computing system - virtualized on...
Hyper v and live migration on cisco unified computing system - virtualized on...
 

Viewers also liked

Usda ocio-its itsm7-integration_architecturediagram_v1_100109
Usda ocio-its itsm7-integration_architecturediagram_v1_100109Usda ocio-its itsm7-integration_architecturediagram_v1_100109
Usda ocio-its itsm7-integration_architecturediagram_v1_100109Accenture
 
Epco itsm transformation_roadmap_v5_draft_063008
Epco itsm transformation_roadmap_v5_draft_063008Epco itsm transformation_roadmap_v5_draft_063008
Epco itsm transformation_roadmap_v5_draft_063008Accenture
 
Usda its itsmb_high_levelroadmap_v12
Usda its itsmb_high_levelroadmap_v12Usda its itsmb_high_levelroadmap_v12
Usda its itsmb_high_levelroadmap_v12Accenture
 
ShowProductionFinalProject_121003_v15
ShowProductionFinalProject_121003_v15ShowProductionFinalProject_121003_v15
ShowProductionFinalProject_121003_v15Accenture
 
Fannie Mae Annual Report
Fannie Mae Annual ReportFannie Mae Annual Report
Fannie Mae Annual ReportNicholas Gnan
 
Cloud Computing for Banking - Accenture
Cloud Computing for Banking - AccentureCloud Computing for Banking - Accenture
Cloud Computing for Banking - AccentureKim Jensen
 
Spring IO 2016 - Spring Cloud Microservices, a journey inside a financial entity
Spring IO 2016 - Spring Cloud Microservices, a journey inside a financial entitySpring IO 2016 - Spring Cloud Microservices, a journey inside a financial entity
Spring IO 2016 - Spring Cloud Microservices, a journey inside a financial entityToni Jara
 
The Cloud Adoption Program for Financial Services
The Cloud Adoption Program for Financial ServicesThe Cloud Adoption Program for Financial Services
The Cloud Adoption Program for Financial ServicesAmazon Web Services
 
The Everyday Bank: The Role of Cloud Computing in the Future of Banking
The Everyday Bank: The Role of Cloud Computing in the Future of BankingThe Everyday Bank: The Role of Cloud Computing in the Future of Banking
The Everyday Bank: The Role of Cloud Computing in the Future of BankingAccenture Technology
 
Automating Compliance Defense in the Cloud - Toronto FSI Symposium - October ...
Automating Compliance Defense in the Cloud - Toronto FSI Symposium - October ...Automating Compliance Defense in the Cloud - Toronto FSI Symposium - October ...
Automating Compliance Defense in the Cloud - Toronto FSI Symposium - October ...Amazon Web Services
 

Viewers also liked (11)

Usda ocio-its itsm7-integration_architecturediagram_v1_100109
Usda ocio-its itsm7-integration_architecturediagram_v1_100109Usda ocio-its itsm7-integration_architecturediagram_v1_100109
Usda ocio-its itsm7-integration_architecturediagram_v1_100109
 
Epco itsm transformation_roadmap_v5_draft_063008
Epco itsm transformation_roadmap_v5_draft_063008Epco itsm transformation_roadmap_v5_draft_063008
Epco itsm transformation_roadmap_v5_draft_063008
 
Usda its itsmb_high_levelroadmap_v12
Usda its itsmb_high_levelroadmap_v12Usda its itsmb_high_levelroadmap_v12
Usda its itsmb_high_levelroadmap_v12
 
ShowProductionFinalProject_121003_v15
ShowProductionFinalProject_121003_v15ShowProductionFinalProject_121003_v15
ShowProductionFinalProject_121003_v15
 
Fannie Mae Annual Report
Fannie Mae Annual ReportFannie Mae Annual Report
Fannie Mae Annual Report
 
Cloud Computing for Banking - Accenture
Cloud Computing for Banking - AccentureCloud Computing for Banking - Accenture
Cloud Computing for Banking - Accenture
 
Spring IO 2016 - Spring Cloud Microservices, a journey inside a financial entity
Spring IO 2016 - Spring Cloud Microservices, a journey inside a financial entitySpring IO 2016 - Spring Cloud Microservices, a journey inside a financial entity
Spring IO 2016 - Spring Cloud Microservices, a journey inside a financial entity
 
The Cloud Adoption Program for Financial Services
The Cloud Adoption Program for Financial ServicesThe Cloud Adoption Program for Financial Services
The Cloud Adoption Program for Financial Services
 
The Everyday Bank: The Role of Cloud Computing in the Future of Banking
The Everyday Bank: The Role of Cloud Computing in the Future of BankingThe Everyday Bank: The Role of Cloud Computing in the Future of Banking
The Everyday Bank: The Role of Cloud Computing in the Future of Banking
 
Automating Compliance Defense in the Cloud - Toronto FSI Symposium - October ...
Automating Compliance Defense in the Cloud - Toronto FSI Symposium - October ...Automating Compliance Defense in the Cloud - Toronto FSI Symposium - October ...
Automating Compliance Defense in the Cloud - Toronto FSI Symposium - October ...
 
Digital Business - Accenture
Digital Business - AccentureDigital Business - Accenture
Digital Business - Accenture
 

Similar to Fannie mae bmc remedy its mv7 interface diagram_v6_021009

Biztalk Server 2006
Biztalk Server 2006Biztalk Server 2006
Biztalk Server 2006ipaciti
 
Update CMDB Using Discovery Topology (BMC ADDM)
Update CMDB Using Discovery Topology (BMC ADDM) Update CMDB Using Discovery Topology (BMC ADDM)
Update CMDB Using Discovery Topology (BMC ADDM) Vyom Labs
 
Enterprise Reporting for ERP Systems
Enterprise Reporting for ERP SystemsEnterprise Reporting for ERP Systems
Enterprise Reporting for ERP SystemsAmbareesh Kulkarni
 
Sap Process Integration
Sap Process Integration Sap Process Integration
Sap Process Integration Tauhidul Islam
 
Cloud Connectivity Service
Cloud Connectivity ServiceCloud Connectivity Service
Cloud Connectivity Servicejhpark
 
“Lights Out”Configuration using Tivoli Netcool AutoDiscovery Tools
“Lights Out”Configuration using Tivoli Netcool AutoDiscovery Tools“Lights Out”Configuration using Tivoli Netcool AutoDiscovery Tools
“Lights Out”Configuration using Tivoli Netcool AutoDiscovery ToolsAntonio Rolle
 
Primavera integration possibilities Technical overview - Oracle Primavera Col...
Primavera integration possibilities Technical overview - Oracle Primavera Col...Primavera integration possibilities Technical overview - Oracle Primavera Col...
Primavera integration possibilities Technical overview - Oracle Primavera Col...p6academy
 
Oracle OpenWorld 2010 Practical Insights on Using AIA
Oracle OpenWorld 2010 Practical Insights on Using AIAOracle OpenWorld 2010 Practical Insights on Using AIA
Oracle OpenWorld 2010 Practical Insights on Using AIARajesh Raheja
 
Oracle OpenWorld 2010 Practical Insights on Using AIA (presentation only)
Oracle OpenWorld 2010 Practical Insights on Using AIA (presentation only)Oracle OpenWorld 2010 Practical Insights on Using AIA (presentation only)
Oracle OpenWorld 2010 Practical Insights on Using AIA (presentation only)Rajesh Raheja
 
Mainframe Architecture & Product Overview
Mainframe Architecture & Product OverviewMainframe Architecture & Product Overview
Mainframe Architecture & Product Overviewabhi1112
 
C Cure Users Group Presentation Final 4
C Cure Users Group Presentation Final 4C Cure Users Group Presentation Final 4
C Cure Users Group Presentation Final 4halgig
 
Introducing Windows Azure
Introducing Windows Azure Introducing Windows Azure
Introducing Windows Azure Mohamed Samy
 
Day1 Sap Basis Overview V1 1
Day1 Sap Basis Overview V1 1Day1 Sap Basis Overview V1 1
Day1 Sap Basis Overview V1 1Guang Ying Yuan
 
sap overview 1.1
sap overview 1.1sap overview 1.1
sap overview 1.1umarfakih
 

Similar to Fannie mae bmc remedy its mv7 interface diagram_v6_021009 (20)

Biztalk Server 2006
Biztalk Server 2006Biztalk Server 2006
Biztalk Server 2006
 
Introduction To Cloud Computing
Introduction To Cloud ComputingIntroduction To Cloud Computing
Introduction To Cloud Computing
 
Update CMDB Using Discovery Topology (BMC ADDM)
Update CMDB Using Discovery Topology (BMC ADDM) Update CMDB Using Discovery Topology (BMC ADDM)
Update CMDB Using Discovery Topology (BMC ADDM)
 
Enterprise Reporting for ERP Systems
Enterprise Reporting for ERP SystemsEnterprise Reporting for ERP Systems
Enterprise Reporting for ERP Systems
 
Java one2010 presentation-s313909
Java one2010 presentation-s313909Java one2010 presentation-s313909
Java one2010 presentation-s313909
 
Sap Process Integration
Sap Process Integration Sap Process Integration
Sap Process Integration
 
Cloud Connectivity Service
Cloud Connectivity ServiceCloud Connectivity Service
Cloud Connectivity Service
 
S S H 1
S S H 1S S H 1
S S H 1
 
Ssh 1
Ssh 1Ssh 1
Ssh 1
 
“Lights Out”Configuration using Tivoli Netcool AutoDiscovery Tools
“Lights Out”Configuration using Tivoli Netcool AutoDiscovery Tools“Lights Out”Configuration using Tivoli Netcool AutoDiscovery Tools
“Lights Out”Configuration using Tivoli Netcool AutoDiscovery Tools
 
SAP PI and SOA Overview
SAP PI and SOA OverviewSAP PI and SOA Overview
SAP PI and SOA Overview
 
Primavera integration possibilities Technical overview - Oracle Primavera Col...
Primavera integration possibilities Technical overview - Oracle Primavera Col...Primavera integration possibilities Technical overview - Oracle Primavera Col...
Primavera integration possibilities Technical overview - Oracle Primavera Col...
 
Oracle OpenWorld 2010 Practical Insights on Using AIA
Oracle OpenWorld 2010 Practical Insights on Using AIAOracle OpenWorld 2010 Practical Insights on Using AIA
Oracle OpenWorld 2010 Practical Insights on Using AIA
 
Oracle OpenWorld 2010 Practical Insights on Using AIA (presentation only)
Oracle OpenWorld 2010 Practical Insights on Using AIA (presentation only)Oracle OpenWorld 2010 Practical Insights on Using AIA (presentation only)
Oracle OpenWorld 2010 Practical Insights on Using AIA (presentation only)
 
Mainframe Architecture & Product Overview
Mainframe Architecture & Product OverviewMainframe Architecture & Product Overview
Mainframe Architecture & Product Overview
 
C Cure Users Group Presentation Final 4
C Cure Users Group Presentation Final 4C Cure Users Group Presentation Final 4
C Cure Users Group Presentation Final 4
 
Introducing Windows Azure
Introducing Windows Azure Introducing Windows Azure
Introducing Windows Azure
 
SAP Basics
SAP BasicsSAP Basics
SAP Basics
 
Day1 Sap Basis Overview V1 1
Day1 Sap Basis Overview V1 1Day1 Sap Basis Overview V1 1
Day1 Sap Basis Overview V1 1
 
sap overview 1.1
sap overview 1.1sap overview 1.1
sap overview 1.1
 

More from Accenture

Roger l brathwaite personal bio
Roger l brathwaite personal bioRoger l brathwaite personal bio
Roger l brathwaite personal bioAccenture
 
Roger l brathwaite professional bio
Roger l brathwaite professional bioRoger l brathwaite professional bio
Roger l brathwaite professional bioAccenture
 
Roger l brathwaite_cover_letter_it_2020
Roger l brathwaite_cover_letter_it_2020Roger l brathwaite_cover_letter_it_2020
Roger l brathwaite_cover_letter_it_2020Accenture
 
Vocational Rehabilitation Services
Vocational Rehabilitation ServicesVocational Rehabilitation Services
Vocational Rehabilitation ServicesAccenture
 
Ame em-asset verification-highlevel proposal-v3
Ame em-asset verification-highlevel proposal-v3Ame em-asset verification-highlevel proposal-v3
Ame em-asset verification-highlevel proposal-v3Accenture
 
Time is the BRAIN
Time is the BRAINTime is the BRAIN
Time is the BRAINAccenture
 

More from Accenture (6)

Roger l brathwaite personal bio
Roger l brathwaite personal bioRoger l brathwaite personal bio
Roger l brathwaite personal bio
 
Roger l brathwaite professional bio
Roger l brathwaite professional bioRoger l brathwaite professional bio
Roger l brathwaite professional bio
 
Roger l brathwaite_cover_letter_it_2020
Roger l brathwaite_cover_letter_it_2020Roger l brathwaite_cover_letter_it_2020
Roger l brathwaite_cover_letter_it_2020
 
Vocational Rehabilitation Services
Vocational Rehabilitation ServicesVocational Rehabilitation Services
Vocational Rehabilitation Services
 
Ame em-asset verification-highlevel proposal-v3
Ame em-asset verification-highlevel proposal-v3Ame em-asset verification-highlevel proposal-v3
Ame em-asset verification-highlevel proposal-v3
 
Time is the BRAIN
Time is the BRAINTime is the BRAIN
Time is the BRAIN
 

Recently uploaded

VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
PORTAFOLIO   2024_  ANASTASIYA  KUDINOVAPORTAFOLIO   2024_  ANASTASIYA  KUDINOVA
PORTAFOLIO 2024_ ANASTASIYA KUDINOVAAnastasiya Kudinova
 
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree 毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree ttt fff
 
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxIntroduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxnewslab143
 
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一Fi L
 
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一lvtagr7
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricksabhishekparmar618
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfSumit Lathwal
 
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Narsimha murthy
 
Untitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxUntitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxmapanig881
 
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一A SSS
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Rndexperts
 
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一diploma 1
 
西北大学毕业证学位证成绩单-怎么样办伪造
西北大学毕业证学位证成绩单-怎么样办伪造西北大学毕业证学位证成绩单-怎么样办伪造
西北大学毕业证学位证成绩单-怎么样办伪造kbdhl05e
 
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...narwatsonia7
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一Fi sss
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 

Recently uploaded (20)

VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
 
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
PORTAFOLIO   2024_  ANASTASIYA  KUDINOVAPORTAFOLIO   2024_  ANASTASIYA  KUDINOVA
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
 
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree 毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxIntroduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
 
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
 
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
 
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricks
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdf
 
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
 
Untitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxUntitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptx
 
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025
 
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
 
西北大学毕业证学位证成绩单-怎么样办伪造
西北大学毕业证学位证成绩单-怎么样办伪造西北大学毕业证学位证成绩单-怎么样办伪造
西北大学毕业证学位证成绩单-怎么样办伪造
 
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
 
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk GurgaonCheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
 

Fannie mae bmc remedy its mv7 interface diagram_v6_021009

  • 1. BMC REMEDY IT Service Management (ITSM) v7 INTEGRATION ARCHITECTURE This diagram describes the integrations required to support the Fannie Mae BMC Remedy IT Service Management (ITSM) v7 environment. This diagram does not include installation, configuration, administration or deployment information. 02/10/09Page 1 of 1 RLB ITSMv7 Interface Diagram 6.0 Integration List Oracle 10g 10.2.0.4.0 Incident Management Problem Management AssetManagement Change Management LDAP User Authentication Sun One Directory Server 5.2 ITSM Applications (Systems) . AR Approval Server AR Assignment Engine AR Flashboards Server AR Email Engine AR System Server Components CMDB Reconciliation Engine Atrium Integration Engine Atrium SubSystems ITSM Foundation Definitive Software Library Task Management System Cost Management System AR System Server SubSystems AR System Server Workflow, Permissions, Database Abstraction AR System Database SQL R/AM Vendor Form External Customer Information eFanniemae.com Surveys (Incident Management) HOSS Reporting (Part 3) MyUsage Services Online (SOL) Apropos (Part 3) Remedy ARS User Tool AR System C API Remedy Administrator Tool AR System C API Remedy Developer Plus AR System C API End User / Developer Notification Engine Part 1: Ticket Creation Part 2: Ticket Status Update Tele-Alert (Paging) Microsoft Exchange Server 2003 General Reporting Users Netcool Data Consumers Reporting, Queries and Data Extracts Data Providers Foundation and Support Data Paging via Remedy Notification Engine PageOnly(NoRemedyTicket) Remedy Clients Users, Administrators, Developers AR System C API AR System C API Remedy Java API Remedy Macros Client side $PROCESS$ commands Automated Password Reset (Courion) 1 Knowledge Center (ATG) 2 Remedy Java API eSupport 3 - displays the history of the customer’s Incident tickets submitted within the last 45 days. - Incident ticket is created for each web chat interaction initiated on eSupport 4 - displays the history of a customer’s last five incident tickets - Incident ticket is created for each web chat interaction initiated on eFannieMae.com Apropos (part 1) 5 Remedy Macros - Opens a new Incident ticket and pre-populate fields when associated passed in as parameters. Apropos (part 2) 12 11 B. Call Processing Ability to retrieve Incident tickets using Transact-SQL statements Oracle SQL ODBC A. Self-Service History B. Web Chat B. Web Chat A. Screen Pops A. Self-Service History Remedy Java API - Creates a new Incident ticket and store up to 20 attachements associated with an incoming email, fax via the work info records. B. Email, Fax Integration (HR Service Center, CIC, PCTS & ETR SUPP) 6 Custom Interface Form 7 Interfaces NOT Defined CMDB Providers Configuration Items CMDB Consumers Configuration Items Enterprise Mgt & Monitoring ARDBC ODBC AR System Plug-In (ARDBC/ AREA) A. New / Update User B. LDAP Authentication SFAUT Change Request 8 9 AR System C API Paging Online . Tripwire 10 14 13 15 16 17 20 18 19 ServiceLevel Management AR System Mid-Tier AR System Java API HTTP / HTTPS Web Browser Ref Num Integration / Interface Name Integration Method Target ARS Component Production Acceptance Development Pre-Development 1 Automated Password Reset (Courion) C API Incident Mgt x x 2 Knowledge Center (ATG) Client side $PROCESS$ Incident Mgt x x 3 eSupport Java API / Macros Incident Mgt x x 4 eFannieMae.com Java API / Macros Incident Mgt x x 5 Apropos (part 1) Java API / Macros Incident Mgt x x 6 Netcool C API Incident Mgt x x 7 MS Exchange 2003 C API Email / Notification Engine x 8 SFAUT Change Request C API Change Mgt x x 9 Sun One Directory Server 5.2 (LDAP) ARDBC Plugin ITSM Foundation x x x 10 EM&M CI Data Extract Atrium Integration Engine (AIE) CMDB x 11 R/AM (External Customer Info) Oracle SQL ODBC AR System Database x x 12 Apropos (part 2) Oracle SQL ODBC AR System Database x x 13 Surveys (Incident Mgt) ARDBC ODBC AR System Database x 14 Hoss Reporting Oracle SQL ODBC AR System Database x 15 MyUsage Oracle SQL ODBC AR System Database x 16 Services Online (SOL) Oracle SQL ODBC AR System Database x 17 Apropos (part 3) Oracle SQL ODBC AR System Database x 18 Paging Online Oracle SQL ODBC AR System Database x 19 Tripwire Oracle SQL ODBC AR System Database x 20 General Reporting Users Oracle SQL ODBC AR System Database x Environment Availability Common Automation Interface (CAI) Integration Definition An integration is defined as an automated communication between a Remedy form or Remedy Application and an external data source/repository. Integration Assumptions 1. Does not adversely impact the process flow of the core application. 2. Initial and sustainable business value to a large segment of the user base. 3. Function cannot be achieved within the application framework. 4. Automated – Human intervention not required for normal operation. 5. Critical to the functioning of the applications or the business service. 6. Real time or near real time transactions accommodated, batch jobs are to be avoided. 7. All consumer integrations require a business service owner. Integration Methods AR System C API - fastest method to push and pull data while still maintaining data security and workflow - encapsulates RPC communication protocols - fully open and documented in the C API Guide AR System Java API - Not pure Java, as it is built on top of the AR System C API - fully open and documented in javadoc in ardoc62.jar - primarily used by the AR System Mid-Tier Web Services - Allows the AR System to interact with other applications using standard XML/HTTP mechanisms - Publish any System form as a web service - Consume external web services with AR System workflow - Supports HTTPS for secure communication over the Internet and Remedy Encryption for security between the web server and the AR System AR System Plug-Ins - AREA Plug-Ins (AR System External Authentication) *allows user authentication from external repositories such as LDAP or single sign-on systems - Filter Plug-Ins *used by set fields actions in filters and escalations - ARDBC Plug-Ins (AR System Database Connectivity) *create a vendor form from an ARDBC source with views and workflow *available for LDAP, MS SQL Server, Oracle, DB2, SAP View Forms - Access external data using AR System forms with views and workflow - Data tables can be on a separate server and database, but must be accessible through the database used by the AR System server. - Tables must contain non-null, unique ID fields Atrium Integration Engine (AIE) - fully configurable scheduling for batch or on-demand transfers - preferred method for populating the Atrium CMDB - fast, flexible mapping between data sources SQL Database Access - Execute Direct SQL statements to push data to non-AR System tables - Retrieve external data with Set Fields actions that process Select query results - Database tables can be on a separate server and database, but must be accessible through the database used by the AR System server. ODBC Access - Supports reporting and other read-only data access - Maintains data security and workflow - Provides user-friendly table names, column names and data formats - external joins must be done with multiple data sources Run Process - Execute external programs on the client or server - Pass data from AR system fields as command line arguments - retrieve data from external process in a set fields action