Posts

Showing posts from July, 2023

Installing SQL Server 2019 or SQL Server 2022 shows "Microsoft ODBC Driver 17 for SQL Server" error "The feature you are trying to use is on a network resource that is unavailable".

Image
When you try to install SQL Server 2019 or SQL Server 2022 shows "Microsoft ODBC Driver 17 for SQL Server" error "The feature you are trying to use is on a network resource that is unavailable". While you're here, why not check out our SQL Server Audit Tool... ? This issue can be caused if the Microsoft ODBC Driver 17 for SQL Server has been installed but the MSI file that installed it is not available. You can solve this issue by manually uninstalling the Microsoft ODBC Driver 17 for SQL Server from Programs and Features. It seems that the issue is a bug in the Microsoft ODBC Driver 17 for SQL Server installer - regardless of how you install the driver if you goto Programs and Features you can right click and "Change" the installation and it will work correctly. You can even click on Change and then run a Repair.... However,  if you right click and select Repair... The error will be shown - so it seems likely that the SQL Server 2022 installer is tryi

The Active Directory Group Policy Folder Redirection extension reports "MMC has detected an error in a snap-in" and "FRSettingRead failed with -2147020590"

Image
When using the Active Directory Group Policy Folder Redirection extension reports "MMC has detected an error in a snap-in"  If you generate an XML report of the GPO you see "FRSettingRead failed with -2147020590" in the XML. <ExtensionData>      <Error>           <Details>FRSettingRead failed with -2147020590</Details           <Description>Errors.Extensions.GeneralError</Description>      </Error>      <Name>Folder Redirection</Name> </ExtensionData> This can occur if you set the folder redirection to "Advanced" but do not provide any security group memberships and click OK. The following error is shown. Resolution: Closing and opening the MMC should correct the issue, however if this doesn't solve the issue the configuration files for the Folder Redirection extension can be found here replacing the domain name and the Group Policy GUID as required. \\ demo2022.int \sysvol\ demo2022.int \Policie

SOLVED: The Move Tool doesn't move the image in GIMP and the error "There is no selection to move" is shown

Image
If you're using GIMP you may find that the move tool stops working and it's impossible to drag the current layer around. The error "There is no selection to move" is shown in the toolstrip. It is not obvious what the issue is however this can occur if the move tool is configured to use the selection rather than the layer. To resolve the issue select the Layer icon next to the "Move:" command and optionally select the "Move the active layer" radio button.  While you're here - Why not check out our  Active Directory Documentation Tool ?