The Enterprise Vault (EV) Reporting binaries are installed, but the deployment of reports fails.
book
Article ID: 100031230
calendar_today
Updated On:
Description
Error Message
"Report deployment failed. Miscellaneous error. Error Code:1"
Resolution
The deployment of reports fails with the error specified in Figure 1:
Figure 1
Analysing the EVDeployReports.log (located in the
\EVReports) file shows the following entry:-
Entered Configuration::LoadXMLDocument()
System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\ProgramFiles\Enterprise Vault\EVReports\ReportDeploymentDefinition.xml".
This is due to the path being incorrectly entered, specifically not having a space between words, when running EVDeployReports.EXE from a command line.
To resolve this issue ensure that the path is valid.
A working example is shown below:
EVDeployReports.exe /Username=domain\evservice /Password=password /forcedeploy /windowsuser /RSInstanceName=ev_db /sqlserver=ev01 /languageid="en-US" /xmlfile="C:\Program Files\Enterprise Vault\EVReports\ReportDeploymentDefinition.xml"
Issue/Introduction
The Enterprise Vault (EV) Reporting binaries are installed, but the deployment of reports fails.
Was this article helpful?
thumb_up
Yes
thumb_down
No