Omniportlet Connection Failture

Hi,
Yesterday the usernames in our portal expired. We fixed this problem by resetting the passwords in the OID and changing the DAD under the portal.
Since completing this, our Omniportlets no longer function. When I try to edit the provider properties in http://hostname:7779/portalTools/builder/providerui/EditProvider I get the following error:
ERROR:
Connection to the OracleAS Infrastructure failed by Repository Access APIs. Exception message is ORA-01017: invalid username/password; logon denied.
Not sure where to go to find where username and password for OmniPortlet.
We are using Oracle 9i Database with Oracle Application Server 10g.
Thanks to anyone who can provide information on this problem.
John

Hi,
I have the same problem. Any new information regarding the solution?
Chris
q

Similar Messages

  • OmniPortlet Connection Problem

    I have a dozen or so synonyms created against a schema. I am able to use them all in various portlets except when I get to the OmniPortlet. Some of them fail with the error: 'ORA-00942: table or view does not exist' when creating the 'Source' tab of the tool.
    Since I've used the synonym in other portlets, I'm confused why its not recognizing it in the OmniPortlet??
    I am able to create OmniPortlets using some of the synonyms...but not others. Has anyone had this problem or have any ideas of what to check...???
    Thanks

    We had a similar problem here with both Omniportlet and Webclipping.
    The installed setting is also multi-tiered. The is load balancer at the front. The webcache is in the DMZ. The portal and infrastructure servers are behand another firewall. All are new installation, latest versions.
    I don't know what's wrong. But here is what I observed.
    1. The webclipping and omniportlet have been installed. When browse under Administration/Portlet, they are listed under the section of "Portlet Builders" in the Portlet Repository. But when you click on the link of "Omniportlet", you will get an error message of "This portlet cannot be contacted."
    2. When you try to add a portlet to a region, these two portlets could not be located. They simply disappeared.
    3. Under OEM, the portTools are listed as "loaded". Webclipping and omniportlet are also listed as "loaded".
    4. When accessing the portTools provider configration page, that is, http://host:port/portTools, the pages shows.
    Can someone help to point to a right direction to pinpoint the source of the problem? Thanks!

  • Where does Omniportlet  keep it's database connection information?

    Where in the infrastructure database does Omniportlet keep the database connections it asks for when setting up an SQL query? Occasionally we clone our production portal into our development portal and I'd like to programatically change what SID my omniportlet connections are pointing at in Dev.

    I'm looking for the same thing, did you ever get an answer?

  • How to call a web service that is managed by web services manager from omni

    Ok gurus... here is an interesting one for you.
    We have a set of web services that are deployed to our server. We have Oracle Web Services Manager deployed to another server and is acting as a gateway to our web services.
    We would like to call our web service and pass it the username and password that were specified in the omniportlet connection information screen. How do we go about doing this?
    PS. We are using the latest version of portal (10.1.4).
    Thanks for your help.
    Cheers,
    Cory

    Just a follow up. What I would like to do is to have omni portlet add standard header information for security such as the following:
    <soap:Header>
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken xmlns:wsse="http://docs.oasis-open.org/wss/200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:Username>theusername</wsse:Username>
    <wsse:Password>thepassword</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    </soap:Header>
    Any ideas on how to get omniportlet do this? Any ideas on where to look for the answer? Oracle dudes: Any plans to add this to future releases?
    Thanks again folks :-)
    Cory

  • Unable to make a local CFHTTP request using CF9 + IIS7 + Vista

    Hi CFers
    Screenshot attached.
    Just wondering if anyone else has had issues with CF not dealing with local CFHTTP requests to IIS on Vista.
    So far it seems that CFHTTP makes a call to IIS, it shows up in the IIS logs as a 200, but CF returns a Connection Timeout (note it doesn't matter if you make it a ridiculous timeout, its a real simple page). Also if you make the request in the URL it in browser it's fine.
    CFHTTP works fine for anything not local. It's not HTTPS and not using compression. Both CF and IIS are using the same user account. Running CF9 Dev Edition, IIS7 and Vista Business.
    http://stackoverflow.com/questions/2218615/cfhttp-and-iis-7-connection-failture-not-ssl
    I'm stumped, any help would be greatly appreciated!
    Dave

    G'day Dave
    Hey, what happens if you give it a different useragent value?  It's a long shot, but something easy to try.
    When you're browsing to the URL and it works, you're browsing from the desktop of the server itself, yes?
    And if you use the inbuilt JWS web server instead of IIS, it works fine?
    Adam

  • Omniportlet SQL: Edit Connection - Receive error message - Cannot store ..

    Gurus,
    Portal version 10g.
    Defining a omniportlet SQL. Click 'Next' button. Default SQL 'select * from emp' is displayed. Click on 'Edit Connection' button and receive the following error message:
    Cannot store connection information in the repository because the repository has not been configured. Click Help for more information.
    How to fix this problem.
    Thanks,
    Kaushik

    You first need to configure the repository for OmniPortlet. For this, access the following URL -
    {http/https}://{midtier host:port}/portalTools/omniPortlet/providers/omniPortlet
    Click on "configure security repository" link. Access the context-sensitive help for any help on this screen. After that you should be able to use sql query with omniportlet.

  • Urgent OmniPortlet JDBC SQL Server - Unable to establish the connection

    Not sure if this is the correct forum but as there is another JDBC question regarding portlets in this forum I have to give this a try as it is URGENT I get this solved.
    Please see my post in the Portal General Forum
    OmniPortlet DataDirect JDBC SQL Server - Unable to establish the connection
    Thanks!

    Not sure if this is the correct forum but as there is another JDBC question regarding portlets in this forum I have to give this a try as it is URGENT I get this solved.
    Please see my post in the Portal General Forum
    OmniPortlet DataDirect JDBC SQL Server - Unable to establish the connection
    Thanks!

  • Page parameters not working with Omniportlet in 10G

    Hi,
    I have a fresh install of 10G (infrastructure and Portal in separate homes on the same machine). I can create an SQL-based Omniportlet with parameters, and it works fine. When I create page parameters, I cannot map them to the Omniportlet parameters. The "Portlet Parameter Values" section shows my portlet as "No Parameters".
    I have verified that my page group has parameters and events enabled.
    Here is what I'm doing:
    1. Fresh install of 10G with Infrastructure and mid-tier in separate homes on the same machine.
    2. Log in as orcladmin
    3. Create new page group. Open page group properties and click on 'Configure' tab. Verify that parameters and events are enabled. Click Close button.
    4. Add Omniportlet to default region.
    5. Click 'Define' omniportlet
    6. Choose SQL. Enter SQL text 'SELECT table_name FROM user_tables WHERE table_name LIKE :tbl'
    7. Define database connection
    8. Define bind variable Tbl as ##Param1##
    9. Set default value of Param1 to %, and check 'Customizable'
    10. Click 'Next' and accept all defaults until the wizard is done.
    11. See results of query on page.
    12. Click 'Properties' on page header
    13. Click 'Parameters' tab.
    14. When the tab opens, the omniportlet is listed as (no parameters) in the Portlet Parameter Values section.
    15. Create page parameter tbl_name, set default value to %
    16. Cannot map page parameter to portlet parameter, because my portlet is listed as (no parameters)
    Is there anything I can do to make this work?
    Thanks

    Hello
    This is a known issue, that could be fixed easily:
    you need to refresh the OmniPortlet provider from the navigator.
    Regards
    Tugdual Grall

  • Problem with XSL filtering in OmniPortlet

    I have installed the portalTools apps on a standalone OC4J 9.0.3. I am trying to use OmniPortlet to call a web service that has a Document object as its return type. I need to use an XSL to transform the result, but I'm unable to set the XSL filter in the OmniPortlet wizard within portal. I put the URL of the XSL like so: http://<host>:<port>/test.xsl, but on apply I get the following error:
    Failed to load user defined filter.
    I can't save the changes without taking the XSL URL out. The XSL can be loaded in IE using this URL. Anyone run into this problem? Anyone use OmniPortlet successfully in this manner?
    Thanks,
    Jason

    Thanks, Tugdual. I had tested the xsl before, but made some changes that didn't fly. I can load the xsl fine now. I am getting this error now:
    3/12/03 4:15 PM omniPortlet: [id=(null), instance=3915_OMNIPORTLET_49587206] Data Source: wsds
    execute, start from row: 1 for all rows, 0 msec used.
    3/12/03 4:15 PM omniPortlet: [id=(null), instance=3915_OMNIPORTLET_49587206] XMLData.next => o
    racle.webdb.reformlet.ReformletException: Error occured while fetching XML data.
    3/12/03 4:15 PM omniPortlet: [id=(null), instance=3915_OMNIPORTLET_49587206] Error occurred wh
    ile rendering portlet - see provider log file for details
    3/12/03 4:15 PM omniPortlet: [id=(null), instance=3915_OMNIPORTLET_49587206] oracle.webdb.refo
    rmlet.ReformletException: Error occured while fetching XML data.
    at oracle.webdb.reformlet.definition.ReformletDefinition.render(Unknown Source)
    at oracle.webdb.reformlet.ReformletPortlet.renderShow(Unknown Source)
    at htdocs.omniportlet._reformlet__show._jspService(_reformlet__show.java:198)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    The log spits out the XML response returned by my web service, including my XML within the return tag, so connectivity doesn't seem to be an issue. Any additional help is appreciated, thanks!

  • How do I connect to the backend database?

    I have both the infrastructure and the mid-tier installed on the same machine. I have created an omniportlet with specific connection information (username/password/connection info) to connect to a back-end (customer) database. Is this the correct methodology to use for connecting to the back-end database? I am concerned that when the portlet is moved to a production system then the connection information will be invalid and the portlet will not work.
    Also, I have created a dblink to the backend database in the PORTAL schema, which exists in the iasdb (also sometimes referred to as the infrastructure repository, infrastructure instance). The iasdb obviously also holds the metadata repository. I can use this link within a DAD to connect to the backend database. My intention was to use this link to get round the problem of invalid connection info when the development system is moved to production, but the link does not work with omniportlets.
    I am confused as to how the backend database is connected to by OAS. Can someone please explain to me how this is done in a system which has separate machines for client, infrastructure, middle (portal) tier and backend database?

    Managed to figure out that I just have to let tnsnames resolve this issue.

  • Grant access to Omniportlet

    Guru,
    Created Omniportlet for SQL. The portlet displays scott.department information. The owner of the portlet is the developer logged in as PORTAL_DEVL. Page Access to VIEW the portlet is given to PORTAL_KM_USER.
    When PORTAL_KM_USER logs in is not able to view the portlet.
    Let me know the steps to publish a Omniportlet to be available to other users.
    Thanks,
    Kaushik

    Did you specify to use the same connection for every Portal user?
    Peter

  • SAP Data Source for OmniPortlet available for download

    What are we Announcing ?
    The beta release of SAP Data Source for OmniPortlet.
    SAP data source for OmniPortlet makes it easier than ever before to integrate SAP R/3 systems with Oracle Application Server(OracleAS) Portal. With the new SAP data source, one can easily build SAP portlets including search for BAPI Function Modules and Business Objects, configuration of appropriate input and output parameters, filteration criteria, desired views and layouts, portlet personalization, and even portlet-to-portlet communication using parameters and events.
    How can I use it?
    SAP Data Source is a plugin data source for OmniPortlet. You can connect to any SAP R/3 server and declaratively build SAP portlets with ease. In addition to all the basic features of OmniPortlet, SAP data source leverages OracleAS Portal External Application for secure access to the SAP R/3 instance. SAP data source comes as a zip file, with very simple steps to configure. Learn more about this data source from http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDKRELEASE2/PDKHOME902/SAMPLES/SOLUTIONS/UPLOADAREA/SAPDS/VIEWLET/SAP_DS_VIEWLET_JAN05_VIEWLET_SWF.HTML
    How do I get it?
    This data source is available through the Portal Integration Solutions page on Portal Studio. You would be asked to enter your OTN user details to download the data source.
    Portal Integrations Page: http://portalstudio.oracle.com/servlet/page?_pageid=3191&_dad=ops&_schema=OPSTUDIO
    We are keen to service any issues that you might have while using this data source. Please post your feedback/concerns/issues on the "Portal Developer Kit" forum.
    Regards,
    Abhinav

    Hi,
    please find the below data source
    2LIS_03_UM - stock revaluation.
    2LIS_03_BF- goods movement.
    2LIS_03_BX- stock initialization.
    please find the below doc, it is helpful to you.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/906b837a-0d54-2c10-08b8-bde70337547e?overridelayout=t…
    Thanks,
    Phani.

  • Dynamic Portlet: Setting the database connection

    With OmniPortlet, I can set the database connection I wish to use for that instance of the portlet in the configuration, but I can't seem to find a way to accomplish this with Dynamic Page portlets. How can I configure what server/user the portlet is using?
    Thanks,
    Rick

    Damn. That is exactly what I was afraid of. We'll have dblinks all over the place!
    Is there a way to create multiple instances of the Dynamic Page Portlet that use different database providers, or is that impossible? (I'm somewhat new to Portal, so forgive me if that is an ignorant question)
    Thanks for the help!

  • 500 error trying to register OmniPortlet Producer

    (Disclaimer: The following post is from a JDeveloper/WebCenter newbie)
    Following Section 3.7 in Tutorial for Oracle WebCenter Developers 11g, I am trying to register the OmniPortlet Producer in JDeveloper. I've got the preconfigured OC4J running and can access the producer test page at http://127.0.0.1:6688/portalTools/omniPortlet/providers/omniPortlet just fine using a browser. However, when I try to register the producer per outlined steps in the tutorial, I get the following Registration Error:
    oracle.portlet.client.container.PortletHttpException: HTTP registerProvider request to URL http://127.0.0.1:6688/portalTools/omniPortlet/providers/omniPortlet failed with status code 500 reason Server Error. Check that the producer URL has been correctly specified, that the producer server machine and producer container are running, that the producer application is deployed correctly, and that the client can reach the server if behind a firewall.
         at oracle.portlet.client.techimpl.web.WebClientImpl.handleException(WebClientImpl.java:340)
         at oracle.portlet.client.techimpl.web.WebClientImpl.registerProducer(WebClientImpl.java:553)
         at oracle.portlet.client.techimpl.web.WebClientImpl.register(WebClientImpl.java:2447)
         at oracle.portlet.client.techimpl.web.WebClientImpl.createProducer(WebClientImpl.java:3582)
         at oracle.portlet.client.containerimpl.web.WebProducerFactoryImpl._createProducer(WebProducerFactoryImpl.java:130)
         at oracle.portlet.client.containerimpl.web.WebProducerFactoryImpl.createProducer(WebProducerFactoryImpl.java:107)
         at oracle.adfinternal.model.portlet.manager.PortletProviderManager.registerWebProducer(PortletProviderManager.java:1739)
         at oracle.adfinternal.model.portlet.manager.PortletProviderManager.registerPortletProvider(PortletProviderManager.java:554)
         at oracle.adfdtinternal.model.portlet.wizards.registration.web.WebProducerRegUtil.registerOrUpdateProducer(WebProducerRegUtil.java:320)
         at oracle.adfdtinternal.model.portlet.wizards.registration.web.WebProducerRegistrationWizard$1.doWork(WebProducerRegistrationWizard.java:444)
         at oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:161)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:615)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.portlet.client.container.PortletHttpRuntimeException: HTTP registerProvider request to URL http://127.0.0.1:6688/portalTools/omniPortlet/providers/omniPortlet failed with status code 500 reason Server Error. Check that the producer URL has been correctly specified, that the producer server machine and producer container are running, that the producer application is deployed correctly, and that the client can reach the server if behind a firewall.
         at oracle.portlet.client.connection.web.SOAPInvocationHandler._invoke(SOAPInvocationHandler.java:181)
         at oracle.portlet.client.connection.web.SOAPInvocationHandler.invoke(SOAPInvocationHandler.java:77)
         at $Proxy64.registerProvider(Unknown Source)
         at oracle.portlet.client.connection.web.WebProducerInteraction.registerProvider(WebProducerInteraction.java:51)
         at oracle.portlet.client.techimpl.web.WebClientImpl.registerProducer(WebClientImpl.java:527)
         ... 11 more
    Any ideas on what can be going wrong?

    Hi,
    here's the WebCenter forum link: WebCenter Portal
    Frank

  • From last 3 days i am trying to my best to use facebook in my i phone 4s but still i am failture to contect,i can able to use my facebook account on  my pc or laptop but not in i phone,i remove facebook so manytimes and also reset all setting but sti

    from last 3 days i am trying to my best to use facebook in my i phone 4s but still i am failture to contect,i can able to use my facebook account on  my pc or laptop but not in i phone,i remove facebook so manytimes and also reset all setting but still i am fail ,pls do needful

    I am very happy to report that my server connection tech, which I called via landline, informed me to : 1. Open Tools 2. Scan down to Clear Recent History 3. Delete All. That was it! Unbelievable! Six hours of searching through the Windows catagories. I checked the results on an internet site, and viola! It was gone! Mozilla Firefox seems to remember the usernames and passwords irregardless of the option window that asks if you if want it to remember the user and password. I finally got in touch with my friend and he said he did not answer yes to the window, even though he was aware of it. No damage. I surely do appreciate everyones' concern in this, now what seems to be, a very simple solution. Cudos to Firefox! Thank-you! P.S. I now have to enter my information at the beginning of any password protected sites...no harm done! My friend is now condemned to the 'user account' site! lol...

Maybe you are looking for

  • I need help.  On start Premier Pro CC stops working and says it needs to close

    The event log states   Faulting application name: Adobe Premiere Pro.exe, version: 7.1.0.141, time stamp: 0x526b4b24 Faulting module name: GPUFoundation.dll, version: 7.1.0.141, time stamp: 0x526b4a6c Exception code: 0xc0000005 Fault offset: 0x000000

  • Any method of ole2 to count the no. of rows in excel worksheet ??

    Dear all, want to generate a for 1..n loop structure to access the excel worksheet. iam using ole2 to upload data from excel to oracle. rest is fine.. till now iam arbitrarily inputting a value as a count from forms to run the loop. want to know is t

  • MARC-HERKL

    HI Gurus, In which screen we can find this HERKL(country of origin) field while creating material master. Thanks in advance

  • GL Determination for Discount Value

    Hi all,   We are using Segmentation Based GL Account Determination. I just want to know how to set Automatic G/L Account Determination for Discount Values in Sales or Purchases? I mean, while creating AR or AP Invoices, whatever Discount amount of th

  • SAFARI 5 Cannot upload anything...

    Well the title says it all. I installed Safari 5 today and since then i cannot upload ANYTHING to the web. Thanx Apple, great upgrade.