TFS database backup job failed to create . . . . xml. temp file despite the fact that the setup created a BackupSets xml in the same folder I've already made the SQL Server Service account a domain account to get past the setup failing, and granted Everyone full control of the SQLBackups folder In addition the log backups are failing but I can't see any errors generated in SQL Server or Windows and it doesn't produce a Log file Monday, September 11
FolderBrowseDialog does not display directory tree I am trying to use a FolderBrowserDialog to allow a user to select a working folder But when I display the dialog there is no directory tree, just the root directory It does not open up to display the sub-directories within it The selected path is always the same as the initial root folder My code: Sub TestIt () Dim dlgChooseFolder As New FolderBrowserDialog Dim dr As DialogResult
FTP Access permissions hide folders from users without read access Let say, I have three folder inside root folder and user has permissions just to one of them (read write) , via SMB share this user can see just one folder - correct one, via FTP all three folders, of course he can access just correct one