Manage integrators with "Desktop Integration Manager"

Hi,
I am trying to get to the Desktop Integration Manager menu as described in the Desktop Integration Framework Developer's Guide Release 12.1 (on page 17 / 2-1):
To manage integrators:
1. Navigate to the Integrators page from the Oracle E-Business Suite Navigator by
choosing either Desktop Integration Manager: Manage Integrators or a custom
responsibility and menu path specified by your system administrator.
However "Desktop Integration Manager" is not a responsibility I can find in our 12.1.2 environment.
Does anyone has a clue where to find it?
thx
Jeroen

Hi,
Please make sure you have (Patch 9055234 - DIF: NEW RESPONSIBILITY AND FUNCTION FOR DESKTOP INTEGRATION MANAGER) applied.
Please see these docs for details (search for the patch number).
List of Patches in Web Applications Desktop Integrator (Web ADI) for Releases 11i and 12 [ID 726989.1]
Oracle Web Applications Desktop Integrator Release Notes, Release 12.1.2 [ID 950876.1]
Thanks,
Hussein

Similar Messages

  • Creating LOVs with "Desktop Integration Manager" in EBS 12.1.x

    After some struggling getting the "Desktop Integration Manager" to work (due to some obscure hard-coded security checks) I was able to create an Upload Integrator. The next step is now to add some LOVs on the upload spreadsheet.
    I managed to create a Gender Popup LOV using a table (e.g. FND_LOOKUP_VALUES). Here is how to do that:
    Desktop Integration Manager => Manage Components
    Navigate to your attribute (your interface column) and click Update. Enter the following:
    Val Type      = Table
    Id          = LOOKUP_CODE
    Meaning     = MEANING
    Desc          = DESCRIPTION
    Val. Entity     = FND_LOOKUP_VALUES
    Where clause     = lookup_type = 'IGW_SUBJECT_TYPE' and enabled_flag = 'Y' and meaning <> 'Unknown or not reported' and sysdate between start_date_active and nvl(end_date_active, hr_general.end_of_time)
    Lov Type      = Pop List
    Type your custom Header in the ‘Prompt above’ field if required.
    So far so good. However, I am not able to create a simple date picker or a Java validation. Somehow you need to create (or choose) a ‘Component’ with the ‘Manage Components’ function. But exactly how do you set the Component & Attribute up to make this work? For the date picker I chose:
    Validation Type = Java
    Component Name = Date Picker for From Date
    LOV Type = Blank
    I get a Popup Date Picker in my sheet now, however when I select a date is does not return it to the spreadsheet.
    Can someone provide some screenshots how to create a date picker and/or a Java validation using seeded or custom Components?
    I have read the documentation in the Desktop Integration Framework Developer's Guide Release 12.1 (December 2009) but that didn’t get me much further as there are no examples at all.
    Thx
    Jeroen

    Hi, with 'hard coded security check' I meant that some parts of the "Desktop Integration Manager" only work if you have responsibility "Application Developer" attached to your User.
    You can change a 'seeded' integrator with:
    update BNE_INTEGRATORS_B
    set
    created_by = <your user id>
    ,last_updated_by = <your user id>
    ,display_flag = 'Y'
    ,source = 'C'
    where integrator_code = <your code>
    ;

  • Unable to see Desktop Integration Manager Responsibility in 12.0.6

    Hello All,
    I cannot see the BNE Destop integration Manager Responsibility in Oracle EBD Suite 12.0.6
    Please help me, how to add this responsibility in R12.0.6.
    Thanks
    Regards
    Sagb

    Hi;
    Please check below which could be helpful on your issue:
    How To Access Define Parameter Using Desktop Integration Manager [ID 1325820.1]
    NOTE:1363280.1 - GL Budget and GL Journal and FA Addition Integrators Error in Desktop Integration Manager
    Regard
    Helios

  • 'Desktop Integration Manager' responsibility not found in 11.5.10.2

    Hi,
    Is there a patch available to install the 'Desktop Integration Manager' resp in rel11i.
    Thanks.
    Regards,
    Razak

    Please confirm your receipt of the previous update:
    This responsibility is a seeded responsibility and should be available for review to the System Administrator under Security > Responsibility > Define. Are you indicating that there is no such record to be found there?
    If this is the case, would you like for us to provide the key elements from our vision instance so that the responsibility can be defined again?

  • Error with Desktop Integration on Macs

    My JWS program runs fine on several Macs (running on 1.4.2-XX and 1.5), however, whenever I try to use the desktop integration, I get an error creating the shortcuts. There are no problems on Windows clients.

    I would suggest you use the clean uninstall link and downloading 4.5. It has proved very stable with XP I use it.
    I would strongly advise against loading the media manager though, It is less that stable software. I take it you know where to download 4.5?
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB11320&sliceId=SAL_Pub...
    Let me know how it goes!
    Thanks
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Start managed server with the node manager???

    Hello,
    I have one admin server and one managed server for my domain. Can i Start the amdin and managed server from the node manager and not just the admin server. Currently with the install of node manager only the admin server starts and not the managed server. I need to log in to the admin server to start my managed server which is very cumbersome.
    Edited by: user9021545 on Mar 11, 2011 1:58 PM

    hi,
    In order to start Managed server from the console itself,then u have to enroll your node manager.
    Step1). Start the AdminServer...using startScript "startWebLogic.sh/cmd"
    step2)start ur node manager using stat node manager scripts,
    step3)Login to adminConsole and then see the NodeManager is Reachable or not
    If reachanble
    then run "setWLSEnv.sh/cmd".
    Then run wlst.sh file
    Step3)connect('weblogic','weblogic','t3://localhost:7001')
    Step4)nmEnroll('C:/bea103/user_projects/domains/7001_Domain','C:/bea103/wlserver_10.3/common/nodemanager')
    After this u will be able to start and stop managed server from console itself
    Note:even after dis your managed server doesnt starts then please check under <DOMAIN_ROOT>\servers\<SERVER_NAME> whether you have a folder name as security and inside it whether you have file called as boot.properties
    if no then follow these below steps
    Please create a directory "security" inside your
    <DOMAIN_ROOT>\servers\<SERVER_NAME>
    inside "<DOMAIN_ROOT>\servers\<SERVER_NAME>\security" ( Example Location:
    WLS103/user_projects/domains/Test_Domain/servers/AdminServer/security )
    directory create a file with exactly same name as "boot.properties" and with
    following 2 lines inside it:
    username=weblogic
    password=weblogic
    NOTE: Here "weblogic" is the Administrator username & password...
    if you want dont want to run Admin server from foreground then try runnin it as a background process
    This link wi; b helpful for that
    http://middlewareforum.com/weblogic/?cat=23
    any further help in this den do let me know
    Regards
    Fabian

  • Problem with Desktop Integrator

    Hi,
    I want to use the "Desktop Integrator " In oracle applications R12.
    But i get this error message :
    Desktop Integration is not a valid responsibility for the current user. Please contact your System Administrator.
    Help,
    Saad

    Is this module installed in your instance?
    Can you reproduce the issue with other users?
    Please see if the suggested solution in (XML Publisher Administrator is not a Valid Responsibility for the Current User [ID 1192054.1]) or (How to Enable a New Function to be Available for Other Responsibilities [ID 307970.1]) is applicable.
    Any other details about the error in Apache log files?
    Thanks,
    Hussein

  • 12.1.3 Desktop Integration Manager question

    Not trying to do anything fancy, like writing an API wrapper or parameters or anything.
    I just want to upload data to a table, say FND_LOOKUP_VALUES, and dont need to put any validation of any sort.
    So I create a new integrator, in the "Interface" section I put in the table name and it populates with all the columns.
    I know what the 'required values' should be so I default them as constants.
    The parameter, uploader and importer values are null.
    Is that all it takes..?

    yes, that's all it takes :) create a layout and you are set!

  • Managing Change With Oracle Change Management Pack

    I have an oas v4.0.8 is running under RHlinux 6.1. however, I have a long list of ip numbers need to input in one group. under the VI editor's limitation, i can't have all the ip number in one group. so I need to seperate them into couple groups.
    so in my svwww.cfg looks like the following:
    [IP]
    ipg4: 144.144.144.22
    ipg5: 132.233.211.2
    [AppProt]
    /test/ = Basic(radmin) & IP(ipg4,ipg5)
    Then, I did the "owsctl reload" , the messages reflect from my screen tells me "admin", "www", and other stuff are started. however, I check the svwww.cfg file, and it tells me
    "Error: The data passed to security module "IP" for protecting "/test/" was invalid"
    so is there anyone has any better idea?
    Thanks

    Working with the Oracle Enterprise Manager group to integrate closely with their monitoring solutions has been one of the most important advantages of joining the Oracle team. As our customers have started to use CRM more deeply as part of their business processes, CRM has quickly become Mission Critical, with 24/7 uptime requirements. Furthermore, as CRM becomes further integrated into the enterprise, knowing the status and health of the connections to multiple backend systems becomes evermore crucial.
    Through our partnership with the Oracle Enterprise Manager, we aim to support true Enterprise-class CRM. We are the only solution out there with over six million live users, and we are leveraging the knowledge gained from those customers in our Enterprise Manager integration. With the real-time monitoring and diagnosis that Oracle Enterprise Manager provides, we simplify the process of managing sophisticated CRM implementations which span organizations and systems. If you have a Siebel implementation with four servers or more, or with integrations to several systems, you owe it to yourself to check out Oracle Enterprise Manager.

  • Integration with Cisco Call Manager?

    We have Cisco VOIP phones and we would like to continue managing calls with Cisco Call Manager.  We currently have voicemail on Cisco Unity.  We currently have Exchange 2010, but plan to start using Exchange 2013 soon.
    However, we would like to migrate voicemail service from Cisco Unity to Exchange Unified Messaging and also want to take advantage of most of the voicemail-related features of UM such as voice to text sent to email, voice mail waiting indicator light on
    the phones and sending voice mail audio attachments to email. 
    Is Exchange 2013 Unified Messaging compatible Cisco phones that are managed by Cisco Call Manager?
    We have 500 users and 2 Exchange 2010 servers (1 CAS and 1 Mailbox Server).  We now have a few Exchange 2013 licenses available in addition to our existing 2010 licenses that are already used on our existing 2 servers.  Can we keep the 2 existing
    Exchange 2010 servers as they are and create a new Unified Messaging server on  Exchange 2013 in the same environment or do we need to upgrade all the 2010 servers to 2013 if we use Unified Messaging on 2013?

    Hi Sachin,
    We do run a hybrid Callmanager to Nortel Meridian setup (works well).
    Here are some great docs;
    Cisco Unified CallManager
    Case Study: Nortel 61C PBX to Cisco IP Telephony Migration
    From this good doc;
    http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_white_paper09186a00801115e0.shtml
    Nortel Meridian PBX and Cisco CallManager Integration
    http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_configuration_example09186a008011888c.shtml
    Cisco Unified CallManager System Guide, Release 4.2(1)
    Cisco DPA Integration
    http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_administration_guide_chapter09186a008055cd53.html
    Hope this helps! Let me know if you need additional info.
    Rob

  • Roxio media manager in BB Desktop not recognizing/transfering to the device.

    Roxio media manager in BB Desktop Device Manager not recognizing/transfering to the device.
    Read some threads. Managed a cumbersome workaround by using Roxio to take songs from CD and transfer to MP3 format. Then using Explorer to drop into media card. Spent hours trying to figure out. Since I'm not very tech savvy, REALLY appreciate your help. Because I can't get any files from my PC to work. How I can convert WMA. WPL XLS DOC files so my BB can read them? Also, anyone with general info as to why emails I send to myself take days to reach my BB Curve 8330 while other senders come thru quickly?

    hello,
    too many questions in a single discussion. Please re-post one question for each topic. in order to keep this forum tidy.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Adding a management server and AD Integration

    I have a management group with several management servers with AD integration.  If I add a management server, will SCOM automatically add the Service Connection Point, or do I have to completely destroy my main AD container and re-run MOMAdAdmin?

    Hi,
    A domain administrator uses MOMADAdmin.exe to create an AD DS container for an Operations Manager management group in the domains of the computers it will manage. The AD DS security group that is specified when running MOMADAdmin.exe is granted Read
    and Delete Child permissions to the container. By creating a container this way,
    Operations Manager administrators are given the permission necessary to add management servers to the container and assign computers to them, without needing to be domain administrators. 
    For more information, please review the link below:
    Using Active Directory Domain Services to Assign Computers to Operations Manager Management Groups
    http://technet.microsoft.com/en-us/library/hh212922.aspx
    Note:
    You should plan on waiting at least 24 hours for that to be updated in AD with 2012
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Is there a Java utility class to help with data management in a desktop UI?

    Is there a Java utility class to help with data management in a desktop UI?
    I am writing a UI to configure a network device that will be connected to the serial port of the computer while it is being configured. There is no web server or database for my application. The UI has a large number of fields (50+) spread across 16 tabs. I will write the UI in Java FX. It should run inside the browser when launched, and issue commands to the network device through the serial port. A UI has several input fields spread across tabs and one single Submit button. If a field is edited, and the submit button clicked, it issues a command and sends the new datum to the device, retrieves current value and any errors. so if input field has bad data, it is indicated for example, the field has a red border.
    Is there a standard design pattern or Java utility class to accomplish the frequently encountered, 'generic' parts of this scenario? lazy loading, submitting only what fields changed, displaying what fields have errors etc. (I dont want to reinvent the wheel if it is already there). Otherwise I can write such a class and share it back here if it is useful.
    someone recommended JGoodies Bindings for Swing - will this work well and in FX?

    Many thanks for the reply.
    In the servlet create an Arraylist and in th efor
    loop put the insances of the csqabean in this
    ArrayList. Exit the for loop and then add the
    ArrayList as an attribute to the session.I am making the use of Vector and did the same thing as u mentioned.I am using scriplets...
    >
    In the jsp retrieve the array list from the session
    and in a for loop step through the ArrayList
    retrieving each CourseSectionQABean and displaying.
    You can do this in a scriptlet but should also check
    out the jstl tags.I am able to remove this problem.Thanks again for the suggestion.
    AS

  • Error synching Windows 7 Contacts with Desktop Manager

    Hi
    I'm new here and would appreciate any help you can give.
    I''m having trouble synching the email addresses in my Windows Contacts file with my Blackberry.  Not all email addresses synchronise properly, which is probably because they are sourced from several different databases previously.  There doesn't seem to be a way to map the fields accurately as the Windows 7 contacts folder shows the field as "E-mail Address" and the Desktop Manager shows the field being imported from Windows as "Preferred Address".  This mapping only transfers those addresses which were previously exported from a BB/Lotus Notes database.
    I've tried exporting to csv's and changing the field names as well as importing through Outlook 2010 rather than WIndows but with no success.
    Has anybody else had this problem and found a solution?
    Any advice or suggestions welcomed.

    halimsujanto wrote:
    Hi all..
    I am having the same problem with desktop software 6, but my problem is more like this..
    http://www.blackberry.com/btsc/KB19300
    The Windows Installer pop-up during installation and cannot continue, it seems that windows installer 4.5 is the cause, but I cannot uninstall windows installer 4.5 because many of my programs were using this..
    In this knowledge base solution it says to run BlackBerry Desktop Software.msi, but on BlackBerry Desktop Software 6, it need to run from setup.exe and cannot continue.. so I cannot install desktop software 6 on my computer, but I am able to install older version desktop software ie. version 4.2 to version 5.
    I think that I am gonna reply here instead of making new thread about windows installer 4.5 and Desktop Software 6, please move if I did wrong.
    PS. Bifocals..
    The link you provided is missing. Or it just back to BlackBerry Technical Solution Center page and I tried searching the KB13781 with no success.
    Please if there is other link that may be good for my problem.
    Thank you very much.
    Hi ihalimsujanto and welcome to the forums!
    My first concern is that you do have a version of desktop manager that you can maintain your device and PIM data with, do you?
    Please post back with as much detail as possible regarding your hardware and software setup.
    Also post what steps you have taken to resolve the issue. The more detail we have the better we can help you. I'll reread KB 19300 and find what happened to my broken link.
    Thanks.
    Bifocals
    EDIT:
    ihalimsujanto,
    Please review this Microsoft Knowledgebase  Article ID: 555175
    How to resolve Common "Windows Installer" Problems
    Methods 3 and 4 may be pertinent.
    Let us know how it goes!
    Bifocals
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • How to install/run Data and Import Manager in a desktop with linux (ubuntu)

    Hi all,
    I need to know if it's possible run data manager and import manager in a desktop with OS linux specific UBUNTU and where can I download installer
    Regards
    José Luis D.
    Edited by: JL Delgado on Aug 11, 2009 6:49 PM

    If you have SAP SMP ID - You can download the MDM 7.1 from -
    www.service.sap.com/swdc
    Following the path -
    Installations and Upgrades - Entry by Application Group" SAP NetWeaver" SAP MDM" SAP NETWEAVER MDM 7.1
    Installation
    or
    Support Packages and Patches - Entry by Application Group" SAP NetWeaver" SAP MDM" SAP NETWEAVER MDM 7.1
    Please confirm your MDM version. If it is 5.5 then you need to select MDM 5.5 instead of MDM 7.1 in above link.
    Regards.

Maybe you are looking for