Please advise how to fix. The steps are as below.
[Steps ]
1.Install and login “Workspace for Windows”
https://www.lseg.com/en/data-analytics/products/workspace/download-workspace
2.Create App Key
https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-library-for--net/quick-start#getting-started-with--net
[Screenshot - app key]
3.Credentials.cs - Change App Key
4.Session.cs - change SessionType to “Desktop”, 1.2 - DesktopSession is successful as below.
[Screenshot - Visual Studio debug console]
“2.2.03-Pricing-StreamingCache “ in tutorial fails. Error message is below.
"Error":"Failed to open OMM stream - streaming services are unavailable. Verifylog details and ensure you have permissions."
Log file is attached.
Workspace works fine.
Sample code https://github.com/LSEG-API-Samples/Example.DataLibrary.DotNet
Running on Windows 10, Visual Studio 2022