Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
Troubleshooting:
The following locations for Windows-based Workstation log files:
Workstation.log:
C:\Users\<User Name>\AppData\Local\Strategy_Inc\log\Workstation.log
DSSErrors.log
Before Strategy 2021 Update 4
C:\Program Files\Strategy\Workstation\DSSErrors.log
After Strategy 2021 Update 4
C:\Users\<User Name>\AppData\Roaming\Strategy\Strategy Workstation\DSSErrors.log
*Note that a Fiddler trace can also be used to trace network traffic
The following files will be available for Mac OS-based Workstation files:
Workstation.log
~/Library/Application Support/com.Strategy.Workstation/Strategy Workstation.log
DSSErrors.log
~/Library/Containers/com.Strategy.Workstation.DossierEditor/Data/DSSErrors.log
Run the following command in Terminal to generate a file that will trace Rest APIs used by Workstation:
defaults write com.Strategy.Workstation logging.config -string '{"logToXcodeConsole":true,"minLogLevel":0, "logToAppleSystemLog":true, "logToFile":true}’