cannot save credentials
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-06-17 02:48 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-06-17 02:52 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-06-17 02:57 PM
try generating a new key and then try saving
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-06-17 09:23 PM
its because i was not saving it through interactive client that resolved my issue
