Hello, everyone!
I have a problem described in title.
I have a Build agent on local Virtual Machine. I deployed this agent and a Build definition using this information: (). All configuration is standart.
Now my build definition gets error on "Deploy Reports" step.
Here is an error log:
EXEC (0, 0)
EXEC(0,0): Warning : 2:09:04 AM: Package folder already exists in deployment:
Remove-AxReport : Unable to connect to the remote server
At C:\AOSService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\Repor
ting.psm1:356 char:9
+ Remove-AxReport -ErrorAction Continue -MaxDegreeOfParallelism ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Microsoft.Dynam...AxReportCommand
:RemoveAxReportCommand) [Remove-AxReport], WebException
+ FullyQualifiedErrorId : Unable to connect to the remote server,Microsoft
.Dynamics.AX.Framework.Management.Reports.RemoveAxReportCommand
[object Object]
C:\AOSService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAl
lReportsToSsrs.ps1 : System.Management.Automation.RuntimeException: An
exception of type System.Net.WebException occurred when making an http request
At C:\DynamicsSDK\DeploySSRSReports.ps1:47 char:9
+ & $DeployAllReportsToSsrsScript -PackageInstallLocation $Meta ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorExcep
tion
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorExceptio
n,DeployAllReportsToSsrs.ps1
[object Object]
Write-Message : 2:15:36 AM: Error deploying SSRS reports: Error: Unexpected
exit code from DeployAllReportsToSsrs.ps1. See log for more details. Exit
code: 1
At C:\DynamicsSDK\DeploySSRSReports.ps1:154 char:5
+ Write-Message "Error deploying SSRS reports: $($_)" -Error
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorExcep
tion
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorExceptio
n,Write-Message
[object Object]
Process completed with exit code -1 and had 3 error(s) written to the error stream.
My question is how can I fix it?
Thank you!
*This post is locked for comments
I have the same question (0)