Printer auditing tab missing

I have three Windows 7 computers in a workgroup that need to have all print jobs audited.  All documents I've found on the web say to go to printer properties-advanced to find the Auditing tab.  That tab does not appear there. 
A Technet document (cc976774.aspx) says that the Audit Object Access option in Group Policy must be set.  I've set for both Success and Failure, but that doesn't make the tab appear either.
I'm using an administrative account to log in.  That account does show as having Manage this printer and Manage documents permissions.
Not sure where to go from here.  Thanks in advance.

Hi,
First, please make sure the auditing is enabled:
Double Click on My Computer, then double click Printers
Right click on the desired printer and select Properties
Click on the Security Tab
Select Auditing and click the Add button, you will be prompted with an Add Users and    Groups dialog box
Select the Users/Groups who you want to Audit for the Printer and click Add
Once finished click the OK button and in the Printer Auditing main dialog select the events to Audit, i.e. Print, Delete.
Print events will now be sent to the Security log which can be read from the Event Viewer (Start - Programs - Administrative Tools).
Then, please force to update the GP by running the command:
gpupdate /force
For more information, you may refer to:
Auditing Printing Events
http://technet.microsoft.com/en-us/library/cc976774.aspx
Based on my experience, if the tab is not visible, this means you do not have administrator permissions (Manage Printers, Manage Documents) for the server and you cannot continue.
At the bottom of this page:
For this procedure to work, the Audit Object Access option in Group Policy must be set to audit successful attempts, failed attempts, or both. To access this option, click Computer Configuration , Windows Settings , Security Settings , Local Policies , and
then click Audit Policy .
Hope it helps.
Regards,
Blair Deng
Blair Deng
TechNet Community Support

Similar Messages

  • Attribute "Report Layout" is missing in the "Print Attributes" tab for IR

    Hallo,
    The attribute “Report Layout” is missing in the “Print Attributes” tab for an interactive report?
    How to alter the report layout (xsl-fo) of an interactive report?
    Has someone any idea where to configure this?
    Btw, for the "classic" SQL Report the XSL-FO "Report Layout" can be cahnged in "Print Attributes" and this works fine for me. But I want to change the xsl-fo for the interactive report.
    "If you do not select a report layout, a default XSL-FO layout is used. The default XSL-FO layout is always used for rendering Interactive Report regions. ... Unlike classic reports, the Interactive Report Print Attributes can only utilize the default XSL-FO layout and is initiated from the Report Attributes, Download section rather than directly from this screen. Once configured, these attributes only apply only to the current region and cannot be used outside the context of the region."
    http://apex.oracle.com/i/doc/bldapp_rpt_print.htm
    How can the "default XSL-FO layout" be changed?
    Changing is necessary because the Apache FOP 1.0 reports the following error (for the transmitted default XSL-FO):
    "fo:simple-page-master", "fo:region-body" must be declared before "fo:region-before"
    http://www.w3.org/TR/xsl/#fo_region-before
    The default report layout is not saved in:
    select * from APEX_040000.WWV_FLOW_REPORT_LAYOUTS
    Thx, Willi

    I've found two workaround for getting Apache FOP 1.0 to work with Oracle Apex 4.0 for PDF printing of interactive reports:
    1, Use an application process to set your custom layout for interactive reports:
    [ ] grant all on APEX_040000.WWV_RENDER_REPORT3 to {YOUR_SCHEMA_NAME};
    [ ] Create an Application Process e.g. "Custom Report Layout" with constraint for request 'PDF' and Process Text:
    declare
    v_xsl varchar2(32767);
    begin
    v_xsl := '<?xml version = ''1.0'' encoding = ''utf-8''?>
    <xsl:stylesheet version="2.0"
      <fo:region-body region-name="region-body" margin-top="54.0pt" margin-bottom="54.0pt"/>
      <fo:region-before region-name="region-header" extent="54.0pt"/>
    </xsl:stylesheet>';
    APEX_040000.WWV_RENDER_REPORT3.g_prn_template := v_xsl;
    end;2, If you have some knowlege in Java change the sequnce of the the nodes in the apex_fop.jsp (or servlet), ie. changing the xsl before you use it for transformation.
    The code depends on the solution you are using to parse the xsl string.
    Hope this may help someone,
    Willi

  • Missing print settings tab in lightroom

    Anyone know how to get the print settings tab in lightroom?  I have the page setup tab--but not the print settings tab.

    I was watching Julianne Koss on AdobeTV talking about printing in Lightroom 5.  The left bottom part of her screen has two “tabs”—one says “page set up” and one says print settings.  On my screen I only have “page setup”.  A great deal of her talk is about Print Settings—this is where you choose the printer, the presets, the copies, the pages, the print settings, media type, color, color settings, print quality---pretty much everything having to do with printing.   I don’t have that tab…VERY  frustrating!
    Hers looks like the first attached photo  (see tabs that say page setup and print settings)
    Mine looks like the second attached photo  (see only page setup tab)
    Thank you for your help.
    Take care,
    Maren Aberle
    <http://www.firsttracksphotography.com/> www.firsttracksphotography.com
                               logo capture 2

  • Print Settings tab in the Print module is missing? (Windows 7)

    The "How To" books always refer you to the Print Settings tab in the print module, but there isn't one in my Lightroom? How do I get around this?

    Not sure which "How to" books you're referring to so hard to answer this.  Which specific settings are you wanting to change/control?
    (..but if it's actual settings within the Printer's control software then it's accessed by clicking on the printer button at the bottom of the panel.)

  • A Bug in "Print Attributes" tab in IR?

    Project Environment:
    Database: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    Apex : Application Express 3.1.1.00.09
    Also....: apex.oracle.com
    Problem scenario:
    I created an Interactive Reports (IR) in my project and tried to configure the "Download" PDF. It worked fine on "Classic Report". But for IR, it never worked. I'm facing multiple problems. They are:
    A. PDF report is blank.
    B. Sometime Acrobat Reader says "could not open <file name> because it is either not a supported file type or because the file has been damaged...)"
    When open the same file in a text editor, I can see the following:
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at "FLOWS_030100.WWV_FLOW_RENDER_QUERY", line 636
    ORA-06503: PL/SQL: Function returned without value
    I then thought I could be missing something in the config. So wanted to create a sample IR in apex.oracle.com and see what happens. The following is the result:
    Notes:
    A. Please use IE to test this. Also untick "Disable script debugging (Internet Explorer)" from "Tools->Internet Options->Advanced". It works ok in Firefox, I believe.
    B. You can simulate this in apex.oracle.com (at least I was able to!!)
    Steps:
    1. Create an IR as normal. Say, App ID=46305, Page ID=6 and Region Name=Sample Interactive Report. Dont configure the "Print" settings yet.
    2. Once done and tested to see if it works ok.
    3. Now open Page (6) where you have the IR and click on the name, i.e. "Sample Interactive Report".
    4. We get "Edit Region" page with three tabs:
    a. Region Definition (current tab)
    b. Report Attributes
    c. Print Attributes
    5. Click "Print Attributes" tab
    6. Because the "Disable" flag is unticked (as per the note above), this will pop-up an error message:
    A Runtime Error has occurred.
    Do you wish to Debug?
    Line: 1
    Error: Object required.
    7. You can choose "No" to ignore it. But I tried "Yes" to see what the error is. The error is in the line:
    document.getElementById('P774_PRINT_FORMAT').value!='%null%'
    Clearly it is going to P774 and doesn't find P774_PRINT_FORMAT field and so the error. Is there a fix? How come it is not giving error in Firefox? Or should I enable / disable something in Firefox o get this error? And the most importantly how to avoid this error?
    8. Further on... if you go into "Report Attributes" and click the edit button on one of columns and then click "Print Attributes" tab, it goes to P960 and no errors!!
    9. Why does "Print Attributes" links from the main tabs (Report Definition and Report Attributes) go to P774 and from "Dynamic Query Attributes" goes to P960?
    10. Also, In P960, the "Report Columns" section says "Report returned no rows.". Is this normal in IR?
    Ultimately, although I can configure my Apex to use "BI Publisher" installation to create my PDF outputs from "Classic Reports", I couldn't do from IR.
    Seeking Answers For:
    1. Why PDF output of the IR report produces 0k file (and so blank report) when the screen displays records? This is common in my project as well as in apex.oracle.com. What am I missing?
    2. How to get rid of "ORA-06512: at "FLOWS_030100.WWV_FLOW_RENDER_QUERY", line 636"?
    3. Is there patch for this conflict between links accessing the "Print Attributes" pages (P774 and P960) as explained in the "Steps" above.

    Hello,
    The error
    2. How to get rid of "ORA-06512: at"FLOWS_030100.WWV_FLOW_RENDER_QUERY", line 636"?you can also find in the new features application. I wrote a post about that some days ago:
    Bug in New Features Application?
    Had some trouble to get the PDF print working, too. Printing works fine for standard reports, but for interactive report I am not able to get it working. Sometimes I am getting only blank pages (and no file) and sometimes I am getting PDF's which just contain an internal 500 error. Some details are in this thread: Print Interactive Reports does not work
    Maybe that's related to the error of kkkannan74.
    Regards, Tine.

  • I have a psc 2175 all-in-one. "Automatic Two Sided Printing Module Is Missing."

    Whenever I try to print on both sides of the paper, I get this message:
    Automatic Two Sided Printing Module is Missing."
    There doesn't seem to be anywhere that a module would be inserted into this printer. Am I missing something here? Very confusing! Please help!

    Via the control panel, find your printer and right-click it and choose "Printing Defaults..."  From there click the Services tab and open the HP Toolbox.  In there click the Configuration tab and un-check "Automatic Two-Sided Printing Module" and click "Apply".  This will get back the dialog that tells you when it's time to turn your pages around.

  • Printer Settings dialog missing when printing to another Mac with Bonjour

    I want Photoshop to manage my color settings rather than my Epson 4800 or Epson SPRX 580 printers, so in the print dialog box I select the "Printer Color Management" tab and set color adjustments to the OFF position. This works fine as long as the printer is connected directly to my MacBook or my MacBook Pro. But if I try to send a job on my MacBook Pro via bonjour to either of the printers when it is connected to my MacBook, the print dialog is missing the choices of "Printer Color Management", "Printer Settings", etc.
    All that is available are things like "Layout, Cover Page, Scheduler, Summary." The "Printer Settings, Color Management" options only show up on either computer when connected directly to the printer.
    Is there a way to get those other choices (Printer Settings, Color Management) when printing over a bonjour network?
    I'm on Mac OS 10.5.6 on the MacBook Pro and Mac OS 10.4.10 on the MacBook. I have downloaded all the driver updates from Epson and deleted and added the printers again with the same result.

    HP must have release a driver update because we no longer encounter the problem.

  • Download manager and download tab missing in options box.

    The download manager and download tab missing in options box when I dropdown tool in menu bar.

    The default Firefox Options window doesn't have a separate tab for Downloads, those prefs are on the General tab below Startup.

  • Itunes artwork tab missing for movies in version 11.1.3.8

    For some reason recently I am noticing the artwork tab missing when I import in a movie into my itunes directory.  This just started happening and the movie formats are exactly the same as ones which have the artwork tab available.  These are all MPEG-4 Video Files at 124 kbps.  Typical iTunes 'anomoly' but on this one I am baffled.  Anyone have a clue as to how to fix this?  I even tried completely removing the movie from the itunes file directory and then reimporting into iTunes but same issue.

    No need to scream at me.
    You can access the apps by clicking the iPad thingy on top right of the screen (when the iPad is connected) and then select Apps and scroll down to file sharing apps...
    Or....
    As I said....
    EXACT SAME WAY AS BEFORE

  • Pdfmaker print driver is missing, I think I accidentally deleted it.

    I cannot create a pdf file from a Word document anymore, I get an error that says teh PDFmaker print driver is missing. I think I accidentally deleted it. What do I do? Can I get just this print driver and install it? Thanks.

    Hi Judy,
    Try closing all of your open applications.  Launch Acrobat and choose Help > Repair Acrobat Installation.
    Then try to create your PDF files again.
    Let us know how it goes.
    -David

  • Boot Image properties...tabs missing

    I updated our SCCM system to R2 yesterday...today when I went in to edit a boot image I no longer see the "drivers" tab...it seems like there are other tabs missing as well, just can't remember.  Don't know how to add drivers to a boot image
    now.
    Server 2008 R2
    SCCM 2012 R2

    This is a common problem. It came up on the forum yesterday as well.
    http://social.technet.microsoft.com/Forums/en-US/a42ab116-63f1-431b-a42c-f31f2bdf0896/upgrade-to-sccm-r2-have-to-recreate-boot-image-and-ts?forum=configmanagergeneral
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Ssis data flow item and ssis control flow item tab missing in choose toolbox item from ssdt 2010

    ssis data flow item and ssis control flow item  tab missing in choose toolbox item from ssdt 2010

    I have the same problem.
     When i click on tools -> choose tools Items dialog box, Control Flow and Data Flow Tab are missing.
    I've just worked with SQL Server Data Tools and SQL Server 2012 and these tabs are not missing.
    i think this is a problem installing SQL Server.
    I've not yet  found a solution.

  • Photosmart C4580 All-In-One - Error Message: Print Cartridge(s) missing or not detected

    Hi
    I have recently encountered a problem with my printer.
    I went to print a document and the following error message was displayed on the printer "Print Cartridge(s) missing or not detected", and the document would not print.
    I am unsure as to why this message was displayed as I had not changed anything to do with the printer.
    The cartridges that were in the printer had been in the printer since October so I thought that it could be due to the cartridges needing to be replaced, therefore, I changed the black ink cartridge. Once the cartridge had been replaced the error message disappeared and the document printed.
    However, I went to print another document shortly after and the error message reappeared and the document would not print.
    Due to the fact that changing the black cartridge cleared the error message, I replaced the colour cartridge, however, this did not cure the error message this time.
    I have followed all of the advice on the HP support pages about cleaning the contacts etc, however, it has not worked. I have also contacted the support team by Email, but have had no reply.
    Does anyone know how to cure the problem, or if in fact it can be cured. I am a university student and desperately need the use of my printer, so any help would be appreciated.

    Hi
    Yes it did get resolved in the end.
    It seems that the fault came from using remanufactured or re-filled cartridges.
    I had to replace both of the cartridges so that they were genuine HP cartridges.
    Originally I only replaced the one that was causing the problem, but in the end I had to replace both of them. This then resolved the problem immediately.
    I hope this helps.
    If not, I would advise contacting the HP support team as when they finally replied to my email they were very helpful and quick to reply to queries and offer advice and suggestions.

  • Acrobat 10 plugin tab missing from Outlook 2010 32 bit

    Acrobat 10 plugin tab missing from Outlook 2010 32 bit.
    Un-installed/re-installed Acrobat 10.1.7.27
    The PDF plug in is missing from Outlook COM add ins and Disabled add ins, confirmed that 7 .dll files were installed correctly in c:\program files (x86)\Adobe\Acrobat.com\Add-in
    Also tried re-registering the DLL and adding PDFMOfficeAddinn.dll to Outlook add-ins.
    Plug in tab is enabled and working in MS Word and Excel but not in Outlook 2010.

    [discussion moved to Creating, Editing & Exporting PDFs forum]

  • COMPLETLY FORM TAB MISSING

    Hi Expertes,
    What is Completley Form Tab missing in portal.What is form tab.
    Thanks
    nimmagadda

    Chakri,
    can you explain the scenario in detail
    Thanks
    Bala Duvvuri

Maybe you are looking for