Roundup Tracker - Issues

Message1437

Author marlonvdb
Recipients
Date 2004-09-02.13:09:46
Message-id
In-reply-to
When I try to export our database, the export 
terminates with the next error:

Traceback (most recent call last):
  File "D:\Python23\Lib\site-
packages\roundup\admin.py", line 1273, in
run_command
    ret = function(args[1:])
  File "D:\Python23\Lib\site-
packages\roundup\admin.py", line 1043, in
do_export
    cl.export_files(dir, nodeid)
  File "D:\Python23\Lib\site-
packages\roundup\hyperdb.py", line 785, in
export_files
    shutil.copyfile(source, dest)
  File "D:\Python23\Lib\shutil.py", line 37, in copyfile
    fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory:
'D:\\RoundUp\\eccncr\\db\\files\\msg\\0\\msg2'

When I open the above folder, it does not have the 
file 'msg2', but it does have 'msg2.tmp'. 
When I use the web interface, 'msg2?@template=item' 
will show the content of 'msg2.tmp'.
If I rename 'msg2.tmp' to 'msg2', then still the web 
interface can it show the content. In other words, the 
code handling the web interface ignores the extension, 
but the command line export feature does not.

I tried this with roundup 0.7.5 and 0.7.6. Both releases 
have this problem.

FYI, the mentioned folder does contain a lot 
of 'msg?.tmp' files. Is this normal?

Regards,
Marlon

PS: I use the next command to export: roundup-admin 
export 'd:\roundup\export'
History
Date User Action Args
2009-02-03 14:20:55adminlinkissue1021147 messages
2009-02-03 14:20:55admincreate