I think I've got it =) In custom_zodb.py, the line:: Storage=ZEO.ClientStorage.ClientStorage((ZSS_HOST,ZSS_PORT), ZSS_NAME) should have read:: Storage=ZEO.ClientStorage.ClientStorage((ZSS_HOST,ZSS_PORT), name=ZSS_NAME) Thanks for your help, -Paul