Resource ID string shows up instead of Application Name at launch when launching apps using CWA for HTML5 client
book
Article ID: CTX317943
calendar_today
Updated On:
Description
Publish an application called station.exe from studio, when launching it from CWA for HTML5 we get starting application window saying "Starting Station-14" however we have not defined "14" when publishing it.

Resolution
You can reset these BrowserNames with the following commands:
$app = Get-BrokerApplication -ApplicationName "US ORHS Station"
Get-BrokerApplication -ApplicationName "US ORHS Station" | Set-BrokerApplication -BrowserName $app.ApplicationName
Problem Cause
BrowserName property of an application is displayed by HTML5 receiver
Was this article helpful?
thumb_up
Yes
thumb_down
No