I have a user that when she opens her mail file, it says Archive UserName above the Inbox view…does anyone know where to change that? As an example, where to change where it says my name below:
It’s not in the database properties…Thanks for the help.
Subject: Mail File Name
Any chance at all that the person is actually working in the archive?
Subject: Client differences Basic\Eclipse
I just found that the agents work with the Basic client but if I use eclipse it still switches to the archive default. I tried creating an agent to delete the “Archive Database Profile” altogether out of frustration but that still didnt help.
Subject: Still an issue
This is still an issue for us as well…nothing seemed to fix the problem. Finally just recreated her mail file and then copied the emails over from the old db and everything is fine now, but I still have no idea why this happened or if there is an easier correction to the problem.
Subject: Logged a PMR
Service request number 59508 215 616
Subject: Solution
The solution is to delete the “archive database profile” and then close the database and open it again. Heres the code to use.
Dim session As New NotesSession
Dim db As NotesDatabase
Dim doc As NotesDocument
Set db=session.CurrentDatabase
Set doc=db.GetProfileDocument("Archive Database Profile")
Call doc.Remove(True)
Msgbox "Profile Document is Successfully Removed"
Subject: From mail file select Preferences from the Action Button
I believe it might be the Owner field…
jpaganet@us.ibm.com
Subject: Checked that…
And no, the owner field still shows the correct user name. It is odd, because I do think that’s how I’ve changed it before. Somehow it appears as though the mail file is now considered an archive file…it even has the different background, with the file cabinet? I think that was the R7 background, but I’ve even replaced the design of the mail file to the 8.5 template. It’s no big deal, really, it doesn’t affect functionality, it’s just very strange and I can’t figure out where it’s pulling the “Archive” label from.