--
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/5b6ef430-5c85-4355-b9ed-5cc93c568844n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/b6ce613e-1d83-44ff-b2f6-874282024108n%40googlegroups.com.
FWIW: PR #11782 adds a print stacktrace at the place that you’d want. Doesn’t help you with 5.14 directly, but people seeing related issues after v6.9 won’t need to add it.
One thing you might try – if there are no cached export files for a dataset and you request one specific one from the UI, I think the code will just try to generate that one export format – which may show you more details in the log that when the problem is being caught in the reExportAll method.
-- Jim
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/b6ce613e-1d83-44ff-b2f6-874282024108n%40googlegroups.com.
Jeye,
The cached export files are in the store used by that dataset. Each dataset’s files are stored in subdirectories related to their PID, i.e. doi:10.5072/ FK2LDVRQ6 has files in the store’s /10.5072/ FK2LDVRQ6/ . In that directory, you should see files with names like export_Datacite.cached. You can delete those.
That said, if you’re failing to create the DDI file, presumably it’s not getting cached and therefore you can just try to re-export from the UI.
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/ffd12750-79ef-4d5e-997d-6d9e3a7b53a8n%40googlegroups.com.