Inbox folder in Mail DB is unable to load frame's content: Formula Error

Hi,

I have just install & upgrade our Domino Server to 8.5. But now, all mail DB can not view any messages in Inbox folder. Notes client notice error dialog: “unable to load frame’s content: Formula Error”. So, when I fix up or compact these DB but server notice that some view in DB is fomula error.

Pls help me.

Thanks & Best regards,

Tran Long.

Subject: mail template?

Could you please try doing a Replace Design on your mail database? Select File - Application - Replace Design and choose the Mail 8.5 template. (You must choose View - Advanced Menus first, to see the Replace Design option.)

Subject: I try fixup, compact & refresh/replace design DB but it’s still error

Hi,

I tried to fix up, compact -C or refresh/replace design (with 8.5 template) but it’s still error. User can not view mail in inbox folder. I recreate mail db but “formula error” still occur ! Pls help me.

Tran Long

Subject: Let’s me know pls

Error message “Formula Error” in Lotus Domino 8.5 is related to what the situation Schedule not set, please let me know

thanks,

Tran Long

Subject: Fix

Hey. I recently had the same issue and based on feedback from here [http://chris.brandlehner.at/Brandlehner/cab_blog.nsf/d6plinks/CBRR-7NRHWU] you need to delete some profile documents that may have become corrupted. Just add this LS code into the users database (change the settings to match the users mail file and server) and this should get you back in action.

Dim s As New notessession 

Dim db As notesdatabase 

Dim doc As notesdocument 

'Manually add the users Mail Server and DB path so that you dont run under your name and delete your profile docs

Set db = s.getdatabase("XXX-SERVERNAME-HERE", "XXX-MAIL-PATH-AND-FILENAME")  'Need to add users REAL file and path info here

Print "got db: " & db.Title

Set doc = db.getprofiledocument("colorprofile") 

If Not doc.isnewnote Then Call doc.remove(True)



Set doc = db.getprofiledocument("inotesviewprofile") 

If Not doc.isnewnote Then Call doc.remove(True)

Set doc = db.getprofiledocument("inotesprofile") 

If Not doc.isnewnote Then Call doc.remove(True)

Good luck

:slight_smile:

Subject: Help me, No Mail Service & Can’t load inbox folder : Formula Error !!

Pls help me !

Subject: Attach db?

Can you create a design-only copy of your mail database and attach it somewhere, so I can take a look? (Please make sure it is not encrypted.)
Thanks.