Problem: Deploy a SSO Third Party Integration Adapter in Portal

A user want to deploy a SSO third party integration adapter (Novell Access Gateway) in Portal (AS v10.1.2.0.2). And used method in Note 430877.1. They can login through Novell Access Gateway and login Portal, but when click search user button, there always show a blank IE. And no error log. How to resolve? Thanks.

Hello,
I have found out that in SAP Portal it must be possible to create a new system from a par-file which is uploaded to portal before.
I have such a par-file. It is deployed and uploaded to the portal server. And the application which is contained by this PAR is running in SAP Portal.  But when I go to
System Administration --> System Configuration --> Portal Content --> right mouse click to folder --> new System from par
then this PAR can not find there.
I have also tried to upload this PAR manually to portal. But the result is the same. This PAR does not exist in the radiobutton-options to create a new System.
Please can anybody tell me how to create a system (or a system-template) from an uploaded PAR-file?
Regards,
Iris

Similar Messages

  • OSB - Third Party JCA Adapter Deployment

    Hi everyone,
    I would like to know if OSB 11 supports third party JCA adapter besides Oracle JCA adapter.
    If it does, I would like to know how I can generate wsdl and jca files for the thrid party adapter in order to deploy it to OSB. Thanks in advance.
    Regards,
    K.Hein

    The JCA transport of OSB works in conjunction with a built-in JCA adapter framework and JCA-compliant adapters to interact with EIS systems. You may need to develope a custom transport (similar to JCA transport in OSB), to use your custom/third party JCA adapters with it.
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15866/part_tsdk.htm#sthref962
    Better option would be to raise an ER with support and if product development approves the same then a new feature can be introduced in OSB to support third party JCA adapters as part of existing JCA transport/as part of a new transport.
    Regards,
    Anuj

  • Third Party Integration and OID Accounts

    I'm planning on using OID with a sync with another LDAP such as AD or Novell. I am also going to integrate SSO with a third party SSO engine.
    How do I log into Oracle SSO with a user neither defined in AD or my third party SSO engine? I am basically worried about accounts like PORTAL and ORCLADMIN. Is it possible to bypass the third party integration for these accounts or am I forced to create these accounts in AD and my third party SSO engine?

    Jon,
    you can either authenticate locally e.g. cn=orcladmin or externally.
    You have various option s (depending on the OID version) and how you organize the user base in OID. On a high level the authentication is based on objectclasses for an entry.
    E.g. user being synchronized from AD to OID (using the Directory Integration Plaform) contain an objectclass "aduser" to distinguish them as external AD users within OID. So the external authentication plugin will "know" who is an AD user and try to authenticate this user externally with AD not OID. You can also configure the external authentication plugin to filter user who should not be externally authenticated.
    If you store all external users in a dedictated subtree e.g. cn=AD_USERS or cn=EDIR_USER you can configure the external authentication plugin to authenticate those user to the respective external directories.
    with OID 10.1.4.0.1 you could also make use of the server chaining authentication.
    So there are a couple of options you have. See the documentation
    Oracle Identity Management Integration Guide
    http://download-west.oracle.com/docs/cd/B28196_01/idmanage.1014/b15995/toc.htm
    Oracle Internet Directory Administrator's Guide
    http://download-west.oracle.com/docs/cd/B28196_01/idmanage.1014/b15991/toc.htm
    regards,
    --Olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Third Party Integration for Template Based Hire in PS 9.1

    Hi All,
    I am implementing template based hire on PS 9.1.
    I am receiving the applicant details from a third party vendor in a xml message.
    Requirement is to insert the applicant details into template based hire records (HR_TBH_HDR and HR_TBH_DATA).
    I am able to subscribe the field values from xml message. But facing the problem while inserting the values into base records.
    I am trying to use Component Interface on HR_TBH_JOB component. The pages on this component are dynamically build and so the records.
    If anyone has worked on the third party integration for Template Based Hire in PS 9.1, please let me know your suggestion for insertion into template based hire records.
    Thanks,
    Vijay

    Hi Michel,
    I am not getting any error message as I haven't completed the coding yet.
    I will go more on the technical stuff so that the issue will be more clear.
    I am using the Integration Broker setup to receive the xml message from third party.
    I have written the app package and added that as handler into the service operation. as of now I am able to subscribe the xml message. I am having the field values into the variables.
    For insertion of those values into template based hire (TBH) records (HR_THB_HDR and HR_TBH_DATA) I created a new CI on HR_TBH_JOB component.
    But when I analysed this component I came to know that Pages, Sections on the Pages and the fields of the sections are dynamically build based on the Template.
    On HR_TBH_DATA page PeopleSoft is using derived record (HR_TBH_SCR_WRK). Field values are assigned to this record fields bsaed on the section of the template.
    Here is issue I am facing while coding. As there is only one record (HR_TBH_SCR_WRK) to store the all the values from the template, I am not able to understand that how to assign the variables to CI variable. I am looking for the logic, so that the CI will work normally.
    If you have any sugestion to insert the data into TBH records other than using CI, will be appriciated.
    Thanks

  • Deployment (Ejb and third party jars with portal app)

    My problem is that I'm trying to set up the development env for a portal project.
    I have an ejb and a third party jar in my portal app. My portlets have some java
    classes associated with them. The ejb needs to reference(instantiate) the java
    classes in the portlets.
    Right now the only way I can get it to work is to put the ejb, third party jar
    and the portlet classes(jarred up) into the classpath of the server.
    I think there should be a way to deploy these things without putting them in the
    class path. I've read all the manual sections about deploying.
    Can anyone help me with this. It would be much appreciated.
    Thanks
    Rob Castle
    Principal
    NuWave Solutions, LLC
    12510 Prosperity Drive
    Suite 300
    Silver Spring, MD 20904
    office phone: (301) 625-3000 ext. 2003
    mobile phone: (410) 340-5529
    email: [email protected]
    website: www.nuwavesolutions.com

    On 01/10/2002 06:40 AM, Rob Castle wrote:
    My problem is that I'm trying to set up the development env for a portal project.
    I have an ejb and a third party jar in my portal app. My portlets have some java
    classes associated with them. The ejb needs to reference(instantiate) the java
    classes in the portlets.
    Right now the only way I can get it to work is to put the ejb, third party jar
    and the portlet classes(jarred up) into the classpath of the server.
    I think there should be a way to deploy these things without putting them in the
    class path. I've read all the manual sections about deploying.
    Refer to the portal deployment guide
    (http://edocs.bea.com/wlp/docs40/deploygd/index.htm). Also refer to
    http://edocs.bea.com/wls/docs61/ejb/deploy.html for more general
    information on deployment of ejbs.
    Regards,
    Subbu

  • Third party integration with Oracle Apps

    Hi friends,
    I have a dot net application and I would like to integrate that with oracle applications(specifically HR module). Can I do that? Does oracle apps provide any APIs to provide this third party integration with 3rd party software we have?
    can you please post any links if there is one which helps me in this direction
    thanks

    Hello,
    I am new on this forum and I have difficulty in beginning.
    I'm working in a similar project, indeed I need an example or a document which can help me for using the HRMS api's of oracle e-business suite via a dotNet plateform or SharePoint application.
    I have to work on a middelware allowing retreiving and persisting data from oracle e-business suite database using oracle HRMS api's like hr_appraisals_api. So haw can i call these api's from .NET application how can i use a .NET code to call these api's ?
    Can you help me please ? i'm waiting for your answers if possible and this is my e-mail address if necessary "[email protected]" .
    I would be so grateful if someone can help me. Thank you in advance.
    Cordially.

  • Using a Third Party Network Adapter

    I would like to use a third-party network adapter instead of the Realtek network adapter built in to my L955-S5370. Are there any changes I need to make to the laptop before I connect the third-party network adapter? I thought I might want to disable the Realtek adapter in Device Manager.
    Solved!
    Go to Solution.

    Found my answer:
    Before adding a third-party wireless network adapter to a laptop that has a built-in wireless network adapter, you need to disable the laptop's built-in wireless network adapter. There are two ways to do this:
    From the Network and Sharing Center. These instructions from Microsoft were initially written for Windows Vista, but they work the same way for Windows 7 and Windows 8: Enable or disable a network adapter.
    From Device Manager. You don't have to be a 'dummy' to follow these instructions: How to Disable the Original WiFi adapter.
    If the laptop's wireless network adapter is re-enabled every time you reboot, you may need to disable the WLAN AutoConfig service, as follows:
    Go to Administrative Tools > Services
    If the WLAN AutoConfig service is enabled, Stop and then Disable that service.
    The laptops's wireless network adapter is now permanently disabled.

  • Third party wireless adapter?

    I have an older iMac, with OS version 10.1.x; Is there any third party wireless adapter that would support this OS? I am trying to enable my old iMac to connect to our wireless router at my home. Does anyone have a solution as to what I can do?

    Check this out: http://www.macosxhints.com/article.php?story=20050826105609733

  • Third party MHL adapter

    I bought a third party MHL adapter which is compatible with s2 s3 s4 active but when I plug it in my Xperia ™ Z1 it doesn't show up anything on the display whereas when I plug galaxy s4 active with the same adapter it immediately displays. What is wrong with it? Is it my fault or any other fault? Or my way of setup is nor right? 

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    First of all make sure that it is a five pin MHL adapter. It will not work with a 11 pin MHL adapter. 
    What are your thoughts about this forum? Let us know by doing this short survey.

  • Crazy JNDI Problem... (Third Party DB Driver Effects Lookup???) (OAS 10g)

    Ok folks, I need some help here...
    The scenario is this...
    I have a simple web app (one jsp) which is used as a "status checker" to ensure that all the session beans we expected to be deployed are actually deployed and that they can be looked up with JNDI and run some small status routine... That war file for that app is included in the ear file with all of the session ejb jar deployments...
    Now, the collection of session beans references three different datasources at one time or another... 2 of which are oracle databases and 1 is a DB2 database...
    Lets name them as follows...
    OracleDataSource1
    OracleDataSource2
    DB2DataSource
    Now, if I configure the three datasources in the oracle standalone OC4J 10g datasource file and deploy the ear file to standalone OC4J 10g, all of the lookups work, and it successfully uses the datasources... no problems at all...
    Ok, so now I try to deploy the ear on OAS 10g using the enterprise manager console, and deployment works fine...
    If I run the app before configuring the datasources, of course the lookups work, but the status routines of certains beans fail because they are not able to look up the datasources... no big deal, just start adding the datasources...
    I configure OracleDataSource1 and rerun... now things still work, the lookups for all the beans works fine, and some pass now, but others still want the other datasources...
    Now configure OracleDataSource2 and rerun... as before, things all work great but there are still complaints looking for the DB2DataSource from a couple of the routines...
    Herein lies the problem...
    I configure DB2DataSource and rerun, and boom, my program crashes claiming that the lookup of the bean failed...
    Now mind you, these beans have all been looked up numerous times during previous runs, and absolutely nothing has been changed with the application... in fact, even the beans that wanted the DB2DataSource were looked up successfully and then just complained of no datasource during their status routine execution...
    It's just that once I configure the DB2DataSource, all of a sudden my lookups don't work... I have tried commenting out a couple of the beans, and regardless of which lookups are commented out, it still fails saying it can't find any of the beans, even if the beans i'm trying to look up don't use the DB2DataSource, it doesn't seem to matter...
    The InitialContext used for the lookup uses the default "new InitialContext()" constructor and the lookups work fine when the DB2DataSource is not configured, but once it is, the lookups fail saying the objects are not found...
    I have consulted with a few other developers here, and noone can seem to understand why this behavior is happening... I have added debugging statements to print the contents of the context's environment, and it is always empty regardless of whether the lookups pass or fail...
    The ONLY difference I can see with this DB2DataSource is that it uses an external 3rd party driver... The oracle connections use a driver which was packaged with the OAS installation... I feel pretty strongly that it has to do with the driver because if I have the DB2DataSource configured (causing the failure) and then I edit that datasource to say that it should us the oracle driver, miraculously it causes the lookups to work again, except now I get the error saying the oracle driver doesn't like my DB2 jdbc url...
    I'm sorry for the long post, but I'm hoping that at least one person has encountered this before... I cannot think of any reason why the configuration of that datasource with the third party driver would cause these problems, especially when the exact same configuration and setup DOES work with standalone OC4J 10g, even with the DB2DataSource configured... ????? And the fact that the lookups work fine until that datasource is configured really blows my mind... i wouldn't think the datasource configuration should have anything to do with whether the lookups of the session beans succeed or not... hahaha...
    Any help would be great... I'm pullin my hair out here... :)
    Thanks,
    -Garrett

    No, I have not asked on the oracle forums yet... :)
    It seems that the cause is the driver itself... if I set a different driver for the datasource configuation, the lookups work but it just complains about the driver not being correct for the individual beans...
    I have found some documentation claiming that there is an OAS version of the DB2 driver, as well as a Merant version, but I can't seem to find jar files for either...
    Does anyone know where I can download the "YMdb2.jar" file? Supposedly this contains the DB2 DataDirect driver that I need...
    Thanks,
    -Garrett

  • Third party integration property file DMSArgs Vs AuthorizationProxy.DmsArg

    I'm trying to use AutoVue Web Services to convert files to pdf. Web services is deployed in application server.
    I need to know how the third party property file DMSArgs are defined and how it's retrieved from ISDK. Documentation example is as below.
    DMSArgs=Arg1;Arg2
    Arg1=value
    Arg2=value
    When I generate client stub using wsdl, it provides AuthorizationProxy.DmsArguments. What's this and how can we use this arguments to pass values.
    Please help me on how to define those DMSArgs and how can I pass values to ISDK?
    Thanks and Regards,
    Amaranatha

    Once you have AutoVue Client/Server installed and configured with your ISDK integration.
    Open a file in the AutoVue client and look at the HTML code of the client applet.
    Inside the applet tag, you will find the DMSARGS and all the properties that are sent with it.
    For example, if you see the following properties:
    <PARAM NAME="DMS" VALUE="http://host:port/servlet/VueLink">
    <PARAM NAME="DMSARGS" VALUE="DMS_USERNAME;DMS_PRESERVE_COOKIES;LOCALE">
    <PARAM NAME="DMS_USERNAME" VALUE="george_av">
    <PARAM NAME="DMS_PRESERVE_COOKIES" VALUE="true">
    <PARAM NAME="LOCALE" VALUE="EN">
    Then you can add DMS_USERNAME and the LOCALE the property file you created in the AutoVue WS deployment.
    It is described in the Install & config guide on page 11-12: http://docs.oracle.com/cd/E37443_01/otn/pdf/E37350_01.pdf
    If your DMS argument cannot be hard-coded on the server, you may use the AuthorizationProxy.DmsArguments class to add additional parameters.
    This may make sense for the username for example. But most integrations use the username from the autentication uname/passwd pair instead of receiving a separate parameter.

  • 11g Forms and SSO Third-party / custom identity provider

    For 11g Forms, we currently use database accounts to authenticate users.
    With a custom written identity provider, I was wondering if anyone knew the high-level of how a user could be SSO authenticated with a Forms session.
    Here are some questions:
    Do you need other Oracle products (OAM or OID) to use Weblogic / Forms SSO authentication with a third-party identity provider?
    If you continue to use unique database accounts, don’t you need OID to bridge the link between an SSO account and an oracle database user account?
    If you don’t use unique database accounts (i.e. only use schema name for all users), what products are need to allow Webgate / Forms to use a third-party identity provider to launch a forms database session? i.e would the SSO name be passed to the database layer for user auditing.
    I would appreciate if anyone had concepts of what products/techniques are needed.

    For 11g Forms, we currently use database accounts to authenticate users.
    With a custom written identity provider, I was wondering if anyone knew the high-level of how a user could be SSO authenticated with a Forms session.
    Here are some questions:
    Do you need other Oracle products (OAM or OID) to use Weblogic / Forms SSO authentication with a third-party identity provider?
    If you continue to use unique database accounts, don’t you need OID to bridge the link between an SSO account and an oracle database user account?
    If you don’t use unique database accounts (i.e. only use schema name for all users), what products are need to allow Webgate / Forms to use a third-party identity provider to launch a forms database session? i.e would the SSO name be passed to the database layer for user auditing.
    I would appreciate if anyone had concepts of what products/techniques are needed.

  • Integration of third party application on Weblogic Portal 10.3

    Hi,
    Need help on how can we integrate a third party application running on HTTP with weblogic portal application.
    SCENARIO
    we have a separate linux box running an application using PHP, MySQL & Apache.
    We want to render this on portal using CPP (Content Presenter Portlets) or HTML/JSP portlets.
    One way I can think of is to use IFrame in HTML/JSP portlets & involve the URL of this application.
    Is there anyway to use WSRP?
    I read the documentation on WSRP - It says that even a non-portal application can be integrated but that application should be having portlets running.
    But this 3rd party doesn't have any portlets running.
    Can anyone help on the same?

    Iframe portlets are certainly possible and the simplest approach. You can also look at using Clipper portlets: http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14244/clipper.htm#g1108243
    Brad

  • Third Party SCORM Adapter 2004 with Oracle Learning Management

    Need to integrate third party SCORM 2004 3rd edition compliance vendor with Oracle Learning Management (R12.1.3). Can anyone help in providing the steps to proceed and prerequisite required from Oracle and Third vendor.
    regards,
    Arunachalam

    Hi Siva,
    The below is available on support:
    Installing SCORM Compliant Content on Oracle Learning Management [ID 374715.1]
    This should tell you how to register your SCORM adapter.

  • Third Party integration with MDM

    Hello,
    We are getting some data from 3rd party and trying to integrate that with MDM.
    Is it where we use Enrichment controller ? Please provide some inputs and guidelines as to how we can integrate third party with MDM.
    Thanks
    Bindi

    Hello bindi,
    You can refer below links for enrichment adapter:
    Setup and use of MDM enrichment controller (Good one)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9018dc62-23a8-2910-b7ae-9023670c3a53
    How to use the test environment of the MDM Enrichment Controller
    How to use the test environment of the MDM Enrichment Controller
    Introducing the MDM Enrichment Controller Admin UI
    Introducing the MDM Enrichment Controller Admin UI
    i hope this will help you.
    TNR,
    Saurabh...

Maybe you are looking for

  • FBL5N Review Open and Cleared Invoices per Customer

    WHen one of our users goes into FBL5N to review open and cleared invoices he adds the WBS and the Profit Center. When the report runs it is blank. I looked at the invoice itself and the WBS and Profit center is on the invoice but I don't know why it

  • How to find out asset number in SAP

    Hi, Please let me know how to find out asset number based on the depreciation document number. Regards, Bhaskar Suruvu

  • How to pass user name and password in openConnection method ?

    Hi, Exports,           I am trying to post data from applet to another application which is           protected by network password.           How to pass user name and password when I use openConnection method? In java           doc, this method loo

  • Converting Object Arrat to double array

    public double average(Object ... object)           double avg=0;           int count=1;           for (double d: object)                count++;                 avg +=d;           return (avg/count);      }I wanted this code to get compiled with out

  • TS2755 Turning off Imessage on an ipod touch

    I bought my daughter an ipod touch and set her up on my apple account. I get a copy of all her texts.  Someone told me to turn off the IMessage on her ipod, but when i did her text didnt work at all.  It just asks me to turn it back on.  Is there a w