When few users were trying to connect to a Citrix netscaler internally they were getting an errorsocket error 10060If you use the ICA file to check what server […]
Author: paris
Script to Delete all Empty Folders
for /f “delims=” %d in (‘dir /s /b /ad ^| sort /r’) do rd “%d” (if used inside a batch file, replace %d with %%d)
Server 2012 loading screen stuck on “Please Wait”
Recently we have a Virtual Machine that was stuck on booting on Please WaitWe had to boot the server into Safemode by holding down the f8 key […]
Philips speech exec “license deleted on the server”
Go to Settings then License and check where the user is getting a license fromMake sure you can ping that Server and login to the server to […]
Error: “SSL Error 61: You have not chosen to trust ‘Certificate Authority’…” on Receiver for Mac
Use : https://whatsmychaincert.com/ to check your chain is correct :or Download and Run the “Digicert Certificate Utility: and go to Tools , then Check InstallEnter the URL link and […]
Unable to find SRA files. You must install SRA before adding or modifying an array manager.
Error: Unable to find SRA files. You must install SRA before adding or modifying an array manager.Troubleshooting steps:1.Took RDP to both the SRM servers.2. Reset the [email protected] […]
Microsoft Excel Cannot Access the File : ( Sharepoint 365 )
Recently a user of 365 Sharepoint could not open a file via Excel from Internet Explorer Sharepoint Site. The error below came upMicrosoft Excel cannot access the […]
Debugging and Slowness with Php
Install : Xdebug Can be done by install then entering the following : /etc/php/7.1/fpm/php.ini:zend_extension = /usr/lib/php/20160303/xdebug.so xdebug.profiler_enable = 0 xdebug.profiler_output_name = cachegrind.out.%t xdebug.profiler_enable_trigger = 1 xdebug.profiler_output_dir = /tmp xdebug.profiler_enable_trigger_value = […]
Windows Update KB4056890 stops RDS session shadowing functionality
Updates to an Windows RDS farm with the latest updates to catch ‘Meltdown’ (KB4056890). It looks as if it’s broken the RDS session shadowing functionality.Searching around and […]