Using harvest oai-pmh to send metadata from dspace to ckan. I can see the files (packages) in activity stream but not in dataset list. The link in activity stream leads to data in dspace surface. also in db i see the entries for the packages. logfiles only throw warning regarding dateformat. Do I Need any extra modules to generate a list with datasets for ckan Webbrowser?
Asked
Active
Viewed 142 times
0
-
Have you tried re-indexing your solr? `paster --plugin=ckan search-index rebuild --config=/etc/ckan/std/std.ini` https://docs.ckan.org/en/ckan-2.7.3/maintaining/paster.html#search-index-rebuild-search-index – user3366016 Apr 15 '19 at 21:22
-
I tried re-indexing but nothing changed – Juri Apr 17 '19 at 09:25
-
No extra modules should be needed for the basic list feature. Just some random trouble shooting thoughts. Have you tried creating a dataset manually in CKAN web UI and seeing if it appears? Are the newly created datasets draft or private by chance? Have you logged in to CKAN and tried viewing them? – user3366016 Apr 29 '19 at 21:39
-
A dataset created in CKAN web UI appears in listing. Most of the datasets are public. I can see them in DB, there they are all listed - public and private. Although I can see datasets harvested with dcat_rdf - in list too. – Juri May 02 '19 at 07:14