Provider hosted App Error: You do not have permission...

Hi everyone,
i'm using SharePoint online. I opened a provider hosted app and when I run this I get this error:
"Access denied. You do not have permission to perform this action or access this resource."
when I did debug I notice that it fall in this line:
webRequestEventArgs.WebRequestExecutor.RequestHeaders["Authorization"]
and "webRequestEventArgs.WebRequestExecutor.RequestHeaders"
is empty.
what can I do?
thank you!

i'm trying to add an item ti my list:
protected void Page_Load(object sender, EventArgs e)
//constant string SharePoint principal
string SharePointPrincipal = "00000003-0000-0ff1-ce00-000000000000";
var contextToken = TokenHelper.GetContextTokenFromRequest(Page.Request);
Uri hostWeb = new Uri(Page.Request["SPHostUrl"]);
string realm = TokenHelper.GetRealmFromTargetUrl(hostWeb);
string appOnlyAccessToken = TokenHelper.GetAppOnlyAccessToken(SharePointPrincipal, hostWeb.Authority, realm).AccessToken;
using (ClientContext clientContext = TokenHelper.GetClientContextWithAccessToken(hostWeb.ToString(), appOnlyAccessToken))
if (clientContext != null)
//ShariqTest is a custom List in my SharePoint site
var myList = clientContext.Web.Lists.GetByTitle("ListName");
ListItemCreationInformation listItemCreate = new ListItemCreationInformation();
Microsoft.SharePoint.Client.ListItem newItem = myList.AddItem(listItemCreate);
newItem["ColumnName"] = "Testing ";
newItem.Update();
clientContext.ExecuteQuery();
 "[and the  webRequestEventArgs.WebRequestExecutor.RequestHeaders["Authorization
is in TokenHelper.cs.
what do you think my problem is?

Similar Messages

  • While trying to access  i phone through pc (windows 7 ) showing error 'you do not have permission to access this device '

    while trying to access  i phone through pc (windows 7 ) showing error 'you do not have permission to access this device '
    And while trying  to unlock screen after lock , slide not working 'slide to unlock'

    Hello there, charialji.
    The following Knowledge Base article offers some great steps for troubleshooting your issue:
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/ts3281
    Resolution
    If a single application is not responding or stops responding when it opens, you can force it to close.
    If the device is unresponsive or if certain controls aren't working as expected, restart your device.
    If the device remains unresponsive or does not turn on (or power on), reset your device.
    If there is no video or if the screen remains black, verify that the device has enough charge to turn on:
    If you are using an iPad, ensure that it's connected to the USB Power Adapter supplied with the device.
    Let it charge for at least twenty minutes, then see if it starts normally.
    If there is no image on the screen, press the Sleep/Wake button to attempt to wake the device.
    If the screen displays a red battery icon, continue charging the device until the battery is fully charged. Learn more about charging iPhone and iPod touch, or iPad.
    If the above steps do not resolve the issue, or the if the screen remains black or shows a persistent Apple logo, try restoring with iTunes:
    Connect the device to your computer and open iTunes.
    If the device appears in iTunes, select and click Restore on the Summary pane. Learn more aboutrestoring iOS software.
    If the device doesn't appear in iTunes, try to force the device into recovery mode, and then restore it.
    If the above steps do not resolve the issue, contact Apple.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Error while collecting files in AE CS3 - You do not have permission to open this file (-54)

    I've got a rather large project that I'm attempting to collect.  35,000+ files to collect (lots of image sequences as footage), totaling near 80GB.  The collect process starts and copies files for a while, but inevitably errors out during the copy procedure with the error "You do not have permission to open this file" -- a different file each attempt.
    I'd read some complaints of a similar error last year due to QT 7.4, but I'm on the current Quicktime (7.6.4).
    Anyone seen this before?  What can I do!?  Thanks in advance for any ideas.
    --Rob LaRose
      Imaginary Forces

    Well, we're just a small shop, but since it usually falls upon me to administrate, here's a few general tips:
    Hide all resources that are not meant to be accessed by certain people. This can be done easily by using different sub-nets on your network and defining access privileges. Write down the network MAC addresses and use a whitelist/ blacklist. A bit of work initially, but a lot safer than working with user names.
    Forget about individual user privileges. At one point or another everyone will bump into situations where they cannot access stuff, but need it for their work. Simply ramp up all users to Power User status, but assign individual groups to them which only you can manage. That leaves it up to you to define who can access what, but without having to dig so deep that you always end up with individual adjustments. You merely add or remove users from groups (which is more practical for interns and freelancers, even)
    Quota can do miracles for you. If a user only has x GB of storage available, he'll quickly learn to not create redundant data by copying files.
    Prevent all local storage. Artists have a tendency to offline files at whim for experimentation and then forget about it. Give them a "garbage dump" directory on the server instead where they can store their private data and any non-persistent work files, but with quota. Use server-side desktops and user home directories, if possible, but unfortunately many programs cause problems with that (including Adobe's), so it's not always an option.
    For each new project, create a pre-defined folder structure. We e.g. use number_clientname_worktype_year for the root, and inside have directories for compositing, 3D stuff, print, client data etc.. Define it so from the getgo, that specific structures like project directories for 3D programs with their sub-folders for textures etc. are in place, but users cannot create additional folders. When they are forced to use existing folders, they will be much more careful in naming their files.
    Define versioning rules and naming conventions. Now "siginificant milestone" is a matter of view, but I at least try to create new version files for that. So if e.g in the morning I open up a comp project and change a few things in it that take more than 10 minutes to reproduce, this is significant and a new version is safed. I don't care much for simple things like adding effects - I can reproduce them in a wee in case of crashes or data loss - but complex masking, elaborate 3D modeling, dynamics simulations etc. qualify.
    Of course back up every day, at least incrementally. If following the above rules, this can be as easy as copying the project folder to an external disk.
    As for the rest - simply be hard-nosed. Your artists will whine and complain for a while, but they will get used to it and eventually see the wisdom in a regulated system. It's also up to you to brief them accordingly and remind them from time to time.
    Mylenium

  • You do not have permission to view this directory or page.

    I made an Azure website, installed GitHub, and made a repository. In the repository I put index.html, style.css, templogo.jpg, and homeimage.jpg . I needed the css and jpg files for the index page. I created a deployment account, and pushed the repository
    to my Azure Git Repository using Git Shell. Everything worked just fine, I can even see in the Azure Portal that the changes were pushed. Now, I'm trying to browse my site when I get this error:
    You do not have permission to view this directory or page.
    Not sure why this is happening, everything seemed like it worked out just fine. Can someone please help me?

    Hi sir,
    Firstly, I suggest you could set your default page on you Azure configuration panel.
    Secondly, I suggest you could try to use FTP to login on Azure website and check your files whether  were here. Please check it.
    http://blogs.msdn.com/b/avkashchauhan/archive/2012/06/19/windows-azure-website-uploading-downloading-files-over-ftp-and-collecting-diagnostics-logs.aspx
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error:Cannot connect to WMI provider. You do not have permission or the server is unreachable

    I'm getting the below message when i try and access SQL Config Manager on my Windows Server 2003 R2
    "Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 and later servers with SQL Server Configuration Manager.
    Generic failure [0x80041001]"
    Also tries with the below solution but still the error persists
    The solution is to go to a command prompt as administrator and then run mofcomp.
    C:\Program Files\Microsoft SQL Server\90\Shared>mofcomp "C:\Program Files\Microsoft SQL Server\90\Shared\sqlmgmproviderxpsp2up.mof"
    Below was the output of the command:
    Microsoft (R) 32-bit MOF Compiler Version 5.2.3790.1830
    Copyright (c) Microsoft Corp. 1997-2001. All rights reserved.
    Parsing MOF file: C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmp
    roviderxpsp2up.mof
     (1): error SYNTAX 0X8004402f: Error creating temporary file
    Compiler returned error 0x8004402f
    C:\Program Files (x86)\Microsoft SQL Server\100\Shared>
    Can anyone tell how this problem can be solved?

    Sorry for the mistake.The command prompt is
    C:\Program Files (x86)\Microsoft SQL Server\100\Shared>mofcomp "C:\Program Files  (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof"
    And error i got is
    Microsoft (R) 32-bit MOF Compiler Version 5.2.3790.1830
    Copyright (c) Microsoft Corp. 1997-2001. All rights reserved.
    Parsing MOF file: C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmp
    roviderxpsp2up.mof
     (1): error SYNTAX 0X8004402f: Error creating temporary file
    Compiler returned error 0x8004402f
    C:\Program Files (x86)\Microsoft SQL Server\100\Shared>
    I hav checked that sqlmgmproviderxpsp2up.mof is in C:\Program Files  (x86)\Microsoft SQL Server\100\Shared\ folder.

  • Bonjour for windows gives this error - You do not have sufficient access...

    I installed Bonjour for windows on a PC running XP. When I run the Bonjour app from windows I can see the printer I wish to connect to. It is shared off of my G3 server. When I try to connect I get the following error,
    "You do not have sufficient access to your computer to connect to the selected printer"
    I have done some research through Apple's info database and found,
    http://docs.info.apple.com/article.html?artnum=302408
    I followed the instructions and still I get the same error. I have rebooted the PC deleted all the printers under the printer window. But no luck. I found a similar request by another apple forum user. His issue was the same but he was using 'Parallels' emulator. But no solution was provided.
    Any suggestions?

    Well this is what I've done to date to try to resolve this issue.
    I uninstalled Bonjour for Windows from my PC. I checked Apples support pages dealing with Bonjour for Windows (BfW). As suggested I deleted all printers in my printer window, (to delete all possible print Queues). I updated my Windows to the latest patch for XP. I reinstalled BfW, with the XP Firewall turned on. It is suggested that BfW will make the necessary changes to the XP firewall to allow traffic going through port 5353. I have tried more than one printer off of my G3 and I double checked my external router port restrictions, and I turned off the firewall on my G3, shared mt printers in OS X, and even turned on windows file sharing. I even updated my G3 to 10.4.8
    I pinged my G3 from my XP machine it's there. Also I can see the G3 with it's printers when I browse the network from the XP box. Also I'm on the same local subnet 192.168.2.x
    The only thing I have not done yet is see if it is possible to ping a bonjour host (my G3) from a bonjour client (XP box). That would at least verifiy the 5353ports.
    Anyone have a bonjour utility to do that? Probably have to run in a Windows enviroment. Or can a ping packet be directed to use a particular port?

  • "you do not have permission to do this operation + SP Designer 2010 Error

    I am unable to access to my sharepoint site via SharePoint designer. The error is: You do not have permission to do this operation. Ask your web site administrator to change your permissions and then try again, or log on with a user account that has this
    permission...
     I am the site owner with full control. I get the error when I click Site Actions - Edit in SharePoint Designer. I also get the error when I open SharePoint Designer directly and click on the link that was created under Recent Sites.
    In my Central Admin, the SharePoint Designer Settings is all enabled. i am to beloning to farm administrator and i am teh site collection admin. and  in the machine admin group.
    First I created a  claims based authen.  with custom mem.ship /role providers and it was working fine. and i added  users into the users policy user1,user2, user3 etc. and later i  removed these mem.ship /role providers and removed the
    "Enable fba authentication " check box.
    now i am  unable to login into the  sp designer 2010 and  unable to edit master page.
    Also whenever i am trying tio change anything in the _layouts/settings.aspx, like uploading an image or adding a page etc i a egtting teh "error :access denied   sign in  as different user."
    i am not able to find out  what caused this issue till now. Did mycustom membership/role provider is causign the pblm?
    or Is there any place else that I should check?
    PrasadWT

    Seems like an extreme thing to do but these steps worked for me:
    Obviously backing up the site collection first using Central Admin's backup site collection feature
    Took notes of how the current web application was configured in central admin's Web Application Management |General Setting drp down for things like general & workflow settings, external email, etc
    (optional step)  I took a copy of some bespoke settings I had in the web.config file of the web application
    Deleted the web application from Central Admin (when deleting the web app I only deleted the IIS web site not the content db in a "just in case" operation but I don't think it matters, just remember to tidy up SQL and include any new content db in your
    SQL maintainance plan)
    Checked IIS that they had been removed
    Re-created the Web Application (and created a new content db in my case)
    Restored the site collection backup usign Restore-SPSite command with a -Force parameter
    Put all the web application settings back in
    Shut down IIS for a moment to add my custom web.config settings back into the new file
    Rebooted the server
    As I say a bit extreme but it worked...

  • Root cause of error " Access denied. You do not have permission to perform this action or access this resource" - workflow - SharePoint 2013

    Good evening, technet community
    I hope you are doing well.
    When configuring my SharePoint workflow, I encounter the problem below:
    Problem Description:
    Let's say my domain is: test.com, my group user is: test\group , my user is: test\user1
    Except an admin account with full control at both "Web Application" and "Site Collection", all others account all have problem when creating a list item. After creating a list item, the workflow status is "cancelled" immediately
    with the following message:
    RequestorId: 262a35e4-99f4-40f0-929b-5d04b415f147. Details: System.ApplicationException: HTTP 401 {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["0"],"SPClientServiceRequestDuration":["10"],"SPRequestGuid":["262a35e4-99f4-40f0-929b-5d04b415f147"],"request-id":["262a35e4-99f4-40f0-929b-5d04b415f147"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Cache-Control":["max-age=0, private"],"Date":["Thu, 06 Nov 2014 12:14:28 GMT"],"Server":["Microsoft-IIS\/7.5"],"WWW-Authenticate":["NTLM"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]}
    {"error":{"code":"-2147024891, System.UnauthorizedAccessException","message":{"lang":"en-US","value":"Access denied. You do not have permission to perform
    this action or access this resource."}}} at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor,
    BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
    - The workflow is still fail even I assign "full control" to my users group "test\group" – at Site Collection level.
    Surprisingly, I have successfully found a solution for this error message. However, I still have some points that I do not clearly understand. Let's start with my solution first.
    Solution:
    *** i. Assign permission policy at Web Application level – Central Admin site ***
    1. Central Administration ==> Application management
    ==> Manage Web application 
    2. Go to "permission policy", then create a new permission level. This permission level contains all "edit item" permission.
    3. Select "user policy", then I assign it directly to my user account: test\user1.
    *** ii. Assign "edit item" permission at Site Collection level ***
    1. Site Setting ==> Site permission
    2. Assign "Edit" permission to my test\group.
    (Actually I removed all permissions of my user group at Site Collection level. It seem my group has inherited permission from Web Application level, is that correct? )
    *** iii. Create a new list item and workflow runs ……. ***
    ==> My question is:
    1. Why I cannot assign permission to my users group - "test\group" -
     at "Web Application" level? Instead I have to assign permission policy for each users, one by one?
    2. Could you please let me know how to collect full detail error message of workflow status?
    Thank you very much! Have a nice weekend.

    Thank you for your very detail response.
    Point 1: Yes my 2 service: user profile & profile sync service are running. I performed "full synchronization" as well. Actually i've tried 3 another action plans before coming up with the solution i posted:
    *** Actions completed ***
    1. Activate the feature: workflow can use app permissions.
    Site actions > Site Settings > Site features >activate the feature below:
     Workflows can use app permissions
    2.
    Refresh trusted security token services metadata feed
    Get-SPTimerJob
    "RefreshMetadataFeed"
    | Start-SPTimerJob
    - then restart the machine.
    3. Start full user profile synchronization.
    Point 2:
    - Yes my user had Edit permission at workflow task list + list affected by workflow.
    I have just remove all permissions of my user at "Site Collection" level. However, when i show my user permissions at my workflow task list and my users still have "Edit" Permission ( assigned at Web Application level. These permissions
    still exist even after my workflow task list stop inheriting permission).
    ==> the problems probably belongs to "permission" at "Site Collection level". It seems "permission level at my Site Collection does not work". All users accounts are also suffer from the same issues except farm admin account
    ( which has full control at Web Application level).
    I would appreciate if your guys can guide me how to make "permission" at my "Site Collection level" work again?
    Thank you very much.

  • Error Installing SQL Server Express 2008: '' is not a valid login or you do not have permission.

    I have tried installing SQL Server 2008 multiple times on my machine, and I always receive this error about 3/4 of the way through: '' is not a valid login or you do not have permission.
    I have tried installing both SQL Server Express 2008 with Tools and SQL Server Express 2008 with Advanced Services, and they both fail the same way. I am trying to do a new stand-alone installation.
    I'm running Windows XP Home Edition SP3.
    Looking into the error, some forums say I have to install it from THE Administrator account, and not an account with administrator permissions; it also cannot be in Safe Mode, because then the Windows Installer won't work. Unfortunately, I haven't been able to login to the Administrator account. I can go to the home login screen, do ctrl+alt+del twice, and attempt to login to the Administrator account, but I receive this error: Unable to Log You on because of an Account Restriction.
    Other forums say that in the Server Configuration section, all you have to do is provide the username and a strong password from an administrative account on the computer, and it doesn't have to be THE Administrator. Well, I did that, but for some reason it doesn't recognize my username and password, it says something like "The credentials you provided for the SQL Server Agent are invalid". BUT THOSE ARE THE CORRECT CREDENTIALS FOR MY ADMINISTRATIVE USER! So I'm forced to use one of the accounts without a password, like NT AUTHORITY\SYSTEM. That's the only way I can get past this step.
    Also, just FYI, on the next step, which is Database Engine Configuration, I am using Mixed Mode for the Security Mode. I AGAIN provide a password, and then add my current user (who IS an administrator on my machine!) to the SQL Server Administrators box.
    But yet, it fails every single time.
    This is pathetic and ridiculous. I must have tried to install this thing 15 times, that is not an exaggeration. I'm posting this on several other forums as well, maybe an MVP or Bill Gates himself can help me.
    I have one of the log files from a failed installation. If someone would like to see it, I will post it.

     Papy Normand wrote:
    Hello,
    Please, could you have a look on the excellent answer of Mike Wachal you will find here :
    http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=4160294&SiteID=1
    Don't hesitate to post again for more help or explanations
    Have a nice day
    PS : if you are talking about the Sql Server Agent Service, it is disabled for Sql Server Express. It is enabled only for the Workgroup/Standard/Dev and Entreprise Editions
    Sorry, but I've tried the suggestion in that link, and it hasn't helped me.
    For anyone wonder, the link is talking about the problem in Server Configuration where I enter my Windows user account and password (which is in the Administrative group), but it says the credentials are invalid.  The link suggests that you need to either enter your Windows account (which I did, and it wouldn't let me go to the next step), or to use one of the built in accounts (which I also tried, but it gave me the " '' is not a valid login" error during the installation).
    Any other ideas?
    I haven't had any answers from any other forums either, so I'll just post my log file in case anyone wants to look at this:
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Exit code (Decimal):           -2068643839
      Exit facility code:            1203
      Exit error code:               1
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Start time:                    2008-11-17 11:13:47
      End time:                      2008-11-17 12:17:25
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20081117_110917\Detail.txt
      Exception help link:           http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.0.1600.22%26EvtType%3d0xBE029E38%400x12C2466D
    Machine Properties:
      Machine name:                  STEVEN
      Machine processor count:       2
      OS version:                    Windows XP
      OS service pack:               Service Pack 3
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x86
      Process architecture:          32 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                                  Language             Edition              Version         Clustered
    Package properties:
      Description:                   SQL Server Database Services 2008
      SQLProductFamilyCode:          {628F8F38-600E-493D-9946-F4178F20A8A9}
      ProductName:                   SQL2008
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         D:\x86\setup\
      Installation edition:          DEVELOPER
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      False
      AGTSVCACCOUNT:                 NT AUTHORITY\SYSTEM
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Config
      ASDATADIR:                     C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  NT AUTHORITY\SYSTEM
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            STEVEN\Steven
      ASTEMPDIR:                     C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20081117_110917\ConfigurationFile.ini
      ENABLERANU:                    False
      ERRORREPORTING:                False
      FEATURES:                      SQLENGINE,REPLICATION,FULLTEXT,AS,RS,BIDS,CONN,IS,BC,SDK,BOL,SSMS,ADV_SSMS,SNAC_SDK,OCS
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT AUTHORITY\LOCAL SERVICE
      FTSVCPASSWORD:                 *****
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    MSSQLSERVER
      INSTANCENAME:                  MSSQLSERVER
      ISSVCACCOUNT:                  NT AUTHORITY\SYSTEM
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      MEDIASOURCE:                   D:\
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      RSINSTALLMODE:                 DefaultNativeMode
      RSSVCACCOUNT:                  NT AUTHORITY\SYSTEM
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT AUTHORITY\SYSTEM
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           STEVEN\Steven
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    0
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20081117_110917\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0x12C2466D
      Configuration error description: '' is not a valid login or you do not have permission.
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20081117_110917\Detail.txt
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0x12C2466D
      Configuration error description: '' is not a valid login or you do not have permission.
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20081117_110917\Detail.txt
      Feature:                       Full-Text Search
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0x12C2466D
      Configuration error description: '' is not a valid login or you do not have permission.
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20081117_110917\Detail.txt
      Feature:                       Analysis Services
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Reporting Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0x12C2466D
      Configuration error description: '' is not a valid login or you do not have permission.
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20081117_110917\Detail.txt
      Feature:                       Integration Services
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Client Tools Connectivity
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Management Tools - Complete
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Management Tools - Basic
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Client Tools SDK
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Client Tools Backwards Compatibility
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Business Intelligence Development Studio
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Server Books Online
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Microsoft Sync Framework
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20081117_110917\SystemConfigurationCheck_Report.htm

  • Error when opening indd-file: Either the file does not exist, you do not have permission, or the...

    Hi! I'm having trouble opening a indd-file. It was sent to me as a zip-fil along with the used fonts and links. When I try to open the file, I'm getting this error: "Either the file does not exist, you do not have permission, or the file may be in use by another application". I've tried to look up this error both here in these forums and through google, but can't find a similar case. Hope someone can help me with this. Please let me know if you need more information/details, and I'll provide. Thanks!

    function(){return A.apply(null,[this].concat($A(arguments)))}
    I'm suspecting it to come from a mac user, if that could influence the case...
    It does come from a Mac, as is proven by the fonts, which are of no use on my Windows machine, but that doesn't prevent my CS4 to open it without any problem. It seems to me it's a perfectly regular CS2 file.
    Just for cheers I set the file to Read-only, but my InDesign opens it regardless (again as a copy, because it's a "converted" file).
    Could it be something in your environment? No network read/write privileges, insufficient free hard disk space, stuff like that?

  • Active Directory domain Services – "You do not have permission to modify the group" followed by (Chinese or Japanese characters). Error message

    Folks:
    I am having an issue with a system, which is throwing a really odd error message. When the user tries to modify the AD group, they receive the following error message:
    “You do not have permission to modify the group”, which is then followed by what appears to be Chinese or Japanese characters. In addition, the characters
    randomly change, which makes me believe the characters are ASCII values or equivalent, not specific values for any coherent words provided by installed language packages.
    Has anyone seen this issue before? If so can you offer any advice?
    Thank you.

    Hi,
    This issue can be caused due to the permissions under Security tab are modified incorrectly.
    Please use delete control wizard to reassign the permissions or correct the permissions under Security tab manually.
    For more information, please refer to the following Microsoft articles:
    Delegate Control of an Organizational Unit
    http://technet.microsoft.com/en-us/library/cc732524.aspx
    Delegate Control Wizard Cannot Be Used to Remove Groups or Users
    http://support.microsoft.com/kb/229873
    Regards,
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
    Which attributes should be checked to grant user permissions to Add users to Members Of option?
    Thanks.

  • ERROR: You do not have enough privileges to add this item.

    On any new web App Items , or any new Web Apps created getting the message when attempting to do update (logged in as user and can access the item in edit)
    ERROR: You do not have enough privileges to add this item.
    The same user id can do updates to other web app web app items that already exist, the user is assigned and can login and select edit and add the content , but submit the web app item update results in succfull update.
    What does the message ERROR: You do not have enough privileges to add this item specifically indicate when the user is
    assigned to the web app / web app item,
    web app is designated as edit enabled for assigned user
    item is active and
    can update other web apps and can login to the web app in question but
    can not update newly created items without the message.
    Appears to me any web app that is new or modified is getting the error, existing ones are ok.
    (happens on different browsers, cache cleared, logins not remembered, manual login actioned)

    Hi,
    I've checked your site users and it show each having full administrative permissions. 
    Unfortunately I'm not sure why this error would prompt otherwise.  Please reach our direct chat support to help investigate this further if the error continues. 
    Kind regards,
    -Sidney

  • CMDTUX_CAT:4382: ERROR: You do not have a valid SDK license.

    Today, I installed the Tuxedo 10.0 64-bit file on a Solaris 9 box, and got error "You do not have a valid SDK license" when used buildserver after setup. The license key file which was downloaded from this site (http://commerce.bea.com/showproduct.jsp?family=TUX&major=10&minor=0) contains the line "TYPE=RTK", and that doesn't seem to be a right type for a developer license.
    Curently, is there any other web site that will provide a developer license file for Tuxedo 10 ?
    Advice is appreciated.

    I went to the edelivery site and downloaded the SDK license, the Tuxedo 10 installation is running ok now.
    Wayne, thank you for the advice.

  • "There was a problem downloading app.  You do not have access privileges for this operation." ?

    I am trying to download free app updates using iTunes and I receive the following error:
    "There was a problem downloading NAME OF APP.  You do not have access privileges for this operation."
    These are just the free app updates.  I have no idea why this started to happen.  Any solutions?
    I have the most recent version of iTunes.  When I transfer purchases from my iPad and iPhone, it does copy over the apps, yet the apps still appear in the list of errors.  Any solutions?

    Thanks but it's still not working. Also every time I start iTunes it asks for my password. I also have my iTunes library on an external hard drive though iTunes 8 had none of these problems. Another problem I have is that the screensaver no longer sees my album artwork even though iTunes still displays it. Not sure if I should try moving my iTunes library back to my boot drive.

  • Windows Vista Bonjour error "You do not have sufficient access..."

    My Windows Vista laptop recognizes my HP PSC 1310 printer connected as a USB printer with Airport Extreme. It even has the correct driver. When i go to finish set up i get an error "You do not have sufficient access to your computer to connect to the selected printer". I am doing this as an admin on my PC. The printer works correctly on my Macbook. The guidance given by apple is no help at all. Any ideas?

    I experienced the same general problem and did find a manual workaround in my particular instance. Hopefully this is helpful to anyone who's facing the same situation.
    MY SETUP: installing a hp LaserJet 1012 that's tethered to a wireless Time Capsule (home network) on a virtual VISTA platform running within Parallels 4.0.3810 on an iMac OS 10.5.6.
    THE PROBLEM: WinXP (also virtual) connected to the printer through BONJOUR FOR WINDOWS without any problems. However, doing the same in Vista resulted in a last step termination of installation with the following message from Vista: "You do not have sufficient access to your computer to connect to the selected printer." Lovely.
    Turns out, according to Microsoft (link: support.microsoft.com/kb/946394/en-us Help and Support Article ID: 946394 - Last Review: January 24, 2008), the problems is due to "the Hewlett-Packard (HP) print driver uses an HPBmini.dll file ("HP Mini Installer") whose version is earlier than 1.0.0.13."
    My workaround was to simply install the network printer manually via ~ (the following are the choices that I clicked on in VISTA)
    Vista Control Panel > Hardware and Sound > Printers > Add a printer >
    Add a network, wireless or Bluetooth printer >
    The printer that I want isn't listed >
    Add a printer using a TCP/IP address or hostname >
    CHOOSE - Device type: Autodetect
    INPUT - Hostname or IP address: "Time-Capsule"
    (which is the specific hostname in my case, the hostname can be found by going to OS X System Preference > Print & Fax > click & highlight the printer installed on the local network in OS X and look for the hostname after "Location:". Remember, Windows do not do spaces, so if there are any spaces in your hostname be sure to substitute a dash "-".
    SELECT - "Query the printer and automatically select the driver to use" >
    Device Type > Standard | Generic Network Card > Install the printer driver* >
    (*Here's the tricky step, since you don't want to use an old driver which would bring up that old insufficient access message, but you do have some options:
    a) you have a known VISTA COMPATIBLE driver from the manufacturer (net downld);
    b) the "Add Printer Wizard" window may contain a driver for your specific printer or a similar printer. Also, try the "Windows Update" button to refresh the choices if you can't find it the first time; and finally,
    c)"Generic" is a legitimate choice in the Manufacturer window if you can't find any better options.)
    From there, it's just Next > Next > and choose to share printer, etc. to finish up.
    Luckily, I got through to "Print a test page" and it all works without the annoying "insufficient access" message.
    Best of luck to you.

Maybe you are looking for

  • Error while saving

    Hello Experts, I am facing an issue while saving a BO. We have a Z-BO which works very well in 4.0. We have upgraded to 7.0 and we are facing the issue while trying to save an entry from the list tile. The BO is configured as a child segment of BDOC

  • How to Import 3.0 application in APEX 3.2?

    How to Import 3.0 application in APEX 3.2? These two are on two different machines. It is not upgrade. Pls help.

  • Inconsistent mapping timings

    Hi all, We run mappings by calling the generated MAIN procedure from a driver PL/SQL package we built, dynamically constructing the MAIN signature call. And have been doing this successfully for hundreds of ETL mappings. Then we use the ALL_RT_AUDIT_

  • App to manage Music, Movies, Podcasts?

    I am looking for a simple app that runs on my Mac that allows me to create playlists of music, podcasts, and videos how I choose and have these playlist transfer to to my iPad and play. In other words iTunes 10 for the iPad!!

  • How do I convert a pdf to an excel file

    how do I convert a pdf to an excel file