Tombstone Details window

You can find more detailed help on the following elements of this window:

Start Time

End time

Statistics

User message

Exit Code

Error description

Close



Start Time

The date and time that the AssemblyLine started to run.



End Time

The date and time that AssemblyLine stopped. The stop time for the AssemblyLine is the same as the tombstone create time.



Statistics

The statistics of the AssemblyLine when it terminated.



User Message

The message set by task.setTombstoneUserMessage(String user_message); API in the AssemblyLine is displayed as the user message in this window. You can use this API in any of their AssemblyLine hooks or scripts to store status information in the tombstone.



Exit Code

States whether the execution of the AssemblyLine was successful (0) or unsuccessful (1).



Error description

If the AssemblyLine run was unsuccessful an error description is displayed. For a successful run of the AssemblyLine, the error description is not applicable.



Close

Closes the window.



View Tombstones

This window enables you to manage tombstones. If Tombstone Manager is enabled on the server, tombstone entries are displayed for the selected AssemblyLine in the View Tombstones table. To enable Tombstone Manager on the remote TDI server, check that the "com.ibm.di.tm.on" property in global.properties (or solution.properties) of the remote TDI server is set to "true". For more details on the Tombstone Manager, refer to the IBM Tivoli Directory Integrator Administration Guide.

You can find more detailed help on the following elements of this window:

Tombstone Table

Close

Help



Tombstone Table

The Tombstone Details window displays information for a particular tombstone.

Rows

Start time
The date and time that the AssemblyLine started to run.

Tombstone Create Time
The date and time that AssemblyLine stopped. The stop time for the AssemblyLine is the same as the tombstone create time.

Exit code
States whether the execution of the AssemblyLine was successful (0) or unsuccessful (1).

User message
The message set by task.setTombstoneUserMessage(String user_message); API in the AssemblyLine is displayed as the user message in this window. Users can use this API in any of their AssemblyLine hooks or scripts to store status information in the tombstone.



Close

Closes the window.



Help

Displays more details on the elements of the window.