Hello,
I keep getting this message when I try to run R code that pulls data from an SQL server via VPN.
Does anyone have a list of possible reasons this could be occurring (without seeing my code)? Thank you-Drew
Hello,
I keep getting this message when I try to run R code that pulls data from an SQL server via VPN.
Does anyone have a list of possible reasons this could be occurring (without seeing my code)? Thank you-Drew
Hey Drew,
That message is usually not caused by your SQL code directly. It means your RStudio Server / Posit Workbench session got disconnected, and the browser thinks another connection took over or that is was restarted.
I cant really tell what caused this, but these are some possible reasons:
rsession may have exited because of an R crash, native-code crash from a package, out-of-memory kill, or host/container restartAny other information could help us determine the root cause!
Let me know,