Hi my problem is that i can’t change the template to version 6.5 to 8.
Subject: Use the convert task from the server console to upgrade mail templates
The general syntax is:
load convert -u mail/username.nsf ExistingTemplateName mail8.ntf
In place of “mail/username.nsf” you can also specify a directory, e.g. “mail”.
The -u switch tells convert to replace the design of any folders the user has created with the new template’s default design (i.e. the inbox).
“ExistingTemplateName” is the string used to identify the current template. If you want to upgrade databases regardless of the current template, just use “*”.
So the following commands will upgrade (1) just John Doe’s mail file, (2) all mail files in the /mail directory, and (3) only the mail files based on the Notes 6.5 template.
(1) load convert -u mail/jdoe.nsf * mail8.ntf
(2) load convert -u mail * mail8.ntf
(3) load convert -u mail StdR6Mail mail8.ntf
One last note of caution: on a busy mail server, converting all mail files can take a long time. I’d recommend doing it outside working hours.
Rupert Clayton
Chicago
Subject: I use this command but show me the error
The error that show is:
The language ‘Spanish’ is not supported or available in the template database ‘mail8.ntf’. Please select one of the following languages: ‘English’
What i can do?