hi all,i’m facing issue on my lotus notes mailbox, after archiving old documents my primary and local replication mailbox change into an archive mode,
is there any way to bring back my primary mailbox to normal mode?
thank in advance…
hi all,i’m facing issue on my lotus notes mailbox, after archiving old documents my primary and local replication mailbox change into an archive mode,
is there any way to bring back my primary mailbox to normal mode?
thank in advance…
Subject: Delete Archive Profile
Create a Hotspot > Button , Run Client & Lotus Script
Here is the Lotus Script ,
Sub Click(Source As Button)
Dim s As New NotesSession
Dim db As NotesDatabase
Set db = s.currentdatabase
Dim profColl As NotesDocumentCollection
Set profColl = db.Getprofiledoccollection(“archive database profile”)
If profColl.count > 0 Then
Dim profDoc As NotesDocument
Set profDoc = profColl.Getfirstdocument()
Call profDoc.remove(True)
End If
End Sub
Send it to User & Click the button From user mailfile then do a design refesh , and restart the notes client …
Subject: the All-in-one Admin Tool is a great utility for profile mnt
Title: All-in-one Admin Tool for agent-based troubleshooting & problem solving
Doc #: 1459332
URL: http://www.ibm.com/support/docview.wss?uid=swg21459332
Title: Ask the Experts session: All-in-one Admin Tool for agent-based troubleshooting & problem solving - 22 October 2014 (Audio replay & presentation)
Doc #: 7043645
URL: http://www.ibm.com/support/docview.wss?uid=swg27043645