Anyone had any issues with migrating Global Service Monitor tests to Azure App Insights?
I’m getting failures on all but one of my GSM tests, invariably with the following PowerShell:
Out-File : The given path's format is not supported.
At C:\GSMMigrate\MigrateGSMToAI.ps1:269 char:10
+ "" | Out-File -filepath $testLogFileName -Force
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (:) [Out-File], NotSupportedException
+ FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand
Out-File : The given path's format is not supported.
At C:\GSMMigrate\MigrateGSMToAI.ps1:72 char:23
+ ... $messageToBelogged | Out-File -Append -filepath $logFileName -Force
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (:) [Out-File], NotSupportedException
+ FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand
Out-File : The given path's format is not supported.
At C:\GSMMigrate\MigrateGSMToAI.ps1:72 char:23
+ ... $messageToBelogged | Out-File -Append -filepath $logFileName -Force
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (:) [Out-File], NotSupportedException
+ FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand
There’s very little on the web about it as it’s ‘just supposed to work’ ?
(I know it was supposed to be done by 07/11 but I have managed to export one test today – I can’t see anything different between the successful one and the unsuccessful ones!)
