Question
Optum - (UHG)
US
Last activity: 3 Aug 2017 9:35 EDT
OpenSpan AsoManager and CredentialStore controls
We have a solution that utilizes both AsoManager and CredentialStore controls and I know that the AsoManager file is stored in the Roaming folder as ASO.db. But where is the files for CredentialStore stored?
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
US
It is stored in %AppData%\OpenSpan, Inc\OpenSpan Studio. The file is named AppInfo with no extension.
Cognizant Technology Solutions
US
Hi sasnt,
I found a folder "%appdata" in my C:, but I do not see any folder under this folder by the name of 'OpenSpan, Inc'. Am I looking in the wrong place?
Pegasystems Inc.
US
Did you alter the Location property of the CredentialStore component? If so, that would explain why it is elsewhere. If you did not alter it and the property is set to "%AppData%", then you likely haven't yet saved a credential. The file and directory are not created until a credential is saved.
Cognizant Technology Solutions
US
The property at my end still shows "%AppData%". That's right, I haven't saved a credential yet. Can you please tell me how to do that?
Pegasystems Inc.
US
You would need to create an automation using the credential store component and call the SetCredentials method.
Optum - (UHG)
US
I found the AppInfo file in %appdata%\OpenSpan\OpenSpan.AgileDesktop
ssk infotech
IN
Hi guys please help me out,
what is the difference between AsoManager and CredentialStore control?
Pegasystems Inc.
US
ASO Manager is the newest credential component. It comes with a built-in UI and can be used to login to certain adapters without the need to create automations. The credentials are stored slightly differently on the machine, but are otherwise encrypted the same.
The CredentialStore component is the original means we created for storing credentials and requires you to create a UI to collect them from the user. You would also need to retrieve them from the component for use in your automations.
You may use either component depending on your needs. Look in the Help documentation for more specific details as there are some examples in there for each.