Error General Security Access denied : in creating timesheet for a resource using PSI C#

I'm trying to create timesheet for a resource using Method
timeSheetSvc.CreateTimesheet(timeSheetDs, svc_Timesheet.
PreloadType.Default)
get error :
[System.ServiceModel.FaultException] = {"ProjectServerError(s) LastError=GeneralSecurityAccessDenied Instructions: Pass this into PSClientError constructor to access all error information"}

As Glen says, it sounds like a Kerberos delegation issue.  IIS does not run in the same context as Visual Studio, and you may be hitting double-hop.
Try using another auth method to confirm (CredSSP is the default).
I have tested this code against Ex15 and Ex14:
http://blogs.msdn.com/b/emeamsgdev/archive/2011/08/31/enable-mailbox-against-exchange-2010-from-a-web-application.aspx

Similar Messages

  • Hi Trying to download CS5 Design Premium. We have a copy on the Mac and want to put a second copy on the Macbook pro. Can download the file but when it is clicked the file give an error message "User access denied" and dumps the download. So hence I do no

    Hi Trying to download CS5 Design Premium. We have a copy on the Mac and want to put a second copy on the Macbook pro. Can download the file but when it is clicked the file give an error message "User access denied" and dumps the download. So hence I do not get an installation screen or a chance to enter the Licence no.

    Use another browser.
    Mylenium

  • HTTP errors and/or access denied messages preventing me from downloading CS5.5

    How can I download my copy of CS5.5 Design Standard? I keep getting HTTP errors and/or access denied messages.

    Alex5555 where are you downloading the installation files from?  Have you tried utilizing a different web browser?  Is your web browser configured to accept cookies?

  • Error while reading access data (URL, user,password) for the Adapter Engine

    Hi,
    Any idea on below message? I am doing file to file scenario and got the below tarce from sxmb_moni.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.pi1.piserver1</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>no_messaging_url_found: Unable to find URL for Adapter Engine af.pi1.piserver1</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while reading access data (URL, user, password) for the Adapter Engine af.pi1.piserver1</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Thanks
    Balaji

    It looks like the adapter engine is not able to register him self on SLD, you have to check in the SLD the "Exchange Infrastructure" domain, you have to verify restarting the J2EE the adapter engine update the entries in the SLD related to the specific XI Domain.
    Launch Visual Administrator >> Server >> Services >> SAP AF CPA Cache
    Enter the appropriate values for:
    SLD.selfregistration.hostname (Use fully qualified hostname)
    SLD.selfregistration.httpPort
    SLD.selfregistration.httpsPort
    Sandro

  • Error while reading access data (URL, user, password) for the Adapter Engin

    Hi all,
    I encountered a red flag in sxmb_moni and when I click on the flag, I get the following message:
    Error while reading access data (URL, user, password) for the Adapter Engine
    Is there any way I can resolve this? thanks all
    Regards,
    IX

    Possible reason is Adapter engine is not registered on SLD. Check in SLD.
    You can also try restarting J2EE adapter engine and update SLD entries specific to XI domain.
    Lauch Visual admin go to Server > services > SAP AF CPA Cache
    Enter the appropriate values for:
    SLD.selfregistration.hostname (Use fully qualified hostname)
    SLD.selfregistration.httpPort
    SLD.selfregistration.httpsPort
    Finally, if all the above seem to be correct check the userID / pwd for user ID : PI*.

  • How to Create Placement for contingent worker using API in 11i?

    We need to Create Placement for contingent workers using an API or program without using EBS forms.
    On the People form, there is an Action - Create Placement that does just what we need. We can select an Ex-contingent worker, create placement, and save. This creates a new Period Of Placement (PDP) record for the contingent worker with a new primary assignment. The result is the contingent worker can have multiple periods of placement to reflect different jobs they have worked on, for example one contract from Jan 10 - April 4, another from May 1 - 20, and a third starting Aug 7 without an end (yet).
    There are several APIs we find in the Integration Repository for 11i dealing with Contingent Workers, Assignments, and changing a Period of Placement, but we can't find any for creating a PDP.
    Thank you if you can advise on how to do this.
    Skip

    We need to Create Placement for contingent workers using an API or program without using EBS forms.
    On the People form, there is an Action - Create Placement that does just what we need. We can select an Ex-contingent worker, create placement, and save. This creates a new Period Of Placement (PDP) record for the contingent worker with a new primary assignment. The result is the contingent worker can have multiple periods of placement to reflect different jobs they have worked on, for example one contract from Jan 10 - April 4, another from May 1 - 20, and a third starting Aug 7 without an end (yet).
    There are several APIs we find in the Integration Repository for 11i dealing with Contingent Workers, Assignments, and changing a Period of Placement, but we can't find any for creating a PDP.
    Thank you if you can advise on how to do this.
    Skip

  • HT1178 I have failed to Map the Airport Time Capsule to my windows 7 HP laptop as a mapped drive, error message is "access denied"

    I have failed to Map the Airport time capsule to my windows 7 HP laptop, i followed all the installation steps and i get the error message "Access denied, you do not have permission to access this device, contact network administrator"

    Did you install the airport utility for windows?
    Is the windows computer set to home as network location.. it will not work if it is set to work or public.
    Is the TC setup with all SMB type names, short no spaces and pure alphanumeric. No apostrophe.
    Can you ping the TC from your computer? Open a command window and type ping and the tc name or its IP.
    No response you will never be able to get connection .. it is usually firewall problem. Turn off firewall and internet security.
    If it pings then simply type the IP directly into explorer.. \\TCIPaddress. (eg \\10.0.1.1 if the TC is at default)
    That is usually the most foolproof method.

  • Java.security.Access denied exception

    hello all,
    iam new to java please help me .
    my program has thrown the exception:
    java.security.AccessControlException: access denied (java.io.FilePermission F:\
    read)
    using applets a dynamic jtree should be displayed.
    when a user clicks a node a file should be retrived and display the directories and files in it.
    the program code is:
    public void mouseClicked(MouseEvent me)
    TreePath tp = Tree.getPathForLocation(me.getX(),me.getY());
    String dirname = tp.toString();
    File f =new File("F:\\");
    int w =st.length();
    String y = st.substring(1,w-1);
    File f2 = new File(y);
    String v[] = f2.list90;
    for(int u=0;u<v.length;u++)
    System.out.println(v); //checking atleast o/p may display in command prompt.
    any idea reply soon
    it's very urgent.
    usha

    This forum is specific to the Message Queue product ....
    for general questions, you may want to start at the "new to java" forum
    http://forum.java.sun.com/forum.jspa?forumID=54

  • WUSA error 5 0x80070005 Access Denied while installing KB2992611 & KB3003743 on Win 7

    I'm having a well known problem while patching Windows 7 SP1 x86 systems, but none of the common fixes have worked. I'll use KB2992611 for examples throughout, but the exact same behavior is being seen with KB3003743.
    Logged in as an admin and running an elevated command prompt, I try to install the patch as follows:
    wusa.exe C:\Temp\Windows6.1-KB2992611-x86.msu /quiet /norestart
    The event log shows a 0x80070005, Access Denied from WindowsUpdateClient, but nothing else interesting. If I remove the
    /quiet switch or just double-click the .msu, the graphical installer gets through the "Initializing" phase, but then says "The following updates were not installed:" and lists the patch.
    The CBS log (C:\Windows\Logs\CBS\CBS.log) suggests permission issues with stuff under C:\windows\SoftwareDistribution...
    Info DPX Started DPX phase: Apply Deltas Provided In File
    Info DPX MoveFileExW failed, source: \\?\C:\windows\SoftwareDistribution\Download\fa848827d1bd908340ba44c76a28e7e8\inst\$dpx$.tmp\f3e1d3177d3c4d4597f9494ac7b982ea.tmp, destination: \\?\C:\windows\SoftwareDistribution\Download\fa848827d1bd908340ba44c76a28e7e8\inst\x86_microsoft-windows-lsa_31bf3856ad364e35_6.1.7601.18606_none_a85eb04bbb037ec6\lsass.exe, hr 0x80070005
    Info DPX DpxMoveFileExW failed, source: \\?\C:\windows\SoftwareDistribution\Download\fa848827d1bd908340ba44c76a28e7e8\inst\$dpx$.tmp\f3e1d3177d3c4d4597f9494ac7b982ea.tmp, destination: \\?\C:\windows\SoftwareDistribution\Download\fa848827d1bd908340ba44c76a28e7e8\inst\x86_microsoft-windows-lsa_31bf3856ad364e35_6.1.7601.18606_none_a85eb04bbb037ec6\lsass.exe, hr 0x80070005
    Info DPX MoveFileExW failed, source: \\?\C:\windows\SoftwareDistribution\Download\fa848827d1bd908340ba44c76a28e7e8\inst\$dpx$.tmp\847db368c3d8b44092e372d302e831d8.tmp, destination: \\?\C:\windows\SoftwareDistribution\Download\fa848827d1bd908340ba44c76a28e7e8\inst\x86_microsoft-windows-lsa_31bf3856ad364e35_6.1.7601.22814_none_a8db7e7cd42b04fa\lsass.exe, hr 0x80070005
    Info DPX DpxMoveFileExW failed, source: \\?\C:\windows\SoftwareDistribution\Download\fa848827d1bd908340ba44c76a28e7e8\inst\$dpx$.tmp\847db368c3d8b44092e372d302e831d8.tmp, destination: \\?\C:\windows\SoftwareDistribution\Download\fa848827d1bd908340ba44c76a28e7e8\inst\x86_microsoft-windows-lsa_31bf3856ad364e35_6.1.7601.22814_none_a8db7e7cd42b04fa\lsass.exe, hr 0x80070005
    Info DPX File could not be expanded, Source=x86_microsoft-windows-lsa_31bf3856ad364e35_6.1.7601.18606_none_a85eb04bbb037ec6\lsass.exe, Target=(null), status=0x80070005
    Info DPX ProvideRequestedDataByFile failed, Response file Name: \\?\C:\windows\SoftwareDistribution\Download\fa848827d1bd908340ba44c76a28e7e8\Windows6.1-KB2992611-x86.cab
    Info DPX Ended DPX phase: Apply Deltas Provided In File
    (timestamps removed for readability)
    ...but other .msu files install without issue. I browse to C:\windows\SoftwareDistribution\Download\{string} and see that the Windows6.1-KB2992611-x86.cab file has been copied there. 
    The Windows Update log (C:\Windows\WindowsUpdate.log) has similarly unhelpful messages referencing error 80070005.
    Intelligently interpreting procmon output may be above my pay grade, but the only ACCESS DENIED event that I see from TrustedInstaller.exe is while attempting a
    SetRenameInformationFile on C:\windows\SoftwareDistribution\Download\{string}
    I have tried the fix that involves using the subinacl utility to make sure that Administrators and SYSTEM have proper permissions in the registry (e.g., see support.microsoft.com/kb968003). I have also tried the fix that Kim proposes at the link below,
    using subinacl to make sure that NT SERVICE\TRUSTEDINSTALLER has permissions where it needs...
    answers.Microsoft.com/en-us/windows/forum/windows_7-windows_update/windows-update-error-0x80070005-need-a-fix-click/e4cb8700-f215-4f1a-8bd4-6457ac619c19. I get the same errors after running their scripts as directed.
    I am having this issue on multiple (near-) identically configured hardware from Dell & Fujitsu, so it is not just one flakey device. The systems are locked down via local GPO and run custom applications, so there is a chance that something wonky and
    specific to my environment is causing this, but I'm out of things to check and try, so any ideas would be appreciated. Additional info available upon request.
    Thanks

    Hi,
    I recommend you to follow these steps to have a fix.
    1.Rename the SoftwareDistribution folder.
         Open an administrative Command Prompt window.
         Run the following commands, and press Enter after each command:
         Net stop wuauserv
         cd %systemroot%
         Ren SoftwareDistribution SoftwareDistribution.old
         Net start wuauserv
         Try to install updates again.
    2.Run this Troubleshoot tool to have a check.
    To run the tool:
    Control Panel\All Control Panel Items\Troubleshooting\System and Security\Windows Update
    3.When you are installing the update, please log in the machine as an administrator. Meanwhile please turn off the antivirus software temporarily to install the update.
    Best regards 

  • Apache Error Log mod_security: Access denied with code 400

    Hi
    I am seeing the Access denied with code 400 errors in the apache log's after applying CPU Patch updates below into a Dev/TEST environment
    RDBMS Patches: 9032412 & 9352191 & post steps below:
    @?/rdbms/admin/dbmsaqds.plb
    @?/rdbms/admin/prvtaqds.plb
    @?/rdbms/admin/prvtaqiu.plb
    Java Fix > [ID 1082747.1]
    E-Business Suite Patches & post steps below:
    9323613 & 9506302
    Compiled Forms PLL files using adadmin to solve the known problem below
    ORA-04062: signature of package "APPS.FND_HELP" has been changed
    ORA-04062: KEY-HELP trigger raised unhandled exception ORA-04062.
    the error can be replicated by following the steps below:
    Log in to Oracle Apps E-Business Suite (11.5.10.2) select Report Management Information Responsibility and then transaction reports. (Opens Oracle Discoverer 4i Viewer) > select either Period to date or Year to date and then select any department & and any period (date) and then apply parameters:
    Error message in browser
    This error (HTTP 400 Bad Request) means that Internet Explorer was able to connect to the web server, but the webpage could not be found because of a problem with the address.
    For more information about HTTP errors, see Help.
    Apache log shows:
    error_log shows the following:
    [Fri Jul  8 10:52:08 2011] [error] [client 10.180.225.5] mod_security: Access denied with code 400. Pattern match "!^([-_@|#!=A-Za-z0-9/ :.$/(/)]){0,255}([-_@|#!=A-Za-z0-9/ :.$]){0,255}$" at ARGS_NAMES. [hostname "loadbalancer.webdomain"] [uri "/discoverer4i/viewer"] [unique_id ThbTSAq0BRQAABrfK7M]
    access_log shows the following:
    IP ADDRESS - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/shadow_bottom02_leading_ltr.gif HTTP/1.1" 200 861 0
    IP ADDRESS - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/seperator.gif HTTP/1.1" 200 42 0
    IP ADDRESS - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/arch_blue_bottom_ltr.gif HTTP/1.1" 200 984 0
    10.180.225.5 - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/white.gif HTTP/1.1" 200 37 0
    IP ADDRESS - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/bar_blue_leading_edge_middle_ltr.gif HTTP/1.1" 200 111 0
    IP ADDRESS - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/bar_blue_trailing_edge_middle_ltr.gif HTTP/1.1" 200 129 0
    IP ADDRESS - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/shadow_bottom_leading_edge_ltr.gif HTTP/1.1" 200 862 0
    IP ADDRESS - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/btopshadow.gif HTTP/1.1" 200 44 0
    IP ADDRESS- - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/bshadow.gif HTTP/1.1" 200 59 0
    IP ADDRESS - - [08/Jul/2011:10:52:08 +0100] "POST /discoverer4i/viewer HTTP/1.1" 400 227 0
    I have tried to follow a number of metalink notes but unable to resolve this issue, metalink notes looked at are:
    976473.1
    389558.1
    1313128.1 Patch 10324904 applied
    394587.1
    389558.1 Patch 5107107 applied
    1143882.1
    376992.1 Patch 3950067 applied
    Any ideas or suggestions most welcome
    Thank you
    Regards
    Arfan
    Edited by: user1717313 on 08-Jul-2011 04:59

    Hi JD
    I have tried the steps i.e stop apps tier, run adconfig on apps tiers and then started services on apps tiers and can replicate the error
    thanks
    Arfan
    Hi Helios
    I checked note 1080465.1 Patch 9506302 has been applied & Recompile all Forms PLL files using adadmin.
    I ran the sql feom the note, output below
    SQL> select text from dba_source where name='FND_HELP' and line <3;
    TEXT
    package Fnd_Help AUTHID CURRENT_USER as
    /* $Header: AFMLHLPS.pls 115.22 2009/10/12 12:56:58 nchiring ship $ */
    package body FND_HELP as
    /* $Header: AFMLHLPB.pls 115.115 2010/03/19 06:45:24 nchiring ship $ */
    Thanks
    Arfan
    Edited by: user1717313 on 08-Jul-2011 05:04

  • XMLStreamReader exception when using webservice with security access denied

    Hi,
    I'm using CXF webservices generated from a WSDL with SOAP document style. Under normal conditions, the client and server work fine, and can I read info back from the the server (SOAP http messages passed between both)
    However, for some servers, I am using SUNs Policy Agent, which checks for an authentication token in the http header cookie before allowing access to the web service. I set up the cxf service port as follow:
    Service service = Service.create(serviceName);
    service.addPort(portName, SOAPBinding.SOAP11HTTP_BINDING, address);
    servicePort = (IMyService)service.getPort(portName, IMyService.class);
    I also add the authentication token to the http header cookie in the service's request context.
    If the token is correct, everything works fine. However, if the token is incorrect, and access is denied, the policy agent does not return a SOAP http message. In this case, the web service method throws a low-level XMLStreamReader exception i.e. it can't read the SOAP message response - so I can't get the actual response from the policy agent.
    Would anyone have an idea on this? Should I configure the CXF port differently, or should I try to get the policy agent to return a SOAP message even if access is denied.
    There is already a browser that can access the policy agent - and this needs to be redirected if access is denied. So in effect, we need the redirect functionality for the browser, and the returned SOAP message for the application using the web service.
    Any help would be greatly appreciated!
    Rob

    Thanks for your answer.
    I eventually found a workaround for this problem.
    Actually you don't need to provide an SSO cookie the first time you connect to the webgate server, you just need to provide basic credentials and the webgate will provide you an SSO cookie that you can use for the next call.
    The problem is that this doesn't work out of the box with the .NET/WSDL framework for some reason (with Java + the HTTPClient library I had no problem).
    I had to had manually the following headers to the HTTP request to make it work:
    Authentication: Basic XXXXXXXX
    Cookie: OBBasicAuth=fromDialog
    Where XXXXXXXX is a base64 encoded string containing "login:password"
    Thanks,
    Franck

  • Permanent Error 554: Relay Access Denied

    I am encountering the infamous SMTP Error 554: Permanent Error: Ralay Access Denied when attempting to send SMTP messages to external domains. I have requested assistance from our network administrator who manages our SMTP server, but was curious if there was something that could be done via my PL/SQL procedure to avoid this error? Any assistance would be greatly appreciated.

    There is no trust involved if you are sending email to a recipient in the SMTP server's domain (or, more accurately, it is an entirely different and much lower hurdle to clear) than if you are trying to send mail outside the domain.
    Think of it this way. A SMTP server gets a request from a host it knows nothing about indicating that it wants to send an email to a recipient in the server's domain. Since the SMTP server has no idea whether this is some other company's legitimate email server or a spammer's server, and since there is no practical way to white list every SMTP server that might send inbound email to a domain, and since the SMTP server isn't vouching for the identity of the sender, it just passes the email along to the recipient. If that same server gets a request to relay a message from an unknown host to some other organization's SMTP servers, however, it has a completely different behavior. Since the organization does have a reasonably practical way of specifying the set of servers that can send mail, and since relaying an email does (in today's world) imply a level of trust that the message is legitimate, the SMTP server would, and should, block the database server from sending external emails. Unless and until, of course, the SMTP admin goes in and explicitly trusts the database server.
    Justin

  • Error 4000 - DNS Access Denied

    Dears,
    please this is a urgent issue i have 2 Domain Controller 1. A.contoso.com(Primary Domain) 2. B.contoso.com (Chiled Domain)
    when i need to open B.contoso.com it show me error message Access Denied Event ID : 4000,
    Please Help me because everything is down in my company

    Dears,
    please this is a urgent issue i have 2 Domain Controller 1. A.contoso.com(Primary Domain) 2. B.contoso.com (Chiled Domain)
    when i need to open B.contoso.com it show me error message Access Denied Event ID : 4000,
    Please Help me because everything is down in my company
    Greetings!
    Go for this one: DNS zones do not load, event 4000, 4007
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

  • Access denied when creating GPO

    Hi,
    The past couple of days I have been struggling finding out what the cause/issue is.
    I am trying to create a new GPO (for the first time) in Windows 2008 and receive an "Access Denied" message.
    We have only one server, which is the PDC.
    If using the administrator's account is not the problem, what is??
    Thanks in advance.

    try whoami /groups and post back
    also check delegation
    Everyone                                    
    BUILTIN\Print Operators
    BUILTIN\Administrators
    BUILTIN\Users                               
    BUILTIN\Pre-Windows 2000 Compatible Access  
    NT AUTHORITY\INTERACTIVE                    
    CONSOLE LOGON                               
    NT AUTHORITY\Authenticated Users            
    NT AUTHORITY\This Organization              
    domain\Policy Creator Owners           
    domain\Domain Admins                         
    domain\Schema Admins                         
    domain\Enterprise Admins                     
    domain\Denied RODC Password Replication Group

  • Access Denied to Site Collection for Everyone Including Site Collection Administrator

    I have a site collection with several subsites which I can no longer access.  I am listed as both a farm administrator and site collection administrator in this installation.  I can access a separate site collection on the same web application,
    and I can access the Central Administration site.  All accounts including mine, get an access denied error when navigating to any site on the aformentioned site collection.
    I was not having any access issues until this morning when I was doing some housekeeping and changing group membership at the root site level, and also deleting a few custom sharepoint groups that were no longer needed.  At some point after deleting
    one of these custom groups, I began getting the access denied errors.
    I found the error below in the uls viewer, but haven't seen anything that looks related in the windows application log.  I had some similar issues yesterday, but was able to resolve them by toggling Inherit Permissions, Stop Inheriting permissions from
    a subsite using SharePoint Designer.  I've had no such luck with SharePoint Designer today.  I've scoured this forum and the web for a solution, but have not found any issue that looked the same as mine.  Any help would be appreciated.
    PortalSiteMapProvider was unable to fetch children for node
     at URL: /, message: Thread was being aborted., stack trace:  
     at System.Threading.Thread.AbortInternal()   
     at System.Threading.Thread.Abort(Object stateInfo)   
     at System.Web.HttpResponse.End()   
     at Microsoft.SharePoint.Utilities.SPUtility.Redirect(String url, SPRedirectFlags flags, HttpContext context, String queryString)   
     at Microsoft.SharePoint.Utilities.SPUtility.RedirectToAccessDeniedPage(HttpContext context)   
     at Microsoft.SharePoint.Utilities.SPUtility.HandleAccessDenied(HttpContext context)   
     at Microsoft.SharePoint.Utilities.SPUtility.HandleAccessDenied(Exception ex)   
     at Microsoft.SharePoint.Library.SPRequest.GetSubwebsFiltered(String bstrParentWebUrl, UInt64 iPermMaskForUnique, UInt64 iPermMaskForInherited, Int32 nWebTemplate, Int16 nProvisionConfig, Int32 lToLinkRecurringMeeting, Object& pvarSubwebs, Object&
    pvarSubwebIds, Object& pvarLangs, Object& pvarTitles, Object& pvarDescriptions, Object& pvarCreationTimes, Object& pvarModifiedTimes, Object& pvarUserIsWebAdmins, Object& pvarWebTemplates, Object& pvarProvisionConfigs, Object&
    pvarMeetingCounts)   
     at Microsoft.SharePoint.SPWeb.SPWebCollectionProvider.GetWebsData(String[]& strNames, String[]& strServiceRelUrls, Guid[]& guidWebIds, Int32[]& nLanguages, String[]& strTitles, String[]& strDescriptions, String[]& strCreationTimes,
    String[]& strModifiedTimes, Boolean[]& bUserIsWebAdmins, Int32[]& nWebTemplates, Int16[]& nProvisionConfigs, Int16[]& nMeetingCounts, Int32[]& nUIVersions, Int32[]& nFlags, String[]& strMasterUrls, String[]& strCustomMasterUrls)   
     at Microsoft.SharePoint.SPWebCollection.EnsureWebsData()   
     at Microsoft.SharePoint.SPWebCollection.get_WebsInfo()   
     at Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.FetchDynamicItems(PublishingWeb pubWeb, NodeTypes includedTypes, Boolean& websFetched, Boolean& pagesFetched)   
     at Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.PopulateNavigationChildrenInner(NodeTypes includedTypes)   
     at Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.PopulateNavigationChildren(NodeTypes includedTypes)   
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(NodeTypes includedTypes, NodeTypes includedHiddenTypes, Boolean trimmingEnabled, OrderingMethod ordering, AutomaticSortingMethod method, Boolean ascending, Int32 lcid)   
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(NodeTypes includedTypes, NodeTypes includedHiddenTypes, OrderingMethod ordering, AutomaticSortingMethod method, Boolean ascending, Int32 lcid)   
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(NodeTypes includedHiddenTypes)   

    Make sure you give  supper user account with following format.
    Moral of the story: if
    you are in claims mode, you will need to use the claims user name (i:0#.w|domain\user).
    some one point out that.
    http://blogs.msdn.com/b/andrasg/archive/2010/09/30/setting-the-super-user-account-on-sharepoint-2010-and-getting-access-denied-errors-afterwards.aspx
    Sutha Thavaratnarajah

Maybe you are looking for

  • The filtering , sorting , totaling action on ALV report is lost

    Hi , I have an Interactive ALV report which i sort it , filter it and total it before I enter into my Z customised screen, from my Z cusomised screen when I come back to the ALV report, the report is no more sorted, no more filtered and no more total

  • How can I get my music from my iPad to my iPod

    Is there a way to connect my iPad to my iPod to sync my  music?

  • How to disable the User directory in Shared Services?

    Hello, We need to disable (Not Delete) the User Directory in Hyperion Shared Services. We are using the Hyperion version 9.3.1. Is there a way we can do this? Thanks S

  • Where is the firefox tab?

    I just downloaded firefox 4 and listened to tutuorial. There is no firefox tab at the top left of my browser page as demonstrated in the video. How come? How can I install it to use the demonstrated features?

  • Xcode 5.0.1 errors Osx mountain lion

    this is my code i will highlight the errors in green , warnings in yellow and errors in red. im not very good at xcode and had to watch 1 or 2 tutorials on how to do some parts. READ TO THE END OF PAGE #import "GameViewController.h" @interface GameVi