Connecting to the Third Party Applicatin through Portal

Hi,
Does anyone know how do we connect to the Third Party Application through Portal? WHat technology EP uses to connect to the third party application and retrieve data from the system to display?
ALso if i have 2 application connected to the portal and if I retrieve one record from one application, then i want Portal to bring information related to that record from another application. In that case, do we have to maintain referential information about the records in both the applications, so that Portal will know which record id to pull from another application? How does it work?
Thank you very much in advance.
Shakil

Hi ,
Have a searched sdn before posting this? have a look and post your message if your requirement dont match with below solution.
Want to access non SAP system from EP
Regards,
Koti Reddy

Similar Messages

  • How to integration the third-party forums in Portal?

    Hello everyone,
    I want to integration an third-party forums into Portal.
    How to do it ?
    Is there anyone had done that?
    Thanks & Regards,
    Jianguo Chen

    Hello Holger,
    Thank you for your response.
    I am familiar with URL-iview,
    and it should be ok integration forum as an iview.
    But the third-party forum has its own user management system.
    I means that the third-party forums need  register and logon, then users can enter it.
    We want carry out that integration the user management of Portal and the third-party forum,
    the user of Portal and the third-party is consistent,
    Portal UME can full control the third-party forums's user.
    Is this issue possible?
    And I am agree with your opinion that we need some develop for UI integration.
    Regards,
    Jianguo Chen

  • Remove the third party software through GPO

    Hi
    I'm trying to remove a software, that installed through GPO from every client machine. 
    Right click the software from GPO and select All Tasks -> Remove
    Select the radio button Immediately uninstall the software from users and computers and click OK
    In my client machine Run the command "gpupdate \force" in command prompt and restart my computer. but when i check in Add or remove programs the software is still there.
    Why it not removing from my client machine?
    I need to run "gpupdate \force" after every action in all computer to make the changes..? like update my software with new version
    Thanks
    Bobbin

    Most of the software have an uninstall string.where we can use to uninstall the software using command line.
    you can use below mentioned free tool to find uninstall string from the registry.
    https://finduninstallstring.codeplex.com
    once you find the uninstall string you can use logon or startup script to uninstall software
    Darshana Jayathilake

  • Error while creating the proxy object to connect to a third party tool.

    Hi,
    I tried creating a proxy object with the wsdl file. I even created a HTTP connection to the third party tool. but when I try to execute the whole proxy object, I am getting the below error. Can anyone help me on this?
    "Proxy-Generierung: Fehler aufgetreten"
    "Incorrect value: Entity "<<document>>"(92 /3788 ). end tag 'ul' does not match begin tag 'p'"
    Thanks & Regards,
    Veerabhadra Rao A.

    do a check on the wsdl file and how you are passing values in the proxy. The tags for XML are not correct. Open the WSDL in IE and see there must be an error. Or probably when passing the actual values to the XML generated each element is not closed properly. Error says tags dont match.
    Edited by: Kshamatha Eda on Mar 5, 2010 10:54 AM

  • The 'Third Party Connections' drop down box on the 'Source Database' step in the Migration Wizard is empty.

    Here are the environmental details:  
    SQLDeveloper 32-bit Version 3.2.20.09 (Build MAIN-09.87)
    Oracle Database:  12C single instance (no RAC)
    Oracle client:  12C 32 bit
    Windows 64 bit desktop
    I am attempting to migrate an MS Access application to Oracle.  I pick the ‘Migrate’ selection from the ‘Tools’ Menu SQL Developer.  This puts me into the Migration Wizard.  When I get to the ‘Source Database’ step of the migration wizard, the ‘Choose the Third Party database from which you are migrating’  drop-down box is not being populated with the current available connections. It is empty.  If I type a valid connection name into the box, SQL Developer takes it on this screen but does not keep it for the next screen/step.  It has no persistence.  I even tried to make sure that each connection was open/connected before beginning the migration process.
    Due to the fact that I am attempting to migrate an MSAccess application, I am mixing 32-bit and 64 bit software.  This may be the issue as to why the drop down is losing addressability.  I have not applied any patches to this version of SQL Developer.

    Hi,
    If you need easy way to migrate Microsoft Access to Oracle probably it is more reasonable to review some tools specially designed to this purpose. For example:
    Access to Oracle converter by Intelligent Converters
    Access to Oracle converter by SpectralCore
    Access to Oracle converter by Interface Computers
    Hope, this will help.
    Sincerely,
    Vlad

  • Problem in committing a new document in third party repository through Ente

    Hi all,
    I am trying to create a document in third party repository through enterprise portal GUI. The steps I am following are:
         1. I go to repository integrated with the Enterprise portal.
         2. Then go to Folder -> New -> HTML File.
         3. Here it asks me to enter Name of the document and the Contents of the document.
         4. Then Click on Save
    I am trying to implement this functionality by using RF (Repository Framework).
    I have implemented  createResource() method NameSpaceManger.java class. The signature of this class is:
         NamespaceManager extends AbstractSubManager implements INamespaceManager,IMutableNamespaceManager{
    The Code:
    if ((d instanceof IResourceCreateDescriptor) || (d instanceof ICollectionCreateDescriptor)) {
              IRid parent = d.getDestinationDescriptor().getParentCollectionRid();    
              String name = d.getDestinationDescriptor().getChildName();
    name = UriCodec.Decode(name);
    ACEPHandle handle = (ACEPHandle)this.repositoryManager.lookup(parent);
              ACEPNode node = handle.getNode();
    if (!node.isCollection()) {   
                   throw new ResourceNotCollectionException(parent,        
                        "parent is not a collection!");  
    IAccessContext  context = AccessContextFactory.getInstance().getContextOrNullIfUnavailable();
    com.sap.security.api.IUser sapUser  = context.getUser();
    com.sapportals.portal.security.usermanagement.IUser epUser = WPUMFactory.getUserFactory().getEP5User(sapUser);
    ResourceContext resourceContext = new ResourceContext(epUser);
    RID rid = RID.getRID(node.getRid().getPath()RID.PATH_SEPARATORname);
    IResource resource = ResourceFactory.getInstance().getResource(rid,resourceContext);
    IContent content=  resource.getContent();
    InputStream iStream = content.getInputStream();
    byte[] byteArray = new byte[51200];
              int bytesRead = -1;
              try{
              while ( (bytesRead = iStream.read(byteArray, 0,51200)) != -1) {
                   byteArray = new byte[51200];
              }catch(IOException e){
    The Error I am getting in the logs is:
    <b>ContentRetrieval: Unexpected HTTP status 500 Internal Server Error: HRESULT [0x8004022f]</b>
    Please advice me the right way to proceed further.
    Thanks and Regards,
    Ravi

    Please print out the Verbose Stack Trace generated when you run this application.
    I suspect that you FolderPathResolver is not pointed at the directory you think it is. You might want to try printing out
    I_CurrentFolder.getAnyFolderPath();
    and I_CurrentFolder.getName();
    null

  • The third party database supported by SAP BW

    Hi
    Apart from SAP R/3 , my client has a historical data in thier legacy system so called  MFG/PRO, they wondering if SAP BW is allow to connect to such system.  Anyone know where I can check the third party database supported by SAP BW ?
    Panadda

    Hi:
    The native SAP NetWeaver BI functionality delivered to connect with such a system is called UDconnect ("BW" is an old term).
    Here are some resources
    http://help.sap.com/saphelp_nw2004s/helpdata/en/78/ef1441a509064abee6ffd6f38278fd/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/58f4db47-0501-0010-a2bf-ff01b150fdff
    You should be able to find a JDBC or ODBO driver for such a system that can work with UDconnect.
    Thanks for any points you choose to assign.
    Best Regards -
    Ron Silberstein
    SAP

  • Can I use the third party software to backup my system?

     I have bought a new Thinkpad, and I just want to backup my system, but Lenovo Onekey recovery is not easy to use. I confess that it is very concise and powerful. But, I have to say some disadvantage, that is, It need to press the button and shut all computer. I want to backup my computer silently, and the process won't affect my other operation. I have searched a software- AOMEI Onekey Recovery, but it is the third party software, should I use it to backup my system. there seems to be more powerful in their page http://www.backup-utility.com/onekey-recovery.html, how should I determine? could anyone tell me the advantage or disadvantage?

    Can I use the new Time Capsule to backup my mid 2010 Macbook Pro?
    Yes, if you are asking about using Time Machine to backup the Mac.
    Also can I want to free up my hard disk, can I save my photos and files on the time capsule and later access through wifi?
    You are not thinking of deleting the photos and files on your Mac, are you?  If you do this, you will have no backups for those files.
    Another concern is that Time Machine backs up the changes on your Mac. At some point, Time Machine will automatically delete the photos and files from the Time Capsule.....you just don't know when this might occur.
    In other words, only delete files from your Mac that you can afford to lose.

  • Integration of HR Masterdata with the third party Recruitment system

    Hi folks,
    I was doing some analysis regarding the process of integrating the HR Masterdata with the thrid party recuritment system. One of the process is exporting all the new hire data coming from the third party soffware( the entire hiring process will happen in this sytem)  into the HR Masterdata.
    From SPRO documentation I found there are two ways one is Inbound IDOC and the other is through interface. Since we do not have EDI service, we have to with interface, however it should not be an automated process. Because, the person getting hired has to have the intial procedure completed before hiring process occus and his data is entered into HR Masterdata. Hence the data coming from the interface file has to be processed manually
    How to configure this process in HR? The version we are using is 4.6C How can this be done?
    Any thoughts or ideas or leads would be really helpful.
    Thanks in advance,
    SK

    Hello Sk,
    i think the integration between SAP Recruitment and SAP Administration would be a bit more complicated as it is supplied from the SAP Recruitment tables which you probably would have to fill.
    As promised I had a look to t752f. Run the following code to add lines into the table. After the values were inserted you can run PA48 without any other configuration. You will see an new line which you can select and than choose the Hire button. The system will guide you through the hiring screens and set the Name fields as default values.
    REPORT  zrwe_fill.
    CALL FUNCTION 'HR_PREPARE_NEW_EE'
      EXPORTING
        lastname       = 'Test_Lastname'
        firstname      = 'Test_Firstname'.
    The function module us part of the standard HR component and offers many fields to preset in T752F. If you supply an existing EmployeeId the PA48 transaction will suggest you to do an organizational change when you choose the "hire" button. If you do not fill the value the system sets a dummy Id and suggests a hiring.
    The function module is RFC enabled so if you can call an RFC from your external recruitment application you can fill the T752f table. If that works and you need additional fields just copy the module and add whatever you want.
    Rgds.
    Roman

  • Read the pdf file from the Third party server.

    hi all,
    we got the requirement that we have to display the salary statement and form16 in the portal.
    we are not using the sap for the pay roll.
    pay roll will run by the third party....they will keep all salary slips in the one folder under the server.
    so from the third party server we have to get the salary statement in to our application......third party will storing the file with salcode.pdf.
    can you help me to resolve this?
    Thanks in advance
    swapna

    Hi yugedhar,
    thank you for the reply.
    the pdf files will be available in one common folder , with in the server only.
    so i have to implement the code to download the file from the one particular location based on the name of the file
    (means if  file name =Login id that has to open)
    so can you help me implement this logic .
    Thank you
    swapna

  • Sending Data from BI to Third Party System through CIB Interface

    Hi Experts ,
    We have a requirement where we need to send data from BI to any Third Party System through CIB Interface . We do not have to use the OHD's . Please share the documents for the same .
    Regards
    Garima

    Hi,
          My problem is solved.
    Sol:  Getting wrong data from third party sytem. They are adding spaces in front of the payload and end of the payload so it was not processing. After deleting that spaces its is working fine.
            Thanks for your help.
    Thanks & Regards,
    Purshothamm

  • Interfacing to a third-party system through a shared SQL Server DB Table

    Guys, I have been given a task of interfacing to a third-party system through a shared SQL Server database table.I had never come across such implementation.Can anyone please let me know the methodologies involved in it.
    Thanks,
    Jack.

    This line:
    stmt.executeQuery(query);
    should be:
    stmt.executeUpdate(query);

  • How to access the third party plugin

    i am new to javascript and InDesign.now my work is to access the Third Party plugin styles, the third Pary plugin is all about InMath.
    is it possible to access third party plugin through java prgramming.
    plz help me.....
    by
    subha

    Hello, I'm not a very accomplished JavaScripter, but have found that you can access some InMath at least in CS3. I only needed to be able to refresh the InMath styles from a script.
    If you run this script...
    app.menuActions.everyItem().name;
    it will return the names of all the available menu actions. The list is quite long, but it includes some of the InMath actions. At least the ones you can assign keyboard shortcuts to. In my case, I needed to refresh the InMath styles from a script. So I found the name of the InMath menu action that was returned from the above script (Refresh All InMath Expressions) and was able to make a script that refreshed the styles like this.
    app.menuActions.itemByName("Refresh All InMath Expressions").invoke();
    However, I'm trying to figure out how to do this in CS2 because my client is still using CS2 and can't find the CS2 version of menuActions.
    I think I read your other post about the find/change fillColor bug. I was stuck in the same place and now have it working thanks to the posted help. I was working on a script that would fix fractions based on their colors.
    Hope this helps.
    Andrea

  • How to access third party plugin through vc++ Programming

    Hi,
    i am new to vc++ and InDesign, i am using windows xp as OS and Indesign CS3 as version
    now my work is to access the Third Party plugin styles, the third Pary plugin is all about InMath, that is all for mathematical relations using inmath plugin styles, my work is to accessing the styles through programming by using a InMath header files,
    i tried to the best of myself, but i not get the solution,can u please give some thing usefull do this.
    is it possible to access third party plugin through VC++ prgramming usign a single header file??
    regards,
    ram

    Hi,
    Can anyone please help me to accesss InMath styles in InDesign SDK using VC++ Programming.
    Thanks
    Saravanan

  • How to Deploy the third party EJB 3.0 jar in web application

    I have a web application which calls services provided by EJB 3.0 beans packaged in third party jar. How do a configure the ViewController project to deploy the beans to the weblogic server when I run the application rather than deploy the EJB ear as a stand application to the server?
    The jar file has already referenced by the project. In the "EJB Module" of project properties I've set the EJB Version property to 3.0, but the Annotated EJB 3.0 Bean Classes list remains empty, presumably because I have no beans defined in the sources of the application. When running the project the EJB jar did not deploy automatically. Is there something wrong? How can I achive this goal?
    Best Wishes~
    ELeven.Xu
    IDE: JDeveloper 11g (11.1.1.2.0)
    OS: Linux

    I don't think this technique will work. I added a META-INF/ejb-jar.xml file to the application, and added a <session> section for one of the EJB 3.0 beans from my third party jar. I specified values for <ejb-name>, <ejb-class>, and <session-type> hoping the rest of the configuration would be determined from the annotations in the class. When the server starts, this warning message is displayed:
    Oct 30, 2009 12:06:41 PM com.evermind.server.ejb.logging.EJBDeploymentMessages warningSessionBizInterfaceNotDefined
    WARNING: \[current-workspace-app: ... \] - The session bean does not has at least one business interface defined for client access. The bean is not accessiable and usable at runtime.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 11042 ms.
    \[sic\]
    EJB 3.0 beans are not required to define business interfaces, as they are supposed to be generated by the container.
    Good idea, but still cannot deploy beans from the third party EJB 3.0 jar referenced by my project to the embedded OC4J container. Still investigating.
    Thanks,
    Steve
    By the way, I have been able to use your technique to deploy EJB 2.1 beans from third party jars in other projects, just not EJB 3.0 beans that do not provide ejb-jar.xml deployment descriptors, nor business interfaces.
    Edited by: user10375549 on Oct 30, 2009 9:51 AM - Added relevant comment regarding technique described for solving problem. It works for EJB 2.1 beans but not EJB 3.0 beans.

Maybe you are looking for

  • Error while starting the Essbase Server

    Hi, I am getting the following error when I start the Analytic Server. "The procedure entry point eSSWrite could not be located in the dynamic link library ESSAPINU.dll" Please suggest us on this regard. Thanks in Advance

  • 2 Server with 1 Public IP (Port Forwading) Details Inside thanks

    Hi, I would like to ask how to setup 2 servers with 1 public IP?? Server 1 is Citrix Server 2 is FTP server 1 public IP Tried this command on Cisco ASA 5510 but it doesn't work with 2 servers, But 1 server - 1 public IP is working. 1 server - 1 publi

  • Removing Background From Picture Problem

    I'm not an expert with Photoshop and am having a problem removing the background from the picture below. The Selected area doesn't stay within the circular cream colored area but always goes outside and fills up the whole square except for the middle

  • AIP-SSM Upgrade Procedure

    Hi everybody! I have ASA5520 version 8.2(1) with AIP-SSM-20 module and I want to upgrade AIP-SSM-20 software from version 6.1(3)E3 to 7.0(2)E4 I go to the download site and see the following list: Intrusion Prevention System (IPS) Recovery Software:

  • Can I download free apps to my iPad without putting in a credit a card??

    Can I download free apps to my iPad without putting in a credit a card??