I am testing a Lotus Designer application on Domino server 8.5 FP1 that is running fine on Domino server 6.5. One feature of this application is to pass a minutes of meeting by email to the next recipient. An error window titled “No match” always pop-up whenever the minute is just about to send by email, saying that “This name is not a directory”. The string of the name that is treated as not in a directory for example is “User1/HKPostHKPost”. This actual name that really exist in our domino diretory is “User1/HKPost”. How can this happen? The problem does not exist when the application is running on version 6.5.
Could this be a configuration problem in Domino server? Please suggest a solution.
Subject: If you share your code it may reveal more
Is the address book the same on both serversIs the server mail settings the same on both servers.
Subject: The mail server and address book are new
Thank for your reply.
The admin guy said that the mail server is configured in the same way as before (Domino 6.5) in the new Domino Server 8.5 FP1.
The content of the address book of course are different with some users account setup for testing.
Although it is good to look at the codes but I am not capable to fix any bugs even there are. I assummed the oodes would work the same in the new server. I just want to know if any one have encountered the same problems when their servers are configured wrongly that will produce the same effect like this:
Acutal name in directory: User1/HKPost
No match name during checking: User/HKPostHKPost
Subject: Sorry, previous typing is wrong
No match name : User1/HKPostHKPost
not “User/HKPostHKPost”