This is all happening on the same domain.
My PC is using my regular domain account. I did a "Run As" on the adTempus 4.1 Console app to use my domain admin account.
The server is running under a domain account.
I checked the adtempus.service.log file, nothing from my failed attempt to login today.
But I did see this in the .log file from yesterday.
2015-04-20 10:30:24,243 [4] WARN ArcanaDevelopment.adTempus.Shared.Extensibility.ExtensionManager [(null)] - Failed to load assembly
System.IO.FileLoadException: Could not load file or assembly 'file://D:\Program Files\Arcana Development\adTempus\4.0\ArcanaDevelopment.adTempus.Client.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
File name: 'file://D:\Program Files\Arcana Development\adTempus\4.0\ArcanaDevelopment.adTempus.Client.dll' ---> System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
at ArcanaDevelopment.adTempus.Shared.Extensibility.ExtensionManager.LoadAssembly(String filename, Boolean loadExtensions)