Why do I get this service error: "error executing command as another user: no authentication agent found" when registering MATLAB Web Apps service
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Carlos
le 11 Nov 2022
Réponse apportée : Souvik Das
le 14 Nov 2022
Hi. I am trying to install MATLAB Web App Server in an Azure Linux Virtual Machine. These are the steps I followed:
1- Installed MATLAB Run Time
2- Copied MATLABWebAppServer.zip from a Linux machine that had MATLAB Compiler product installed and unzip it.
3- After that, I ran the server application by typing run_MATLABWebAppServer.sh <MATLAB_Runtime_Location> in the shell prompt.
4- Once the server application launches I tried to Register the web apps service using a default account, but I get this service error:
error executing command as another user: no authentication agent found
Can you please help me? Thanks
0 commentaires
Réponse acceptée
Souvik Das
le 14 Nov 2022
Try using 'sudo' while running the script
Follow the attached link for more information regarding setting up MATLAB Web App Server
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Web App Server dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!