SlideShare ist ein Scribd-Unternehmen logo
1 von 1
Downloaden Sie, um offline zu lesen
Support Groups
Business Users
End-Users
- Targeted Notifications
- Escalations
- Automated conference bridging
- Subscriptions Notifications (FYI)
- Mobility
Incident
Management
Problem
Management
AssetManagement
Change
Management
ITSM Applications (Systems)
AR Approval Server
AR Assignment
Engine
AR Flashboards
Server
AR Email Engine
AR System Server
Components
CMDB
Reconciliation
Engine
Normalization
Engine
Atrium
SubSystems
ITSM Foundation
Definitive Media
Library
Task Management
System
Cost Management
System
AR System Server
SubSystems
AR System Server
Workflow, Permissions, Database Abstraction
Remedy
Developer Studio
AR System
C API
AR System
C API
AR System
Java API
End User /
Developer
Notification Engine
Remedy Clients
Users, Administrators, Developers
Email Engine
AR System
C API
AlarmPoint
Java API
Web
Services
CMDB Providers
One-time Data Sources
ServiceLevel
Management
Web Browser
Common Automation
Interface (CAI)
AlarmPointEnterprise
HP Openview
(OVO)
Microsoft
Exchange
Server 2003
EMAIL
Voice
APMG
(Mobile
Gateway)
BES
(Blackberry
Enterprise
Server)
Outgoing email sent via SMTP
Incoming email templates via MAPI
AP Add Action
/ enriched messages
Sync Support Groups
ServiceRequest
Management(SRM)
Knowledge
Management
Microsoft Systems
Center Operations
Manager
MOM/
SCOM 2007
Ticket creationSeamless
Technologies or
OPEN SOURCE
SCOM to Remedy
SD Integration
Read SCOM alerts
Notify SCOM
Remedy
Java API
Microsoft System
Center Configuration
Manager 2007
SCCM 2007
Seamless
Technologies or
OPEN SOURCE
SMS to Remedy
CMDB Integration
Seamless
Technologies or
OPEN SOURCE
SCOM to Remedy
CMDB Integration
Mapping and Reconciliation of SCOM Class to
Cis and relationship in Atrium CMDB AR System
Java API
Unified
Management
Platform
BIGFIX
Enterprise Suite
Atrium Integration
Engine
Pager
AR System
Pager
Executable
CA Unicenter
Solar Winds
eBonding
AIE
Exchanges
NCAP
EAMS
EATS
LMS
TelTrac
Part 2: CMDB Integration
hp OpenView
smart plug-ins
(B7480AA)
Automatic Ticket Creation
Incident and Change Management
User
Authentication
AR System
Plug-in
(AREA)
AR System
C API
eAuth
(People Credentials)
Foundation
CSV Load
Templates
Newdata
Updatesto
existingdata
DataLoadConsole
DataWizard
Data Mgt Tool
OIP
(Locations/Site/Office)
EIMS
(People Master Account)
Microsoft
Active Directory
AD
(Email)
Company
Organization/
Department
Financials
(Cost Center)
Product
Categorization
Foundation Data
Operational
Categorization
FDR
(Foundation Data Repository)
*New
New/Update User
create
Remedy
login id
New/Update User
Update email /
validate phone
Updates
Adds
Foundation
XLS Load
Templates
New Locations
DSO Staging Forms
Distrubuted
Server Option
Server Name
RPC Program Number
Port
Password
DSO Transfer OUT
DSO Transfer IN
NITC Instance
(AR System Server)
User Account Management
(People / Location Information)
HP OpenView
API
AR System
C API
Hypertext Transfer
Protocol/Secure
(HTTP/HTTPS)
RPC
(Remote procedure
calls)
Remedy
User Tool
(thick client)
AR System
Mid-Tier (Web)
RPC
(Remote procedure
calls)
RPC
(Remote procedure
calls)
HTTP /
HTTPS
Notification
NTIA
Mapping Incident ID
Web
Services
AP Agent updates Incident
Responses from recipients
Notification /
Escalation
Notification /
Escalation
Notification /
Escalation
Notification /
Escalation
Ticketcreation
Event enrichment
updates
Event
enrichment update
Sync
CMDB Providers (Discovery Sources)
Perpetual Data Sources
BridgeTrack
BMC REMEDY IT Service Management (ITSM) v7 INTEGRATION ARCHITECTURE
This diagram describes the integrations required to
support the USDA/OCIO ITS BMC Remedy IT
Service Management (ITSM) v7 environment. This
diagram does not include installation, configuration,
administration or deployment information.
10/01/09Page 1 of 1 RLB
ITSMv7 Interface Diagram 1.0
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.
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
- using this abstraction layer allows developers to quickly build enhanced applications for the web.
Web Services
- This integration technology (XML, WSDL, UDDI and SOAP) allows for the development of
applications without programming.
- use the set fields workflow action and a web services object to “consume” third-party web
services in AR System applications.
-use the AR System to create and “publish” a web services object.
- Supports HTTPS for secure communication over the Internet and Remedy Encryption for security
between the web server and the AR System
AREA Plug-Ins
(AR System External
Authentication)
BMC Remedy provides a special API that allows user logins to be validated using external
processes, such as LDAP, Kerberos, or others. This API is called the AR System External
Authentication (AREA) API.
Filter API Plug-Ins
The filter API enables you to use filters to permit other applications to make calls back into AR
System.
ARDBC Plug-Ins
(AR System Database
Connectivity)
- AR System Database Connectivity enables you to access and manipulate data that is not stored
in AR System. Using the ARDBC API, you can create plug-ins used by AR System server to
manage data. These plug-ins are loaded at run time and implement calls that are analogous to the
set, get, create, delete, and get-list API calls for entries in a form.
Vendor Forms
Vendor forms allow AR System to present data from external sources as entries in an AR System
form. Vendor forms require you to have an ARDBC plug-in installed and configured.
View Forms
View forms allow direct read-and-write access to data in database tables that are not owned by AR
System. This allows direct access to these tables, as if they were owned by AR System, without
programming, database replication, or synchronization.
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
Command Line
Interface (CLI)
A Command Line Interface (CLI) is available with most AR System clients. This enables a client to
be started and passed a set of parameters so that either it is in a specific state and displays
information or it completes a process and exits with no user interface displayed.
Running External
Applications
(Run Process)
One of the actions available in AR System workflow is the Run Process action. AR System can use
the command line interfaces of other applications to start those applications and pass them initial
data. In some cases, the third-party application is simply started, while in others AR System waits
for a response.
XML Import and Export
AR System can export and import object definitions in XML. AR System clients can convert AR
System objects to XML and vice versa without making calls to the AR System server. When the
server exports the file in XML format, it adds a header required to make it a valid XML document.
This same header is required for the server to import an XML file correctly. Otherwise, the file is
assumed to be in the standard AR System definition format.
OLE Automation
- Remedy User Tool can be controlled via OLE
* supports client side actions (opening forms, creating entries, populating fields, running
guides
- not designed as a high-volume or multi-threaded integration point
- Remedy User tool can use OLE objects
* send and receive data via OLE Automation actions in Active Links
* OLE objects must be on user’s local machine
* Persistence and event processing are not supported.
* OLE calls that use Variant arrays are not supported.
View Fields
- Acts as a browser window embedded in an AR System form
- Can show web pages or data files
- URL dynamically defined via Set Fields actions
- Supported on both Remedy User and AR System Mid-Tier
- No direct client-side return path, so return data must be sent via another integration method
JavaScript
- AR System Mid-Tier forms can be accessed via JavaScript (read/write data fields, trigger
workflow)
- Not available on Remedy User client
- Not officially supported by BMC
.NET + COM API
- Provides most commonly needed functions of the AR System server-
- allows easy integration with Microsoft’s .NET languages and applications that support COM
objects
- Built on top of the AR System C API
Integration Methods

Weitere Àhnliche Inhalte

Was ist angesagt?

HGConcept-CMDB-Blueprint Design
HGConcept-CMDB-Blueprint DesignHGConcept-CMDB-Blueprint Design
HGConcept-CMDB-Blueprint Design
HGConcept Inc.
 
eDocumentus for IBM Maximo
eDocumentus for IBM MaximoeDocumentus for IBM Maximo
eDocumentus for IBM Maximo
PROZONE - IT Solutions
 
Service Manager – The New Helpdesk & CMDB Solution
Service Manager – The New Helpdesk & CMDB SolutionService Manager – The New Helpdesk & CMDB Solution
Service Manager – The New Helpdesk & CMDB Solution
Amit Gatenyo
 
ORACLE Utilities-Capabilities
ORACLE Utilities-CapabilitiesORACLE Utilities-Capabilities
ORACLE Utilities-Capabilities
Moumita Choudhury
 

Was ist angesagt? (19)

242736
242736242736
242736
 
Agent-Based Workflow
Agent-Based WorkflowAgent-Based Workflow
Agent-Based Workflow
 
HGConcept-CMDB-Blueprint Design
HGConcept-CMDB-Blueprint DesignHGConcept-CMDB-Blueprint Design
HGConcept-CMDB-Blueprint Design
 
Part II of III: Advanced Authorization for SAP Global Deployments: September ...
Part II of III: Advanced Authorization for SAP Global Deployments: September ...Part II of III: Advanced Authorization for SAP Global Deployments: September ...
Part II of III: Advanced Authorization for SAP Global Deployments: September ...
 
PART I of III: Advanced Authorization for SAP Global Deployments: September ...
PART I of III:  Advanced Authorization for SAP Global Deployments: September ...PART I of III:  Advanced Authorization for SAP Global Deployments: September ...
PART I of III: Advanced Authorization for SAP Global Deployments: September ...
 
Bmc on demand overview november 2010 column v4
Bmc on demand overview november 2010 column v4Bmc on demand overview november 2010 column v4
Bmc on demand overview november 2010 column v4
 
Telecom italia oss transformation roadmap marco daccĂČ venice 2010
Telecom italia  oss transformation roadmap   marco daccĂČ venice 2010Telecom italia  oss transformation roadmap   marco daccĂČ venice 2010
Telecom italia oss transformation roadmap marco daccĂČ venice 2010
 
discovery
discoverydiscovery
discovery
 
eDocumentus for IBM Maximo
eDocumentus for IBM MaximoeDocumentus for IBM Maximo
eDocumentus for IBM Maximo
 
Service Manager – The New Helpdesk & CMDB Solution
Service Manager – The New Helpdesk & CMDB SolutionService Manager – The New Helpdesk & CMDB Solution
Service Manager – The New Helpdesk & CMDB Solution
 
IRJET- Cloud Based Warehouse Management Firm
IRJET- Cloud Based Warehouse Management FirmIRJET- Cloud Based Warehouse Management Firm
IRJET- Cloud Based Warehouse Management Firm
 
Acumatica on RetailOn
Acumatica on RetailOnAcumatica on RetailOn
Acumatica on RetailOn
 
Kovair BMC Remedy Integration - Datasheet
Kovair BMC Remedy Integration - DatasheetKovair BMC Remedy Integration - Datasheet
Kovair BMC Remedy Integration - Datasheet
 
MasterCard Optimizes Big Data Management with BMC High Speed Utilities for DB2Âź
MasterCard Optimizes Big Data Management with BMC High Speed Utilities for DB2Âź MasterCard Optimizes Big Data Management with BMC High Speed Utilities for DB2Âź
MasterCard Optimizes Big Data Management with BMC High Speed Utilities for DB2Âź
 
Jazz for Service Management
Jazz for Service ManagementJazz for Service Management
Jazz for Service Management
 
HR microservices
HR microservicesHR microservices
HR microservices
 
MGT310 Reduce Support Costs and Improve Business Alignment with Microsoft Sys...
MGT310 Reduce Support Costs and Improve Business Alignment with Microsoft Sys...MGT310 Reduce Support Costs and Improve Business Alignment with Microsoft Sys...
MGT310 Reduce Support Costs and Improve Business Alignment with Microsoft Sys...
 
ORACLE Utilities-Capabilities
ORACLE Utilities-CapabilitiesORACLE Utilities-Capabilities
ORACLE Utilities-Capabilities
 
Netkit
NetkitNetkit
Netkit
 

Andere mochten auch (7)

Sca preliminary remedy_server_architecture_global_v1
Sca preliminary remedy_server_architecture_global_v1Sca preliminary remedy_server_architecture_global_v1
Sca preliminary remedy_server_architecture_global_v1
 
ExxonMobil-ITSM-AM-Procurement-Interface-Diagram_v1-09102013
ExxonMobil-ITSM-AM-Procurement-Interface-Diagram_v1-09102013ExxonMobil-ITSM-AM-Procurement-Interface-Diagram_v1-09102013
ExxonMobil-ITSM-AM-Procurement-Interface-Diagram_v1-09102013
 
Fannie mae bmc remedy its mv7 interface diagram_v6_021009
Fannie mae bmc remedy its mv7 interface diagram_v6_021009Fannie mae bmc remedy its mv7 interface diagram_v6_021009
Fannie mae bmc remedy its mv7 interface diagram_v6_021009
 
Fannie mae bmc remedy its mv7 production infrastructure_v8_021009
Fannie mae bmc remedy its mv7 production infrastructure_v8_021009Fannie mae bmc remedy its mv7 production infrastructure_v8_021009
Fannie mae bmc remedy its mv7 production infrastructure_v8_021009
 
ShowProductionFinalProject_121003_v15
ShowProductionFinalProject_121003_v15ShowProductionFinalProject_121003_v15
ShowProductionFinalProject_121003_v15
 
SolveDirect - Integration of Multisourced Service Processes
SolveDirect - Integration of Multisourced Service ProcessesSolveDirect - Integration of Multisourced Service Processes
SolveDirect - Integration of Multisourced Service Processes
 
Anatomy of eBonding
Anatomy of eBondingAnatomy of eBonding
Anatomy of eBonding
 

Ähnlich wie Usda ocio-its itsm7-integration_architecturediagram_v1_100109

Enterprise Reporting for ERP Systems
Enterprise Reporting for ERP SystemsEnterprise Reporting for ERP Systems
Enterprise Reporting for ERP Systems
Ambareesh Kulkarni
 
Enterprise Software Architecture
Enterprise Software ArchitectureEnterprise Software Architecture
Enterprise Software Architecture
rahmed_sct
 
Dh2 Apps Training Part2
Dh2   Apps Training Part2Dh2   Apps Training Part2
Dh2 Apps Training Part2
jamram82
 
Introduction To Cloud Computing
Introduction To Cloud ComputingIntroduction To Cloud Computing
Introduction To Cloud Computing
Rinat Shagisultanov
 
SOA Fundamentals
SOA  FundamentalsSOA  Fundamentals
SOA Fundamentals
abhi1112
 
Mainframe Architecture & Product Overview
Mainframe Architecture & Product OverviewMainframe Architecture & Product Overview
Mainframe Architecture & Product Overview
abhi1112
 
The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...
The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...
The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...
Lucas Jellema
 
Enterprise Deployments & SOA
Enterprise Deployments & SOAEnterprise Deployments & SOA
Enterprise Deployments & SOA
Ambareesh Kulkarni
 

Ähnlich wie Usda ocio-its itsm7-integration_architecturediagram_v1_100109 (20)

Enterprise Reporting for ERP Systems
Enterprise Reporting for ERP SystemsEnterprise Reporting for ERP Systems
Enterprise Reporting for ERP Systems
 
Remedy Introduction
Remedy IntroductionRemedy Introduction
Remedy Introduction
 
Enterprise Software Architecture
Enterprise Software ArchitectureEnterprise Software Architecture
Enterprise Software Architecture
 
Dh2 Apps Training Part2
Dh2   Apps Training Part2Dh2   Apps Training Part2
Dh2 Apps Training Part2
 
L11 Application Architecture
L11 Application ArchitectureL11 Application Architecture
L11 Application Architecture
 
S S H 1
S S H 1S S H 1
S S H 1
 
Ssh 1
Ssh 1Ssh 1
Ssh 1
 
Introduction To Cloud Computing
Introduction To Cloud ComputingIntroduction To Cloud Computing
Introduction To Cloud Computing
 
SOA Fundamentals
SOA  FundamentalsSOA  Fundamentals
SOA Fundamentals
 
Mainframe Architecture & Product Overview
Mainframe Architecture & Product OverviewMainframe Architecture & Product Overview
Mainframe Architecture & Product Overview
 
The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...
The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...
The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...
 
Ikenstudiolive
IkenstudioliveIkenstudiolive
Ikenstudiolive
 
Introducing Windows Azure
Introducing Windows Azure Introducing Windows Azure
Introducing Windows Azure
 
Enterprise Deployments & SOA
Enterprise Deployments & SOAEnterprise Deployments & SOA
Enterprise Deployments & SOA
 
L19 Application Architecture
L19 Application ArchitectureL19 Application Architecture
L19 Application Architecture
 
Web based booking a car taxi5
Web based booking a car taxi5Web based booking a car taxi5
Web based booking a car taxi5
 
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...
 
T3 Consortium's Performance Center of Excellence
T3 Consortium's Performance Center of ExcellenceT3 Consortium's Performance Center of Excellence
T3 Consortium's Performance Center of Excellence
 
How to Configure the CA Workload Automation System Agent agentparm.txt File
How to Configure the CA Workload Automation System Agent agentparm.txt FileHow to Configure the CA Workload Automation System Agent agentparm.txt File
How to Configure the CA Workload Automation System Agent agentparm.txt File
 
SAP PI and SOA Overview
SAP PI and SOA OverviewSAP PI and SOA Overview
SAP PI and SOA Overview
 

Mehr von 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
 

KĂŒrzlich hochgeladen

Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion pills in Kuwait Cytotec pills in Kuwait
 
Vip Mumbai Call Girls Borivali Call On 9920725232 With Body to body massage w...
Vip Mumbai Call Girls Borivali Call On 9920725232 With Body to body massage w...Vip Mumbai Call Girls Borivali Call On 9920725232 With Body to body massage w...
Vip Mumbai Call Girls Borivali Call On 9920725232 With Body to body massage w...
amitlee9823
 
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
sriharipichandi
 
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
amitlee9823
 
âž„đŸ” 7737669865 đŸ”â–» Kolkata Call-girls in Women Seeking Men 🔝Kolkata🔝 Escorts...
âž„đŸ” 7737669865 đŸ”â–» Kolkata Call-girls in Women Seeking Men  🔝Kolkata🔝   Escorts...âž„đŸ” 7737669865 đŸ”â–» Kolkata Call-girls in Women Seeking Men  🔝Kolkata🔝   Escorts...
âž„đŸ” 7737669865 đŸ”â–» Kolkata Call-girls in Women Seeking Men 🔝Kolkata🔝 Escorts...
amitlee9823
 
call girls in Dakshinpuri (DELHI) 🔝 >àŒ’9953056974 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Dakshinpuri  (DELHI) 🔝 >àŒ’9953056974 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïžcall girls in Dakshinpuri  (DELHI) 🔝 >àŒ’9953056974 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Dakshinpuri (DELHI) 🔝 >àŒ’9953056974 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
âž„đŸ” 7737669865 đŸ”â–» jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
âž„đŸ” 7737669865 đŸ”â–» jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...âž„đŸ” 7737669865 đŸ”â–» jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...
âž„đŸ” 7737669865 đŸ”â–» jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
amitlee9823
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
instagramfab782445
 
ab-initio-training basics and architecture
ab-initio-training basics and architectureab-initio-training basics and architecture
ab-initio-training basics and architecture
saipriyacoool
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
amitlee9823
 
Just Call Vip call girls dharamshala Escorts ☎9352988975 Two shot with one g...
Just Call Vip call girls dharamshala Escorts ☎9352988975 Two shot with one g...Just Call Vip call girls dharamshala Escorts ☎9352988975 Two shot with one g...
Just Call Vip call girls dharamshala Escorts ☎9352988975 Two shot with one g...
gajnagarg
 

KĂŒrzlich hochgeladen (20)

call girls in Vasundhra (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service 🔝...
 
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
 
Vip Mumbai Call Girls Borivali Call On 9920725232 With Body to body massage w...
Vip Mumbai Call Girls Borivali Call On 9920725232 With Body to body massage w...Vip Mumbai Call Girls Borivali Call On 9920725232 With Body to body massage w...
Vip Mumbai Call Girls Borivali Call On 9920725232 With Body to body massage w...
 
Call Girls Jalgaon Just Call 8617370543Top Class Call Girl Service Available
Call Girls Jalgaon Just Call 8617370543Top Class Call Girl Service AvailableCall Girls Jalgaon Just Call 8617370543Top Class Call Girl Service Available
Call Girls Jalgaon Just Call 8617370543Top Class Call Girl Service Available
 
❀Personal Whatsapp Number 8617697112 Samba Call Girls 💩✅.
❀Personal Whatsapp Number 8617697112 Samba Call Girls 💩✅.❀Personal Whatsapp Number 8617697112 Samba Call Girls 💩✅.
❀Personal Whatsapp Number 8617697112 Samba Call Girls 💩✅.
 
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
 
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
 
âž„đŸ” 7737669865 đŸ”â–» Kolkata Call-girls in Women Seeking Men 🔝Kolkata🔝 Escorts...
âž„đŸ” 7737669865 đŸ”â–» Kolkata Call-girls in Women Seeking Men  🔝Kolkata🔝   Escorts...âž„đŸ” 7737669865 đŸ”â–» Kolkata Call-girls in Women Seeking Men  🔝Kolkata🔝   Escorts...
âž„đŸ” 7737669865 đŸ”â–» Kolkata Call-girls in Women Seeking Men 🔝Kolkata🔝 Escorts...
 
call girls in Dakshinpuri (DELHI) 🔝 >àŒ’9953056974 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Dakshinpuri  (DELHI) 🔝 >àŒ’9953056974 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïžcall girls in Dakshinpuri  (DELHI) 🔝 >àŒ’9953056974 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Dakshinpuri (DELHI) 🔝 >àŒ’9953056974 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
 
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
 
đŸ’«âœ…jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
đŸ’«âœ…jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...đŸ’«âœ…jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
đŸ’«âœ…jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
 
âž„đŸ” 7737669865 đŸ”â–» jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
âž„đŸ” 7737669865 đŸ”â–» jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...âž„đŸ” 7737669865 đŸ”â–» jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...
âž„đŸ” 7737669865 đŸ”â–» jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
 
Gamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad IbrahimGamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad Ibrahim
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
 
ab-initio-training basics and architecture
ab-initio-training basics and architectureab-initio-training basics and architecture
ab-initio-training basics and architecture
 
Hingoli ❀CALL GIRL 8617370543 ❀CALL GIRLS IN Hingoli ESCORT SERVICE❀CALL GIRL
Hingoli ❀CALL GIRL 8617370543 ❀CALL GIRLS IN Hingoli ESCORT SERVICE❀CALL GIRLHingoli ❀CALL GIRL 8617370543 ❀CALL GIRLS IN Hingoli ESCORT SERVICE❀CALL GIRL
Hingoli ❀CALL GIRL 8617370543 ❀CALL GIRLS IN Hingoli ESCORT SERVICE❀CALL GIRL
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Just Call Vip call girls dharamshala Escorts ☎9352988975 Two shot with one g...
Just Call Vip call girls dharamshala Escorts ☎9352988975 Two shot with one g...Just Call Vip call girls dharamshala Escorts ☎9352988975 Two shot with one g...
Just Call Vip call girls dharamshala Escorts ☎9352988975 Two shot with one g...
 

Usda ocio-its itsm7-integration_architecturediagram_v1_100109

  • 1. Support Groups Business Users End-Users - Targeted Notifications - Escalations - Automated conference bridging - Subscriptions Notifications (FYI) - Mobility Incident Management Problem Management AssetManagement Change Management ITSM Applications (Systems) AR Approval Server AR Assignment Engine AR Flashboards Server AR Email Engine AR System Server Components CMDB Reconciliation Engine Normalization Engine Atrium SubSystems ITSM Foundation Definitive Media Library Task Management System Cost Management System AR System Server SubSystems AR System Server Workflow, Permissions, Database Abstraction Remedy Developer Studio AR System C API AR System C API AR System Java API End User / Developer Notification Engine Remedy Clients Users, Administrators, Developers Email Engine AR System C API AlarmPoint Java API Web Services CMDB Providers One-time Data Sources ServiceLevel Management Web Browser Common Automation Interface (CAI) AlarmPointEnterprise HP Openview (OVO) Microsoft Exchange Server 2003 EMAIL Voice APMG (Mobile Gateway) BES (Blackberry Enterprise Server) Outgoing email sent via SMTP Incoming email templates via MAPI AP Add Action / enriched messages Sync Support Groups ServiceRequest Management(SRM) Knowledge Management Microsoft Systems Center Operations Manager MOM/ SCOM 2007 Ticket creationSeamless Technologies or OPEN SOURCE SCOM to Remedy SD Integration Read SCOM alerts Notify SCOM Remedy Java API Microsoft System Center Configuration Manager 2007 SCCM 2007 Seamless Technologies or OPEN SOURCE SMS to Remedy CMDB Integration Seamless Technologies or OPEN SOURCE SCOM to Remedy CMDB Integration Mapping and Reconciliation of SCOM Class to Cis and relationship in Atrium CMDB AR System Java API Unified Management Platform BIGFIX Enterprise Suite Atrium Integration Engine Pager AR System Pager Executable CA Unicenter Solar Winds eBonding AIE Exchanges NCAP EAMS EATS LMS TelTrac Part 2: CMDB Integration hp OpenView smart plug-ins (B7480AA) Automatic Ticket Creation Incident and Change Management User Authentication AR System Plug-in (AREA) AR System C API eAuth (People Credentials) Foundation CSV Load Templates Newdata Updatesto existingdata DataLoadConsole DataWizard Data Mgt Tool OIP (Locations/Site/Office) EIMS (People Master Account) Microsoft Active Directory AD (Email) Company Organization/ Department Financials (Cost Center) Product Categorization Foundation Data Operational Categorization FDR (Foundation Data Repository) *New New/Update User create Remedy login id New/Update User Update email / validate phone Updates Adds Foundation XLS Load Templates New Locations DSO Staging Forms Distrubuted Server Option Server Name RPC Program Number Port Password DSO Transfer OUT DSO Transfer IN NITC Instance (AR System Server) User Account Management (People / Location Information) HP OpenView API AR System C API Hypertext Transfer Protocol/Secure (HTTP/HTTPS) RPC (Remote procedure calls) Remedy User Tool (thick client) AR System Mid-Tier (Web) RPC (Remote procedure calls) RPC (Remote procedure calls) HTTP / HTTPS Notification NTIA Mapping Incident ID Web Services AP Agent updates Incident Responses from recipients Notification / Escalation Notification / Escalation Notification / Escalation Notification / Escalation Ticketcreation Event enrichment updates Event enrichment update Sync CMDB Providers (Discovery Sources) Perpetual Data Sources BridgeTrack BMC REMEDY IT Service Management (ITSM) v7 INTEGRATION ARCHITECTURE This diagram describes the integrations required to support the USDA/OCIO ITS BMC Remedy IT Service Management (ITSM) v7 environment. This diagram does not include installation, configuration, administration or deployment information. 10/01/09Page 1 of 1 RLB ITSMv7 Interface Diagram 1.0 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. 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 - using this abstraction layer allows developers to quickly build enhanced applications for the web. Web Services - This integration technology (XML, WSDL, UDDI and SOAP) allows for the development of applications without programming. - use the set fields workflow action and a web services object to “consume” third-party web services in AR System applications. -use the AR System to create and “publish” a web services object. - Supports HTTPS for secure communication over the Internet and Remedy Encryption for security between the web server and the AR System AREA Plug-Ins (AR System External Authentication) BMC Remedy provides a special API that allows user logins to be validated using external processes, such as LDAP, Kerberos, or others. This API is called the AR System External Authentication (AREA) API. Filter API Plug-Ins The filter API enables you to use filters to permit other applications to make calls back into AR System. ARDBC Plug-Ins (AR System Database Connectivity) - AR System Database Connectivity enables you to access and manipulate data that is not stored in AR System. Using the ARDBC API, you can create plug-ins used by AR System server to manage data. These plug-ins are loaded at run time and implement calls that are analogous to the set, get, create, delete, and get-list API calls for entries in a form. Vendor Forms Vendor forms allow AR System to present data from external sources as entries in an AR System form. Vendor forms require you to have an ARDBC plug-in installed and configured. View Forms View forms allow direct read-and-write access to data in database tables that are not owned by AR System. This allows direct access to these tables, as if they were owned by AR System, without programming, database replication, or synchronization. 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 Command Line Interface (CLI) A Command Line Interface (CLI) is available with most AR System clients. This enables a client to be started and passed a set of parameters so that either it is in a specific state and displays information or it completes a process and exits with no user interface displayed. Running External Applications (Run Process) One of the actions available in AR System workflow is the Run Process action. AR System can use the command line interfaces of other applications to start those applications and pass them initial data. In some cases, the third-party application is simply started, while in others AR System waits for a response. XML Import and Export AR System can export and import object definitions in XML. AR System clients can convert AR System objects to XML and vice versa without making calls to the AR System server. When the server exports the file in XML format, it adds a header required to make it a valid XML document. This same header is required for the server to import an XML file correctly. Otherwise, the file is assumed to be in the standard AR System definition format. OLE Automation - Remedy User Tool can be controlled via OLE * supports client side actions (opening forms, creating entries, populating fields, running guides - not designed as a high-volume or multi-threaded integration point - Remedy User tool can use OLE objects * send and receive data via OLE Automation actions in Active Links * OLE objects must be on user’s local machine * Persistence and event processing are not supported. * OLE calls that use Variant arrays are not supported. View Fields - Acts as a browser window embedded in an AR System form - Can show web pages or data files - URL dynamically defined via Set Fields actions - Supported on both Remedy User and AR System Mid-Tier - No direct client-side return path, so return data must be sent via another integration method JavaScript - AR System Mid-Tier forms can be accessed via JavaScript (read/write data fields, trigger workflow) - Not available on Remedy User client - Not officially supported by BMC .NET + COM API - Provides most commonly needed functions of the AR System server- - allows easy integration with Microsoft’s .NET languages and applications that support COM objects - Built on top of the AR System C API Integration Methods