Hi all,
I am trying to create credentials for the process that I am automation. While doing so, I am getting the following error:
"Failed to save credential - Could not encrypt data because the scheme 'Default Encryption Scheme' is invalid.
BluePrism.BPCoreLib.InvalidValueException: Could not encrypt data because the scheme 'Default Encryption Scheme' is invalid.
at BluePrism.AutomateAppCore.clsEncryptionScheme.Encrypt(SafeString plainText)
at BluePrism.AutomateAppCore.clsServer.UpdateCredentialInfo(clsDBConnection con, clsCredential credential)
at BluePrism.AutomateAppCore.clsServer.UpdateCredential(clsCredential credential, String oldName)
at AutomateUI.frmCredential.btnOK_Click(Object sender, EventArgs e)
"
I was creating credentials how I usually did. I am not sure what I might have done here. Not sure what the next steps are here. Any help would be appreciated