Hi Peter,
I want to sync a huge folder which is located on a server in a different domain than the DNN-Server is. (In fact, our american partners have setup a server in our ESX environment. This virtual server is connected through VPN to the USA. On this server their main share is replicated through DFS).
Some of our (local domain) accounts are trusted in their domain, also a new AD-user I created for exactly the reason aof syncing folders.
I impersonated our DNN's application pool to this account to make syncing work.
When I first hit the "Sync all Sync folders in portal" I get the error message:
Failed folder sync. Message: There are currently no logon servers available to service the logon request. , Trace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) at System.IO.DirectoryInfo.GetDirectories(String searchPattern, SearchOption searchOption) at System.IO.DirectoryInfo.GetDirectories() at Bring2mind.DNN.Modules.DMX.Framework.SyncFolderSynchronizer.ᜀ(String A_0, Int32 A_1) at Bring2mind.DNN.Modules.DMX.Framework.SyncFolderSynchronizer.Run(String SourceFolder, Int32 CollectionId, Boolean Recurse) at Bring2mind.DNN.Modules.DMX.Framework.SyncFolders.RunCode(PortalSettings& PortalSettings, HttpResponse& output, NameValueCollection parameters)
For a trial I impersonated the app pool to my own account (My account is also trusted and I do have access from my Windows sessions without the need of enetering any credentials anywhere) - but comes out with the same error.
The UNC path is like \\server.theirdomain.lcl\Share$ - typing this path in Windows explorer works.
Any Ideas on this?
Thanks in advance!
-Chris