Webcenter  Integrating web2.0 Service

use WebCenter Links Service in my ADFpage.
when runing , that the error is as follows:
[JpsAuth] Check Permission
PolicyContext: TestApp#V2.0
Resource/Target: view.pageDefs.linkPagePageDef
Action: view
Permission Class: oracle.adf.share.security.authorization.RegionPermission
Result: FAILED
For more information on this failure, please set -Djps.auth.debug.enable=true
why?
How to set -Djps.auth.debug.enable?
Edited by: user11365230 on 2009-7-20 下午7:50
Edited by: user11365230 on 2009-7-20 下午7:52

Hi,
Open your setDomainEnv.cmd or setDomainEnv.sh (you can find these files in <Your Domain>/bin directory) and search for EXTRA_JAVA_PROPERTIES. now you can append -Djps.auth.debug=true and -Djps.auth.debug.verbose=true to this variable like this.
set EXTRA_JAVA_PROPERTIES=-Ddomain.home=%DOMAIN_HOME% -Doracle.home=%ORACLE_HOME% -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=%ORACLE_HOME%\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.security.jps.config=%DOMAIN_HOME%\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.alternateTypesDirectory=%ORACLE_HOME%\modules\oracle.ossoiap_11.1.1,%ORACLE_HOME%\modules\oracle.oamprovider_11.1.1 -Dsso.filter.enable=true -Djps.auth.debug=true -Djps.auth.debug.verbose=true %EXTRA_JAVA_PROPERTIES%
Now restart your Weblogic server, Its working fine for me.
Please refer http://download.oracle.com/docs/cd/E12839_01/core.1111/e10043/aptrouble.htm#CIAGDHEH.
Note:-
Link http://download.oracle.com/docs/cd/E12839_01/core.1111/e10043/devauthoriz.htm saying we should use -Djps.auth.debug.enable=true and -Djps.auth.debug.enable.verbose=true and I tried but its not working.
regards,
KishoreM
Edited by: user10303338 on Jul 28, 2009 9:51 PM
Edited by: user10303338 on Jul 28, 2009 11:58 PM

Similar Messages

  • E-business suite R12 and webcenter integration

    Hello,
    We are integrating E-business suite R12 with webcenter.
    We followed the steps from the white paper: https://support.oracle.com/CSP/main/article?cmd=show&id=1074345.1&type=NOT
    We successfully completed step 1 through 4 and we are stuck at step 5 ( Configure E-Business Suite for WebCenter Integration )
    We edited the AutoConfig Context File ($CONTEXT_FILE) to Specify WebCenter host in variable "List of nodes that have access to Portlet Producer URLs"
    Here is the sample change:
    <trusted_portals oa_var="s_trusted_portals" customized="yes">ap123sun.us.oracle.com ap456sun.us.oracle.com</trusted_portals>After doing this, when we try to access WSDL URL: http://[Release_12_host]:[port]/OA_HTML/portlets/WSRPBaseService?WSDL, we are getting '403 Forbidden' error. Also, accessing http://<EBS_HOST>:<PORT>/OA_HTML/providers/OAFrameworkProvider is returning '403 Forbidden' error
    Please let us know if we missed any step.

    Hussein,
    Database Version is RDBMS 11.2.0.2; Oracle EBS Version is R-12.1.3; OS is HP-UX Itanium 64-Bit Version 11.31 (for DB and Apps Tier).
    We bounced the application services after doing the above changes and running AutoConfig.
    We checked access_log and the only information that we can find there is
    [29/Nov/2011:15:15:05 -0600] "GET /OA_HTML/portlets/WSRPBaseService?WSDL HTTP/1.1" 403 242 0 "-" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET4.0C; .NET4.0E)"
    [Tue Nov 29 16:08:54 2011] [error] client denied by server configuration: /OA_HTML/portlets
    [Tue Nov 29 16:08:58 2011] [error] client denied by server configuration: /OA_HTML/portlets/WSRPBaseService
    [Tue Nov 29 16:25:11 2011] [error] client denied by server configuration: /OA_HTML/providers/OAFrameworkProviderPlease let us know if we have to look for something specific in apache logs files.
    Edited by: Deepak on Nov 30, 2011 6:56 AM

  • Where is the integrated administration service for VO 1.6.1?

    I am unable to find in docs or elsewhere where the integrated admin
    service is. When I do server/vo I am automatically at the user portal,
    but nothing is working there because I presumably need to turn it on.
    When I log in to the admin page, even using the admin login, I'm told
    I'm logged in as myself and can't do a lot because I'm "not a portal
    administrator".
    This is VO 1.6.1 installed on NW65SP6 from the overlay CD.
    Ken McLeod
    The Delphian School
    http://www.delphian.org

    Thanks. I was able to get this set up right by loggin in to the client
    as "admin" and making myself a VO admin. It works fine in any of the
    browsers. -- Ken
    [email protected] wrote:
    >> When I log in to the admin page, even using the admin login, I'm told
    >> I'm logged in as myself and can't do a lot because I'm "not a portal
    >> administrator".
    >
    > Does the machine you are using to access VO have the novellclient
    > installed? If so, try using Firefox or a machine without the client
    > software installed. The NMAS part of the Novell client has a tendency to
    > tell IE who is currently logged on, and IE passes that on to VO.
    >
    > Once you are logged on properly, the administraqtor functions will be
    > available in the left hand frame of the main page.

  • Using WebCenter Spaces Web Service API through JDeveloper's Data Control

    Hi,
    I'm trying to access WebCenter Spaces Web Service API (located at http://host:port/webcenter/SpacesWebService)
    using JDeveloper's Web Center Data Control.
    I created a data control in my portal project using JDeveloper's Web Service Data Control wizard.
    I also created and configured key stores (jps-config.xml) at both sides (spaces server and my portal client).
    How I created a data control:
    * First I entered the name and the URL (http://host:port/webcenter/SpacesWebService?WSDL)
    * Then I entered HTTP basic authentication details (user name and password)
    * After that I drag-and-drop the getGroupSpaces() method from the data control to a .jspx page as a ADF read-only table.
    * Then ran my portal project and navigated to this .jspx page and it worked. List of group spaces appeared well on that page.
    The problem is that I got only public group spaces and group spaces created by the user I entered on HTTP basic authentication details.
    I makes no sense to enter some static user details in a web service client (or a data control).
    So the question is; can I use identity propagation to get only group spaces created by the same user which I logged in my portal?
    Edited by: 832886 on Feb 18, 2011 3:09 AM

    Hi,
    You generally get NameError when you are executing the createCred/updateCred from a incorrect location. Are you using the wlst from oracle_common\common\bin?
    Also, In your steps I don't see what you did to populate the walllet at JDeveloper end after your updateCred failed. This is a required step. Use the wlst from the location emntioned above and you should be able to proceed.
    Thanks,
    Vishal

  • Sharepoint/Project Enterprise 2010 Integrated Reporting Services SQL 2008 R2

    We have integrated Reporting Services in to SharePoint 2010 configured in Trusted.
    Problem:
    on a BI site we have a report that runs just fine when you click on it.  however when you click the dropdown arrow and edit in reportbuilder. It will open report builder 3.0, but not the report you wanted to edit.  when you go to Open the report
    from the site we get the error
    Unable to connect to the server that is specified in the URL. "myspsite url" Make sure that the server is running, the URL is correct, and you have permission to use the server.

    Hi
    Damon ,
    Thank you for your posting!
    For your issue, please format the URL used to connect Report Server as “http://server/reportserver/”
    (with '/' in the end).
    Reference:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/2a5e9945-e3ac-41e7-a50d-772b3cc68f93/report-builder-30-unable-to-connect-to-server?forum=sqlreportingservices
    Thank you for your understanding and support.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Integration of service processing with warranty claims node not appearing

    Dear experts,
    Plant Maintenance and Customer Service => Maintenance and Service Processing => Integration of Service Processing with Warranty Claims
    Integration of service processing with warranty claims node not appearing in SPRO.We are using ECC 6.0.How should we get this node?
    regards,
    ashraf

    Hi,
    It will not be in core solution. As far as I know you need Aerospace & Defence solution (DIMP) for this functionality.
    -Paul

  • Farm Recovery Planning: How to restore existing SharePoint Integrated Reporting Services Databases?

    Sorry in advance for cross posting, but the Forum Admin for "SharePoint 2010 - Setup, Upgrade..." recommended I post this here as well.
    Running "SharePoint 2010 SP1" and "SQL Server 2012" Integrated Reporting Services.
    Assuming a total Farm failure requiring a new farm to be built, does anyone have any experience with restoring the 3 SharePoint Integrated SSRS databases to a the new farm from SQL Server level backups?  Assuming of course the SSRS encryption key had
    been exported.  Many of the Service Applications can be provisioned with "pre-existing" restored service application databases (like the User Profile Service and Metadata Service databases).  Just wondering if this can also be done with
    the SharePoint Integrated SSRS databases.
    The following Microsoft Document on setting up a SP DR site implies it's possible since the 3 databases are synced to a separate DR farm.
    https://view.officeapps.live.com/op/view.aspx?src=http%3A%2F%2Fdownload.microsoft.com%2Fdownload%2FD%2F2%2F0%2FD20E1C5F-72EA-4505-9F26-FEF9550EFD44%2FPlanning%2520Disaster%2520Recovery%2520for%2520Reporting%2520Services%2520in%2520SharePoint%2520mode%2520.docx
    Is this possible?  Does any one have any actual experience with this, and what the steps would be?
    Thanks!

    Hi mikea730,
    It supposed to be possible. Please refer to the blog below:
    http://blogs.technet.com/b/ptsblog/archive/2014/01/28/sla-and-disaster-recovery-planning-for-microsoft-busincess-intelligence.aspx
    Best Regards,
    Black

  • Info about OIM and WebCenter integration

    Any info or doc/url for OIM and WebCenter integration would be helpful. Any experiences etc please provide some links.

    Follow the link -
    http://docs.oracle.com/cd/E21764_01/core.1111/e12037/oam.htm#WCEDG345
    Follow the below points -
    *"Credential and Policy Store Configuration"*
    *"Oracle Access Manager 10g Integration"*
    *"Oracle Access Manager 11g Integration"*
    *"Configuring WebCenter Applications"*
    *"Configuring WebCenter and BPEL Authentication"*
    *"Backing Up the Installation"*

  • Integration Server Service 9.3.1 (EIS) entering a stopped state

    Integration Server Service (EIS) is stopping multiple times during the day and sometimes during the nightly processing. There seems to be no reason to when or why it stops. Sometimes users may be running drill through reports, sometimes no one is. We don't have that may users that have access to the system for drill through so volume shouldn't be a problem.
    I have looked in the OLAPISVR log around the time the service stops, but the log has no error or anything in it about why it stops. It has the statement from whatever the last user is logged was doing and then the next statement is where the service is starting back.
    On 7/16/08 the service stopped at 2:56:02. I started the service back at 2:57:09. I had 4 users log on and run drill through reports to make sure it was back up. They ran the reports fine. That was around 3:05. The service went back down again at 3:09:16. This has been going on for about a month. But users have had access to the system for only 2 weeks.
    This is the version we are running 9.3.1.0.0 Build-AIS93100B113.
    Any help would be appreciated.

    The user is requesting too much at one time.
    The query compiles long IN lists and stops the server.
    There is the ability to regulate the depth of the query in the report, but the Excel user can still drag a range and drill thru on too much data.

  • Can I use RS.exe to create the folders in Sharepoint-Integrated Reporting service?

    Hello All,
    Recently, I am using rs.exe and .rss files to publish my reports to SharePoint-Integrated Reporting Service.
    The outstanding issue is, it cannot create non-existing folders for me automatically. I have to created the folder manually.
    Thinking BIDS "Deploy" function can make folder creating happen, why the RS.exe doesn't support so?
    Does anyone know how to change .rss and rs files to make folders creating automatically. 
    E.g. If I pass in "ParentFolder" and it doesn't exist on SharePoint, then RS.exe can create the folder first then deploy the RDL files under that folder.  
    Derek

    Hi Derek,
    In SSRS, we can use .rss files to publish our reports to a new folder. Please refer to the following script:
    Dim definition As [Byte]() = Nothing
    Dim warnings As Warning() = Nothing
    Dim destinationFolder As String = "DemoReports"
    Dim reportsTargetPath As String = "/" + destinationFolder
    Dim reportsSourcePath As String = "C:\Demo"
    Dim datasourceName As String = "DataSource1"
    ‘Create the destination Folder
    Try
    rs.CreateFolder(destinationFolder,”/”, Nothing)
    Console.WriteLine("Parent folder {0} created successfully", destinationFolder)
    CreateReportDataSource(datasourceName, "SQL", "Data Source=.;Initial Catalog= AdventureWorksDW2012")
    Catch e As Exception
    Console.WriteLine("Tasks completed successfully.”)
    End Try
    You can refer to the script in the following blog.
    http://sqlserverselect.blogspot.in/2010/10/rsexe-and-rss-scripts-for-automation-of.html
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Integration of services

    I just wanted to give some feedack on what seems to be a lack of integration of services being provided by HP. I am not sure why people with carepaq warranty can't use the chat feature or why support people can't locate carepaq registration. Clearly the left hand doesn't talk to the right hand but it is more than frustrating considering one has paid the premium price for more than a standard warranty.
    Why wouldn't HP put HELP in the chat with a support feature? I know I have a warranty but HP chat doesn't think so. So I am stuck having to call each time? I have found the same to be true with regards to the check warranty status feature as well.
    HP should provide a separate or alternate method for carepaq customers like they used to do a few years ago. You are INVENTING  backwards!

    Welcome to the HP Consumer Support Community.
    This feedback forum is specifically for feedback about the HP forums.  This is a peer-to-peer community for customers to connect and share solutions regarding their HP products. If you have additional or direct feedback for HP about their products or services, please use the link below.
    http://welcome.hp.com/country/us/en/wwcontact_us.html
    If you have other questions and concerns about using the forum, please feel free to send me a private message.
    Thank you.
    Clicking the "Kudos star" to the left is a great way to say thanks!
    When your problem has been solved, accept the solution by clicking the "Accept as Solution" button to help other members in the future!
    Rules of Participation

  • Integration Cloud Services

    When will the integration cloud services be available to partners?

    I've checked with our admin for Site Catalyst and the token count used is showing as 0. Here's a screenshot

  • C4C & Lotus Notes integration for service users

    Hi,
    I tried to find information about C4C and Lotus Notes integration for service users without success. User manual says on Sales both Outlook and Notes, but in Service only Outlook. Does Lotus Notes add-in work for service users similar than sales users? Is there anywhere demo video for that? I can only found demo video for sales (SAP Sales OnDemand Outlook Integration Demo (new) - YouTube).
    -Aatos

    Hi Aatos,
    The Lotus notes integration currently supports the "Field Service" role in Cloud for Service where you are primarily servicing customers in the the field and have direct email communications with your customers. In this use-case, similar to "Field Sales" (AKA SFA Users) in Cloud for Sales, you can receive an email from a customer, get information about that customer from Cloud for Customer via the Lotus Integration, and be able to upload that email into Cloud for Customer as an email activity to track the email correspondence between the user and the customer.
    However, the Lotus notes integration does not support the "Call Center" role in Cloud for Service where you are a contact center agent in a centralized service center processing emails that are routed into a common inbox and all correspondence is sent out in behalf of a central inbox such as [email protected] In this usecase all emails automatically create tickets and all emails both inbound and outbound are automatically recorded as email activities without customer or user intervention. The email client for this usecase is either a C4C email client or Windows Outlook Client as you found in the documentation.
    Thanks,
    Rei

  • Difference between Data Integrator, Data Services, Federator & Data Manage

    Hi,
    What is the difference between each of the following components of SAP Business Object?
    Data Integrator
    Date Services
    Data Federator
    Data Management
    Do these not do the data integration (ETL)? Is so, why a Data Integrator is a must for Rapid Mart not any of the other listed above?

    Thanks for the to-the-point response. It was really helpful. Isn't SAP BusinessObjects Data Federator is also a kind of integrator? The following link mentions "SAP BusinessObjects Data Federator can help you rapidly integrate data in real-time"
    http://www.sap.com/solutions/sapbusinessobjects/information-management/data-integration/datafederator/index.epx
    Or if I put it differently: Data Federator is used when physical integration is not required, and provides the functionality to integrate data virtually in memory.
    Please correct me, if I am not.

  • Difference: Integrated ITS service or BSP au00B4t runtime

    Dear all,
    can someone tell me what is the difference between a BSP application and an application that is running as a integrated ITS service.
    For sure there are difference at design time (ITS service can be generated out of dynpros) but is there a difference between the two technologies at runtime (e.g. performance?)
    Thanks in advance and best regards
    Florian

    Hello,
    ITS Application is based on the Web Transaction API
    http://help.sap.com/saphelp_47x200/helpdata/en/48/35d4d94abf11d18a0f0000e816ae6e/frameset.htm
    BSP is similar to Server Page technology.
    http://help.sap.com/saphelp_47x200/helpdata/en/5a/f8b53a364e0e5fe10000000a11405a/frameset.htm
    Regards,
    Siddhesh

Maybe you are looking for