You will find the requested information below. Unfortunately no exception caught but still some error.
Correspondig EVENT Log Entries
Protokollname: Application
Quelle: IIS AspNetCore Module
Datum: 30.08.2019 08:30:28
Ereignis-ID: 1000
Aufgabenkategorie:Keine
Ebene: Fehler
SchlĂŒsselwörter:Klassisch
Benutzer: Nicht zutreffend
Computer: computer
Beschreibung:
Application âMACHINE/WEBROOT/APPHOST/apppoolâ with physical root âD:\wwwrootâ created process with commandline 'D:\wwwroot\net472\universaldashboard.server.exe â but failed to listen on the given port â36721â
Protokollname: Application
Quelle: Universal Dashboard
Datum: 30.08.2019 08:28:28
Ereignis-ID: 0
Aufgabenkategorie:Keine
Ebene: Informationen
SchlĂŒsselwörter:Klassisch
Benutzer: Nicht zutreffend
Computer: computer
Beschreibung:
Starting Universal Dashboard service.
Dashboard Script: D:\wwwroot\net472âŠ\dashboard.ps1
Assembly Base Path: D:\ wwwroot\net472âŠ\dashboard.ps1
Dashboard Skript throws NO exception
Try {
$dev = $false
$null = Set-PowerCLIConfiguration -DefaultVIServerMode Multiple -Scope User -Confirm:$false
âŠ
New-UDEndpointInitialization -Variable $EiVariables -Module $EiModules
âŠâŠ
Start-UDDashboard -Port $port -Wait -Dashboard $Dashboard -Endpoint $Endpoints -Certificate $cert -PublishedFolder $DownFolder
}
Catch {
$_.Exception.Message | Out-File -FilePath "D:\Temp\automation.txt"
}