Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File System Read Domain Controller Error

Status
Not open for further replies.

checkai

Programmer
Jan 17, 2003
1,629
US
Just started getting this error after the application has been working for 7 months. The application reads and writes to a file server under an account that has access to the specific location. Any ideas?

Server Error in '/Workflow.NET.Prod/AuditLock' Application.
--------------------------------------------------------------------------------

Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.IOException: Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.


Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[IOException: Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2015255
System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) +1817
System.IO.DirectoryInfo.GetDirectories(String searchPattern, SearchOption searchOption) +57
System.IO.DirectoryInfo.GetDirectories() +11
wfrmLockDetails.loadYears() +74
wfrmLockDetails.Page_Load(Object sender, EventArgs e) +173
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061




"...your mom goes to college..."
 
this is your problem.
checkai said:
Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied
so either the server is offline or account credentials have changed.

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top