Symptom
- Customer wants to know if it is possible to retrieve activity logs from SAC automatically, without an active user session, because the logs should be replicated regularly.
- Is there an existing implementation where one application calls the API, without any form of user interaction?
Environment
SAP Analytics Cloud 2023.8.12
Resolution
Yes, it is possible to automate the logs as per blog SAP Analytics Cloud Activities Log Command-line Interface (CLI) to Automate Downloads + Associated Best Practices
Customer just needs to create a sample script to download these logs, rather than for each customer to re-invent the thing over and over. This sample solution is available now.
This solution uses nodejs and Postman. If you’re happy to use nodejs (which is available on the SAP BTP platform too) and the Postman libraries ‘newman’ then this sample solution is ideal.
See Also
Keywords
activity; logs, SAC; automatically; export; automate; downloads; script; postman; api; replicate; implementation. , KBA , LOD-ANA-ADM , SAC Administration , How To