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:
0 Successfully launched
1 User does not have right to start this task
2 Failed to open HFM application
3 Invalid input parameter file
4 Invalid action name
5 Another Extended Analytics extract by this user is still in progress
6 Errors in input parameter file at line X
7 Missing parameter section X in the input parameter file
8 Other errors. Refer to the Extended Analytics and HFM logs for more information.
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.