TrackImport function

This function returns the status of a message that has been previously imported with the Import function.


input parameters of the function trackimport

On success, the function returns the status of the message as shown in the response below.


response to the web service call trackimport

The Status values are defined in the below table.

Status

Description

SUBMITTED

The message has been saved in the Message Connector storage but not imported into Kofax Capture.

SUCCESS

The message has been successfully imported into Kofax Capture.

ERROR

The message could not be imported into Kofax Capture.

UNKNOWN

The message with the specified ID could not be found in the Message Connector storage. This can be caused by one of the following reasons:

  • A bad ImportID was specified in the TrackImport call.

  • The message was processed (positive or negative) but it has been removed from the storage because disk-space was required for new messages.

The ErrorString holds a detailed error description in case the import into Kofax Capture is failed. Depending on the Status value, the DeliveryTime (dateTime field) specifies when the import into Kofax Capture took place or failed or will be attempted. The Extension values are reserved for future extensions.