Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R-Bridge to ArcSDE throws error (Error in .call_proxy("dataset.open", .Object, path) : cannot open dataset) #118

Open
gis-parks-swiss opened this issue May 10, 2023 · 0 comments

Comments

@gis-parks-swiss
Copy link

I managed to install the r-bridge using your project, thank you very much. I can open features classes of a GDB on my local computer, but I cannot open feature classes which are stored in my password-protected ArcSDE. Is this even possible? if so, what do I need to do? (sorry if this is a dublicate, I tried to post the same thing yesterday but it seems that it wasn't correctly submitted..)

I'm using:
ArcGIS Pro 3.1.0

arc.check_product()
product: ArcGIS Pro (13.1.0.41833)
license: Advanced
version: 1.0.1.305

on Windows 10

My Code
library(arcgisbinding)
arc.check_product()
gdb <- arc.open("C:/Users/xxxxxxxx.SNPDOM/Desktop/to_delete/delete.gdb/parks") # this works
arcsde <- arc.open("C:/Users/xxxxxxxx.SNPDOM/AppData/Roaming/Esri/ArcGISPro/Favorites/xxxxxxxx.sde") # this does not work

Error Message
Error in .call_proxy("dataset.open", .Object, path) : cannot open dataset

original post:
https://community.esri.com/t5/r-arcgis-questions/using-arc-open-function-to-import-a-feature-class/td-p/853116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant