Hi guys, I am just new here.
Do you have any idea about this?
log4net:ERROR DOMConfigurator: ConfigureFromXML called with null 'element' parameter
System.Runtime.InteropServices.COMException (0x800A11FD): This command is not available.
at Microsoft.Office.Interop.Word.Documents.Open(Object& FileName, Object& ConfirmConversions, Object& ReadOnly, Object& AddToRecentFiles, Object& PasswordDocument, Object& PasswordTemplate, Object& Revert, Object& WritePasswordDocument, Object& WritePasswordTemplate, Object& Format, Object& Encoding, Object& Visible, Object& OpenAndRepair, Object& DocumentDirection, Object& NoEncodingDialog)
at Dawsons.ReportClient.ReportGenerator.GenerateEnquirySummary(Property property, IList enquiries, String template, String output)
at Dawsons.ReportClient.ReportController.PrintPropertyEnquiries(IList enquiries, String template, String output, PrintReportProgressDelegate progressCallback)
at Dawsons.ReportClient.StatsReport.EnquiryGenerator.GenerateReport()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
The application can write a Word document when Administrator is doing it but Domain user are having the problem as above and the application will just exit.
Even if I put a user under Administrator group, the same error occur. Do you have any idea on where to adjust the security (DCOM?)
What area in the System to I need to change to permit the domain users to use the specific command being called within this application? That specific command calls Microsoft Word to display the data for printing.
Thanks in advance for all of your help.
Do you have any idea about this?
log4net:ERROR DOMConfigurator: ConfigureFromXML called with null 'element' parameter
System.Runtime.InteropServices.COMException (0x800A11FD): This command is not available.
at Microsoft.Office.Interop.Word.Documents.Open(Object& FileName, Object& ConfirmConversions, Object& ReadOnly, Object& AddToRecentFiles, Object& PasswordDocument, Object& PasswordTemplate, Object& Revert, Object& WritePasswordDocument, Object& WritePasswordTemplate, Object& Format, Object& Encoding, Object& Visible, Object& OpenAndRepair, Object& DocumentDirection, Object& NoEncodingDialog)
at Dawsons.ReportClient.ReportGenerator.GenerateEnquirySummary(Property property, IList enquiries, String template, String output)
at Dawsons.ReportClient.ReportController.PrintPropertyEnquiries(IList enquiries, String template, String output, PrintReportProgressDelegate progressCallback)
at Dawsons.ReportClient.StatsReport.EnquiryGenerator.GenerateReport()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
The application can write a Word document when Administrator is doing it but Domain user are having the problem as above and the application will just exit.
Even if I put a user under Administrator group, the same error occur. Do you have any idea on where to adjust the security (DCOM?)
What area in the System to I need to change to permit the domain users to use the specific command being called within this application? That specific command calls Microsoft Word to display the data for printing.
Thanks in advance for all of your help.