Dear all,
In order to automatically translate Aris text Attributes using google API Translator, I created a script that run efficiently at my customer server, but don't work on ARIS Cloud.
This script needs to send and receive data from my server with https protocol. For that I use java.net.URL class.
The error message I have on ARIS Cloud is "java.net.URL is not allowed to be created in a sandbox report"
This is OK on ARIS server (you can see a demo here : https://www.youtube.com/watch?v=xge_K2u6oEA)
Why it does not work on ARIS Cloud? There is a way to communicate with a remote server in ARIS Cloud?
Thank you for your help.
Best Regards.
Romain Tricarico
Torsten Haase on
Hi Romain,
all "potentially harmful" java APIs are forbidden to be used in scripts in ARIS Cloud.
This includes java.net.URL as well as for example java.io.File / Streams / java.lang.System/Runtime/Thread etc.
Best regards,
Torsten