Skip to main content

How do tasks get executed via Universal GUI. 

We have containerized a lot of deployments with limited access to the databases. Therefore I'm introducing a backup task in the model.The task works when I run it in SMSS/ADS, but via the model it doesn't and there are no error messages. 

When I invoke the task via SMSS/ADS then it makes the backup and I get back the json with backup info. 

When I run the task from the application, it almost instantly ends. Meaning it didn't work, it didn't wait for the backup (S3) to complete? There is no logging, no error, et cetera..  what could be the issue here?

 

This sounds like a rights issue of the pooluser. I assume you are using a different user when connecting to SSMS? If so, can you log on to SSMS as the pooluser and use the same command? 


Reply