cancel
Showing results for 
Search instead for 
Did you mean: 

cannot save credentials

PravinBenjamin
Level 3
Hello i get this error trying to save credentials in credential details in the Application Server Failed to save credential - Could not encrypt data because the algorithm 0 is invalid. BluePrism.BPCoreLib.InvalidValueException: Could not encrypt data because the algorithm 0 is invalid. at BluePrism.AutomateAppCore.clsEncryptionScheme.Encrypt(SafeString plainText) at BluePrism.AutomateAppCore.clsServer.CreateCredential(clsDBConnection con, clsCredential credential) at BluePrism.AutomateAppCore.clsServer.CreateCredential(clsCredential credential) at Automate.frmCredential.btnOK_Click(Object sender, EventArgs e)
3 REPLIES 3

Denis__Dennehy
Level 15
You will get that error if you have not set up an encryption scheme in your environment - you cannot save a credential if it does not know how to encrypt the data. Always check the Knowledgebase for answers - there are lots of articles there about Credentials and how to use them.

PrateekMehan
Level 6
try generating a new key and then try saving

PravinBenjamin
Level 3
its because i was not saving it through interactive client that resolved my issue