Forum Home › Forums › Installation Issues › SCADA-Web Installation › Webstation issues on Win11
Tagged: Webserver, Webstation, win11
- This topic has 18 replies, 5 voices, and was last updated 1 month ago by
Mikhail.
-
AuthorPosts
-
March 17, 2025 at 7:05 pm #16252
Sparkle75
ParticipantNow i have the WebStation running. I still don’t understand how I can get the data to appear on a web page.
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ACT] Webstation 6.2.0.3 started
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ACT] Storage FileStorage 6.2.0.0 loaded from file C:\Program Files\SCADA\ScadaWeb\FileStorage.dll
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ERR] Dictionary file not found and replaced with default file: C:\Program Files\SCADA\ScadaWeb\lang\ScadaCommon.en-US.xml
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ERR] Dictionary file not found and replaced with default file: C:\Program Files\SCADA\ScadaWeb\lang\ScadaWeb.en-US.xml
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ACT] Plugin PlgChart 6.1.0.0 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgChart.dll
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ACT] Plugin PlgMain 6.1.0.1 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgMain.dll
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ACT] Plugin PlgScheme 6.1.0.0 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgScheme.dll
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ACT] Plugin PlgSchBasicComp 6.1.0.0 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgSchBasicComp.dll
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ACT] Plugin PlgStore 6.1.0.1 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgStore.dll
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ACT] Plugin PlgWebPage 6.1.0.0 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgWebPage.dll
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ERR] Plugin PlgChart: Dictionary file not found and replaced with default file: C:\Program Files\SCADA\ScadaWeb\lang\PlgChart.en-US.xml
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ERR] Plugin PlgMain: Dictionary file not found and replaced with default file: C:\Program Files\SCADA\ScadaWeb\lang\PlgMain.en-US.xml
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ERR] Plugin PlgScheme: Dictionary file not found and replaced with default file: C:\Program Files\SCADA\ScadaWeb\lang\PlgScheme.en-US.xml
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ERR] Plugin PlgStore: Dictionary file not found and replaced with default file: C:\Program Files\SCADA\ScadaWeb\lang\PlgStore.en-US.xml
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ERR] Plugin PlgWebPage: Dictionary file not found and replaced with default file: C:\Program Files\SCADA\ScadaWeb\lang\PlgWebPage.en-US.xml
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ACT] Plugin PlgScheme: Retrieve scheme components from the installed plugins
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ACT] Plugin PlgScheme: Added components from the PlgSchBasicComp plugin
2025-03-17 14:50:44 [QA-TIM-R][QA-TIM-R$][ACT] Receive the configuration database
2025-03-17 14:50:46 [QA-TIM-R][QA-TIM-R$][ACT] The configuration database has been received successfully
2025-03-17 14:50:46 [QA-TIM-R][QA-TIM-R$][INF] The application is ready for operatingMarch 18, 2025 at 10:46 am #16253Mikhail
ModeratorScadaWeb.log is OK.
Errors like “Dictionary file not found” are not critical.
What do you get when open http://localhost:10008/ in browser?Would you be able to explain the process of how the data from the Communication lines is transferred to the WebStation?
The Webstation app connects to the Server app using TCP port 10000 and requests data.
March 18, 2025 at 11:24 am #16254Sparkle75
ParticipantGoing to localhost:10008 takes me to localhost:10008/login and the error below.
Error
An error occurred while processing your request.Request ID: 00-b28aa8b10ece893cc0f863a76b60ab9e-b6f8a75f75278f36-00
Development ModeSwapping to the Development environment displays detailed information about the error that occurred.
The Development environment shouldn’t be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end users. For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development and restarting the app.
March 19, 2025 at 9:57 am #16255Mikhail
ModeratorWhen an error occurs, the details are written in ScadaWeb.log. Please check the log file for additional info.
-
AuthorPosts
- You must be logged in to reply to this topic.