This happened while I was consolidating the s3 buckets for test.dataverse.ucla.edu.
The collection for geospatial gets a 500 and I can't seem to find a way to fix it.
https://test.dataverse.ucla.edu/dataverse/geospatial
Sort of remaking the collection, is there any way to fix a broken connection link.
The alias exists:
dvndb=# SELECT alias FROM dataverse WHERE alias = 'geospatial';
alias
geospatial
(1 row)
ELECT d.id, d.alias, o.dtype, o.owner_id
dvndb-# FROM dataverse d, dvobject o
dvndb-# WHERE d.id = o.id AND d.alias = 'geospatial';
id | alias | dtype | owner_id
------+------------+-----------+----------
4949 | geospatial | Dataverse | 1
(1 row)
If this wasn't the test system I guess one fix would be to recreate the dataset.
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/9cc42e5e-44c6-4e3d-b7ab-0f029f508dcbn%40googlegroups.com.