What does access mask 12019f, 120196, 17019f, 17019b, 130196, 130197 corresponds to in 4656 event in event viewer

 I applied audit policy to some shared folders in a file server. Then next day i took a look at the event viewer of the file server. I saw lot of 4656 events which differs in their access masks. I know that the accessmask corresponds to the accesses
that was granted to the user who are doing the modifications but i want to know whether these accessmasks(like 16019f, 120196, 12019f, 130197) corresponds to anything. 
For ex: The 4656 event with access mask 16019f occurs whenever i created a file through right click -> new text document
and why this set of accesses are granted to a user while file creation as specified above occurs. and if i created a file from notepad/word/any other application this event(4656 with access mask 16019f) is not occuring . Can anyone explain the logic behind
it.
do anyone know something similar to the above example. I want to know what does access mask 120196, 12019f, 130197, 130196, 17019b, 17019f corresponds to. If any one has any knowledge about it please enlighten me.  

The access mask is the hexadecimal representation of the bitmask describing the access requested/granted
http://msdn.microsoft.com/en-us/library/windows/desktop/aa374892(v=vs.85).aspx
http://blogs.technet.com/b/mspfe/archive/2013/08/27/auditing-file-access-on-file-servers.aspx
The Accesses represented by this value are listed in the same event (just above the access masks).
16019f adds up to be
FILE_WRITE_DATA/FILE_ADD_FILE FILE_APPEND_DATA/FILE_ADD_SUBDIRECTORY FILE_READ_E
A FILE_WRITE_EA FILE_READ_ATTRIBUTES FILE_WRITE_ATTRIBUTES READ_CONTROL WRITE_DA
C SYNCHRONIZE
MyAccessmask = &H16019f&
stroutput=""
if MyAccessmask and 0 then stroutput= stroutput & "FILE_READ_DATA/FILE_LIST_DIRECTORY "
if MyAccessmask and 1 then stroutput= stroutput & "FILE_WRITE_DATA/FILE_ADD_FILE "
if MyAccessmask and 4 then stroutput= stroutput & "FILE_APPEND_DATA/FILE_ADD_SUBDIRECTORY "
if MyAccessmask and 8 then stroutput= stroutput & "FILE_READ_EA "
if MyAccessmask and 16 then stroutput= stroutput & "FILE_WRITE_EA "
if MyAccessmask and 32 then stroutput= stroutput & "FILE_EXECUTE "
if MyAccessmask and 32 then stroutput= stroutput & "FILE_TRAVERSE "
if MyAccessmask and 64 then stroutput= stroutput & "FILE_DELETE_CHILD "
if MyAccessmask and 128 then stroutput= stroutput & "FILE_READ_ATTRIBUTES "
if MyAccessmask and 256 then stroutput= stroutput & "FILE_WRITE_ATTRIBUTES "
if MyAccessmask and 65536 then stroutput= stroutput & "DELETE "
if MyAccessmask and 131072 then stroutput= stroutput & "READ_CONTROL "
if MyAccessmask and 262144 then stroutput= stroutput & "WRITE_DAC "
if MyAccessmask and 524288 then stroutput= stroutput & "WRITE_OWNER "
if MyAccessmask and 1048576 then stroutput= stroutput & "SYNCHRONIZE "
wscript.echo stroutput
MCP/MCSA/MCTS/MCITP

Similar Messages

  • What does 'Access to "CLOUT / Robert Owens" in "Jay Paradis" in account "iCloud" is not permitted.  The server responded: "403" to operation CalDAVWriteEntityQueueableOperation.' mean?

    I keep getting an error in my iCloud calendar that reads:
    Access to “[appointment name]” in “[calendar name” in account “iCloud” is not permitted.
    The server responded:
    “403”
    to operation CalDAVWriteEntityQueueableOperation.
    What does this mean and how do I fix it? Thanks!

    First, try the simple fix: back up all data, then uncheck Calendars & Reminders in the iCloud preference pane. Check it again. Test.
    If there's no change, see whether any of these fixes is applicable:
    server error "access is not permitted"
    ical 403 server error

  • What does "bit masking" mean?

    When I read Core Java -Volumn 1..
    There , when the author talked about Bitwise Operator,
    I did not understand the meaning of "bit masking".
    Can some body explaint it more clearly?
    By the way, how does it work in the following code?
    (Though I feel just a little confused .)
    Thanks!!
    int  n = 8;
    int fourthBitFromRight= (n & 8)/8 ;

    bit masking means assigning each bit in a stretch of bits a value, allowing you to combine them together (to set a preference field, as an example)
    How it works:
    let's say you have a meeting, and you want to say who was there
    public static final int TOM = 1;
    public static final int MARK = 2;
    public static final int SARAH = 4;
    public static final int JULIE = 8;
    etc...
    then, you can express the people at the meeting as:
    int meeting = TOM | MARK |SARAH|JULIE
    bitwise | (or) will set the first 4 bits of meeting.
    then you can say something like:
    if ((meeting&TOM)!=0) { // if Tom was at the meeting                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • MDM Architecture: what does RICH content / THIN content refer to

    Hi,
    When I read through the SAP NetWeaver MDM architecture (major building blocks), I have a question (in order to explain to other audience....):
    What does RICH content / Thin content refer to / mean?
    Under the thin content, there is Search/View, Data maintanance, OCI. For rich content, there are all mdm clients listed below. I don't know how to explain this diagram because using SAP MDM, it seems there no thin content....the search/view and data maintanance function are realised in MDM data manager. So why is it listed here?
    Thanks in advance!
    Angela Zhang

    As already guessed, it is simply that MDM can be run in a fully administrative environment consisting of the MDM UI clients (i.e. the MDM Data Manager, MDM Console, MDM Import Manager, MDM Syndicator, MDM Publisher), and/or you can run it using SAP NetWeaver Portal (thin client). For portal usage MDM has specific portal content (for example, specific iViews).
    Regards,
    Markus

  • HT204053 I have downloaded icloud to my pc, however when i go to sign in to Apple through icloud, i get an error message saying my apple ID is valid but is not an icloud account. What does this mean and how can i update my account so i can access icloud?!

    I have downloaded icloud to my pc, however when i go to sign in to Apple through icloud, i get an error message saying my apple ID is valid but is not an icloud account. What does this mean and how can i update my account so i can access icloud?!

    To use iCloud, you must first set it up with your Apple ID on a device with iOS 5 or a Mac with OS X Lion.

  • What does "You do not have sufficient access privileges" mean?

    Hello Gurus!
    I am wondering what does "You do not have sufficient access privileges" mean? I have a G$ with 2 internal hard drives. One has OSX 10.3.9 loaded on it and the other has OSX 10.4.7 loaded on it. When I boot up in 10.4.7 and try to access (open or copy) anything in the the desktop, documents, library, movies, music or pictures folders in my user folder on the 10.3.9 disk, it tells me that "I do not have sufficient access privileges"! This is a single user machine and it automatically logs in as me... the administrator. I tried to look at Apple's technical documents regarding permissions and privileges, but it is very confusing with all of it's terminal commands and lingo. Does anyone know an easy (and hopefully GUI) way around this problem?
    Thanks Much,
    Mark

    If you have a different system on each HD then you do not have a single user machine. The user on one system/boot volume is not the same user as the one on the other, even if they ahve the same name and password. If you boot from the 10.3 volume, you can select your user folder, go to File-Get Info, and change the access for others to read and write and click on the apply to enclosed items button. You should then be able to boot from the other system and move stuff around as you see fit. Of course, this is not a terribly secure state to leave your system in, as anyone who can gain access to your Mac can get at everything on your 10.3 home folder.
    If you try this route, I'd suggest doing it only long enough to move everything to one home folder and then revert the access privs to the way they were.

  • When backing up on time machine is get " The back up disk image'/volume/data/eric balnchard's Macbook.sparbundle"could not be accessed (error-1). what does it mean? it's a new time machine

    when backing up on time machine is get " The back up disk image'/volume/data/eric balnchard's Macbook.sparbundle"could not be accessed (error-1). what does it mean? it's a new time machine

    Expect to see this error again due to a bug in Lion (and Mountain Lion).
    See # C17 in Pondini's excellent support document below, or look over to the right of this web page under the heading of More Like This
    http://pondini.org/TM/Troubleshooting.html

  • I have an iphone. I have downloaded itunes (including itunes U) on our home windows notebook so that my daughter can benefit. I have an Apple id on my iphone. What does my daughter have to do to access itunes stores on our notebook?

    I have an iphone and an Apple ID. I have downloaded itunes on our home windows notebook for my daughter's benefit. What does my daughter have to do or need to access itunes store on our home notebook?

    Thank-you. Sorry that I am not clear.
    What I'm asking is whether she needs to sign in or have an id seperate from mine to purchase and or download from itunes and itunes u?

  • I am trying to update itunes to 11.1.1.11 and i keep getting 'erreo writing to file : C\ : Config.Ms\301ded48.rfb.Verify that you have access to that directory'. What does this mean and how can i fix it?

    I am trying to update itunes to 11.1.1.11 and keep getting message at the end ' error writing to file :c:\Config.Msi\301ded48.rbf.Verify that you have access to that directory'. What does this mean and how do I fix it?

    I had this exact same problem just now, trying to upgrade to 10.7.
    I even got that error msg when trying to UNINSTALL iTunes!
    After hours of frustration trying everyone's different suggestions, I downloaded Revo Uninstaller http://www.cnet.com.au/apps/revo-uninstaller-10610875/ which solved the problem.
    Use it to help uninstall iTunes and related software components in the following order and then restart your computer:
    1. iTunes
    2. QuickTime
    3. Apple Software Update
    4. Apple Mobile Device Support
    5. Bonjour
    6. Apple Application Support (iTunes 9 or later)
    Then you can install iTunes from scratch.
    Good luck

  • I'm trying to download my Master CS6 onto a new hard drive because my old one crashed and I keep getting a message saying " Cannot write the file" or "I don't have permission to access the requested resource." ? What does this mean?

    I'm trying to download my Master CS6 onto a new hard drive because my old one crashed and I keep getting a message saying " Cannot write the file" or "I don't have permission to access the requested resource." ? What does this mean?

    Yes- it is a Mac. I went through adobes system requirements and re- downloaded supportive software. The notice seems to happen near the end of the down load with the messages above. I'll look into your suggestion. Thank you- appreciated.

  • I understand that when using Numbers/Pages - an up-arrow on a document means that the file is still to be uploaded to the cloud, what does a down arrow mean? It seems the document can't be accessed until the arrow clears.

    I understand that when using Numbers/Pages - an up-arrow on a document means that the file is still to be uploaded to the cloud, what does a down arrow mean? It seems the document can't be accessed until the arrow clears.

    I believe what it's supposed to mean is that some changes were made to the document on another device, and those changes were saved back to the cloud.  Now you've opened iWork on a different device to access that document - it compares the document you've got locally with the one in the could, sees some recent changes and downloads them.
    What gets me is why this sometimes happens even when I've not made any changes to a document from another device.

  • The Itunes library cannot be saved. You do not have enough access privileges for this operation, What does this mean?

    What does it mean when you receive a box that says " The Itunes library cannot be saved. You do not have enough access privileges for this operation"?

    See if these help
    the iphone cannot be synced. you do not have enough access privileges for this operation
    Re: access privileges ????
    Re: Access Privileges
    The iPhone "phonename" cannot be synced. You do not have enough access privileges for this operation

  • What does the Auto Label in Accessibility do in HTML5 output?

    It says that if selected, Auto Label will generate labeling for SWF output. But what does it do for HTML5?  Does it not apply? So if you are going to output for HTML5, all the accessibility (508 compliance) info needs to be filled in manually for every single object??
    Thanks,
    Kelly
    Running cp8 on Windows 64 bit machine.

    Comments
    "PARALLEL (AUTO): The database computes the degree of parallelism, which can be 1 or greater. If the computed degree of parallelism is 1, then the statement runs serially."

  • What does error code 150:30 mean and why can i not access my elements site

    what does error code 150:30 mean I cannot access my element equipment

    ok then so what is the problem I have with this error code

  • HT1660 what does this mean: "the itunes library file cannot be saved.  you do not have enough access privileges for this operation"

    HELP PLEASE!  What does "The itunes library file cannot be saved.  You do not have enough access privileges for this operation."

    Hi, DickmoAZ.  
    Thank you for visiting Apple Support Communities.
    This sounds like a permission issue most likely with the iTunes Media folder.  Here is an article that will help you troubleshoot this issue.
    iTunes: Missing folder or incorrect permissions may prevent authorization
    http://support.apple.com/kb/ts1277
    Cheers,
    Jason H.

Maybe you are looking for

  • Schedule line timestamp different from Order Create-Date/timestamp

    Scenario: Created an order at 3:30pm CST with the requested delivery date of the material as 7/10/2011. It seems like that when the order is saved, CRM attaches the time-stamp to the requested delivery date. However, the timestamp getting attached to

  • Hard Drive icon not showing in Finder

    Noted this problem prior to SL. Spent a considerable amount of time on phone with Apple technician, nothing he suggested worked. He agreed that installing SL due out in few days would probably solve the problem. It did not. Another long session with

  • Application won't start

    i'm trying to write a java application but i can't get it to start. there are no error messages or warnings. can anyone help me please? here's to code that i have written import java.applet.*; import java.awt.*; import java.awt.Color; import java.net

  • Af:popup dialog width and height

    hi all, i want to know how to define popup dialog width and height. here is my code. <af:popup id="popup1" contentDelivery="lazyUncached" launcherVar="source" eventContext="launcher" > <af:dialog title="General Details - Standard Statement" type="non

  • How to set field "third party" in the Web Adi, General Ledger - Journals?

    Hello, We are trying to find how to set the field "Third Party" in the template WebAdi, and validate data and also can display in the form of general ledger journals. thanks for the collaboration.