Hi all,
Following our upgrade from Thinkwise 2025.3 to 2026.2, we need to update the community solution: 'Logging data available in the GUI'.
To pull the latest solution files from the Thinkstore, we attempted to configure the Personal Access Token (PAT) under Applications > General settings > Web connections (thinkstore_connection) in IAM. However, when entering/saving the token, we receive the following error in IAM:
"This environment has not been configured to allow data encryption. Detailed information about configuring data encryption prerequisites can be found in the online documentation."
What we already configured in appsettings.json (Indicium): We added the DataSecuritySettings configuration and verified that the IIS Application Pool user has full permissions on the folder:
JSON
"DataSecuritySettings": {
"Storage": {
"Mode": "LocalSystem",
"LocalSystem": {
"StorageLocation": "C:\\Thinkwise\\DataProtectionKeys"
}
},
"DataProtection": {
"Active": true,
"EncryptionKey": {
"Name": "thinkwise--data-protection-encryption-key"
}
}
}
Despite this configuration and restarting Indicium / the App Pool, the error persists when saving the PAT.
Questions:
-
Immediate workaround / Code update: Could anyone share the updated 2026.2 definitions/code for:
-
Dynamic model:
meta_view_history -
Control procedure:
view_history -
Template:
view_history
-
-
IAM Data Encryption issue: What additional step or prerequisite are we missing in Indicium / IAM to get data encryption working properly for storing secrets/tokens?
Any guidance or shared code would be greatly appreciated!

