Category Archives: Configuration

Anything regarding configuring tools, software, server, etc

Cannot load script for execution after migrating your SSIS Package to a new SQL Server version

You are migrating your SSIS Packages from an old version SQL Server to a new SQL Server version, it worked perfectly fine before but once it was deployed on the new environment you get an error similar to this one. Message Executed as user: YourDomainYourUser. Microsoft (R) SQL Server Execute Package Utility Version 13.0.1601.5 for… Read More »

Easy Guide on how to use OAuth to Access Google APIs

Nearly a year ago Google already deprecated a most of its legacy API’s which means you cannot authenticate using the Google.GData.Client.Service and executing the setUsersCredentials method and simply indicating your user and password.  It was changed with OAuth making it more secure as it uses tokens and let the user actually log in to Google’s… Read More »

Removing all “_layouts/15/start.aspx#/” in Sharepoint URL

Do you want to remove that ugly additional URL “_layouts/15/start.aspx#/” on your SharePoint web address? Before doing so do you really need to do it? Do you even know what does that URL mean? Well if you don’t have a read here what it is for so you understand the impact of removing them.  In… Read More »

Simple Guide to Add Additional Web Servers for your existing SharePoint

Yesterday we showed you how to make your SharePoint server Fail-over aware now to complete the full High Availability for your SharePoint we will be adding additional Web Servers to your SharePoint Farm. You might be asking why you need to do this? Well the main reason is making your SharePoint Web Server available all… Read More »

TAB Delimited Export in SSRS

Ever wondered how do you export TAB delimited reports in SSRS? It’s quite easy as you can configure SSRS to export it using the CSV render inside the ReportingServices rendering engine of SQL server.  You can do that by updating the rsreportserver.config file which can be found in the following path C:\Program Files\Microsoft SQL Server\MSRS{YourSQLServerVersion}.MSSQLSERVER\Reporting… Read More »