I've recently updated to R 4.2 and RStudio Build 492, and since then I've been having issues connecting to my companies instance of Redshift.
I also updated to the latest version of the RJDBC package (0.2.10).
When pointing to the driver version, I'm using the following function call:
drv2 <- JDBC("com.amazon.redshift.jdbc.Driver","C:/Program Files/RStudio/jar_repo/RedshiftJDBC42-no-awssdk-1.2.41.1065.jar")
After running this function, RStudio has a catastrophic failure and I have to restart the session. In troubleshooting, I've run the connection string as well as the database call through the standard R Gui and it works just fine using the RJDBC package and the new version of R.
I've reinstalled base R and RStudio, but can't for the life of me figure out what's causing the hiccup. Does anyone here have any thoughts?
Thanks,
Jim