You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.
I have created a shiny app that loads data from a MonetDB database. The shiny app works just fine inside RStudio, but when I publish it to my shiny server, I get the following error:
cannot create dir '/...', reason 'Permission denied'
Warning: Error in monetdb_embedded_startup: Cannot create /.../DB
I know that DB does exists and ... is same location. And my Shiny server does have access to that DB because I can run R and access it on the server.
Any suggestions would be welcomed. What I am really struggling with is to understand the 'cannot create dir' error, since I am not asking for new directory and I am just creating a connecting to the DB
dbdir <- ".../DB"
con <- dbConnect(MonetDBLite::MonetDBLite(), dbdir)
The text was updated successfully, but these errors were encountered:
I have created a shiny app that loads data from a MonetDB database. The shiny app works just fine inside RStudio, but when I publish it to my shiny server, I get the following error:
I know that DB does exists and ... is same location. And my Shiny server does have access to that DB because I can run R and access it on the server.
Any suggestions would be welcomed. What I am really struggling with is to understand the
'cannot create dir'
error, since I am not asking for new directory and I am just creating a connecting to the DBThe text was updated successfully, but these errors were encountered: