Permission for Domain Users

zintoo

New member
Joined
Jul 24, 2007
Messages
2
Programming Experience
Beginner
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.
 
Putting an active directory user as an Administrator produced the same error

Here is the situation:
- Users are being obtained from Active Directory of 2nd machine (Windows 2003 Server)
- The application is programmed in VB.NET and is installed in the Terminal Server (Windows 2003 Server R2), Main machine
- The application displays data from an SQL database and for Reports it invokes Microsoft Word to write the values in a Document.
- If the user is an Administrator logged in remotely, the application works well and will open Word and display the reports.
- If the user is not an Administrator , even if you made that user a member of the Administrator group in Active Directory (has logged out to refresh security), the application still do not work.

Below is the error screen:

my.php


My first post has the log message. Thanks
 
Back
Top