load convert -s -u mailfiles.ind * mail85.ntf
console shows:
load convert -s -u mailfiles.ind * mail85.ntf
06/23/2009 09:19:34 PM Remote console command issued by Rick MacGuigan/US/Corp: load convert -s -u mailfiles.ind * mail85.ntf
load convert -s -u mailfiles.ind * mail85.ntf
06/23/2009 09:19:34 PM Mail Conversion Utility starting
06/23/2009 09:19:34 PM Mail Convert Failed: No database found in the specified directory that matches ‘mailfiles.ind’
06/23/2009 09:19:34 PM Mail Conversion Utility shutdown
Ironically,
load compact -c mailfiles.ind
…works well. Although all mail files contained inthe ind file “have” to have a .nsf extension on them ?
Subject: Need to specify -f before .ind file when using convert task
I’ll write an SPR and get it fixed so just the .ind extension will trigger proper behavior to be consistant with other add-in tasks…
Subject: Last mail file is EOF
Thanks John.
also, looks like running i.e. (load convert -s -u -f mailfiles1.ind * mail85.ntf) has a bug in that it seems to not process the “last” mail file entry. I ran another mailfiles2 which had (3) mail files and the first two were processed but the 3rd (last) did not. Seems like the EOF is reached before scraping the bottom of the barrel on this -f switch.
Will take your suggestion to just add a return (CRLF) as the last entry in the .IND files. This will just cause the process to fail and shutdown but will execute all the preceeding entries.
Subject: load compact & IND filetypes
load compact -c mailfiles1.ind
…works well. Although all mail files contained in the ind file “need” to have a .nsf extension on them .