Orhun Aydin

Results 22 comments of Orhun Aydin

@Saadi4469 there can be numerous causes to this issue. Here are some thoughts: 1. Missing values containing special characters 2. Reserved characters in row entries 3. Missing crs (what do...

@Saadi4469 the easiest way would be emailing it to [email protected]. If the file is too big, I can set up a OneDrive folder.

@Saadi4469 I tried writing the dataset to all fgdbs we support using `R v 4.1.3` with `arcgisbinding v244`: - Current - 9.2 - 9.3 - 10.0 `arc.write` writes the data...

@Saadi4469 the data volume is not the issue as the cursor that inserts data from your R dataframe to the feature class in the GDB throws an error and exits....

@Saadi4469 no problem. THe last issue that I can think of is that of types. Would you share the output of this function on your data frame, `df`? ``` sapply(df,...

@Saadi4469 thank you. As per your question on why shapefile works, shapefiles are not subject to stringent value and geometry checks that feature classes are subject to. This means it...

Another solution we can try is if you have shapefile you could do the following: ``` data.obj

@Saadi4469 Does the issue still persist?

@chinhqho can you please verify the version of R that RStudio is pointing to under Options? If it is using the correct R version (the one that matches Rgui 32-bit),...

@chinhqho this seems to be an [R-Studio issue](https://community.rstudio.com/t/rstudio-v-1-4-and-pre-released-build-341-crash-every-single-time-on-r-4-1-1-32-bit-but-works-fine-on-64-bit/115421) We can verify this is the case if you can reproduce one of these crashes and send over the crash dump that...