Error when deleting files from pen drive

I have a Kingston 16 GB pen drive and everytime I drag a file from it to the trash appears the following message:
The operation can't be completed because an unexpected error occurred (error code -1407).
What this error means? How can I solve this?

I have a Kingston 16 GB pen drive and everytime I drag a file from it to the trash appears the following message:
The operation can't be completed because an unexpected error occurred (error code -1407).
What this error means? How can I solve this?

Similar Messages

  • Error when exporting file from LR5.2 - file created

    After updating to LR5.2, I receive an error when exporting files to another disk drive.  a file is created, but a warning appears "Unable to Export:  "An internal error has occurred: Win32 API error 2 ("The system cannot find the file specified.") when calling ShellExecuteExW from AgWorkspace.shellExecute".  I also have CC iunstalled for other applications, but originally installed LR5 as a standalone Adobe application.  I tried removing the program and reinstalling through CC, with no change in this behavior.

    The answer is in the thread:
    http://forums.adobe.com/thread/1303578?tstart=0

  • Error when deleting file: Could not find this item. This is no longer located in ...

    We are setting up a new Windows 2012 server. Users access this server using a 'terminal services'. We have mapped some folders from a legacy server (different domain). Using group policy preferences, we map this folder as a drive for a user.
    When user wants to delete some files, he get's the error: 'Could not find this item ..' The error is displayed to the user and it looks like the file can't be deleted. But when I press the F5 (refresh) button, the file is gone. My problem is very similar
    to a problem in the following post: http://social.technet.microsoft.com/Forums/windowsserver/en-US/042e747a-0e25-4190-b0a2-82f3e9635eb0/can-not-delete-file-error-is-could-not-find-this-item?forum=w7itprogeneral
    When I create 'txt' (or 'pdf', 'zip') file, i can delete it without the error. When I create 'xlsx', 'docx', 'pptx', 'bmp', 'jpg', I get the error.
    Does somebody have an idea, how can I fix the cause of this problem? (I can't tell to users to hit the F5 button everytime when they face this issue)
    Thank you for your help in advance!
    Juraj

    Hi,
    Please check if the problematic files’ filename ended with a dot. If so, you could refer to the article below to troubleshoot the issue:
    Solved: “Cannot read from the source file or disk”
    http://blog.dotsmart.net/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/
    Regards,
    Mandy
    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.

  • [Solved] Delete files from usb drive connected to wireless router

    Hello,
    I have a home network with Samba for file sharing.
    I have a Netgear router with a Western Digital 2TB external drive attached to the router.
    I installed Samba according to the arch wiki and everything works fine but I cannot delete or access some files from the shared USB drive.
    I access the file as follows:
    $ cd /mnt/smbnet/WORKGROUP/READYSHARE/USB_Storage/
    Here are the permissions:
    $ ls -l /mnt/smbnet
    total 0
    drwxrwxrwx 2 root root 0 Dec 31 1969 DEANSNETWORK
    drwxrwxrwx 2 root root 0 Dec 31 1969 MYGROUP
    drwxrwxrwx 2 root root 0 Dec 31 1969 WORKGROUP
    $ ls -l /mnt/smbnet/WORKGROUP/
    total 0
    lrwxrwxrwx 1 root root 13 Dec 31 1969 READYSHARE -> ../READYSHARE
    $ ls -l /mnt/smbnet/WORKGROUP/READYSHARE/
    total 0
    drwxrwxrwx 2 root root 0 Dec 31 1969 USB_Storage
    $ ls -l /mnt/smbnet/WORKGROUP/READYSHARE/USB_Storage/
    total 0
    drwxr-xr-x 2 edgar users 0 Jul 22 21:04 BACKUPS
    drwxr-xr-x 2 edgar users 0 Jul 15 10:43 WD
    $ ls -l /mnt/smbnet/WORKGROUP/READYSHARE/USB_Storage/BACKUPS/
    total 0
    drwxr-xr-x 2 edgar users 0 Jul 11 22:36 Laurie_Laptop
    drwxr-xr-x 2 edgar users 0 Jul 22 21:04 TRASH
    drwxr-xr-x 2 edgar users 0 Jul 12 09:50 Work_Laptop
    If I try to delete the BACKUPS directory, I get errors:
    $ rm -r BACKUPS/
    rm: cannot remove ‘BACKUPS/Laurie_Laptop’: Permission denied
    rm: cannot remove ‘BACKUPS/TRASH/Documents/C++Prog/2541/BibleTriviaTest’: Permission denied
    rm: cannot remove ‘BACKUPS/TRASH/Documents/C++Prog/2541/HouseTest’: Permission denied
    rm: cannot remove ‘BACKUPS/TRASH/Documents/C++Prog/Bitmanip’: Directory not empty
    rm: cannot remove ‘BACKUPS/TRASH/Documents/C++Prog/CurrentMusicPrograms/Musc110’: Directory not empty
    etc...
    Attempting to change the mode doesn't work:
    $ chmod 777 BACKUPS/
    [edgar@arch USB_Storage]$ ls -l
    total 0
    drwxr-xr-x 2 edgar users 0 Jul 22 21:04 BACKUPS
    drwxr-xr-x 2 edgar users 0 Jul 15 10:43 WD
    Thanks for any help you can provide.
    Last edited by mrgar (2014-07-24 02:11:56)

    Here is the output:
    $ mount | grep /mnt
    smbnetfs on /mnt/smbnet type fuse.smbnetfs (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
    The USB drive is Western Digital My Book 2 TB drive attached as a NAS to the router that shares it.  I installed Samba on the arch machine so I can access and backup various home computers onto the NAS.
    Here is some info I just found on the Western Digital Support site:
    The Western Digital units mentioned above use a proprietary file system and cannot be reformatted as FAT32, NTFS, or a Mac File System.
    The file system on the WD My Cloud EX2, WD My Cloud EX4, WD My Cloud, WD My Book Live, WD My Book Live Duo, WD ShareSpace, WD ShareSpace, WD TV Live Hub, My Net N900 Central, WD My Book World Edition, WD NetCenter hard drives support access from Windows, Mac and most Linux based computer systems through a SAMBA network sharing connection.
    I thought I would mention that I can access the NAS and write, read and execute from the drive.
    $ cd /mnt/smbnet/WORKGROUP/READYSHARE/USB_Storage/
    [edgar@arch USB_Storage]$ mkdir Test
    [edgar@arch USB_Storage]$ ls
    BACKUPS Test WD
    [edgar@arch USB_Storage]$ cd Test
    [edgar@arch Test]$ vim testfile.txt
    [edgar@arch Test]$ ls -l
    total 1
    -rwxr--r-- 1 edgar users 16 Jul 23 07:47 testfile.txt
    [edgar@arch Test]$ cat testfile.txt
    This is a test.
    [edgar@arch Test]$ rm testfile.txt
    [edgar@arch Test]$ cd ..
    [edgar@arch USB_Storage]$ rm -r Test/
    [edgar@arch USB_Storage]$ ls
    BACKUPS WD
    However I want to copy large files with cp -ruv from my arch machine to the NAS.
    This is where the trouble lies.  Thanks for your help.

  • Error when copying files from SSD to HD

    Build 9926 (clean install  not upgrade)
    When copying file (drag & drop) from either an SSD>> HD or HD>>SSD I get the below error.  This is definetly build specific and not hardware related.  I have re-installed 9926 from an MSDN ISO 3x with the same results.
    Both drives are local.  Both drives have been checked and are ok.
    Any ideas?

    Hi Dyamixx,
    Please consider to run process monitor to further look at this issue:
    Troubleshooting with Process Monitor
    After that, please upload the trace into OneDrive and then post the shared link here.
    Best regards
    Michael Shao
    TechNet Community Support

  • Error when attaching files from SharePoint library to an Outlook email?

    I've got a user who's reporting that recently she started getting en error whenever she tries to attach a file from a SharePoint library to an Outlook email.
    When she either drags from the library in Windows Explorer, she receives this:
    When uses Attach File via Outlook and navigates to the library, she receives this:
    If the file is checked out, or if require check out is disabled, then it attaches.
    Anyone know why this might have started happening?  I'm assured it has historically been working for the past couple years.
    Thanks in advance for any suggestions!
    :)Ben  

    Thanks for your reply:)!  Mine's below:
    > Whether other users meet this issue
      Yes, it's happening regardless of user.
    > Whether other files also have this issue when the user tries to attachment these files to outlook.
      Yes, it's happening regardless which file is tested.
    > Please check whether the problematic file was checked out by another user. And Please attach a file without Check-out to outlook, compare the result.
      It happens consistently when someone tries to attach a file that is
    not checked out.  If a file is checked out (regardless of who it's checked out to), then it attaches to an Outlook email without error.
    > In addition, please check ULS log file to check whether there are some errors about this issue. The path of the log file is: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS.
      Nothing jumped out in the logs.  I pasted them below FWIW, but nothing jumped out at me.
    Thanks again for any suggestions!
    :)Ben
    Timestamp Process TID Area Category EventID Level Message Correlation
    02/27/2015 10:27:50.93 wsstracing.exe (0x08BC) 0x11B8 SharePoint Foundation Tracing Controller Service 5152 Information Tracing Service started.
    02/27/2015 10:27:51.07 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/India/Lists/India%20Photos/Attachments/5/3130688354_1f9638d0c1_b.jpg))
    02/27/2015 10:27:51.07 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Locations/India/Lists/India%20Photos/Attachments/5/3130688354_1f9638d0c1_b.jpg) 712b2714-d9d6-47df-b722-100d85ee575e
    02/27/2015 10:27:51.07 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af71 Medium HTTP Request method: GET 712b2714-d9d6-47df-b722-100d85ee575e
    02/27/2015 10:27:51.07 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET 712b2714-d9d6-47df-b722-100d85ee575e
    02/27/2015 10:27:51.07 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Locations/India/Lists/India%20Photos/Attachments/5/3130688354_1f9638d0c1_b.jpg 712b2714-d9d6-47df-b722-100d85ee575e
    02/27/2015 10:27:51.07 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/India/Lists/India%20Photos/Attachments/5/3130688354_1f9638d0c1_b.jpg)). Execution Time=7.6251 712b2714-d9d6-47df-b722-100d85ee575e
    02/27/2015 10:27:51.26 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/VietNam/Lists/Vietnam%20Photos/Attachments/1/a.jpg))
    02/27/2015 10:27:51.26 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Locations/VietNam/Lists/Vietnam%20Photos/Attachments/1/a.jpg) 490f2046-a185-4b35-a2de-73b140b8f602
    02/27/2015 10:27:51.26 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af71 Medium HTTP Request method: GET 490f2046-a185-4b35-a2de-73b140b8f602
    02/27/2015 10:27:51.28 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af75 Medium Overridden HTTP request method: GET 490f2046-a185-4b35-a2de-73b140b8f602
    02/27/2015 10:27:51.28 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Locations/VietNam/Lists/Vietnam%20Photos/Attachments/1/a.jpg 490f2046-a185-4b35-a2de-73b140b8f602
    02/27/2015 10:27:51.29 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/VietNam/Lists/Vietnam%20Photos/Attachments/1/a.jpg)). Execution Time=19.0138 490f2046-a185-4b35-a2de-73b140b8f602
    02/27/2015 10:27:51.70 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx))
    02/27/2015 10:27:51.70 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx) b20b6de8-13d1-4d18-9cc7-af5fca987b37
    02/27/2015 10:27:51.70 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx)). Execution Time=0.9171 b20b6de8-13d1-4d18-9cc7-af5fca987b37
    02/27/2015 10:27:51.85 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Bangladesh/Lists/Bangladesh%20Photos/Attachments/6/IMG_1676.jpg))
    02/27/2015 10:27:51.85 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Bangladesh/Lists/Bangladesh%20Photos/Attachments/6/IMG_1676.jpg) cad18282-c3e3-4438-a6a0-d6e3ec8fe55e
    02/27/2015 10:27:51.85 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af71 Medium HTTP Request method: GET cad18282-c3e3-4438-a6a0-d6e3ec8fe55e
    02/27/2015 10:27:51.85 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET cad18282-c3e3-4438-a6a0-d6e3ec8fe55e
    02/27/2015 10:27:51.85 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Locations/Bangladesh/Lists/Bangladesh%20Photos/Attachments/6/IMG_1676.jpg cad18282-c3e3-4438-a6a0-d6e3ec8fe55e
    02/27/2015 10:27:51.85 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Bangladesh/Lists/Bangladesh%20Photos/Attachments/6/IMG_1676.jpg)). Execution Time=8.73 cad18282-c3e3-4438-a6a0-d6e3ec8fe55e
    02/27/2015 10:27:51.93 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx))
    02/27/2015 10:27:51.93 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx) d7862a07-2447-412b-9636-b9e5c9cbbd8c
    02/27/2015 10:27:51.93 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx)). Execution Time=1.7573 d7862a07-2447-412b-9636-b9e5c9cbbd8c
    02/27/2015 10:27:52.04 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx))
    02/27/2015 10:27:52.04 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx) 6657828b-c46f-4057-a196-d9b6c92f8563
    02/27/2015 10:27:52.14 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (GetFileAndMetaInfo). Execution Time=58.7597 6657828b-c46f-4057-a196-d9b6c92f8563
    02/27/2015 10:27:52.14 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (GetWebPartPageContent). Execution Time=59.4011 6657828b-c46f-4057-a196-d9b6c92f8563
    02/27/2015 10:27:52.14 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/ 6657828b-c46f-4057-a196-d9b6c92f8563
    02/27/2015 10:27:52.17 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx)). Execution Time=124.4297 6657828b-c46f-4057-a196-d9b6c92f8563
    02/27/2015 10:27:52.40 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (PROPFIND:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder))
    02/27/2015 10:27:52.40 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (PROPFIND:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder) a0783ff5-4675-4481-857b-472c609d5929
    02/27/2015 10:27:52.40 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af71 Medium HTTP Request method: PROPFIND a0783ff5-4675-4481-857b-472c609d5929
    02/27/2015 10:27:52.40 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af77 Medium HTTP request depth header: 0 a0783ff5-4675-4481-857b-472c609d5929
    02/27/2015 10:27:52.40 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af75 Medium Overridden HTTP request method: PROPFIND a0783ff5-4675-4481-857b-472c609d5929
    02/27/2015 10:27:52.40 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/New%20folder a0783ff5-4675-4481-857b-472c609d5929
    02/27/2015 10:27:52.40 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af76 Medium HTTP request translate header: f a0783ff5-4675-4481-857b-472c609d5929
    02/27/2015 10:27:52.42 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (PROPFIND:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder)). Execution Time=13.4056 a0783ff5-4675-4481-857b-472c609d5929
    02/27/2015 10:27:52.54 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/))
    02/27/2015 10:27:52.54 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/) 375eb954-11cc-49db-8fc8-7476a18301c8
    02/27/2015 10:27:52.56 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af71 Medium HTTP Request method: OPTIONS 375eb954-11cc-49db-8fc8-7476a18301c8
    02/27/2015 10:27:52.56 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af75 Medium Overridden HTTP request method: OPTIONS 375eb954-11cc-49db-8fc8-7476a18301c8
    02/27/2015 10:27:52.56 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/ 375eb954-11cc-49db-8fc8-7476a18301c8
    02/27/2015 10:27:52.56 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/)). Execution Time=5.5319 375eb954-11cc-49db-8fc8-7476a18301c8
    02/27/2015 10:27:52.57 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:https://my.sharepointurl.org:443/_vti_bin/shtml.dll/_vti_rpc))
    02/27/2015 10:27:52.57 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:https://my.sharepointurl.org:443/_vti_bin/shtml.dll/_vti_rpc) 7ead700f-27f9-4e29-8cb1-325e3933150b
    02/27/2015 10:27:52.57 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af71 Medium HTTP Request method: POST 7ead700f-27f9-4e29-8cb1-325e3933150b
    02/27/2015 10:27:52.57 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af75 Medium Overridden HTTP request method: POST 7ead700f-27f9-4e29-8cb1-325e3933150b
    02/27/2015 10:27:52.57 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af74 Medium HTTP request URL: /_vti_bin/shtml.dll/_vti_rpc 7ead700f-27f9-4e29-8cb1-325e3933150b
    02/27/2015 10:27:52.57 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General 72ng Medium RPC method = url to web url 7ead700f-27f9-4e29-8cb1-325e3933150b
    02/27/2015 10:27:52.59 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:https://my.sharepointurl.org:443/_vti_bin/shtml.dll/_vti_rpc)). Execution Time=8.7236 7ead700f-27f9-4e29-8cb1-325e3933150b
    02/27/2015 10:27:52.60 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (HEAD:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileSave&FileDialogFilterValue=*.*&location=Documents/New%20folder))
    02/27/2015 10:27:52.60 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (HEAD:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileSave&FileDialogFilterValue=*.*&location=Documents/New%20folder) a9987bbf-fde4-46f6-80a8-3b97c5f64244
    02/27/2015 10:27:52.60 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (HEAD:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileSave&FileDialogFilterValue=*.*&location=Documents/New%20folder)). Execution Time=1.9077 a9987bbf-fde4-46f6-80a8-3b97c5f64244
    02/27/2015 10:27:52.60 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (HEAD:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileSave&FileDialogFilterValue=*.*&location=Documents/New%20folder))
    02/27/2015 10:27:52.60 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (HEAD:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileSave&FileDialogFilterValue=*.*&location=Documents/New%20folder) e9dc78fe-cc27-498c-8f88-9b665ea58fe0
    02/27/2015 10:27:52.62 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af71 Medium HTTP Request method: HEAD e9dc78fe-cc27-498c-8f88-9b665ea58fe0
    02/27/2015 10:27:52.62 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af75 Medium Overridden HTTP request method: HEAD e9dc78fe-cc27-498c-8f88-9b665ea58fe0
    02/27/2015 10:27:52.62 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileSave&FileDialogFilterValue=*.*&location=Documents/New%20folder e9dc78fe-cc27-498c-8f88-9b665ea58fe0
    02/27/2015 10:27:52.65 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (HEAD:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileSave&FileDialogFilterValue=*.*&location=Documents/New%20folder)). Execution Time=36.0601 e9dc78fe-cc27-498c-8f88-9b665ea58fe0
    02/27/2015 10:27:52.65 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileOpen&FileDialogFilterValue=*.*&location=Documents%2FNew%20folder))
    02/27/2015 10:27:52.65 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileOpen&FileDialogFilterValue=*.*&location=Documents%2FNew%20folder) da6fcece-013e-42cf-b16e-4f7842e837c5
    02/27/2015 10:27:52.67 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General af71 Medium HTTP Request method: GET da6fcece-013e-42cf-b16e-4f7842e837c5
    02/27/2015 10:27:52.67 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET da6fcece-013e-42cf-b16e-4f7842e837c5
    02/27/2015 10:27:52.67 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileOpen&FileDialogFilterValue=*.*&location=Documents%2FNew%20folder da6fcece-013e-42cf-b16e-4f7842e837c5
    02/27/2015 10:27:52.67 OWSTIMER.EXE (0x0684) 0x17A8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Timer Job job-email-delivery) a2c2dd0e-f0b2-41d7-8735-b53f8b5c7a25
    02/27/2015 10:27:52.67 OWSTIMER.EXE (0x0684) 0x17A8 SharePoint Foundation E-Mail 6873 Warning An error occurred while processing the incoming e-mail file C:\inetpub\mailroot\Drop\caada12401d0529300000001.eml. The error was: Unknown alias: implementationlearningteam.. a2c2dd0e-f0b2-41d7-8735-b53f8b5c7a25
    02/27/2015 10:27:52.67 OWSTIMER.EXE (0x0684) 0x17A8 SharePoint Foundation E-Mail 6871 Information The Incoming E-Mail service has completed a batch. The elapsed time was 00:00:00. The service processed 1 message(s) in total. Errors occurred processing 1 message(s): Message ID: The following aliases were unknown: implementationlearningteam a2c2dd0e-f0b2-41d7-8735-b53f8b5c7a25
    02/27/2015 10:27:52.67 OWSTIMER.EXE (0x0684) 0x17A8 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Timer Job job-email-delivery). Execution Time=4.304 a2c2dd0e-f0b2-41d7-8735-b53f8b5c7a25
    02/27/2015 10:27:52.79 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20room%20photo.jpg))
    02/27/2015 10:27:52.79 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20room%20photo.jpg) 08c98511-73c6-42e5-a564-802876288d66
    02/27/2015 10:27:52.79 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af71 Medium HTTP Request method: GET 08c98511-73c6-42e5-a564-802876288d66
    02/27/2015 10:27:52.79 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET 08c98511-73c6-42e5-a564-802876288d66
    02/27/2015 10:27:52.79 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20room%20photo.jpg 08c98511-73c6-42e5-a564-802876288d66
    02/27/2015 10:27:52.81 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20room%20photo.jpg)). Execution Time=7.5187 08c98511-73c6-42e5-a564-802876288d66
    02/27/2015 10:27:52.90 w3wp.exe (0x17C0) 0x1B00 Document Management Server Document Management eub5 Medium ERFileDialogPostProcessor Render normal Open webview no MDN tree[NoSettings] for url: https://my.sharepointurl.org/Topics/SharePoint/Test Site/_vti_bin/owssvr.dll?dialogview=FileOpen&FileDialogFilterValue=*.*&location=Documents/New folder end da6fcece-013e-42cf-b16e-4f7842e837c5
    02/27/2015 10:27:52.92 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileOpen&FileDialogFilterValue=*.*&location=Documents%2FNew%20folder)). Execution Time=257.5603 da6fcece-013e-42cf-b16e-4f7842e837c5
    02/27/2015 10:27:52.98 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (PROPFIND:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder))
    02/27/2015 10:27:52.98 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (PROPFIND:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder) f9321424-9e76-4c13-b65e-4a2b5b9fbe81
    02/27/2015 10:27:52.98 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af71 Medium HTTP Request method: PROPFIND f9321424-9e76-4c13-b65e-4a2b5b9fbe81
    02/27/2015 10:27:52.98 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af77 Medium HTTP request depth header: 1 f9321424-9e76-4c13-b65e-4a2b5b9fbe81
    02/27/2015 10:27:52.98 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af75 Medium Overridden HTTP request method: PROPFIND f9321424-9e76-4c13-b65e-4a2b5b9fbe81
    02/27/2015 10:27:52.98 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/New%20folder f9321424-9e76-4c13-b65e-4a2b5b9fbe81
    02/27/2015 10:27:52.98 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af76 Medium HTTP request translate header: f f9321424-9e76-4c13-b65e-4a2b5b9fbe81
    02/27/2015 10:27:52.99 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (PROPFIND:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder)). Execution Time=15.2898 f9321424-9e76-4c13-b65e-4a2b5b9fbe81
    02/27/2015 10:27:53.73 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20-%20Ugly%20Sweater%20Contest1.jpg))
    02/27/2015 10:27:53.73 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20-%20Ugly%20Sweater%20Contest1.jpg) 07e17ab2-fbc4-4572-8294-63744f7760ab
    02/27/2015 10:27:53.73 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af71 Medium HTTP Request method: GET 07e17ab2-fbc4-4572-8294-63744f7760ab
    02/27/2015 10:27:53.73 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET 07e17ab2-fbc4-4572-8294-63744f7760ab
    02/27/2015 10:27:53.73 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20-%20Ugly%20Sweater%20Contest1.jpg 07e17ab2-fbc4-4572-8294-63744f7760ab
    02/27/2015 10:27:53.78 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20-%20Ugly%20Sweater%20Contest1.jpg)). Execution Time=37.8311 07e17ab2-fbc4-4572-8294-63744f7760ab
    02/27/2015 10:27:54.45 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Egypt/Lists/Egypt%20Photos/Attachments/11/ishare2.jpg))
    02/27/2015 10:27:54.45 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Egypt/Lists/Egypt%20Photos/Attachments/11/ishare2.jpg) 68302a72-b30c-4a2f-9ebe-a139409bba2b
    02/27/2015 10:27:54.45 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af71 Medium HTTP Request method: GET 68302a72-b30c-4a2f-9ebe-a139409bba2b
    02/27/2015 10:27:54.45 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET 68302a72-b30c-4a2f-9ebe-a139409bba2b
    02/27/2015 10:27:54.45 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Locations/Egypt/Lists/Egypt%20Photos/Attachments/11/ishare2.jpg 68302a72-b30c-4a2f-9ebe-a139409bba2b
    02/27/2015 10:27:54.45 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Egypt/Lists/Egypt%20Photos/Attachments/11/ishare2.jpg)). Execution Time=6.3367 68302a72-b30c-4a2f-9ebe-a139409bba2b
    02/27/2015 10:27:54.65 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/))
    02/27/2015 10:27:54.65 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/) 8edf7b11-1afd-426e-96d0-9c445adf7934
    02/27/2015 10:27:54.65 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/)). Execution Time=0.8285 8edf7b11-1afd-426e-96d0-9c445adf7934
    02/27/2015 10:27:54.65 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/))
    02/27/2015 10:27:54.65 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/) 3fb5ba44-985f-4822-8ef4-74da6b30b98b
    02/27/2015 10:27:54.67 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af71 Medium HTTP Request method: OPTIONS 3fb5ba44-985f-4822-8ef4-74da6b30b98b
    02/27/2015 10:27:54.67 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af75 Medium Overridden HTTP request method: OPTIONS 3fb5ba44-985f-4822-8ef4-74da6b30b98b
    02/27/2015 10:27:54.67 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/New%20folder/ 3fb5ba44-985f-4822-8ef4-74da6b30b98b
    02/27/2015 10:27:54.67 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/)). Execution Time=15.2583 3fb5ba44-985f-4822-8ef4-74da6b30b98b
    02/27/2015 10:27:54.68 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/))
    02/27/2015 10:27:54.68 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/) a00098cf-0d97-44a1-9d8f-515c2e0de479
    02/27/2015 10:27:54.68 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af71 Medium HTTP Request method: OPTIONS a00098cf-0d97-44a1-9d8f-515c2e0de479
    02/27/2015 10:27:54.68 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af75 Medium Overridden HTTP request method: OPTIONS a00098cf-0d97-44a1-9d8f-515c2e0de479
    02/27/2015 10:27:54.68 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/New%20folder/ a00098cf-0d97-44a1-9d8f-515c2e0de479
    02/27/2015 10:27:54.68 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/)). Execution Time=2.8446 a00098cf-0d97-44a1-9d8f-515c2e0de479
    02/27/2015 10:27:54.76 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/))
    02/27/2015 10:27:54.76 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/) c640cfbc-9255-4c71-b4b9-cd1f154a6663
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af71 Medium HTTP Request method: OPTIONS c640cfbc-9255-4c71-b4b9-cd1f154a6663
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af75 Medium Overridden HTTP request method: OPTIONS c640cfbc-9255-4c71-b4b9-cd1f154a6663
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/New%20folder/ c640cfbc-9255-4c71-b4b9-cd1f154a6663
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/)). Execution Time=2.717 c640cfbc-9255-4c71-b4b9-cd1f154a6663
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:https://my.sharepointurl.org:443/_vti_bin/shtml.dll/_vti_rpc))
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:https://my.sharepointurl.org:443/_vti_bin/shtml.dll/_vti_rpc) 7e3b6ef1-f21b-4d44-a58d-78aa13f35891
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af71 Medium HTTP Request method: POST 7e3b6ef1-f21b-4d44-a58d-78aa13f35891
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af75 Medium Overridden HTTP request method: POST 7e3b6ef1-f21b-4d44-a58d-78aa13f35891
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af74 Medium HTTP request URL: /_vti_bin/shtml.dll/_vti_rpc 7e3b6ef1-f21b-4d44-a58d-78aa13f35891
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General 72ng Medium RPC method = url to web url 7e3b6ef1-f21b-4d44-a58d-78aa13f35891
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:https://my.sharepointurl.org:443/_vti_bin/shtml.dll/_vti_rpc)). Execution Time=3.6072 7e3b6ef1-f21b-4d44-a58d-78aa13f35891
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/_vti_aut/author.dll))
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/_vti_aut/author.dll) 52da0423-5a92-4836-ba13-3cd6fe850975
    02/27/2015 10:27:54.79 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General af71 Medium HTTP Request method: POST 52da0423-5a92-4836-ba13-3cd6fe850975
    02/27/2015 10:27:54.79 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General af75 Medium Overridden HTTP request method: POST 52da0423-5a92-4836-ba13-3cd6fe850975
    02/27/2015 10:27:54.79 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/_vti_bin/_vti_aut/author.dll 52da0423-5a92-4836-ba13-3cd6fe850975
    02/27/2015 10:27:54.79 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General 72ng Medium RPC method = getDocsMetaInfo 52da0423-5a92-4836-ba13-3cd6fe850975
    02/27/2015 10:27:54.79 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General 72n1 Medium in getDocsMetaInfo after getlinks 52da0423-5a92-4836-ba13-3cd6fe850975
    02/27/2015 10:27:54.79 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/_vti_aut/author.dll)). Execution Time=11.4586 52da0423-5a92-4836-ba13-3cd6fe850975
    02/27/2015 10:27:54.81 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (LOCK:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx))
    02/27/2015 10:27:54.81 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (LOCK:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx) 105bbbe5-8c71-48c5-9650-282a5dfb51e5
    02/27/2015 10:27:54.81 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af71 Medium HTTP Request method: LOCK 105bbbe5-8c71-48c5-9650-282a5dfb51e5
    02/27/2015 10:27:54.81 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af75 Medium Overridden HTTP request method: LOCK 105bbbe5-8c71-48c5-9650-282a5dfb51e5
    02/27/2015 10:27:54.81 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx 105bbbe5-8c71-48c5-9650-282a5dfb51e5
    02/27/2015 10:27:54.81 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af76 Medium HTTP request translate header: f 105bbbe5-8c71-48c5-9650-282a5dfb51e5
    02/27/2015 10:27:54.87 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/Subawards_PNG.jpg))
    02/27/2015 10:27:54.87 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/Subawards_PNG.jpg) cc7b6b53-e89b-4124-b3a1-b3793bd782c1
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af71 Medium HTTP Request method: GET cc7b6b53-e89b-4124-b3a1-b3793bd782c1
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET cc7b6b53-e89b-4124-b3a1-b3793bd782c1
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/Subawards_PNG.jpg cc7b6b53-e89b-4124-b3a1-b3793bd782c1
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/New%20Projects_PNG.jpg))
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/New%20Projects_PNG.jpg) c18c9092-5c15-4688-ad57-079d19ea621b
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General 72nz Medium Videntityinfo::isFreshToken reported failure. cc7b6b53-e89b-4124-b3a1-b3793bd782c1
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af71 Medium HTTP Request method: GET c18c9092-5c15-4688-ad57-079d19ea621b
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET c18c9092-5c15-4688-ad57-079d19ea621b
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/New%20Projects_PNG.jpg c18c9092-5c15-4688-ad57-079d19ea621b
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (LOCK:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx)). Execution Time=73.0217 105bbbe5-8c71-48c5-9650-282a5dfb51e5
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/Subawards_PNG.jpg)). Execution Time=11.7474 cc7b6b53-e89b-4124-b3a1-b3793bd782c1
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/New%20Projects_PNG.jpg)). Execution Time=7.2141 c18c9092-5c15-4688-ad57-079d19ea621b
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx))
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx) c5e05713-b035-4e2a-b625-48c533cc5a59
    02/27/2015 10:27:54.90 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx)). Execution Time=0.5873 c5e05713-b035-4e2a-b625-48c533cc5a59
    02/27/2015 10:27:54.90 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx))
    02/27/2015 10:27:54.90 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx) cb8c34a6-4f44-4f1a-b196-f0e216f05802
    02/27/2015 10:27:54.92 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af71 Medium HTTP Request method: GET cb8c34a6-4f44-4f1a-b196-f0e216f05802
    02/27/2015 10:27:54.92 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET cb8c34a6-4f44-4f1a-b196-f0e216f05802
    02/27/2015 10:27:54.92 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx cb8c34a6-4f44-4f1a-b196-f0e216f05802
    02/27/2015 10:27:54.96 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation Office Parser ey9c Medium Metadata parse dirty the file, Csi PreserveCellStorageStateInFfm skipped cb8c34a6-4f44-4f1a-b196-f0e216f05802
    02/27/2015 10:27:54.98 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation Office Parser ey9f Medium Metadata demote dirty the file, Csi PreserveCellStorageStateInFfm skipped cb8c34a6-4f44-4f1a-b196-f0e216f05802
    02/27/2015 10:27:55.20 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx)). Execution Time=298.8552 cb8c34a6-4f44-4f1a-b196-f0e216f05802
    02/27/2015 10:27:55.21 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Pakistan/Lists/Pakistan%20Photos/Attachments/6/image004.png))
    02/27/2015 10:27:55.21 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Pakistan/Lists/Pakistan%20Photos/Attachments/6/image004.png) f5043333-b674-43ad-a330-db385fcfab97
    02/27/2015 10:27:55.21 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af71 Medium HTTP Request method: GET f5043333-b674-43ad-a330-db385fcfab97
    02/27/2015 10:27:55.21 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET f5043333-b674-43ad-a330-db385fcfab97
    02/27/2015 10:27:55.21 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Locations/Pakistan/Lists/Pakistan%20Photos/Attachments/6/image004.png f5043333-b674-43ad-a330-db385fcfab97
    02/27/2015 10:27:55.21 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Pakistan/Lists/Pakistan%20Photos/Attachments/6/image004.png)). Execution Time=4.6817 f5043333-b674-43ad-a330-db385fcfab97
    02/27/2015 10:27:56.09 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/India/Lists/India%20Photos/Attachments/6/DSC04066.jpg))
    02/27/2015 10:27:56.09 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Locations/India/Lists/India%20Photos/Attachments/6/DSC04066.jpg) ef289f25-3bb2-4047-a3b7-ff6fcd54e958
    02/27/2015 10:27:56.09 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af71 Medium HTTP Request method: GET ef289f25-3bb2-4047-a3b7-ff6fcd54e958
    02/27/2015 10:27:56.09 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET ef289f25-3bb2-4047-a3b7-ff6fcd54e958
    02/27/2015 10:27:56.09 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Locations/India/Lists/India%20Photos/Attachments/6/DSC04066.jpg ef289f25-3bb2-4047-a3b7-ff6fcd54e958
    02/27/2015 10:27:56.09 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/India/Lists/India%20Photos/Attachments/6/DSC04066.jpg)). Execution Time=5.4938 ef289f25-3bb2-4047-a3b7-ff6fcd54e958
    02/27/2015 10:27:56.26 w3wp.exe (0x17C0) 0x1580 SharePoint Foundation Topology e5mc Medium WcfSendRequest: RemoteAddress: 'http://hqspprodsrch01:32843/cc9b564b2b6140109e547c7ee30cc722/MetadataWebService.svc' Channel: 'Microsoft.SharePoint.Taxonomy.IMetadataWebServiceApplication' Action: 'http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges' MessageId: 'urn:uuid:5c71c7a8-a57f-4358-9eb0-efdea802bbc2'

  • Parameter Error when Transferring Files from ipod to laptop

    Hi,
    I have posted this topic previously but didnt respond fast enough and I think the system locked it down as I had too long of a delay.
    I have recently set up iTunes on a laptop and want to start using this as my default iTunes for syncing etc. Unfortunately I no longer have access to the desktop that housed my original iTunes so I have followed the instructions to use my ipod as an external disc and transfer the files this way.
    These are the instructions I have followed http://lifehacker.com/105256/how-to-copy-songs-from-your-ipod-to-your-pc
    There are two issues I see. (1) the ipod control folder is allowing me to see what is housed in the folder but it is slightly greyed out compared to the other folders in the same location.
    (2) when I try and copy the music folder to my desktop etc I get a parameter error.
    So for example the error I have when transferring to my desktop I get
    "Cannot copy OUTO (the file): The parameter is incorrect.
    Hopefully someone has seen this before.
    thx

    No idea on your specific question but if it is of any help here are some articles and links about moving files from the ipod to the computer...
    Copying from iPod to Computer threads...
    http://discussions.apple.com/thread.jspa?threadID=1300144
    http://discussions.apple.com/thread.jspa?messageID=797432&#797432
    http://discussions.apple.com/thread.jspa?threadID=809624&tstart=0
    Also these somewhat dated but still useful internet articles...
    http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/
    http://www.engadget.com/2004/11/02/how-to-get-music-off-your-ipod/
    http://playlistmag.com/help/2005/01/2waystreet/
    Good luck!
    Patrick

  • Can I delete files from Hard Drive (Itunes) without autodeletion from Ipod?

    I have limited hard drive space and from what I can tell Itunes autoupdate will automatically delete music from my IPOD as I delete it off of my computer hard drive. Is this true?
    Thanks in advance.

    Thanks for the link. The music I want to delete is for CDs I own and have no need to keep on my hard drive. I'm hoping I can delete the music file and the library file will keep the title on it.

  • Deleting files from hard drive

    How can I delete files without Finder asking for my digital ID? This is annoying

    I thought that was it so I checked. I had downloaded some white papers off the Internet, but I copied some files into a folder on the hard drive that I created and it still asked for my password.  However I have an external drive and it does not ask me for a passward to delete a file on my external drive.

  • Win32 exception error when opening file from RH6 in RH7

    I received the following error when opening a help file
    (.xpj) that was developed in RoboHelp 6 in RoboHelp 7:
    An unhandled win32 exception error occurred in RoboHTML.exe
    [4692].
    This occurred after receiving the notice to upgrade the
    project since it was created in an older version. After selecting
    Upgrade, I received a runtime error message prompt. After clicking
    OK, I received the message above.
    Does anyone know how to resolve this issue so that I can open
    the project without any problems in RH 7?

    Thanks a lot for replying.
    waldemar.hersacher wrote:
    I have Acrobat Reader 5.1 at home and 6 at work and both work fine with the LV 7.1.1 bookshelf and help file.
    Yep, I just uninstalled Adobe Reader 7.0 and installed version 6.0.1. The links now work perfectly, so evidently this is a problem with Adobe Reader 7.0. I'd still like to solve the problem, though, as I really like version 7.0. (Something has finally been done about the program's lengthy start-up time!)
    You can reach the PDF-Files also by using Help>>Search the LabVIEW Bookshelf. Does this link work for you?
    It works perfectly.
    javascript:AcrobatLink('../manuals/lvuser.pdf');
    This is a call to a java script function located in pdf.js.
    Other reasons:
    The Active-X control of Reader 7 has a bug.
    Your Internet security settings will not allow this operation. The Active-X will be loaded but will have no access to the file and yo get a wrong error message.
    Fair enough. If that is indeed the case, which Internet security setting should I try changing? I haven't done anything unusual to any of those settings. And where is pdf.js located? I tried searching for it but could not find it.
    Your advice is greatly apreciated.

  • Utl_file gives error when coping file from windows to linux

    Red Hat Enterprise Linux Server release 5.7 (Tikanga)
    Oracle 11.1
    Hi there,
    I can't copy a file with utl_file.fcopy after copying file with samba from winodws to linux. Only after I open the file on linux and save it, can I copy it :
    1.) Copy file from windows (drag and drop)
    2.)
    SQL> exec utl_file.fcopy('XXMS_DATA_IMPORTS', 'Project_62.csv','XXMS_DATA_IMPORTS', 'xxms_pa_tasks_master.csv');
    BEGIN utl_file.fcopy('XXMS_DATA_IMPORTS', 'Project_62.csv','XXMS_DATA_IMPORTS', 'xxms_pa_tasks_master.csv'); END;
    ERROR at line 1:
    ORA-29284: file read error
    ORA-06512: at "SYS.UTL_FILE", line 270
    ORA-06512: at "SYS.UTL_FILE", line 1243
    ORA-06512: at line 1
    3.)su to root
    4.)open file and save it with vi, without changing anything
    5.)
    SQL> exec utl_file.fcopy('XXMS_DATA_IMPORTS', 'Project_62.csv','XXMS_DATA_IMPORTS', 'xxms_pa_tasks_master.csv');
    PL/SQL procedure successfully completed.
    How can I copy from windows to linux with samba, so this doesn't happen?
    Please help

    After the file is initially created in Linux:
    What are the owner and group for the directory in which the file resides?
    What are the directory permissions?
    What are the owner and group for the file?
    What are the file permissions?
    What is the OS name of the oracle user?
    After root vi's and resaves the file:
    What are the owner and group for the file?
    What are the file permissions?

  • Errors when downloading files from web sites

    I cannot download files from Firefox anymore on my home computer. I click on the download link and it takes me to another page that is blank. I can download just fine w/o any problems from my work computer, download box/window appears just fine. I'm using the same Windows 7, Firefox 8.0 program and same website that gives me the error message from my home computer. Is there a pop-up blocker, cookie or plug-in that I need to turn off/on? How do I enable downloads so I can save to my home computer?

    Clear cache and cookies and try again. Also, check your firewall permissions for Firefox 8

  • Can't drag/delete files from C Drive after moving them into the D Drive

    Like many others, I have depleted my C Drive space and needed to move my iTunes folder into mt D Drive. I got these instructions from iTunes which tell me that after I have moved the files into the D Drive to find the old files in my C Drive and just drag them into the recycle bin. When I try that it tells me it can't be done because of copywrite protection issues. I need to free up that C Drive space by getting rid of those files. Can anyone help with this? I'd preferr an e-mailed answer if you could. Thanks.

    When I try that it tells me it can't be done because of copywrite protection issues.
    What is the exact error message that you're getting?

  • Disk image files error when dragging files from them

    any disk image file .DMG that i download and it either has a file to drag to the hard drive or has an application in it. They mount fine and i can lookinside them but when i drag a file out it seems to partially copy them but then comes up and says..
    Sorry the operation could not be completed because an unexpected error occured (Error code -41).
    If the dmg file has an installer it starts the installed and asks the normal question and permissions and then where to install to then try's to start but just errors again.
    Anyone got any ideas. This is on a Mac intel Mini. Everything runs fine and as i said i fixted permissions it is an administrator account.
    I have tried 3 disk images firefox opera and ablelive 5.2 they are not damaged or corrupted
    thanks

    I was having the same problem on my G4 Powerbook when I tried to install Adium and TextWrangler from disk images. After trying several things that didn't work I decided to see if my IP filter was the culprit. I opened PeerGuardian and disabled the filters. Then, I downloaded Adium again, and it copied easily from the disk image to my applications folder. Then, I tested TextWrangler and it worked as well. I don't know why that worked, and it might not be your problem, but I thought I'd pass on the info. Hope it helps.

  • MacBook Pro goes to sleep when copying files from attached drives

    I have noticed that since installing Yosemite my MacBook Pro goes to sleep when it is in the middle of copying a large number of files.  When I wake it up the copying continues.
    I have also noticed that when I am watching videos from my shared iTunes library on an Apple TV the video will stop after about 15 minutes and the connection to the library is lost because the MacBook Pro has gone to sleep. When woken up then access to the library is restored but I need to reselect the movie and then resume.
    I have changed the power saving options to do not let drives sleep when idle and do not sleep laptop.
    Anyone else have any experience of this or better still a fix.
    Thanks in advance.

    I have just found that if I turn off the display sleep in the power settings then the problem is resolved.  It means though that the screen on my MacBook Pro is on all the time albeit with a screen saver.

Maybe you are looking for

  • How can i use the same Apple id with i tunes

    How can i combine my Apple id with i tunes

  • Failing to import files correctly from Handycam DVD camera

    Hi, I try to import files directly from my Sony Handycam DVD camera to PRE8 by inserting the DVD in the PC. There is only audio at the first part of every file. Approximately the first 20 - 30 % of the total video length. The sound does not appear ne

  • Mac Mini and PC CDs

    This Grandma needs help choosing an Intel computer. My PB4 is a very good friend, but I need easy access to PC CDs for my obession, family history. I have an extra monitor, SyncMaster 192 mp, and wireless keyboard and mouse. Would the new mini 80G be

  • Delete orignal after making changes in iPhoto 11

    When I compare the Master and Previews folders I find both the original and the "corrected" copies of the same photo.  Is there a way to delete the original without doing a folder by folder comparison?  And is it safe to delete directly from the Mast

  • Accept command activation

    Hi, i don't manage to activate the sqlplus command ACCEPT and i don't manage to open to sql script which contains this code. Can you help me on this point Thanks a lot. Nathalie Here is my code SET SERVEROUTPUT ON SET ECHO OFF SET VERIFY OFF ACCEPT p