cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

A way to extra information out of SEN CLoud to Azure database for Chatbot purposes

Stephenw1
Explorer
0 Likes
315

Dear SAP Community

Is there a way to extract a SEN CLoud database into an Azure database at a set cycle (every 5 days) for input into a Chatbox that is restricted 

Notes:

  1. The chatbot is designed to have no access to the internet for company security reasons - This means using the link to the published content which is on the cloud is out of the question
  2. The chatbot has been set up to read from an Azure Database (Private Server)
  3. This process should be automated to avoid much work

Accepted Solutions (0)

Answers (1)

Answers (1)

ShaneLipke
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Stephen,

There is a reporting API that can be used to extract information from the SEN database but I suspect that this is not the information that you are looking for.  The API allows you to extract details about content consumption and the meta data of content objects but not the actual content itself.  Anyway, have a look at the contents of this book to see if this is helpful.

Given that the contents is for a Chatbot, I suspect that you want the actual content of the objects, e.g. Book Pages.  If that is the case, perhaps you can generate the content in Word format, i.e. a Compound Document, and load it from the Word document into the Azure DB.

Regards
Shane