Print Server log is indicating the print job was color but the printer isn't capable of printing color, so why is it indicating it as color?

Jake9700 0 Reputation points
2024-03-05T19:20:52.03+00:00

I have a printer server running on Windows Server 2016 Standard. We use a tool called ADAudit for print job auditing. That tool uses the Print Job Diagnostics to determine attributes of the print job.

In Event Viewer, click Applications and Services Logs --> Microsoft --> Windows --> Print Service --> Operational

Specifically Event ID 805.

Within the tool, it is showing that several of our print jobs are color, when in fact they are not color. Many of the printers are not capable of color printing. In the event viewer log, the Color = 2 which the vendor indicates this equals a color print job. What would cause a event to show Color = 2 when the print job is not in fact color?

<System>

<Provider Name="Microsoft-Windows-PrintService" Guid="{747EFXXXXXX42C90F6873A1}" />

<EventID>805</EventID>

<Version>0</Version>

<Level>4</Level>

<Task>43</Task>

<Opcode>0</Opcode>

<Keywords>0x4004000000000000</Keywords>

<TimeCreated SystemTime="2024-03-05T19:08:07.107871200Z" />

<EventRecordID>16889117</EventRecordID>

<Correlation />

<Execution ProcessID="1876" ThreadID="30116" />

<Channel>Microsoft-Windows-PrintService/Operational</Channel>

<Computer>XXXXXXXX</Computer>

<Security UserID="S-1-5-21-61145XXXXXXXX2791024-4064" />

</System>

  • <UserData>
  • <RenderJobDiag xmlns="http://manifests.microsoft.com/win/2005/08/windows/printing/spooler/core/events"> <JobId>43</JobId> <GdiJobSize>92364</GdiJobSize> <ICMMethod>1</ICMMethod> <Color>2</Color> <XRes>600</XRes> <YRes>600</YRes> <Quality>600</Quality> <Copies>1</Copies> <TTOption>3</TTOption> </RenderJobDiag> </UserData> </Event>
Windows for business Windows Server User experience Print jobs
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Åsander, Andreas 95 Reputation points
    2024-03-12T06:41:11.2733333+00:00

    Hello,

    You say that you printer does not support, but are you sure about the printer driver being used does not support Auto or Color?

    Someone could very well chose Auto/Color and this would be set in the PJL in the spool file which would make the log say it is color, but the printer will of course just print in black/white/grayscale instead.

    1 person found this answer helpful.

  2. Anonymous
    2024-03-06T08:27:27.25+00:00

    Hello,

    Is there anyone using this printer from remote side? If you confirm there may not be someone else. You can try to update your printer driver and try to install latest update in your server

    Link for update: https://www.catalog.update.microsoft.com/Search.aspx?q=Update+Windows+Server+2016


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  3. Alan Morris 1,336 Reputation points
    2024-03-19T04:10:37.1933333+00:00

    People have been sending color print jobs to monochrome only printers for decades. Windows allows this every day.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.