bedatadriven / activityinfo-R

ActivityInfo R Language Client
https://www.activityinfo.org/support/docs/R/
17 stars 12 forks source link

BUG: importTable/Records() server error for large data sets (not related to GCP limits #66) #81

Closed Ryo-N7 closed 1 year ago

Ryo-N7 commented 1 year ago

I know this is importRecords() now but I don't think any of the internals have changed. So i've been getting 'server error' problems for extremely large data uploads. This shouldn't be an issue with the GCP stuff in #66 as I'm still able to get a few rows of data uploaded but at various points of the upload progress, I bump into SERVER_ERROR

gen-able

but the response doesn't actually give me any details, just the executeJob() job ID + error

Error in executeJob("importRecords", descriptor = list(formId = formId, : Job ahBlfmFjdGl2aXR5aW5mb2V1chALEgNKb2IYgICAnaiviwoM failed. Code: SERVER_ERROR, Message: Server error

is there a way for me to...

  1. access the job error
  2. have the R package expose this in more detail in a better way
  3. Or will I continue need to send in a ticket to ActivityInfo for each of these so Alex can look it up from his end?
akbertram commented 1 year ago

This is an issue with the ActivityInfo API: https://bedatadriven.atlassian.net/browse/AI-3366