Roundup Tracker - Issues

Issue 1614014

classification
Server Blocked when Exporting DB from a Custom Action
Type: Severity: normal
Components: Database Versions:
process
Status: closed works for me
:
: richard : richard
Priority: normal :

Created on 2006-12-12 14:58 by anonymous, last changed 2006-12-18 03:54 by richard.

Messages
msg2375 Author: [hidden] (anonymous) Date: 2006-12-12 14:58
Hello

I would like to allow end users to trigger the DB export (AdminTool.do_export). I tried with a custom action which calls (os.system) a simple .bat file (roundup-admin export) but it blocks roundup server. I tried another way by using AdminTool from the custom action but server still blocked (when calling db.open('admin'))

I'm certainly missing something but if you have an idea it would be great

BR
michel Kern
michel.kern@nokia.com
msg2376 Author: [hidden] (richard) Date: 2006-12-18 03:54
You will want to migrate to a multi-user backend. See the installation docs "Choosing Your Backend" for more info.
History
Date User Action Args
2006-12-12 14:58:58anonymouscreate