Previous Topic: ExampleNext Topic: Example


listFailedJobs—List Failed Jobs

This action displays the list of failed jobs.

This action is valid only for domain managers

This action has the following format:

swlibrary action=listfailedjobs 
item=item_name 
version=version_name 
{alt |
procedure=procedure_name 
[{filter=filter|filterfile=file_name}]}
alt

An alternate list is provided based on the item name and version only.

In case of coding this parameter the value of the item and version parameter might contain database supported wild cards, for example,

"%"

for an arbitrary, even empty sequence of characters

"_"

for an arbitrary single character

For Microsoft SQL Server also the square brackets ("[","]") have a special meaning. This has to be taken into account when coding the name.

filter

Specifies the expression to confine the amount of information listed, in this case the amount of products.

You can also use the attributes shown by this list action.

filterfile

Specifies the name of the file that contains the filter commands.

The commands in the file are specified in the same way as in the filter parameter, but the size of the file is limited by the capacity of the system that runs this command.

item

Specifies the name of the item for which the list is provided.

procedure

Specifies the name of the item procedure used in the jobs in question.

version

Specifies the version of the item for which the list is provided.

More Information:

Using Filters