--
--
"iRODS: the Integrated Rule-Oriented Data-management System; A community driven, open source, data grid software solution" https://www.irods.org
iROD-Chat: http://groups.google.com/group/iROD-Chat
---
You received this message because you are subscribed to the Google Groups "iRODS-Chat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to irod-chat+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to irod-chat+...@googlegroups.com.
Dong,Sorry, still in slo-mo here. Internet is down for me. (Using my phone now! ) Anyway, those seem like they couldn't be correct ... perhaps typos resulting from an SQL update? Will ask in the office tomorrow!Dan
Hi Dong,
You may want to try the following sql query:
ICAT=# select * from r_coll_main where coll_name='/';
If that query doesn't show up *any* results then probably your root collection has by some cause been renamed to '/m'.
In that case you could manually update coll_id 10004 and coll_id 10005 to change the fields containing '/m' to '/' using the following:
update r_coll_main set coll_name = '/' where coll_id = 10004;
update r_coll_main set coll_parent_name = '/' where coll_id = 10004 or coll_id = 10005;
Be careful not to update any other rows.
Cheers,
Ton
You received this message because you are subscribed to a topic in the Google Groups "iRODS-Chat" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/irod-chat/lZeE4AZxE0I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to irod-chat+...@googlegroups.com.