Log inUsernamePassword
Log me on automatically each visit    
Register
Register
Log in to check your private messages
Log in to check your private messages
Broobles Forum Forum Index » IMAPSize

Post new topic   This topic is locked: you cannot edit posts or make replies.
Can't convert (mbox2eml) Goto page 1, 2  Next
View previous topic :: View next topic  
Author Message
Alex
Guest





PostPosted: Fri Dec 23, 2005 8:12 pm    Post subject: Can't convert (mbox2eml) Reply with quote

Hello,

I have been using IMAPSize to convert several mailboxes, previously used by Thunderbird. I find it a really good and useful utility.
The small ones were successfuly converted.


However, i have a 500mb mailbox which won't convert. I get a "Convertion complete" message, but nothing is actually converted.
That's what i get in the log:

Failed to convert mbox file: *********\Inbox. Make sure the file is not locked by another application.
Converted mbox file: ********\Inbox into 0 emls in E:\mail


The file isn't actually locked. I've tried several times.
Any ideas?

Can i somehow split my 500mb file into 5 100mb ones? or any other work arround?

Thanks
Alex
Back to top
Ivan
Admin


Joined: 16 Apr 2005
Posts: 340
Location: Belgrade

PostPosted: Fri Dec 23, 2005 9:07 pm    Post subject: Reply with quote

Have you tried completely shutting down Thunderbird during the conversion?

Yes, you can split the file. You will need to perform copy-pastes in an editor capable of handling big files (such as UltraEdit - the trial version is free). While splitting the file make sure every file starts with a new message (new messages start with the string "From " (From + blank space).
Back to top
View user's profile Send private message Visit poster's website
Alex
Guest





PostPosted: Fri Dec 23, 2005 11:24 pm    Post subject: Reply with quote

Hello Ivan,

Thanks for your reply.

I downloaded Ultra edit and opened the file. However, i only see HEX code! (?)

Yes, i've tried several times, with Thunderbird shut down.

Thanks again,
Alex
Back to top
Ivan
Admin


Joined: 16 Apr 2005
Posts: 340
Location: Belgrade

PostPosted: Sat Dec 24, 2005 1:50 am    Post subject: Reply with quote

Hi Alex,

Can you try out the conversion with the new release ( 0.2.8 )? The fact that UltraEdit was displaying hex values made me revisit the processing of binary characters in the conversion and indeed, there was a bug there. It should be fine now, let me know how it goes.

Cheers,
Ivan
Back to top
View user's profile Send private message Visit poster's website
Guest






PostPosted: Sun Dec 25, 2005 2:00 am    Post subject: Reply with quote

Hey!

I just tried with the new version on two different computers.
But i get the same results, no convertion made.


Thanks,
Alex
Back to top
Ivan
Admin


Joined: 16 Apr 2005
Posts: 340
Location: Belgrade

PostPosted: Sun Dec 25, 2005 2:28 am    Post subject: Reply with quote

Any errors, warnings? You would see them when clicking the "Details" button in the message dialog that appears just after the conversion. Does the conversion start to take place at all (seeing something on the status bar, progress bar showing some progress?).
Back to top
View user's profile Send private message Visit poster's website
Alex
Guest





PostPosted: Sun Dec 25, 2005 3:06 am    Post subject: Reply with quote

Yes, the convertion takes place and lasts about 4-5 minutes.

In the error log i see the same message that i was seeing before: "Make sure the file is not locked by another application."

The file is definitely not used by other application.

Thanks,
Al
Back to top
Ivan
Admin


Joined: 16 Apr 2005
Posts: 340
Location: Belgrade

PostPosted: Sun Dec 25, 2005 3:13 am    Post subject: Reply with quote

This is strange, in theory that error should no longer happen. I'll have a look at what else could cause this message (IMAPSize only opens mbox files for reading).
Back to top
View user's profile Send private message Visit poster's website
Alex
Guest





PostPosted: Sun Dec 25, 2005 12:07 pm    Post subject: Reply with quote

Alright.

Let me know if it's anything you want from me.

The file is quite big (550mb) with tons of attached files.

Thanks,
Alex
Back to top
ApexWebSolutions.com
Guest





PostPosted: Sun Jan 08, 2006 12:38 am    Post subject: Having the same problem, perhaps Reply with quote

Using version 0.3.0.

It says "processing file" for 14 seconds, as it runs quickly through my 17.7 meg mail file.

Then says, Messages successfully converted

Details say, "Converted mbox file: C:\Backups\Email\Inbox into 0 emls in C:\Backups\Email\Converted\Inbox"

Thunderbird is closed while I do this, and it's a copy of my T-bird file anyway. (COMP in DOS shows that the copied file is identical.)
Back to top
ApexWebSolutions.com
Guest





PostPosted: Sun Jan 08, 2006 12:44 am    Post subject: Also tried ... Reply with quote

Also tried this, with same result:

1. Copying the other files to the same C:\Backups\Email folder (*.msf, *.dat, *.).

2. Using version 0.2.8.
Back to top
Ivan
Admin


Joined: 16 Apr 2005
Posts: 340
Location: Belgrade

PostPosted: Sun Jan 08, 2006 12:53 am    Post subject: Reply with quote

Can you try openning the 17.7MB file in either Metapad or UltraEdit. Both will detect if the file contains binary characters. IMAPSize does take care of most widely found binary characters, but it is possible that your file contains some other ones.

The ideal solution would be if you have a mbox file that doesn't convert and contains messages which you would be willing to send to me (newsletters, etc). In that way I could check out the problem directly.

Alternatively, I still have the MboxInspector scheduled for one of the next releases. It will report all the problems found in a mbox file (or at least point to problems).
Back to top
View user's profile Send private message Visit poster's website
ApexWebSolutions.com
Guest





PostPosted: Sun Jan 08, 2006 1:51 am    Post subject: File opens as blank Reply with quote

Wow! Quick reply. Thanks, Ivan.

It opens up as blank. I've tried 3 editors (Metapad, Notepad and Dreamweaver MX). In Dreamweaver it lists it as having 1 line only, and there is no 'scrollability' in any app.

I changed APPLOG to 2, and it didn't create a log file, which I understand means there were no other messages.

Looking forward to MboxInspector, and to retiring Thunderbird, hopefully soon.
Back to top
Guest






PostPosted: Sun Jan 08, 2006 2:01 am    Post subject: Reply with quote

It did convert another Inbox file -- a much smaller one (44kb).
Back to top
Ivan
Admin


Joined: 16 Apr 2005
Posts: 340
Location: Belgrade

PostPosted: Sun Jan 08, 2006 2:13 am    Post subject: Re: File opens as blank Reply with quote

ApexWebSolutions.com wrote:
It opens up as blank. I've tried 3 editors (Metapad, Notepad and Dreamweaver MX). In Dreamweaver it lists it as having 1 line only, and there is no 'scrollability' in any app.

It looks like the file you're trying to convert is not a valid mbox file. mbox files are just plain text files with a bunch of messages starting with "From " and ending with a blank line. See this page for details. Are you sure you are checking the right file?

Regarding logging, when applog>2 then application specific logs are logged to imapsize.log, together with IMAP traffic. You should set it to 3 (info level and up). applog 2 will just output warnings and errors.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    Broobles Forum Forum Index » IMAPSize All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2002 phpBB Group
iCGstation v1.0 Template By Ray © 2003, 2004 iOptional