Problem un encrypting encrypted fields

Hi,

I had a database on which I had form that had all fields encrypted. Based on the location, I had different encryption keys for each location.

Now, I have removed encryption from all the fields, there is no default encryption key for the form.

I have unencrypted all the fields on the form using item.encrypt = false on all items and saved the documents.

The document is not un encrypted and the fields are visible without the keys.

The problem I have got now is when I edit a document which was encrypted earlier and save it for the first time, I get the following message:

No encryptable fields found in document. Encryptable fields must be specified in form.

Any subsequent saves, I don’t get this message.

Any ideas how I can get rid of this annoying message.

Cheers

Navneet

Subject: RE: Problem un encrypting encrypted fields

I’m guessing there’s an Encrypt field in the document that’s = “1” at the time of the first save.

You know – look at the fields in the document before and after editing. What’s different? You can export a document to a text file, listing the item values, and then export again after editing, and compare the files.

Subject: Problem un encrypting encrypted fields

Is the $Seal item still on the document when it is opened for the first time?

Subject: RE: Problem un encrypting encrypted fields

Hi Stan/Andre,

The document does not have a $Seal item when it is first opened.

The apparent difference between fields on the document when viewed in the view and when opened in the edit mode is that the $EncryptionStatus field with value “0” and $SignatureStatus field with value “0” is present in the Edit Mode, which is normal, I guess.

I don’t know why Notes thinks that the document is Still Encrypted when apparently it is not.

Cheers

Navneet