cancel
Showing results for 
Search instead for 
Did you mean: 

How to output Job History on BE10d

takaratta
Level 4

In the case of BE2010, we can output Job History in "Job History" on "Job Monitor" tab.

In this Job History Pain, we can copy text for Job History.

We can output following contents.

  •   - Name
  •   - Media Server
  •   - Device Name
  •   - Created On
  •   - Job Type
  •   - Job Status
  •   - Percent
  •   - Start Time
  •   - End Time
  •   - Elapsed Time
  •   - Byte Count
  •   - Job Rate
  •   - Error Code
  •   - Deduplication Rate

But we cannot copy test in "Job History" pain on BE10d.

We want to output "Job History" information.

On BE10d, can we output these information ?

1 ACCEPTED SOLUTION

Accepted Solutions

CraigV
Moderator
Moderator
Partner    VIP    Accredited

...check the job log for the job ID.

View solution in original post

4 REPLIES 4

CraigV
Moderator
Moderator
Partner    VIP    Accredited

Hi,

 

I'd suggest checking out bemcmd.exe, and specifically the command switch below:

Dump completed job status | -o21  |* -j<job name> or -i<job id> or -hi:<job history id>
                                             |          |  -ne:<no early than date>
                                             |          |  -nl:<no later than date>
                                             |          |  -e

 

That would be used to pull details for Job History out of any job you specify in the <job name> section.

 

Thanks!

Ken_Putnam
Level 6

It's been a while since I looked at 10d, but I THINK the canned media set report has what you aer looking for

takaratta
Level 4

I run "bemcmd.exe /?".

<pre>

-------------------------------------------------------------------------------
Dump completed job status |  -o21 |* -i<job id> or -hi:<job history id>
                          |       |  -e
-------------------------------------------------------------------------------

</pre>

What is "<job id>" ??

CraigV
Moderator
Moderator
Partner    VIP    Accredited

...check the job log for the job ID.