--
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 post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/56e5f3a6-c124-449d-9572-dede71e401a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CAF2sSeeYygTGccigw2dxrqUhq5S7OvrSUZ%3DbPW5uK6T-o9e0AQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
dvndb=# select * from dataverselinkingdataverse;
id | linkcreatetime | dataverse_id | linkingdataverse_id
----+----------------+--------------+---------------------
(0 rows)
## In moving the hierarchy - there is a new ":root"
## old root "libradata" see next command now has owner_id of new :root (which has owner_id of NULL)
curl -H "X-Dataverse-key: 00000000000000000000000000" https://dvdev.lib.virginia.edu/api/dataverses/:root/links
{"status":"OK",
"data":{
"dataverses that the uva dataverse has linked to":[],
"dataverses that link to the uva":[],
"datasets that the uva has linked to":[]
}
}
curl -H "X-Dataverse-key: 00000000000000000000000000" https://dvdev.lib.virginia.edu/api/dataverses/libradata/links
{"status":"OK",
"data":{
"dataverses that the libradata dataverse has linked to":[],
"dataverses that link to the libradata":[],
"datasets that the libradata has linked to":[]
}
}
## the Datasets in the Econ dataverse are ones with the link icon
## appears to have no links either
curl -H "X-Dataverse-key: 00000000000000000000000000" https://dvdev.lib.virginia.edu/api/dataverses/econ/links
{"status":"OK",
"data":{
"dataverses that the econ dataverse has linked to":[],
"dataverses that link to the econ":[],
"datasets that the econ has linked to":[]
}
}
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CABbxx8EFYkjXPkdANeLmpvxvavr6UehJXR8ef8ZDMrCTrvD_Ag%40mail.gmail.com.
Thanks.... but using the commands (and checking the database), no linking was found. I haven't found any problems; it just doesn't look right having the link icons.
I've done a full re-index (after clearing data from solr) per: http://guides.dataverse.org/en/4.8.3/admin/solr-search-index.html
dvndb=# select * from dataverselinkingdataverse;
id | linkcreatetime | dataverse_id | linkingdataverse_id
----+----------------+--------------+---------------------
(0 rows)
## In moving the hierarchy - there is a new ":root"
## old root "libradata" see next command now has owner_id of new :root (which has owner_id of NULL)
curl -H "X-Dataverse-key: 00000000000000000000000000" https://dvdev.lib.virginia.edu/api/dataverses/:root/links
{"status":"OK",
"data":{
"dataverses that the uva dataverse has linked to":[],
"dataverses that link to the uva":[],
"datasets that the uva has linked to":[]
}
}
curl -H "X-Dataverse-key: 00000000000000000000000000" https://dvdev.lib.virginia.edu/api/dataverses/libradata/links
{"status":"OK",
"data":{
"dataverses that the libradata dataverse has linked to":[],
"dataverses that link to the libradata":[],
"datasets that the libradata has linked to":[]
}
}
## the Datasets in the Econ dataverse are ones with the link icon
## appears to have no links either
curl -H "X-Dataverse-key: 00000000000000000000000000" https://dvdev.lib.virginia.edu/api/dataverses/econ/links
{"status":"OK",
"data":{
"dataverses that the econ dataverse has linked to":[],
"dataverses that link to the econ":[],
"datasets that the econ has linked to":[]
}
}
On Wed, Jan 9, 2019 at 12:48 PM Philip Durbin <philip...@harvard.edu> wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CABbxx8EFYkjXPkdANeLmpvxvavr6UehJXR8ef8ZDMrCTrvD_Ag%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
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 post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CADL9p-WjtEzq4hjpFNACPvqxV2L8Ria9tY82w%3D6tjENSr2hg4g%40mail.gmail.com.
select * from datasetlinkingdataverse;
id | linkcreatetime | dataset_id | linkingdataverse_id
----+-------------------------+------------+---------------------
2 | 2016-12-07 11:51:03.545 | 288 | 292
3 | 2017-09-29 09:51:12.163 | 275 | 233270
4 | 2017-09-29 11:40:28.626 | 275 | 39
(3 rows)
Actually now that I relook at your image, I noticed it is a dataset (I had seen the text of "is also a sub dataverse" and gotten confused)/ Are you saying there's nothing in datasetlinkingdataverse either?
On Wed, Jan 9, 2019 at 1:39 PM Sherry Lake <shla...@gmail.com> wrote:
Thanks.... but using the commands (and checking the database), no linking was found. I haven't found any problems; it just doesn't look right having the link icons.
I've done a full re-index (after clearing data from solr) per: http://guides.dataverse.org/en/4.8.3/admin/solr-search-index.html
dvndb=# select * from dataverselinkingdataverse;
id | linkcreatetime | dataverse_id | linkingdataverse_id
----+----------------+--------------+---------------------
(0 rows)
## In moving the hierarchy - there is a new ":root"
## old root "libradata" see next command now has owner_id of new :root (which has owner_id of NULL)
curl -H "X-Dataverse-key: 00000000000000000000000000" https://dvdev.lib.virginia.edu/api/dataverses/:root/links
{"status":"OK",
"data":{
"dataverses that the uva dataverse has linked to":[],
"dataverses that link to the uva":[],
"datasets that the uva has linked to":[]
}
}
curl -H "X-Dataverse-key: 00000000000000000000000000" https://dvdev.lib.virginia.edu/api/dataverses/libradata/links
{"status":"OK",
"data":{
"dataverses that the libradata dataverse has linked to":[],
"dataverses that link to the libradata":[],
"datasets that the libradata has linked to":[]
}
}
## the Datasets in the Chemistry dataverse are ones with the link icon
## appears to have no links either
curl -H "X-Dataverse-key: 00000000000000000000000000" https://dvdev.lib.virginia.edu/api/dataverses/chemistry/links
{"status":"OK",
"data":{
"dataverses that the chemistry dataverse has linked to":[],
"dataverses that link to the chemistry":[],
"datasets that the chemistry has linked to":[]
}
}
--
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 post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CADL9p-X-9Wp9itdFjWgfhbxKQw091MTwJURvV7SGHyUtfajjFw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
curl -H "X-Dataverse-key: 000000000000" https://dvdev.lib.virginia.edu/api/dataverses/292/links
{"status":"OK",
"data":{
"dataverses that the uvacs dataverse has linked to":[],
"dataverses that link to the uvacs":[],
"datasets that the uvacs has linked to":["Training with Open Refine"]
}
}
curl -H "X-Dataverse-key: 000000000000" https://dvdev.lib.virginia.edu/api/dataverses/233270/links
{"status":"OK",
"data":{
"dataverses that the licensed dataverse has linked to":[],
"dataverses that link to the licensed":[],
"datasets that the licensed has linked to":["Testing More Files Added"]
}
}
curl -H "X-Dataverse-key: 000000000000" https://dvdev.lib.virginia.edu/api/dataverses/39/links
{"status":"OK",
"data":{
"dataverses that the dsi dataverse has linked to":[],
"dataverses that link to the dsi":[],
"datasets that the dsi has linked to":["Testing More Files Added"]
}
}
--
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 post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CADL9p-VUMj5ky%2BT-ovPBF8Z_RU-Hg%2BQkVGfQb4e%2Bii02wD_C%2Bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CABbxx8FBEjZm_pKPwJcWns7NZBPv%3D3rtQeYSX_971rbLuPcuCA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CADL9p-WePdgRBDmYUCX4%3Dxsf_HKVBY09MZ22B0JsKd_bqsC99w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Sounds good. Heads up the 4.10.1 is out: https://github.com/IQSS/dataverse/releases/tag/v4.10.1
Also, there's a handy dandy new upgrade progress you can try out if you're feeling adventurous. Please see:
- https://github.com/IQSS/dataverse/blob/v4.10.1/scripts/database/README_upgrade_across_versions.txt- "A note on upgrading from older versions" at https://github.com/IQSS/dataverse/releases/tag/v4.10
Phil
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CADL9p-WePdgRBDmYUCX4%3Dxsf_HKVBY09MZ22B0JsKd_bqsC99w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
--Philip Durbin
Software Developer for http://dataverse.org
http://www.iq.harvard.edu/people/philip-durbin
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 post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CABbxx8E8SJ6V%3DhiO%3DMuhX4WDy2%2BPxP%2BXnsmueyVq3zKS%2BweeWg%40mail.gmail.com.