Integrating OIA with Remedy Ticketing system

Hi,
Did anyone tried to integrate OIA with Remedy ticketing system to send remediation actions via tickets to the appropriate group?
I see that in several white papers that it's possible but could not find any good source to do the same.
I also see the following in the OIA guide;
To Create a Business Structure Hierarchy
An n-level business structure hierarchy can be defined in Oracle Identity Analytics. A business structure can have various child business structures under it.
1. Log in to Oracle Identity Analytics.
2. Choose Identity Warehouse > Business Structures.
WorkingWith Business Structures
36 Oracle Identity Analytics User's Guide • August 2010
3. ClickNew Business Structure to create a business structure.
The Create Business Structure window opens.
4. Complete the form as follows:
■ Name - Type the name of the business structure.
■ Parent - Select the parent business structure from the drop-down menu.
*■ Enter the Service Desk Tick # - Each business structure can be associated with a unique*
service desk ticket number if an integration between Oracle Identity Analytics and a
ticketing system is used in your organization.5. ClickOK.
Can anyone explain what is this Service Desk Tick # here?
Thanks
Arun

You should post your question to the SBO forum:
SAP Business One SDK

Similar Messages

  • Integrating OSM with CRM & Inventory system

    Hi,
    We are using OSM 7.0 in our solution, in which we need to integrate OSM with CRM and one inventory system.
    We need to notify CRM at various stages during order fulfillment for e.g. after completing different milestones like Order submitted, Inventory Done and Order Completed. Among these notifications, Order Submitted notification would be a synchronous one and rest are the asynchronous notifications.
    We are not using AIA for integration with CRM. How we can send notifications to CRM for the above stated scenarios?
    Also, to integrate with Inventory system, we need to call a webservice exposed by that system. Could you please confirm if the below steps are correct to achieve the same or there is some other way?
    1. Write Automation plug-in
    2. Configure JMS queue on weblogic server
    3. Post request message on JMS queue
    4. Write JMS Client to get the message from the queue
    5. Package the message in SOAP envelop and call the webservice API.
    ~RS

    RS;
    In our AIA cartridges, we make use of automated OSM notifications to send events to Siebel CRM via AIA. There are several different kinds of notifications available in OSM, the ones that we use in particular for this purpose are data-change notifications which is invoked whenever a field on the order has changed (you configure which field when you create the notification). The field that you would want to listen for changes on in your case would be the field in the OSM order that you are using to store milestone/status information. The notification plugin would then be invoked whenever this field changes and can then send a status update to your CRM system if the change is relevant.
    As for your webservice integration question, first let me clarify - you are interested in invoking a web service via SOAP/HTTP instead of SOAP/JMS, is that correct?
    Assuming so, your basic steps below are directionally correct, but I would offer a few additional points to consider.
    Your automation plugin in step 1 would best (IMHO) be an XSLT or XQuery plugin vs. a custom java plugin. This will keep the scope of the business logic to the bare minimum of building up the SOAP message which of course XSLT and XQuery can handle with ease.
    I would recommend the payload of the JMS that you create in step 3 be the entire soap:envelope, this way your client in step 4 doesn't have to parse and wrap the message. It just blindly forwards it on to the real SOAP/HTTP endpoint and waits for a response.
    Your JMS client in step 4 would best be implemented by a message-driven-bean (MDB) which would be deployed to the OSM server instead of a standalone JMS client. MDB's are highly scalable JMS clients and really the way to go when you want to have some business logic be triggered based on the arrival of a JMS message.
    You probably need to add steps 6 and 7 which would be to deal with the response message back to your automation plugin. This would involve the MDB getting the SOAP/HTTP response back, creating a JMS message and putting it on the response queue (which would need to be defined in step 2) and copying the JMSCorrelationID value from the request to the response JMS message to ensure it can find its way back to the task that sent it.
    Now, all that being said, an alternative to all of this is to just have the automation plugin itself take care of posting the message to your SOAP/HTTP(s) endpoint. You could do this by writing a custom Java automation plugin that uses low level HTTP class libraries or uses standard WS client proxies to invoke the web service. There are pros and cons to this approach. The major pro being that it involves fewer moving pieces, the major con being that if your inventory service is not able to process requests as fast as OSM is making them (based on order volumes), then this may become a bottleneck in the OSM system. The bottlneck stems from the fact that OSM shares a pool of threads across all automation plugins. If you have one that is taking a very long time to process requests and the number of requests being processed concurrently is high, then this can lead to a situation where other automation plugins are starved. This won't result in an error, but it can result in a bottleneck which affects the overall performance of the system. This is really only a major concern if OSM is processing high volumes of orders and the inventory system is not able to keep pace.
    Brian.

  • CR XI Database Connector Error 220 Out of Range with Remedy AR System

    Post Author: schilders
    CA Forum: Data Connectivity and SQL
    Good Afternoon,
    We just upgraded to CR XI and I'm now attempting to refresh a report based on our Action Request System.  I received the database connector error 220 out of range and cannot refresh the report.  Has anyone else experienced this issue?  If so, how did you fix it?
    Thanks,
    Sid

    Post Author: Alleda
    CA Forum: Data Connectivity and SQL
    Hi
    I have a similar problem, have you found any solution?
    Dan

  • How far can i go with spiceworks helpdesk ticketing system?

    No satisfaction form.  You can ask the user to comment on the ticket about the experience before closing it.
    There are plugins and scripts that can enhance or modify different aspects of the system.  Just not on the grand scale you are envisioning.

    hey,
    i have installed spiceworks helpdesk on my network and created a custom but simple form for users to fill when they need any technical support. and i have also activated the email notification (integrating with exchange server)
    but my question is, how far can i go with this helpdesk system? how well and pro can i go with it? can i let the end user submit some kind of a satisfaction form after the technical guy finishes the support? how well can i enhance all both end user and admin experiences with this tool?
    This topic first appeared in the Spiceworks Community

  • UCCX integration with Remedy ITSM-7

    Is it possible to integrate UCCX with Remedy ITSM-7 ? if not does it require CRM Connector . Please advice

    Is Remedy ITSM-7 the same as BMC Remedy Action Request System 7.1?
    What kind of integration you're looking for? If it's just HTTP get/post then it can be done directly through the Desktop Admin Workflow. Otherwise, a tighter integration is required.
    Thanks!
    -JT-

  • Best practices for apps integration with third party systems ?

    Hi all
    I would like to know if there is any document from oracle or from your own regarding best practices for apps integration with third party systems.
    For example, in particular, let's say we need customization in a given module(ex:payables) need to provide data to a third party system, consider following:
    outbound interface:
    1)should third party system should be given with direct access to oracle database to access a particular payments data information table/view to look for data ?
    2) should oracle create a file to third party system, so that it can read and do what it need to do?
    inbound:
    1) should third party should directly login and insert data into tables which holds response data?
    2) again, should third party create file and oralce apps will pick up for further processing?
    again, there could be lot of company specific scenarios like it has to be real time or not... etc...
    How does companies make sure third party systems are not directly dipping into other systems (oracle apps/others), so that it will follow certain integration best practices.
    how does enterprise architectute will play a role in this? can we apply SOA standards? should use request/reply using Tibco etc?
    Many oracle apps implementations customizations are more or less directly interacting with third party systems by including code to login into respective third party systems and vice versa.
    Let me your know if you have done differently and that would help oracle apps community.
    thanks
    rrb.

    you want to send idoc to third party system (NONSAP).
    what kind of system is it? can it handle http requests
    or
    can it handle webservice?
    which version of R/3 you are using?
    what is the mechanism the receiving system has, to receive data?
    Regards
    Raja

  • User license query while integrating with SAP HR system

    One of our clients wants to develop  web based employee self service applications (web enabled modules) on their existing SAP HR suite.
    Currently they are on SAP HR , ECC 5.0
    Would they need to buy extra licenses for integration with the existing system or can the existing licenses be used concurrently?
    I am not sure where to look for this piece of information. In case this question is inappropriate to this forum my apologies for the same.
    Best Regards
    Yuvaraj

    Yuvaraj,
    The best thing would be for your client to contact their SAP account representative and check how many and what type of users their existing licensing agreement with SAP includes.
    Best Regards,
    Alexandra

  • Integration of BW system with R/3 system

    Hi,
    I have a doubt regarding integration of BW system with R/3 system.
    Can we integrate both the systems without using NetWeaver-XI,
    If so how can we integrate them and make the data to be interchaged between both BW and R/3 servers.
    Can we load both servers in a single opreating system and simultaneoulsy run both the servers and if so what is Hardware requirement we need.
    thanks and regards
    konala

    Hi,
    I am working on ABAP-XI and now I want to move in to BW stream.
    I am looking for Certification in NetWevaet2004s-BI7.0. through SAP / Seimens.
    Can any body tell the approximate Cost of Certification on BI7.0 in India as well as in USA also.
    Bye
    Satish Kumar Reddy

  • Integrating EP with R/3, BW & third party systems such as LDAP directories

    Hi Expersts,
       I am looking for Integrating EP with R/3, BW & third party systems such as LDAP directories and Portal application development using HTMLB. Can any one send the related information. if you send the detailed documents with real time scenarios it could be very useful for me. Please send the docs to [email protected]
    Thanks in advance.

    hi praveen,
    refer to this links of integrating EP with BW.it will be useful....
    <b>https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a5067965-0901-0010-6f8a-bbf0b7424283,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6b1472a7-0301-0010-64bd-dc96509db6f7,
    The Architect's World - Episode 23>
    /* points r welcome for a helpful answer*/

  • CRMOD integration with Content management system

    Helll All,
    Is any one try with Contenet management system integration with CRMOD. If yes could you please help me with some techniques how to integrated with CRMOD. Thanks in advance.
    Regards,
    Subbu

    If you Google 'Flash SCORM' you should find a good deal of
    info.
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Real time Integration between Oracle i-Procurement with MUMPS based System

    Folks,
    Has anybody worked on integrating Oracle Applications with any Legacy System? I'm interested in discussing real time integration between Oracle i-Procurement and Legacy System. Can 9iAS Advanced Queue be used to accomplish this?
    If anybody has any information on this topic please reply back or email me at [email protected]
    Regards,
    J Ali

    Yes, we have experience with the product Oracle9iAS InterConnect. Adapters are provided to integrate with iProcurement and legacy systems. If your legacy system is non-standard either partners might already have adapters or you can use the adapter development kit to build your own specialized adapter. Check out: http://otn.oracle.com/products/integration/index.html
    and I would suggest to contact your Oracle account manager to get a detailed product demonstration and references.

  • Technical insight for integration with Remedy?!

    Does anyone got technical insight of how IDM is integrated with Remedy? Does it use e.g. Remedy EIE?
    Any details would be highly appriciated.
    //L

    you can set a http (exteranl ) break point inside the BAPI and then call the WS (the user executing and the client needs to be the same)

  • Integrating project planning software with business planning systems (ERP)

    Hello there
    I have been trying to obtain information about "integrating project planning systems with business planning systems (ERP, PLM)" but I could not find any proper source. Would you help me out on this?
    I would like to focus on what benefits can be expected from a close integration of project planning
    tools and enterprise information systems such as ERP and what evidence is there that
    this is being exploited. If you can help me out with proper sources, I would be appreciated.
    Best Regards

    Hi,
    As per my understanding i think you would like to know the benefits of integrating your legacy Project Planning system with the ERP system. Please correct me if am wrong. If that is what you require, please search the forum as i am very sure that there are threads that explain the benefits of integration.
    Regards,
    Gokul

  • Helpdesk ticket system for use with SBO

    Hello Experts,
    I am searching for a helpdesk - message or ticket system for or own use, to improve our customer support.
    At this moment we simply use the email (pop inbox) and the SBO service module, but we want a more sophisticated solution.
    I would Like:
    Automatic reply and a tracking system for ourselve and our customers to follow the processes of a message.
    Connection with our a AR invoicing system.
    What systems can you experts advise me for further investigation?
    Kind regards
    Henk Tjassing

    Project Management for Business One, developed by Maringo, is an Add-on that you can use.
    Kind regards
    Carin

  • Integrating project planning software with business planning systems (PLM)

    Hello there
    I have been trying to obtain information about "integrating project planning systems with business planning systems (ERP, PLM)" but I could not find any proper source. Would you help me out on this?
    I would like to focus on what benefits can be expected from a close integration of project planning
    tools and enterprise information systems such as ERP and what evidence is there that
    this is being exploited. If you can help me out with proper sources, I would be appreciated.
    Best Regards
    Edited by: warhammer on Jul 16, 2010 10:14 PM

    Dear Warhammer,
    Please find some useful info in the following links.
    1.http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56766
    2.http://directory.partners.extranet.microsoft.com/collateral/4956/MSP_SAP_Integration_TheProjectGroup_e-v1.ppt.
    Regards
    Prasad K
    Edited by: Prasad K on Jul 19, 2010 5:28 AM
    Edited by: Prasad K on Jul 19, 2010 5:32 AM
    Edited by: Prasad K on Jul 19, 2010 5:32 AM

Maybe you are looking for

  • Role for calling a BPM-Web Service

    Hi everybody, which role is neccessary in order to call a BPM-Web Service? If i add the roles "BPM End User" and "Every User core Role" i can not call my Web Service. But by adding the Group "Administrators" it works. Which role should i use? regards

  • Nano Gets Recognized by iTunes - Once

    The leapfrog of hand-me-downs ended up with my son getting my wife's Nano. It hadn't been used in a while, but the "trick" that's being done is that iTunes (current) recognizes the Nano when it's plugged in, updates it, but once an update takes place

  • Trasfer data to a file

    Hi, I have two internal tables, one for Record Type 1 and the other for Record Type 2. Now I want to transfer those two records to a PC File. Does anyone know how to do this?

  • OSQL batch file

    Is it possible to put "everything" inside a batch file and call it with OSQL? By everything, I mean -S -U -P and -d.  Ideally I would like to simply call "OSQL MyFile.sql".  I'm trying to do it but it keeps showing me all the commands, probably becau

  • Why has firefox lost my gmail sign-in on login page

    Gmail login page comes up with my children's accounts listed but not mine. I tried "add account" but it said that account already exists. I tried my google browser and the email accounts showed up and worked fine. i changed back to Firefox and only m