Impersonation NT authority\IUSR insufficient permission

Can someone please help with this error.
EVENT LOG
Application
EVENT TYPE
Error
OPCODE
Info
SOURCE
Microsoft-SharePoint Products-SharePoint Foundation
CATEGORY
Database
EVENT ID
5214
USERNAME
NT AUTHORITY\IUSR
DATE / TIME
4/1/2015 4:25:57 PM
COMPUTERNAME 
ICBWFE
MESSAGE
Insufficient SQL database permissions for user 'Name: NT AUTHORITY\IUSR SID: NT AUTHORITY\IUSR ImpersonationLevel: Impersonation' in database 'SP_CONTENT_MySites' on SQL Server instance 'PRODSQLSPCONTENT'.
Additional error information from SQL Server is included below. The EXECUTE permission was denied on the object 'proc_GetTpWebMetaDataAndListMetaData', database 'SP_CONTENT_MySites', schema 'dbo'.
also, the "SQL Server instance 'PRODSQLSPCONTENT'" isn't even the name of our SQL server instance.

Hi,
From the error message, we can know that the user NT AUTHORITY\IUSR does not have EXECUTE permission on the object 'proc_GetTpWebMetaDataAndListMetaData' in the database 'SP_CONTENT_MySites'. So we need to grant the permission to
the user on the database server. Please follow the steps below.
In the database server, expand
SP_CONTENT_MySites database and navigate to
Programmability/Stored      Procedures/dbo.
proc_GetTpWebMetaDataAndListMetaData
using      SQL Server Management Studio.
Right click on the above stored procedure and select
Properties.     
On the popup screen, select Permissions on the left and click
Search      button.
On the new popup screen, click Search, type the user name in      the box/Check Names and click
OK.
Select Execute permissions.
Click OK again.
For your reference:
http://maiomardesouki.com/2012/09/12/686/
Thanks,
Lisa Chen
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • Insufficient SQL database permissions for user 'Name: NT AUTHORITY\IUSR SID: S-1-5-17...

    Hi,
    I have a customized SharePoint page that takes user input data, validate some of the data, then writes the data to a SharePoint list. If an exception occurs, it will write the error to the ULS.
    All was working well in the test environments.
    However, recently we noticed that in the QA environment, when it's trying to write to ULS, it causes another issue:
    Insufficient SQL database permissions for user 'Name: NT AUTHORITY\IUSR SID: S-1-5-17 ImpersonationLevel: Impersonation' in database 'SP_F1_Config' on SQL Server instance 'SQL01'. Additional error information from SQL Server is included below. The EXECUTE
    permission was denied on the object 'proc_putObjectTVP', database 'SP_F1_Config', schema 'dbo'.
    I've traced through the code and found that it fails on the line:
        SPDiagnosticsServiceBase.GetLocal<LoggerError>();
    where LoggerError is the logger class inheritng SPDiagnosticsServiceBase
    I have also googled around today, but the most positive solution provided
    on this page was to manually modify SQL object permission, which I believe we should not do, and would not be supported by Microsoft.
    So the questions are:
    Why is AUTHORITY\IUSER used for SPDiagnosticsServiceBase.GetLocal()? Should that account actually be allowed to access SharePoint databases? (This is an intranet environment and using claim based/Windows authentication, no no anonymous access would be allowed
    anyway).
    I've checked the Application Pool account permissions in SQL, comparing the environment that works and the one that doesn't work, and the permissions/roles/schemas look identical on server and database level. Where else can I check?
    On the environment that works, I logged on as SharePoint administrator, created a new SharePoint Visual Web Part solution in Visual Studio, just to test writing to ULS. Then I press F5 in Visual Studio to debug it. It also has the same problem.
    It just seems like somehow the user's identity (or whatever the identity SharePoint required) was not passed to SPDiagnosticsServiceBase.
    Any suggestions, or even better, solutions would be really really much appreciated!

    Hi,
    Thanks for your sharing, it will be userful to the people who stuck with the same issue.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Insufficient permission for xelsysadm in OIM 11g

    Hello experts,
    Suddenly we are getting the below exception while trying to register plugin using 'xelsysadm'. Also we couldn't able to login to design console.
    But we could able to login to OIM admin console using this xelsysadm user.
    We have an integrated environment with OAM and OID/OVD enabled with Ldap synch.
    [java] Java Result: 1
    [echo] java.lang.reflect.InvocationTargetException
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces sorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet hodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at oracle.iam.platform.OIMClient.loginSessionCreated(OIMClient.j ava:209)
    [echo] at oracle.iam.platform.OIMClient.login(OIMClient.java:136)
    [echo] at oracle.iam.platform.OIMClient.login(OIMClient.java:114)
    [echo] at oracle.iam.platformservice.utils.PluginUtility.main(PluginUti lity.java:125)
    [echo] Caused by: javax.ejb.EJBAccessException: [EJB:010160]Security Violat ion: User: 'xelsysadm' has insufficient permission to access EJB: type=<ejb>, ap plication=oim#11.1.1.3.0, module=iam-ejb.jar, ejb=ClientLoginSessionService, met hod=loginSessionCreatedx, methodInterface=Remote, signature={java.lang.String,ja                                              va.lang.String}.
    [echo] at weblogic.ejb.container.internal.MethodDescriptor.checkMethodP ermissionsBusiness(MethodDescriptor.java:581)
    [echo] at weblogic.ejb.container.internal.BaseRemoteObject.checkMethodP ermissions(BaseRemoteObject.java:111)
    [echo] at weblogic.ejb.container.internal.BaseRemoteObject.preInvoke(Ba seRemoteObject.java:274)
    [echo] at weblogic.ejb.container.internal.StatelessRemoteObject.__WL_pr eInvoke(StatelessRemoteObject.java:41)
    [echo] at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.in voke(SessionRemoteMethodInvoker.java:24)
    [echo] at oracle.iam.platformservice.api.ClientLoginSessionService_1nfa fx_ClientLoginSessionServiceRemoteImpl.loginSessionCreatedx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.ClientLoginSessionService_1nfa fx_ClientLoginSessionServiceRemoteImpl_WLSkel.invoke(Unknown Source)
    [echo] at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.ja va:668)
    [echo] at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableS erverRef.java:230)
    [echo] at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteReq uest.java:118)
    [echo] at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    [echo] at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    [echo] Feb 23, 2012 10:58:20 AM PluginUtility main
    [echo] SEVERE: Exception occured {0}
    [echo] javax.ejb.EJBAccessException: [EJB:010160]Security Violation: User: 'xelsysadm' has insufficient permission to access EJB: type=<ejb>, application=o im#11.1.1.3.0, module=iam-ejb.jar, ejb=PlatformService, method=registerPluginx, methodInterface=Remote, signature={byte[],java.lang.String}.
    [echo] at weblogic.ejb.container.internal.MethodDescriptor.checkMethodP ermissionsBusiness(MethodDescriptor.java:581)
    [echo] at weblogic.ejb.container.internal.BaseRemoteObject.checkMethodP ermissions(BaseRemoteObject.java:111)
    [echo] at weblogic.ejb.container.internal.BaseRemoteObject.preInvoke(Ba seRemoteObject.java:274)
    [echo] at weblogic.ejb.container.internal.StatelessRemoteObject.__WL_pr eInvoke(StatelessRemoteObject.java:41)
    [echo] at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.in voke(SessionRemoteMethodInvoker.java:24)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_Platfor mServiceRemoteImpl.registerPluginx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_Platfor mServiceRemoteImpl_WLSkel.invoke(Unknown Source)
    [echo] at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.ja va:668)
    [echo] at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableS erverRef.java:230)
    [echo] at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteReq uest.java:118)
    [echo] at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    [echo] at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    [echo] Feb 23, 2012 10:58:20 AM PluginUtility main
    [echo] SEVERE: Exception occured {0}
    [echo] javax.ejb.EJBAccessException: [EJB:010160]Security Violation: User: 'xelsysadm' has insufficient permission to access EJB: type=<ejb>, application=o im#11.1.1.3.0, module=iam-ejb.jar, ejb=PlatformService, method=registerPluginx, methodInterface=Remote, signature={byte[],java.lang.String}.
    [echo] at weblogic.ejb.container.internal.MethodDescriptor.checkMethodP ermissionsBusiness(MethodDescriptor.java:581)
    [echo] at weblogic.ejb.container.internal.BaseRemoteObject.checkMethodP ermissions(BaseRemoteObject.java:111)
    [echo] at weblogic.ejb.container.internal.BaseRemoteObject.preInvoke(Ba seRemoteObject.java:274)
    [echo] at weblogic.ejb.container.internal.StatelessRemoteObject.__WL_pr eInvoke(StatelessRemoteObject.java:41)
    [echo] at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.in voke(SessionRemoteMethodInvoker.java:24)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_Platfor mServiceRemoteImpl.registerPluginx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_Platfor mServiceRemoteImpl_WLSkel.invoke(Unknown Source)
    [echo] at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.ja va:668)
    [echo] at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableS erverRef.java:230)
    [echo] at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteReq uest.java:118)
    [echo] at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    [echo] at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    [echo] Exception in thread "Main Thread" javax.ejb.EJBAccessException: [EJB                                              :010160]Security Violation: User: 'xelsysadm' has insufficient permission to acc ess EJB: type=<ejb>, application=oim#11.1.1.3.0, module=iam-ejb.jar, ejb=Platfor mService, method=registerPluginx, methodInterface=Remote, signature={byte[],java .lang.String}.
    [echo] at weblogic.ejb.container.internal.MethodDescriptor.checkMethodP ermissionsBusiness(MethodDescriptor.java:581)
    [echo] at weblogic.ejb.container.internal.BaseRemoteObject.checkMethodP ermissions(BaseRemoteObject.java:111)
    [echo] at weblogic.ejb.container.internal.BaseRemoteObject.preInvoke(Ba seRemoteObject.java:274)
    [echo] at weblogic.ejb.container.internal.StatelessRemoteObject.__WL_pr eInvoke(StatelessRemoteObject.java:41)
    [echo] at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.in voke(SessionRemoteMethodInvoker.java:24)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_Platfor mServiceRemoteImpl.registerPluginx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_Platfor mServiceRemoteImpl_WLSkel.invoke(Unknown Source)
    [echo] at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.ja va:668)
    [echo] at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableS erverRef.java:230)
    [echo] at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteReq uest.java:118)
    [echo] at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    [echo] at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    [echo] Error in registering the plugin. [EJB:010160]Security Violation: Use r: 'xelsysadm' has insufficient permission to access EJB: type=<ejb>, applicatio n=oim#11.1.1.3.0, module=iam-ejb.jar, ejb=PlatformService, method=registerPlugin x, methodInterface=Remote, signature={byte[],java.lang.String}.
    [echo] Error occured during the use of plugin registering utility. [EJB:010                                              160]Security Violation: User: 'xelsysadm' has insufficient permission to access EJB: type=<ejb>, application=oim#11.1.1.3.0, module=iam-ejb.jar, ejb=PlatformSer vice, method=registerPluginx, methodInterface=Remote, signature={byte[],java.lan g.String}.
    ########################################################################

    You should check the groups that Xelsysadm is part of and the permissions. Maybe could exist a conflict between those. Try to test Xelsysadm as part of SYS ADMIN only. If it is already only part of this group, try to check those permissions.
    Long time ago, I saw one metalink note that talk about this behavior in 9.1.0.2 not 11G, but it should help as well: '"Security Violation: User: '' has insufficient permission" In OIM Logs [ID 1219144.1]' . It seems to be the same situation.
    I hope this helps,
    Thiago leoncio

  • Error: Insufficient permission on the folder in which the format is to be s

    Hi Experts,
    I have two users A and B. Now A is sharing a OLAP worksheet with B and getting following error.
    oracle.dss.d4o.common.D4OException: D4O-1209 Insufficient permission on the folder in which the format is to be saved.
    oracle.dss.bicontext.BINoPermissionException: BIB-14102 User lacks sufficient privileges to perform this operation.
    oracle.dss.bicontext.BINoPermissionException: BIB-14695 Insufficient privileges for folder.
    The worksheet has a calculated member which is also shared. B has access to the shared folder of A. Is there anything which I missed?
    If I do not include the shared member in the worksheet and share the worksheet and member then B can open the worksheet and can edit the worksheet to include the calc member.
    Any help is appreciated.
    Thanks
    Brijesh

    Issue resolved.
    Thanks
    Brijesh

  • Search Usage Report nt authority\iusr

    Hi,
    There seems to be some nt authority\iusr process account that is being tagged instead of a regular user account to search for  terms in our search application. The search usage log has many entries on this account name along with the other accounts.
    Is this a usual behavior. Any idea why and when this account is being used?

    Starting in IIS7, IUSR is the account IIS uses for anonymous users.
    Does your site allow anonymous access?
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

  • BCS - Message from External System : 'Login failed for user 'NT AUTHORITY\IUSR'.'.

    Hello,
     I have create a an external content type .
     I Choose "Connect with user's Identity".
     I create a external list that uses the ExternalContentType.
     When I try open the external list from browser by User "TestUser" . I get the following error "Message from External System : 'Login failed for user 'NT AUTHORITY\IUSR'.'"
       My Question :
           I need to know why pass the credential "NT AUTHORITY\IUSR" to connect to the data base not the
            current log in"TestUser" ?  How Can I solve it ?
            Thanks
             Hema
    ASk

    Hi,
    did you configure Kerberos delegation?
    NTLM fails when you try to open external list from client computer, because SharePoint cannot pass user's identity - "Double Hop" issue.
    Take a look at confguring Kerberos for SharePoint 2010 white paper
    Download Configuring Kerberos Authentication for Microsoft SharePoint 2010 Products from Official Microsoft Download Center
    http://www.microsoft.com/en-us/download/details.aspx?id=23176
    Robi MCT Kompas Xnet d.o.o. Ljubljana | blog: http://xblogs.kompas-xnet.si | website: http://www.kompas-xnet.si
    Slovenia
    Please vote if you find reply useful or mark it as answer.
    Thank you

  • Insufficient Permission

    What would cause this prompt:
    Insufficient permission to encode file:/Volumes/Brittany/US DVDs/age of reason 1642-1800/05organization.mov
    Hmm?

    My bad, I knew after I sent the message that it was pretty vague, guess I was just frustrated... Here is what is going on.
    We subscribe to an educational video service. We can search this database of educational videos, download them and then deliver to students in different ways. One is to burn to a dvd for the teacher. I have been doing this for a few months, no problem. All of a sudden I am getting this permission thing with DVDSP. Here is what I do.
    1. Download the clips as asf files. (windows media)
    2. Using QT Pro, save as .mov files
    3. Build my dvd using DVDSP, linking to the .mov files.
    4. When I build the DVD, I get the prompt about permission.
    5. IT doesn't happen all the time.
    6. I contacted their tech support, they said they are unfamiliar with the problem, here is what they said:
    I'm sorry to hear that your experiencing problems burning content to a DVD.
    I am unfamiliar with this issue and that particular software. Checking the box when you first created your account you accepted our terms of agreement. With that acceptance we give full access to our content.
    7. So, we have full access.
    8. I am thinking this is a OSX permissions thing?
    Hope this gives a bit more detail.
    Thanks for anything that you can do.
    Jeff

  • Document has insufficient permission?

    just downloaded the trial and trying to convert pdf to a word doc.  getting error document has insufficient permission--what does this mean?

    Check to see if security is set or the PDF is a PDF/A or PDF/X file.

  • Insufficient permission (software update)

    whenever i download software update and reach 20mb suddenly it'll say insufficient permission. i need to update my phone i cant download the update service help please
    Solved!
    Go to Solution.

    you have too many apps (internal storage) for you to be able to update apps or install more you have to delete unwanted/unused apps
    Don't forget to mark the Correct Answers & Helpful Answers
    unrelated topic, if you have some time please check this thread
    http://talk.sonymobile.com/message/244522#244522
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Insufficient permission to access server ActivePortal

    I keep seeing this on and off on our servers, but cannot find a reason.
    it pops up 3 -4 times and then I don't see it for weeks.
    Anybody has any guess for me to hunt it down??
    2008-10-01 03:25:39,649 [ServletExec: request: time=1222831539649, uri=/Lighthammer/Illuminator] ERROR  ErrorHandler - Insufficient permission to access server ActivePortal
    com.lighthammer.Illuminator.logging.LHException: Insufficient permission to access server ActivePortal
    Thanks
    Andy

    Andy,
    Well, the error itself simply means that someone tried to run a query against the ActivePortal, but does not belong to a Role that is mapped to this data source.
    A before B, C, D, so perhaps this data server is first in your list when you do:  "/Lighthammer/Illuminator?Service=SystemInfo&Mode=ServerList"
    If someone went into the TemplateEditor and selected this in the list it would run a ModeList query to populate the choices, which would constitue a query, and therefore the no permission error.
    If would also happen if you've enabled the Metric\Alert Services section in your menu by mapping Role(s) to this service, then someone clicked on one of the web pages that uses "ActivePortal" behind an iGrid/iBrowser applet.
    If you add the 'Everyone' Role to this Data Server the error should go away, but if you are really adventurous, then with the General Log set to 'Informational' you should see user session information in the same section as the fatal error.
    Regards,
    Jeremy

  • Time Machine transfer to new disk insufficient permission messages

    I am trying to transfer my Time Machine backup to a new drive.  I followed the instructions found on Apple support, but keep getting permission error messages while it is "Preparing to copy "Backups.backupdb" to the new drive.  Any help greatly appreciated!!

    Try using Applications/Utilities/Disk Utility/Restore. Note the warning that it will reformat the drive.

  • Insufficient Permission When Creating Standby

    I have a remote server which I believe I have prepped appropriately. I have installed grid infrastructure /w ASM, and database software. I have created a virtually blank initMyDB.ora file with a single parameter (db_name) as per docs. I start that skeletal database instance in NOMOUNT mode.
    I go to RMAN and try to connect to the primary as SYS. It connects easily.
    I try to connect to the local instance as SYS. It gives me the "ora-01031 insufficient privileges" error.
    I can, of course, log into +ASM and change the SYS password/change permissions/etc, but I cannot log into the skeletal instance and do anything to SYS as the db is in NOMOUNT mode.
    I'm a Data Guard newcomer, so what am I doing wrong? DB is 11r2 and OS is RHEL 5.
    Thanks

    893968 wrote:
    I have a remote server which I believe I have prepped appropriately. I have installed grid infrastructure /w ASM, and database software. I have created a virtually blank initMyDB.ora file with a single parameter (db_name) as per docs. I start that skeletal database instance in NOMOUNT mode.
    I go to RMAN and try to connect to the primary as SYS. It connects easily.
    I try to connect to the local instance as SYS. It gives me the "ora-01031 insufficient privileges" error.
    I can, of course, log into +ASM and change the SYS password/change permissions/etc, but I cannot log into the skeletal instance and do anything to SYS as the db is in NOMOUNT mode.
    I'm a Data Guard newcomer, so what am I doing wrong? DB is 11r2 and OS is RHEL 5.
    ThanksHi,
    In a Data Guard configuration, all physical and snapshot standby databases must use a copy of the password file from the primary database,
    and that copy must be refreshed whenever the SYSOPER or SYSDBA privilege is granted or revoked,
    and after the password of any user with these privileges is changed.
    Regards
    Mahir M. Quluzade

  • Vmware server: revert - vmdb failure insufficient permission

    quick question to people running vmware-server. I installed it from AUR. It works fine except for Revert (Snapshot works or to be more precise it gives no error).
    vmware gui gives me two pop-up windows with the following error messages as soon as I press the "Revert" button:
    - vmdb failure
    - insufficient permissions
    I found following messages in:
    /var/log/vmware/vmware-servers.log
    Dec 26 18:24:11: app| SP: Retrieved username: waldek
    Dec 26 18:24:12: app| OvlHostStartIo: errno 104
    Dec 26 18:24:12: app| vmdbPipe_Streams: Couldn't read
    Dec 26 18:24:12: app| VMServerd IPC closed the connection with thread /home/VMs/Arch-Voodoo/Arch-Voodoo.vmx (0x831b218)
    Dec 26 18:24:12: app| Lost connection to /home/VMs/Arch-Voodoo/Arch-Voodoo.vmx (/home/VMs/Arch-Voodoo/Arch-Voodoo.vmx) unexpectedly.
    Dec 26 18:24:12: app| VM suddenly changed state: poweredOff.
    Dec 26 18:24:12: app| VMDB OP FAIL:
    Dec 26 18:24:12: app| Backtrace:
    Dec 26 18:24:12: app| Backtrace[0] 0xbf9cb9c8 eip 0x807a71e
    Dec 26 18:24:12: app| Backtrace[1] 0xbf9cbd08 eip 0x812394e
    Dec 26 18:24:12: app| Backtrace[2] 0xbf9cc098 eip 0x81d55c0
    Dec 26 18:24:12: app| Backtrace[3] 0xbf9cc0a8 eip 0x81cb996
    Dec 26 18:24:12: app| Backtrace[4] 0xbf9cc248 eip 0x8122eba
    Dec 26 18:24:12: app| Backtrace[5] 0xbf9cc2a8 eip 0x813a819
    Dec 26 18:24:12: app| Backtrace[6] 0xbf9cc2c8 eip 0x80e3227
    Dec 26 18:24:12: app| Backtrace[7] 0xbf9cc2f8 eip 0x80e31a8
    Dec 26 18:24:12: app| Backtrace[8] 0xbf9ccf68 eip 0x80e3423
    Dec 26 18:24:12: app| Backtrace[9] 0xbf9ccfa8 eip 0x80e28e8
    Dec 26 18:24:12: app| Backtrace[10] 0xbf9ccfc8 eip 0x80e29b8
    Dec 26 18:24:12: app| Backtrace[11] 0xbf9ccff8 eip 0x8079314
    Dec 26 18:24:12: app| Backtrace[12] 0xbf9cd018 eip 0x8078595
    Dec 26 18:24:12: app| Backtrace[13] 0xbf9cd078 eip 0xb7dfc7c8
    Dec 26 18:24:12: app| Backtrace[14] 00000000 eip 0x80783b1
    Dec 26 18:24:12: app| Vmdb_Unset failed: /vm/#d710dfecd02bffe0/vmx/chkptState/req/#74/ (Pipe connection has been broken)
    Dec 26 18:24:12: app| Removing from running vm list: /home/VMs/Arch-Voodoo/Arch-Voodoo.vmx
    Dec 26 18:24:12: app| VM suddenly changed state: poweredOff.
    Dec 26 18:24:12: app| VM suddenly changed state: poweredOff.
    Dec 26 18:24:12: app| VM suddenly changed state: poweredOff.
    Dec 26 18:24:12: app| SP: Retrieved username: waldek
    Dec 26 18:24:12: app| Error when reading from snhelper: Error:10:Insufficient permissions
    Dec 26 18:24:12: app| VMHSVMCbVmxChkptState failed: ret = VMDB failure
    Dec 26 18:24:12: app| SP: Retrieved username: waldek
    Dec 26 18:24:12: app| VM suddenly changed state: poweredOff.
    and in /tmp/vmware-waldek/ui*.log:
    Dec 26 18:24:11: vmui| SnapshotTree: Restoring snapshot 0
    Dec 26 18:24:11: vmui| Reverting to snapshot...
    Dec 26 18:24:12: vmui| Vmdb error -32 sending asynchronous update in VmdbCnxRecvStatus
    Dec 26 18:24:12: vmui| VmdbCnxRecvSection failed: STATUS (-32) Pipe: Read failed
    Dec 26 18:24:12: vmui| VmdbCnxRecvTuples got invalid remote path /vm/#d710dfecd02bffe0/mks/
    Dec 26 18:24:12: vmui| Vmdb_Unset failed: ../vmx/localMksOwner/ (Pipe: Read failed)
    Dec 26 18:24:12: vmui| VMNetCtlConstruct: no Network Names to list
    Dec 26 18:24:12: vmui| VMUIGtkVmdb_LoadDevice: unhandled device class scsiCtlr
    Dec 26 18:24:12: vmui| VMNetCtlConstruct: no Network Names to list
    Dec 26 18:24:12: vmui| VMUIGtkVmdb_LoadDevice: unhandled device class scsiCtlr
    Dec 26 18:24:12: vmui| VSlot_Call: object 0x918d3f0 has already been destroyed
    Dec 26 18:24:12: vmui| VSlot_Call: object 0xb36b758 has already been destroyed
    Dec 26 18:24:12: vmui| SnapshotTree: Restore failed: VMDB failure
    could anybody try taking a snapshot and then reverting? Don't do it on a machine you need!
    cheers
    waldek

    dninja wrote:
    Hi
    Don't know if you got this fixed but I just had the same error. A bit of googling found this:
    http://www.vmware.com/community/message … eID=375968
    which then led to max connection errors which was fixed by this:
    http://bbs.archlinux.org/viewtopic.php?id=34594
    All seems ok now.
    Your clues seems to have no sense for me.
    First link point to a problem with vmware and pam, second to some problems with syslog-ng.
    I don't know how it is relevant to problems with vmware's snapshot.
    Anyone has an idea? As I have the same problem as waldek_a

  • Sysinternals ProcDump Question

    I'm working on a Quickbooks issue and I require a little assistance. "Nearly" everytime the user attempts to print through Quickbooks it crashes. Everything else on this machine is running fine. I ran procdump 6 times while trying to print from
    different areas and consistently receive this output:
    ProcDump v7.1 - Writes process dump files
    Copyright (C) 2009-2014 Mark Russinovich
    Sysinternals - www.sysinternals.com
    With contributions from Andrew Richards
    Waiting for process named qbw32.exe...
    Process:               QBW32.EXE (8616)
    CPU threshold:         n/a
    Performance counter:   n/a
    Commit threshold:      n/a
    Threshold seconds:     10
    Hung window check:     Disabled
    Log debug strings:     Disabled
    Exception monitor:     Unhandled
    Exception filter:      *
    Terminate monitor:     Disabled
    Cloning type:          Disabled
    Concurrent limit:      n/a
    Avoid outage:          n/a
    Number of dumps:       1
    Dump folder:           C:\Andy's tools\
    Dump filename/mask:    PROCESSNAME_YYMMDD_HHMMSS
    Press Ctrl-C to end monitoring without terminating the process.
    CLR Version: v4.0.30319
    [11:29:32] Exception: E0434F4D.System.IO.FileNotFoundException ("Could not find file 'C:\ProgramData\Intuit\QuickBooks Enterprise Solutions 15.0\Components\messages\TrackingUploaderConfig.xml'.")
    [11:29:39] Exception: E0434F4D.System.IO.FileNotFoundException ("Could not load file or assembly 'LeftNavigationPane.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8244b228ecdaef5e' or one of its dependencies. The system cannot find the
    file specified.")
    [11:29:39] Exception: E0434F4D.System.IO.FileNotFoundException ("Could not find file 'C:\ProgramData\Intuit\QuickBooks Enterprise Solutions 15.0\Components\messages\QBAccessPointsConfig.mcm'.")
    [11:29:39] Exception: E0434F4D.System.Exception ("EventUploaderContext is not initialized")
    [11:29:40] Exception: E0434F4D.System.IO.FileNotFoundException ("Could not find file 'C:\ProgramData\Intuit\QuickBooks Enterprise Solutions 15.0\components\messages\FactsEngineConfig.xml'.")
    [11:29:40] Exception: E0434F4D.System.Reflection.TargetInvocationException ("Exception has been thrown by the target of an invocation.")
    [11:29:41] Exception: E0434F4D.System.Exception ("LibraryContext is not initialized")
    [11:30:02] Exception: E0434F4D.System.AccessViolationException ("Attempted to read or write protected memory. This is often an indication that other memory is corrupt.")
    [11:30:02] The process has exited.
    [11:30:02] Dump count not reached.
    What is the general feeling on something like this? I have already posted on the Quickbooks message board, but for some reason I think this message board will be of more help.

    Hi,
    11:27:54.3064738 w3wp.exe
    3160 CreateFile
    C:\INETPUB\WWWROOT\WSS\VIRTUALDIRECTORIES\{site}443\SITES\{SC}\STYLE LIBRARY\BRANDING\JS\BOOTSTRAP.MIN.JS
    PATH NOT FOUND Desired Access: Generic Read, Dis, Options: Sequential Access, No Buffering, Attributes: RE, ShareMode: Read, Write, Delete, AllocationSize: n/a, Impersonating: NT AUTHORITY\IUSR
    This bootstrap is usually for the CSS/ SharePoint styling. It may have some code to access this path. While I checked on my environment, it seems I am not seeing this actual path, and from my registry editor as well.
    Please have a check if it should have the same path at your environment. If not, I do believe some of the code are directing to the path, and since the path is not available, then the issue may appear.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Style library files give Path Not Found in Process Monitor (sysinternals)

    Hello,
    i have a question, i am using Process Monitor to diagnose SharePoint performance issues.
    I am getting a lot of the following types of messages
    11:27:54.3064738 w3wp.exe
    3160 CreateFile
    C:\INETPUB\WWWROOT\WSS\VIRTUALDIRECTORIES\{site}443\SITES\{SC}\STYLE LIBRARY\BRANDING\JS\BOOTSTRAP.MIN.JS
    PATH NOT FOUND Desired Access: Generic Read, Dis, Options: Sequential Access, No Buffering, Attributes: RE, ShareMode: Read, Write, Delete, AllocationSize: n/a, Impersonating: NT AUTHORITY\IUSR
    This only occurs with files stored in SharePoint (Style library/document libraries), i have seen this behavior on multiple servers so it appears to be working by design, does anyone have an explanation as to why this happens? is there also anyway to stop
    this happening?
    my concern is that this happens on every page load accumulating to a lot of wasted disk reads.
    Thanks for your time!
    Ben

    Hi,
    11:27:54.3064738 w3wp.exe
    3160 CreateFile
    C:\INETPUB\WWWROOT\WSS\VIRTUALDIRECTORIES\{site}443\SITES\{SC}\STYLE LIBRARY\BRANDING\JS\BOOTSTRAP.MIN.JS
    PATH NOT FOUND Desired Access: Generic Read, Dis, Options: Sequential Access, No Buffering, Attributes: RE, ShareMode: Read, Write, Delete, AllocationSize: n/a, Impersonating: NT AUTHORITY\IUSR
    This bootstrap is usually for the CSS/ SharePoint styling. It may have some code to access this path. While I checked on my environment, it seems I am not seeing this actual path, and from my registry editor as well.
    Please have a check if it should have the same path at your environment. If not, I do believe some of the code are directing to the path, and since the path is not available, then the issue may appear.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

Maybe you are looking for