Hi, I know that I have had the data transfer functionality working in the past but it's currently failing ending with the following: 127.0.0.1 - - [23/Mar/2010:08:37:50 -0400] "GET /user/create?username=nsfox1%40example.org&confirm=testuser&messagetype=error&msg=User+with+that+email+already+exists&password=testuser&email=nsfox1%40example.org HTTP/1.1" 200 - "-" "Python-urllib/2.5" ERROR:root:Traceback (most recent call last): File "scripts/galaxy_messaging/server/data_transfer.py", line 166, in add_to_library raise DataTransferException("The "+self.datatx_email+" user could not login to Galaxy") DataTransferException: 'The nsfox1@example.org user could not login to Galaxy' ERROR:root:FATAL ERROR.The nsfox1@example.org user could not login to Galaxy DEBUG:root:[[u'data/ATC_AA', u'Error'], [u'data/ATC_AB', u'Error'], [u'data/CRA_AC', u'Error'], [u'data/CRA_AE', u'In progress']] DEBUG:root:###################### [u'data/CRA_AE', u'Error.The nsfox1@example.org user could not login to Galaxy'] I re-downloaded the Galaxy instance again but I'm still having this issue. The user I'm using here is an admin user with permission to add to the data library and when I go and login galaxy it works. Any suggestions as to what I might be wrong would be great. Thanks, Natalie