1. I have iRODS, Experiment Service and Labwiki running on emmy9. In the Execute Window I cannot see the list of slices and experiment IDs. [[BR]] curl -X POST -H "Content-Type: application/json" --data-binary @'+ json_filename +' ' + self.restURL + ':' + str(self.restPort) + '/projects/' + self.proj_name + '/users When I do a GET of http://emmy9.casa.umass.edu:8002/users/geni-dbhat[[BR]] It does not return the project that the user belongs to.[[BR]] When I do http://emmy9.casa.umass.edu:8002/projects/GIMITesting/users/ , I get geni-dbhat as a member of Project GIMITesting.[[BR]] I believe this is what is causing the problem that I have. Is there anything wrong with the POST and GET I am using?[[BR]] 2. The iRODs server is now geni-renci.org. Hence, the GENI Portal names and the iRODs user names are now geni-.[[BR]] To solve this I added a hack in labwiki/lib/labwiki/session_init.rb at line 18[[BR]] id = 'geni-' + user.split('=').last