cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for Import Data Job Status in SAC stories itself

rajkumar_selvam1
Explorer
0 Kudos

Hi ,

We have implemented the Multi Action Import steps to Import /refresh data from SAC stories.

As soon as Click on the Multiaction button data get refresh as per expected. But we need to implement the Import Job Status(Ex: Success , failed ..etc) in the story itself. kindly suggest using script or any other features help to bring the status in the story itself.

Thanks & Reagrds ,

Rajkumar

Accepted Solutions (0)

Answers (2)

Answers (2)

PRAT280
Advisor
Advisor
0 Kudos

Hi,

Have you explore the Administration Cockpit feature? The standard DM Management Job Statistics analysis will give you all the details of an Import Job that you are executing. Th you may not be able to get the details of a multi-action but the status of Import Jobs which are part of multi-action can be displayed

I hope this helps

Thanks

N1kh1l
Active Contributor
0 Kudos

rajkumar.selvam

You can try the API to read the multiAction status and then store it in a variable and then tie it to dynamic text for display in stories.

GET /api/v1/multiActions/<multiActionID>/executions/<executionID>

https://help.sap.com/docs/SAP_ANALYTICS_CLOUD/14cac91febef464dbb1efce20e3f1613/ff7815c62f284af890ef4...

Hope this helps !!

Nikhil