Contents tagged with error
-
ORA-28040: No matching authentication
Bug 14575666 In 12.1, the default value for the SQLNET.ALLOWED_LOGON_VERSION parameter has been updated to 11. This means that database clients using pre-11g JDBC thin drivers cannot authenticate to 1 … more
-
Application has been blocked from accessing Graphics hardware
From elevated command line, run these two commands:
DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow
also consider
1) reinstalling graphics drivers
2) registry key TdrDelay set to … more
-
Logging SQL Server Logins
Source:
https://www.sqlservercentral.com/blogs/has-this-login-been-used-recently
--DROP TABLE #LogInfo
DECLARE @searchstring1 nvarchar(500) = ''
DECLARE @searchstring2 nvarchar(500) = '' … more
-
Remote Desktop Error: because of a protocol error this session will be disconnected. please try connecting to remote computer again
https://social.technet.microsoft.com/Forums/windows/en-US/4523ce86-9a0b-4e6c-90d1-225ddda67ce5/because-of-a-protocol-error-this-session-will-be-disconnected-please-try-connecting-to-remote?forum=w7 … more
-
Remote Assistance (MSRA.exe - Bad Image) Error Crashes on Startup
You may have success if following the steps outlined here: https://forums.stardock.com/496396/start10_64dll-error-windows-1903
1) Open Settings 2) Goto Update and security 3) Pick Windows security … more
-
Install Sharepoint 2019 on Single Server
open Sharepoint Management Shell (must be Run As Administrator) and run the following cmdlet
New-SPConfigurationDatabase -DatabaseName SharePoint_ConfigDB -DatabaseServer MySQLServerInstance - … more
-
SQL SERVER – ERROR: FIX – Database diagram support objects cannot be installed
https://blog.sqlauthority.com/2019/03/04/sql-server-fix-database-diagram-error-15517-cannot-execute-as-the-database-principal-because-the-principal-dbo-does-not-exist/ more
-
Sharepoint 2013 Foundation Installer Error: This product requires Microsoft .Net Framework 4.5
https://docs.microsoft.com/en-us/sharepoint/troubleshoot/installation-and-setup/setup-error-if-.net-framework-4.6-is-installed
-
SHAREPOINT 2013: CONFIGURATION WIZARD ISSUES WHEN INSTALLING LOCAL DEVELOPMENT INSTANCE
https://www.axian.com/2014/06/11/sharepoint-2013-configuration-wizard-issues-when-installing-local-development-instance/
http://www.sharepointpitstop.com/2013/09/the-sddl-string-contains-invalid-sid- … more
-
SharePoint 2010 / 2013 Product Configuration Wizard Error – Document-Conversion Services – Event ID 104 – An exception of type System.ServiceProcess.TimeoutException was thrown
Source: https://tolgaizgi.wordpress.com/2015/01/11/sharepoint-2010-2013-product-configuration-wizard-error-document-conversion-services-event-id-104-an-exception-of-type-system-serviceprocess- … more
-
Sharepoint 2013 Setup Error: "This product requires Microsoft .Net Framework 4.5"
https://docs.microsoft.com/en-us/sharepoint/troubleshoot/installation-and-setup/setup-error-if-.net-framework-4.6-is-installed
https://sharepoint.stackexchange.com/questions/61239/this-product- … more
-
Hyper-V and Vmware Workstation Compatibility Issue
https://stackoverflow.com/questions/50374506/vmware-workstation-cannot-run-on-windows-10-after-recent-update-to-windows-10
https://communities.vmware.com/thread/604813
https://communities.vmware. … more
-
Windows 10 Error: The computer restarted unexpectedly or encountered an unexpected error
https://www.thewindowsclub.com/computer-restarted-unexpectedly-encountered-unexpected-error
-
Office 365 Sign-in activity report error codes
https://docs.microsoft.com/en-us/azure/active-directory/reports-monitoring/reference-sign-ins-error-codes more
-
Windows 2019 Server: Unexpected Shutdown event tracker on every reboot
Apparently it is a bug with an update - https://social.technet.microsoft.com/Forums/windowsserver/en-US/c543eed6-f647-4563-85ce-8e72d1b36a85/shutdown-event-tracker-keeps-appearing-after-installing-kb4 … more
-
Office 365 Login "More information required"
The reason it is prompting this is because of the self service password reset setting in Azure Active Directory being turned on. If the user has no additional information to reset their password, … more
-
EM 13c Install / Upgrade : _allow_insert_with_update_check Prerequisite Check Failed
13cR2 OMS Install / Upgrade fails during prerequisite checks with a message on the 12.2 Database Connection Details page:
Check if the parameter _allow_insert_with_update_check is TRUE
Prior to … more
-
Office 365 Sign-in activity report error codes
https://docs.microsoft.com/en-us/azure/active-directory/reports-monitoring/reference-sign-ins-error-codes more
-
Can't connect to Azure File Storage using “net use” command - System error 5
You cannot mount an Azure file share from an external Windows 7 computer, because Windows 7 does not support SMB 3.0 file sharing protocol.
This newly posted grid from microsoft might help others. … more
-
Power BI: DAX Error Messages
https://www.sqlbi.com/articles/dax-error-messages-in-power-bi/ more