In order to share file in a secure way, I needed to configure an SFTP server on a Windows Server machine (don’t confuse with FTPS!). SinceRead more…
Month: July 2018
Error message: User account restriction error
During the creation of a scheduled task using the task scheduler of Windows Server 2008 R2, I got the following error: Error has occurred forRead more…
NPOI and Excel found unreadable content in ‘[filename].xls’
In one of my ASP.NET applications, I was developing a page to extract some data to an xlsx file, and for this purpose I was usingRead more…
Zipping xlsx file correctly
As most of you know, an xlsx file is actually a zip archive containing some xml files. If you change the extension of the fileRead more…
Reset Sql Server cache
Sometimes is useful to check how a certain query or a stored procedure behaves without cached data, so in this post I will show youRead more…
ASP.NET MVC5 Security Exception on Aruba provider
I was deploying an MVC5 application on a web space of the italian provider Aruba. After launching the application I obtained the following error: ServerRead more…
Oracle JRE 7 Update 51 (64-Bit) or higher is required for Polybase
During the installation of Sql Server 2016 on a brand new server running Windows Server 2016, in the prerequisites checking phase I obtained the followingRead more…