Loading

Accounting – Media usage

ResourcePool/Media

Syntax

XPath: /JDF/ResourcePool/Media

Supported attributes

See topic Media

ResourceAudit

Syntax

XPath: /JDF/AuditPool/ResourceAudit

Supported attributes

  • @QueueEntryID = "<queue entry ID of job>"

  • @TimeStamp

  • @AgentName = "PRISMAsync"

  • @AgentVersion = "V.R.L.P". This is the software version of the PRISMAsync Print Server.

  • @Reason = "ProcessResult"

ResourceAudit/MediaLink

MediaLink/@ActualAmount is the total number of sheets used for a job.

The /JDF/AuditPool/ResourceAudit/MediaLink element is added when the job is completed or aborted (record result = "Done" or "Abrt"). For each media, one /JDF/AuditPool/ResourceAudit/MediaLink element is added to the same /JDF/AuditPool/ResourceAudit.

Syntax

XPath: /JDF/AuditPool/ResourceAudit/MediaLink

Supported attributes

  • @rRef = "</JDF/ResourcePool/Media/@ID>"

  • @Usage = "Input"

  • @ActualAmount

Example

<AuditPool>
    <ResourceAudit QueueEntryID="b81995b3-a24e-4d0b-a7fc-7bd8398772c9" TimeStamp="2017-07-05T17:20:10Z" AgentName="PRISMAsync" AgentVersion="2.2.0.0" Reason="ProcessResult">
        <MediaLink rRef="Media_170705172010.281_0" ActualAmount="11" Usage="Input" />
    </ResourceAudit>
    <ResourceAudit QueueEntryID="b81995b3-a24e-4d0b-a7fc-7bd8398772c9" TimeStamp="2017-07-05T17:20:10Z" AgentName="PRISMAsync" AgentVersion="2.2.0.0" Reason="ProcessResult">
        <MediaLink rRef="Media_170705172010.281_1" ActualAmount="18" Usage="Input" />
    </ResourceAudit>
</AuditPool>

ResourceLinkPool/MediaLink

MediaLink/@ActualAmount is the total number of sheets used for a job.

The /JDF/AuditPool/ResourceLinkPool/MediaLink element is added when the job is completed or aborted (record result = "Done" or "Abrt") or when the job is stopped and moved to the list of waiting jobs (record result = "Stop"). For each media, one /JDF/AuditPool/ResourceLinkPool/MediaLink element is added to the same /JDF/AuditPool/ResourceLinkPool.

Syntax

XPath: /JDF/ResourceLinkPool/MediaLink

Supported attributes

See section ResourceAudit/MediaLink

Example

<ResourceLinkPool>
    <MediaLink rRef="Media_170705172010.281_0" ActualAmount="11" Usage="Input" />
    <MediaLink rRef="Media_170705172010.281_1" ActualAmount="18" Usage="Input" />
</ResourceLinkPool>

PhaseTime[@Status="InProgress"]/MediaLink

MediaLink/@ActualAmount is the total number of sheets used for a job.

The accounting log file can contain multiple records per job. A job can be printed in multiple print runs (print, stop, move to the list of waiting jobs). For each print run, one /JDF/AuditPool/PhaseTime[@Status="InProgress"]/MediaLink is added to each record of the job. Per counter, one /JDF/AuditPool/PhaseTime/MediaLink element is added to the same /JDF/AuditPool/PhaseTime.

Syntax

XPath: /JDF/AuditPool/PhaseTime[@Status="InProgress"]/MediaLink/

Supported attributes

See section ResourceAudit/MediaLink

Example

<AuditPool>
	<PhaseTime QueueEntryID="b81995b3-a24e-4d0b-a7fc-7bd8398772c9" TimeStamp="2017-07-05T17:20:10Z" AgentName="PRISMAsync" AgentVersion="2.2.0.0" Start="2017-07-05T17:19:47Z" End="2017-07-05T17:19:49Z" Status="InProgress">
		<MediaLink rRef="Media_170705172010.281_0" ActualAmount="11" Usage="Input"/>
		<MediaLink rRef="Media_170705172010.281_1" ActualAmount="18" Usage="Input"/>
	</PhaseTime>
</AuditPool>

Archive with examples for download

NOTE

If you want to use this snippet, download the whole collection of examples in this TRM from this link:

https://supportfiles.cpp.canon/trm/Examples-TRM-Mk8.1.1.zip