I have an application that was developed using Lotus 5.0. This application performs a search by first opening a dialog box which uses lotus script from the script libraries. It retrieves the records and places them into a folder. This search worked perfectly using lotus 5.0. We just upgraded to lotus 6.0, and it doesn’t work anymore. The error that we get is 'Select $EncryptionStatus*=“0” & $SignatureStatus*=“0”.Everything else seems to work except this search routine. If anyone has any ideas, Thank you
Subject: Search Script works in 5.0 but not in Lotus 6.0
Hi Rita,
Based on my exp. I can add that this two field shows the encription status of any documents. In the case of mails, when mails are encrypted this two fields having different values based on internal encryption algoritham. If you are sure that in your database threre is no encripted docs. then you can add few line of code to your agent to check for this field & if those present with some document then you can diable it by putting value= 0 means no encription.
[For safty you can collect document ID & check menually for the encription.]