Tag: driver

Selenium error: Chrome failed to start: exited abnormally

selenium-and-chrome

When I launched Selenium tests In Jenkins with Maven on CentOS 7 I got: unknown error: Chrome failed to start: exited abnormally (unknown error: DevToolsActivePort file doesn’t exist) (The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.) Full error: org.openqa.selenium.WebDriverException: unknown error: Chrome failed to …

Continue reading

MSSQL Server Error 67 and 17 SQL Server does not exist or access denied

We are running Windows SQL Server 2016 Enterprise on Windows Server 2016. The server has an instance with databases in Always On High Availability group. People connect to the instance mostly from MS Access and MS Excel applications and from time to time they experience the following error: ————————— Microsoft SQL Server Login ————————— Connection …

Continue reading

MSSQL Error – Access to the remote server is denied because the current security context is not trusted

mssql-error-access-to-the-remote-server-is-denied-because-the-current-security-context-is-not-trusted

When trying to load data from  database that is in AlwaysOn High Availability Group from Microsoft Excel the following error occurs: Access to the remote server is denied because the current security context is not trusted

Continue reading

Asterisk crashes on res_odbc.so load

asterisk-invalid-pointer

While loading res_odbc.so Asterisk crashes with “invalid pointer” error like in the backtrace below: Loading res_odbc.so.

Continue reading

Disable driver signature enforcement in Windows

Windows 8 and Windows 10 require device drivers have a digital signature. Otherwise the system will not install a driver. Signature allows to determine driver developers and also shows whether the driver is changed after the release of third parties. Drivers are signed with certificates for signing files. For devices that come with unsigned drivers …

Continue reading