Call adoc.PutInFolder("($Inbox)") not working

I have come across a weird scenario, looks like one of anamolies of lotus notes again – where my Call adoc.PutInFolder(“($Inbox)”) piece of script is working on one db and not on another db. Both dbs reside on different servers, within the same NNN, have the same server version of Release 8.0.2FP1 for i5/OS. Both the dbs are on the same mail template: R8Mail. Again, when creating documents in the db, I use the PutInFolder to move the doc to the ($Inbox) as this is a MUST. This scenario, works on one db and does NOT work on another db --any suggestions?

Thanks!

Subject: Also:

I have refreshed db design on the (not working) db, after deleting the ($Inbox) folder…and the ($inbox) folder does reappear --but without the docs moving into the folder like before. the docs are being created via a sched LS agent running on another db.

Subject: Couple of things to check

Some things to try / check:

  • Open the database you’re having a problem with in the design and make sure there are not 2 folders or views called ‘($Inbox)’.

  • Try rebuilding all views and folders in the database by holding down the ‘Ctrl + Shift + F9’ keys simultaneously then running your script again.

Let me know how that goes.

Alex