Can't get into Xtraction. Getting the following errors in the Xtraction.Web log file:
2018-11-01 20:33:36,152 ERROR Xtraction.Context.Managers.Impl.CurrentSettingsManager - Unable to load settings
System.IO.IOException: The process cannot access the file 'D:\Program Files (x86)\Xtraction Software\Xtraction\Data\Configuration\settings.dat' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
at System.IO.FileInfo.OpenRead()
at Xtraction.Context.Managers.Impl.CurrentSettingsManager.LoadSettings()
2018-11-01 20:34:42,575 ERROR Xtraction.Context.Managers.Impl.CurrentDataModelManager - Unable to load datamodel
System.IO.IOException: The process cannot access the file 'D:\Program Files (x86)\Xtraction Software\Xtraction\Data\Configuration\datamodel.dat' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
at System.IO.FileInfo.OpenRead()
at SqlDataEngine.Services.Impl.DataModelService.Deserialize(String fileName)
at Xtraction.Context.Managers.Impl.CurrentDataModelManager.LoadDataModel()