omeka-s-modules / DspaceConnector

Connect to / import from a Dspace repo into Omeka S
GNU General Public License v3.0
1 stars 3 forks source link

Connector not working with DSpace6 #31

Closed artturimatias closed 7 years ago

artturimatias commented 7 years ago

There seems to be some issues with DSpace 6:

Maybe there should be option to set DSpace rest address? It might not be /rest always.

patrickmj commented 7 years ago

Thanks for the feedback! Changes in the DSpace API have been tricky to keep up with.

Do you have a public endpoint that we could use to test against?

artturimatias commented 7 years ago

Sorry, we are just migrating to DSpace 6 so we don't have public API yet. But there is a http://demo.dspace.org/rest/ where one can test.

patrickmj commented 7 years ago

Is there anything in the jobs' logs? Click "Jobs" in the left sidebar, and look for ones with class DspaceConnector\Job\Import. Hopefully there will be a link to logs for the job with helpful info. Most likely something starting with PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'remote_id' cannot be null in /var/www/html/omekas/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:91, which would make perfect sense with the UUID change.

patrickmj commented 7 years ago

Also, what version of Omeka S core are you using?