Response Message

An XML similar to the one below will be returned from Financial Management after the Extended Analytics task is launched. Since Extended Analytics task is asynchronous, the task is most likely still in progress when the caller receive the response message. The message contains <taskID>, which can be used to track the progress through Running Task in the HsvSystemInfo module.

<status>

<code>-3</code>

<taskID>-1</taskID>

<messge>Extended Analytics Extract failed for reason: %s </message>

</status>

The <code> tag contains 0 if the task was successfully launched. It will have a negative number if the task could not be launched. Please note that even if the Extended Analytics task is launched successfully, the extract task might still fail during the execution.

Current valid values include:

The <taskID> tag will be -1 if the <code> tag contains an error code. Otherwise, <taskID> will contain a positive integer for the caller to track the progress of the Extended Analytic task.