You may view a problem report on any operation the execution of which failed. This can be done by clicking the View Problem Report link located in the Action Info section on the Action # info page.
A problem report contains detailed information about the execution of a certain action, including the action input, output, debug information and error messages. For example, for action "Assigning Plesk client 11 to Expand client 1" the system provides following report:
PROBLEM REPORT FOR ACTION #276901
==================
ACTION INPUT
-------------
<?xml version="1.0" encoding="UTF-8"?>
<packet version="2.0.0.18">
<bind>
<add>
<filter>
<plesk_client_id>11</plesk_client_id>
</filter>
<data>
<client_id>1</client_id>
</data>
</add>
</bind>
</packet>
ACTION LOG:
--------------
Jun 05 2006 14:44:20 [:28000] INFO: Request to operator 'plesk_multi_client'
Jun 05 2006 14:44:20 MultiCltOp[:28000] DEBUG: Operator object created.
Jun 05 2006 14:44:20 MultiCltOp[:28000] DEBUG: Binding process.
Jun 05 2006 14:44:20 MultiCltOp[:28000] DEBUG: Binding plesk client to multi client.
Jun 05 2006 14:44:20 MultiCltOp[:28000] DEBUG: Binding plesk client '11' to multi client '1'.
Jun 05 2006 14:44:20 MultiCltOp[:28000] ERR: [Operator] Multi Client instancing error. Multi client '1' already instanced to server '6'
Jun 05 2006 14:44:20 MultiCltOp[:28000] DEBUG: Processing input packet complete
Jun 05 2006 14:44:20 MultiCltOp[:28000] DEBUG: Boss operator finished with code 13900.
ACTION ERROR:
--------------
TASKMAN OUTPUT:
--------------
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<packet version="0.1.1.0">
<result>
<status>error</status>
<errtxt>Action executed with errors</errtxt>
</result>
</packet>
==================
End of the Report