User does not have access to the Cloud Service Type

Where do it edit the access the the user? How do i fix this problem?
"messages" :
"hint" : "User 'DBAAS' does not have access to the Cloud Service Type 'dbaas' resource interaction with method 'POST' on accept type 'application/oracle.com.cloud.common.DbPlatformInstance' and content type 'text/plain'" ,
"stack_trace" : "oracle.sysman.emInternalSDK.ssa.cloudapi.CloudSecurityException: User 'DBAAS' does not have access to the Cloud Service Type 'dbaas' resource interaction with method 'POST' on accept type 'application/oracle.com.cloud.common.DbPlatformInstance' and content type 'text/plain'\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.EMCloudServlet.routeToServiceType(EMCloudServlet.java:180)\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.EMCloudServlet.perform(EMCloudServlet.java:235)\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.EMCloudServlet.performPost(EMCloudServlet.java:385)\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.rest.AbstractRestServlet.doPost(AbstractRestServlet.java:137)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:727)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:820)\n\tat weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)\n\tat weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)" ,
"text" : "Could not route to the Cloud Service Type 'dbaas'. The exception stack trace should provide some information about the reason of the failure" ,
"date" : "2012-12-04T12:27:11+0000"
}

I'm trying to create a new DbPlatformInstance using the EM12c Cloud API but i keep getting an error "User 'DBAAS' does not have access to the Cloud Service Type 'dbaas' resource interaction with method 'POST' on accept type 'application/oracle.com.cloud.common.DbPlatformInstance'
Below are the request and response.
REQUEST:
POST /em/cloud/dbzone/D7EEE339C1249F83FC4587C722EB20B5
Authorization: Basic xxxxxxxxxx
Content-Type: application/oracle.com.cloud.common.DbPlatformInstance+json
Accept: application/oracle.com.cloud.common.DbPlatformInstance +json
     "name" : "Database 11.2.0.3.0 Instance for SSA_USER_1",
     "description" : "Instance 2 of Oracle Database 11.2.0.1.0" ,
     "based_on" : "/em/cloud/dbplatformtemplate/B59EDC65951039E8E040E50A8F5B0435",
     "params" : { "username": "xxx", "password" : "yyy" }
RESPONSE:
Response Headers:
Status Code: 403 Forbidden
Connection: Keep-Alive
Content-Language: en,en-us
Content-Type: application/oracle.com.cloud.common.Messages+json; charset=ISO-8859-1
Date: Tue, 04 Dec 2012 14:38:08 GMT
Keep-Alive: timeout=5, max=100
Server: Oracle-Application-Server-11g
Set-Cookie: ORA_SMP_EM_AUTH_-4568676491231894381=52W7Q2KQ5w5FTn8MQYrZ3Hqp5QnqBLkNwVKvHSS728pMzyQpxJpd!352643837; path=/em; secure; H ttpOnly
Transfer-Encoding: chunked
X-ORCL-EMOA: true
X-Oracle-DMS-ECID: 004o0VGXIE08XrqpKK4Eye0001P_00009q
X-Powered-By: Servlet/2.5 JSP/2.1
x-specification-version
Response Body:
"messages" :
"hint" : "User 'DBAAS' does not have access to the Cloud Service Type 'dbaas' resource interaction with method 'POST' on accept type 'application/oracle.com.cloud.common.DbPlatformInstance' and content type 'text/plain'" ,
"stack_trace" : "oracle.sysman.emInternalSDK.ssa.cloudapi.CloudSecurityException: User 'DBAAS' does not have access to the Cloud Service Type 'dbaas' resource interaction with method 'POST' on accept type 'application/oracle.com.cloud.common.DbPlatformInstance' and content type 'text/plain'\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.EMCloudServlet.routeToServiceType(EMCloudServlet.java:180)\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.EMCloudServlet.perform(EMCloudServlet.java:235)\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.EMCloudServlet.performPost(EMCloudServlet.java:385)\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.rest.AbstractRestServlet.doPost(AbstractRestServlet.java:137)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:727)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:820)\n\tat weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)\n\tat weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)" ,
"text" : "Could not route to the Cloud Service Type 'dbaas'. The exception stack trace should provide some information about the reason of the failure" ,
"date" : "2012-12-04T14:38:09+0000"
}

Similar Messages

  • List the items the user does not have access to.

    I have a requirement to show the user a list of all the libraries of a site with the number of items in each even if the user does not have rights to the library. (the link or button will be grayed out if the user has no access)  
    I am looking for opinions on how to do it with the best performance possible.
    The first candidate is to first enumerate all the items in all the libraries with elevated then do the same as the logon user and compare the collections.
    The drawback is performance so maybe rely on the assumption that the overall content of the site does not change often so keep the collection from the elevated run in cache (with configurable lifetime) and only run as user on page load and compare with the
    cache.
    I am sure there is probably a better way so let's here it. can we take advantage of search?
    This is on SP2013 but we are not using apps for unrelated reasons. We can use server object model.
    Thank you all.
    Ofer Gal

    Hi,
    I believe Search cant be used since Search is Security Trimmed. Search will not return the result if user dosent have the permission. 
    Thanks! Best Regards, Prasham Sabadra http://prashamsabadra.blogspot.in

  • While deploying to another server from RM client using build definition i got below error "Package location does not exist or deployer user does not have access"

    We have installed RM client in the POC  server .
    Installed Deployment Agent in Dev server .
    We created Configuration stages  for POC->Dev.
    We created a template with x copy deployer  and  selected source as build definition.
    While releasing we faced following issue ,
    The release was success in POC (Where RM client is installed), but in  DEV environment (Which is different server)it got rejected because of  the error
    "Package location(Path)  does not exist or deployer user does not have access"

    Hi Dhamayandhi
    There is quite a bit to do to get RM working successfully. I have a soup-to-nuts guide on implementing continuous delivery with TFS and RM
    here.
    Cheers - Graham
    Blog:
    http://pleasereleaseme.net   LinkedIn:

  • Your account does not have access to the forums system.

    Greetings, My name is Jeff, I'm from Netwrix Corporation, which is a Microsoft partner. I have a problem with accessing Microsoft TechNet forum. After signing-in to my account: [email protected], I go to TechNet
    forum, and get a message that:  "Your account does not have access to the forums system." And also I've noticed that all my posts were deleted from TechNet forums. Can moderators tell me why did that happen? Why didn't I receive any warning
    about my account suspension? 
    I've already submitted 2 tickets to MSDN Site Feedback Inquiry but didn't receive any answer.
    I've called Microsoft TechNet at 800-344-2121 and Professional
    Support team at 1-800-936-5800.  But everybody send me to the MSDN Site Feedback Inquiry from which I didn't get any answer.
    Anybody can help me with my problem?

    Hi,
    Is this the profile you're referencing?
    http://social.technet.microsoft.com/Profile/netwrix
    It doesn't appear to be banned, but you're definitely right about there being no activity listed.
    I'd suggest contacting the forums team directly by sending an email to fissues (at) microsoft [dot] com. The admins do monitor this forum, so you'll probably get a response here as well.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • ADS Error: User does not have access to method rpdata.

    Hi All,
    I have done the ADS configuration according to ADS guide. But when I check the ADS using FP_PDF_TEST_00 report. First of all it is not taking ADSUser or ADS_Agent id. If I give J2EE admin id and password then I get following error:
    SOAP Runtime Exception: CSoapExceptionFault : SOAP fault found in SOAP document  /User J2EE_ADMIN does not have access to method rpData./<ns1:
    SOAP Framework error: SOAP Runtime Exception: CSoapExceptionFault : SOAP fault found in SOAP document  /User J2EE_ADMIN does not have access t
    Please help me on this.
    TIA,
    Amit

    Amit,
    Check this thread and see if it helps.
    Adobe Document Services - test method rpData with user ADSUser and Notes 959462, 944221.
    Chintan

  • How do I deauthorize a computer that does not have access to the internet

    How does one deauthorize a computer that cannot connect to the internet?

    You can deauthorize all computers linked to your Apple ID from another computer with Internet access.
    To deauthorize all computers associated with your Apple ID
    If you need to authorize your new computer and are unable due to already having five authorized computers, you can deauthorize all computers by doing the following:
    Click iTunes Store on the left side of iTunes.
    If you're not signed in to the store, click the Account button, then enter your account name and password.
    Click the Account button again (your Apple ID appears on the button), enter your password, and then click View Account.
    In the Account Information window, click Deauthorize All.
    Note: You may only use this feature once per year. The Deauthorize All button will not appear if you have fewer than two authorized computers. If you need assistance on using this feature, please contact iTunes Store support via email (http://www.apple.com/support/itunes/store/).
    (from http://support.apple.com/kb/ht1420)

  • User J2EE_ADMIN does not have access to method rpData

    Hello,
    I'm using SAP ECC6 SR3 on windows x64 platform.
    I try to launch report FP_PDF_TEST_00 in SE38 and I get following error message :
    Test Program: Version Information (for Analysis Only)                                                                                1
    *** SYSTEM ERROR
    ERROR CODE    :    100.102
    ERROR MESSAGE :
    SOAP Runtime Exception: CSoapExceptionFault : SOAP fault found in SOAP document  /User J2EE_ADMIN does not have access to method rpData./<ns1:com.sap.engine.services.ejb.exceptio
    SOAP Framework error: SOAP Runtime Exception: CSoapExceptionFault : SOAP fault found in SOAP document  /User J2EE_ADMIN does not have access to method rpData./<ns1:com.sap.engine
    I checked RFC ADS and it use J2EE_ADMIN to connect to /AdobeDocumentServices/Config?style=rpc.
    Connection test returns no error.
    Does anyone have an idea ?
    Regards,

    ADSUser could be locked as in this thread,
    ADS Error: User does not have access to method rpdata.
    Regards
    Juan

  • 'The logged-on user does not have permission to use this object'

    Hello everyone,
    I am getting the message 'The logged-on user does not have permission to use this object' while saving the Sales Order. I am logging in as a CRM user. There is an addon also running on the server, that saves some data into a user defined table when the Sales Order is saved. Is there any authoisation for users to access user defined tables.
    Regards,
    William

    hi William,
    this is an Authorization issue. provide the user with authorization on your UDT. Definition of user authorization can be found in Administration -- >> System Initialization -->> Authorizations -->> Additional Authorization Creator.... if already defined from here you can fined the additional authorization from the General authorization window.
    regards,
    Fidel

  • Hr_maintain_masterdata showing an infotype that the user does not have auth

    subject: hr_maintain_masterdata showing an infotype that the user does not have authorisation for
    Hi all,
    I've a user account that's meant to perform staffing, based on the actual HR role.  The system is also set up with an infogroup that contains infotypes 0000, 0001, 0006, 0185, XYZ and other infotypes; XYZ representing an actual infotype.  The HR role is not supposed to have this infotype XYZ.
    When PA40 is used, infotype XYZ will be skipped, as the user account do not have authorisation for it.  I could then proceed to create the record.
    When the fm: hr_maintain_masterdata is used, I was prompted that I do not have authorisation for infotype XYZ.
    I have setup my fm with the mininum amount of values, as indicated below.
    I did not populate a table for "proposed_values" so the infotypes called were due to the actions of the infogroup.
    fm: hr_maintain_masterdata
    pernr = 01234567
    massn = 01          (new staff)
    actio = INS          (insert record)
    tclas = A          (master record)
    begda = 01.09.2010
    endda = 31.12.9999
    werks = myCompanyPlant
    dialog_mode = 2     (online)
    luw_mode = 1          (commit, if no errors encountered)
    no_existance_check = X
    Q. Is there any way to let the function module call the infotypes, with authorisation checks, as what PA40 is doing?
    Your guidance would be appreciated.
    Thank you,
    James Wong

    A behaviour that has been observed was that, after infotype 0185 was saved, the function module throws me back to infotype 0000, citing, "No authorization to maintain XYZ exists".  Data that I had populated to the screen, either via the FM or by manual input were cleared.  If I skip the next 4 screens, I'll arrive at the Infotype after XYZ, with the data populated.  Subsequent infotypes also have their data filled in.
    Once I complete the sequence, the personnel record will be created.  Upon examination, the frist 4 screens that were skipped in the 2nd pass contains data that were entered in the 1st pass.
    My question, as posted in the original post, is why infotype XYZ is triggered by the function module, as the staffing account does not hae access for it.  If I repeat the process using PA40, the infotype is skipped accordingly.
    Any help would be appreciated.
    Thank you,
    James Wong,

  • Cannot delegate Reporting Services Web access to domain user / group, User does not have required permissions

    Hi
    I have an SCCM 2012 SP1 CU3 installation on a Server 2008 R2 + SQL 2008 R2.
    I'm having trouble delegating Reporting Services Web Access to a standard domain user.
    I have followed the instructions from these blogs:
    http://blog.coretech.dk/kea/creating-the-reporting-user-role-in-configmgr-2012/
    http://www.wolffhaven45.com/blog/sccm/assigning-users-to-configmgr-reportusers-group-in-sccm-2012/
    No matter how I try, I cannot get the reports to show for a standard domain user. In the console no reports are showing and in the web access I get
    "User domain\user does not have required permissions........"
    The only thing that is consistenly working when I test is to put the AD Group on the Security Role "Full Administrator".
    Then everything will show up.
    Any ideas on how to troubleshoot this?

    Thanks everyone for helping me with tips. I have now solved the problem. It was the permissions from SCCM that did not replicate to the Reporting Server.
    In srsrp.log I got these error messages:
    Could not retrieve the reporting service name for instance 'MSSQLSERVER'
    Invalid class
    Could not stop the reporting serviceAfter googling a litte I found these 2 sites with similiar problems:http://social.technet.microsoft.com/Forums/en-US/d4a7f93a-506f-4e3f-b5fc-bd2b087277da/ssrs-permissions-do-not-add?forum=configmanagergeneral
    http://www.microtom.net/microsoft-system-center/software-distribution/sccm-2012-reporting-services-do-not-install
    So I ran the command for SQL 2008 R2: mofcomp.exe C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof
    and BAAM, everything started to work =)
    /ALX

  • Export failing with "The user does not have the required rights to perfrom

    We are testing an upgrade to BOXI 3.1.  We use the CrystalReportViewer .net web control to view the report.  When the export button is clicked and the Crystal Reports file format is selected, the following error message is displayed:
    "The user does not have the required rights to perfrom this operation. Please contact your administrator. "
    Notice that perfrom is not spelled correctly.  This is what actually gets displayed.
    I'm not too concerned about the spelling, but I do want to fix the error.  So I checked the security on the folder and the user does have full control.  Both advanced security options are selected:
    -View document instances that the user owns
    -Export the report's data
    So what else could be causing this?

    I had applied the full control access to the wrong group.  Once I applied that access to the user that actually generates the report, it worked.

  • User does not have the propoer permissions to setup Networks

    Hi all,
    I was happily setting up networks and watching them be created in CPO from SE 3.01 Setup Wizard only to go back later and realize that a Cloud Portal Cancel Service Request had basically removed them all approximately 3 minutes after I had set them up!!!!
    It seems the user I was using didn’t have the correct authority to do this operation. See below…………
    System (External) on 08/03/2012 3:10 PM "[NT AUTHORITY\SYSTEM (03/08/2012 16:10:53) - Service request cancelled due to an error.
    Error Code: 1009
    Error Description: The remote server returned an error: (401) Unauthorized.
    User does not have proper authentication.
    Automation Summary URL: \\CPO-DEV-01.uktme.cisco.com\AutomationSummaries\20120803\9ca]"
    System (External) on 08/03/2012 3:10 PM "[TEO change request 'Add Network' was marked canceled by 'NT AUTHORITY\SYSTEM'.]"
    The interesting thing is that I am using the cloud admin setup in the wizard who belongs in the Cloud Provider OU and this OU seems to have all the correct setting ( I checked with a parallel working system) but it was missing the nsAPI user in the OU so I added this.
    One further clue is the I suspect steps 1 + 2 when using the wizard didn’t have connectivity from CCP to CPO at the time as the authentication wasn’t setup correctly but I though these step were REX internal to CCP only so this and CCP to CPO connectivity didn’t matter too much. Regardless we fixed this connectivity at this stage to proceed to step 3.
    Now I suspect in step 1 & 2 sets up some user accounts in CPO for these operations and I am nervous about going back and deleting the Cloud Admin account as I seem to remember another thread about this stating it was not possible.
    Any thoughts experts please?
    Cheers

    Hello Michael,
    I have spent the whole day on the same problem then you, which forced me to check all the aspects of my 3.0.1 Starter Edition Lab installation :
    - nsapiuser declaration in the CPO logins
    - nsapiuser member or not of the Cloud Technical administrators (thank you, chaotic documentation...)
    - IIS authentication mechanisms for RequestCenter virtual folder (disabled by default in IIS 7.5)
    But none of them solved the error.
    The closest information I get (I suppose) is from the CPO activities view, where I finally touched the process that fails:
    I did not found the solution yet, but I am sure it is there that the Portal fails to authenticate the data from the Orchestrator.
    Best regards,
    David

  • User does not have sufficient access

    Hello
    I�ve got installed SUN ONE Portal Server. My problem is the following. When i have customized my portal and all this staff, sometimes when i tried to get to anonymous portal i�ve got the following error in the log file:
    09/08/2004 05:27:28:646 PM MEST: Thread[service-j2ee-3,5,main]
    WARNING: TagSwapper.doSwapFromParsedTagArray(): tag value unavailable: productName
    09/08/2004 05:27:28:654 PM MEST: Thread[service-j2ee-3,5,main]
    WARNING: TagSwapper.doSwapFromParsedTagArray(): tag value unavailable: fontFace1
    09/08/2004 05:27:28:654 PM MEST: Thread[service-j2ee-3,5,main]
    WARNING: TagSwapper.doSwapFromParsedTagArray(): tag value unavailable: productName
    09/08/2004 05:27:28:655 PM MEST: Thread[service-j2ee-3,5,main]
    WARNING: TagSwapper.doSwapFromParsedTagArray(): tag value unavailable: fontFace1
    09/08/2004 05:27:28:658 PM MEST: Thread[service-j2ee-3,5,main]
    AuthlessSessionContext.getCookieSupportMode() =>2
    09/08/2004 05:27:28:666 PM MEST: Thread[service-j2ee-3,5,main]
    WARNING: TagSwapper.doSwapFromParsedTagArray(): tag value unavailable: lastChannelName
    09/08/2004 05:27:28:667 PM MEST: Thread[service-j2ee-3,5,main]
    WARNING: TagSwapper.doSwapFromParsedTagArray(): tag value unavailable: fontFace1
    09/08/2004 05:27:28:670 PM MEST: Thread[service-j2ee-3,5,main]
    AuthlessSessionContext.getCookieSupportMode() =>2
    09/08/2004 05:27:28:712 PM MEST: Thread[service-j2ee-3,5,main]
    WARNING: TagSwapper.doSwapFromParsedTagArray(): tag value unavailable: fontFace1
    09/08/2004 05:27:28:713 PM MEST: Thread[service-j2ee-3,5,main]
    WARNING: TagSwapper.doSwapFromParsedTagArray(): tag value unavailable: productName
    09/08/2004 05:27:28:713 PM MEST: Thread[service-j2ee-3,5,main]
    WARNING: TagSwapper.doSwapFromParsedTagArray(): tag value unavailable: fontFace1
    09/08/2004 05:27:28:716 PM MEST: Thread[service-j2ee-3,5,main]
    AuthlessSessionContext.getCookieSupportMode() =>2
    09/08/2004 05:27:28:723 PM MEST: Thread[service-j2ee-3,5,main]
    WARNING: TagSwapper.doSwapFromParsedTagArray(): tag value unavailable: lastChannelName
    09/08/2004 05:27:28:733 PM MEST: Thread[service-j2ee-3,5,main]
    ERROR: DesktopServlet.handleException()
    com.sun.portal.desktop.context.ContextError: DSAMEConnection.setAttribute(): attributeName=sunPortalDesktopDpDocumentUser value=<?xm
    l version="1.0" encoding="utf-8" standalone="no"?>
    <!DOCTYPE DisplayProfile SYSTEM "jar://resources/psdp.dtd">
    "Display Profile of he anonymous user"
    Exception: com.iplanet.am.sdk.AMException: User does not have sufficient access.
    at com.sun.portal.desktop.context.DSAMEConnection.setAttribute(DSAMEConnection.java:700)
    at com.sun.portal.desktop.context.DSAMEDPUserContext.storeDPUserDocument(DSAMEDPUserContext.java:49)
    at com.sun.portal.desktop.context.PSDesktopContext.store(PSDesktopContext.java:394)
    at com.sun.portal.desktop.DesktopServlet.doGetPost(DesktopServlet.java:664)
    at com.sun.portal.desktop.DesktopServlet.service(DesktopServlet.java:288)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:720)
    at org.apache.catalina.core.StandardWrapperValve.access$000(StandardWrapperValve.java:118)
    at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.java:278)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:274)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:158)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)
    com.iplanet.am.sdk.AMException: User does not have sufficient access.
    at com.iplanet.am.sdk.AMDirectoryManager.setAttributes(AMDirectoryManager.java:2226)
    at com.iplanet.am.sdk.AMCacheManager.setAttributes(AMCacheManager.java:898)
    at com.iplanet.am.sdk.AMObjectImpl.store(AMObjectImpl.java:1755)
    at com.iplanet.am.sdk.AMObjectImpl.store(AMObjectImpl.java:1695)
    at com.sun.portal.desktop.context.DSAMEConnection.setAttribute(DSAMEConnection.java:698)
    at com.sun.portal.desktop.context.DSAMEDPUserContext.storeDPUserDocument(DSAMEDPUserContext.java:49)
    at com.sun.portal.desktop.context.PSDesktopContext.store(PSDesktopContext.java:394)
    at com.sun.portal.desktop.DesktopServlet.doGetPost(DesktopServlet.java:664)
    at com.sun.portal.desktop.DesktopServlet.service(DesktopServlet.java:288)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:720)
    at org.apache.catalina.core.StandardWrapperValve.access$000(StandardWrapperValve.java:118)
    at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.java:278)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:274)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:158)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)
    If i refresh the browser once or twice i can see the anonyomous portal.What�s the problem?
    Charly

    TagSwapper ?
    which Portal Desktop Type are you using ?
    Which Portal version ?
    /ulf

  • The loged on user does not have permission to use this object'

    A professional license user currently has Authorisation to all Customer BPs and Sales Documents.
    When creating a random Sales Order, the error message
    'Create POs(): The loged on user does not have permission to use this object'
    is occuring.  This is not occuring for all Sales Orders, this is occuring randomly.
    Note that the Purchase Orders Button in the Logsitics tab in the sales order is NOT selected.
    Cheers Lisa

    hi lisa
    there could be some changes in transaction notification from your side if there are any i would request you to please comment all the changes and then try saving the document it would definately go ahead as there has to be some change in the stored procedure ,
    Regards,
    Manish

  • Error Message' "The loged on user does not have permission to use this obje

    The loged on user does not have permission to use this object-
    I am entering a Sales order, which is customized, when I add the Sales order this system imformation appears.
    The user has a pro-license and authorizations to all AR
    Can someone tell me what my problem might be?

    Thank you for your help

Maybe you are looking for

  • Is there an auto-correct setting in Robohelp 7?

    I am wondering because I notice that when I write html code and then view it in the design view and then go back to html view there are new tags that have been inserted like this: <robohelp>—</robohelp>. What does that mean? Can I turn that feature o

  • How can i make save button of a pop up window inactive?

    Hi... When we open a document attached to an opportunity, a pop up opens up in new window with open,save and cancel buttons. The document is opened by creating a url.... How can i make the save button inactive? Any helpful pointers would be rewarded.

  • What is the latest and hottest in SAP jobmarket?

    Found a different place to put this thread. sorry for the confusion. Please let me know if i can delete this thread..

  • Add authorization check in Infopackage Scheduler for option 6-ABAP Routine

    We want to add an authorization check in routine rssm_routines_maintain.    This is in the Infopackage scheduler in the Data Selection tab  under the column Type after selecting type=6(ABAP Routine).    This is a core modification.   We have checked

  • Need Information on MOR & CCA Cubes

    Hi, Can anyone explain me the concepts of MOR & CCA Cubes please.. It would be very helpful if u provide some scenarios on the same Cubes. With Regards Pavan