Author: Sathiyamoorthy S

  • Clear SharePoint 2013 Config Cache

    SharePoint 2013 Config Cache fix mostly unstable service or applications, try with cache clear script as troubleshoot them in farm level.  Here the scripts makes perfect with dynamic values of GUI ID and other parameters. Standalone farm clean can be done manually but if its multi-tier farm would time conservation so better do with powerful…

  • Long exposure night view photograph

    Hey folks, here we are jump into to take a look in night view photograph.  Very first I would like to personally introduce my self to you, don’t go anywhere it would be very short intro just working in private firm and passionate about photography (Converting Photographic Memory System Click Here!) so here to explorer…

  • Creating textured background HTML5

    Creating textured background HTML5

    Creating texture background HTML5 and making the html page is very simple and hosting in a minute, so here some trick to making more fancy on it.  We have seen in previous post that how to make simple html site maintenance page. Creating textured background HTML5 snippet body { color: #FFF; .. background: radial-gradient(black 15%, transparent…

  • SharePoint crawling not working with non-default zone (public facing site)

    Its been very long time to back in here to share the work around fixes.  I have been configured public facing branding site in SharePoint 2013 multi tier environment.

  • Simple HTML Maintenance Page

    We everyone are looking for very simple HTML and classy site maintenance page for hosting. Nowhere we go. html maintenance page snippet <!doctype html> <title>Site Maintenance!</title> <style> body { text-align: center; padding: 150px; } h1 { font-size: 50px; } body { font: 20px Helvetica, sans-serif; color: #333; } article { display: block; text-align: left; width:…

  • Apps Configuration for SharePoint 2013

    SharePoint apps feature has been looks great in your site. Here the simple steps to configure an apps and few tweaks to ride it. Before you jump into the configuration check bellow points;Configuration the domain names in DNS Create dedicated forward lookup zone for SharePoint apps On DNS server, click Start to navigate Administrator Tools…

  • Download Installed SharePoint Solutions

    Tweaks of SharePoint PowerShell script to download installed SharePoint solutions from the farm.  All solution has deployed on server hives folder and the database but there is not option to download them.  Try with below script to attain it. Snippet: $farm = Get-SPFarm $solution = $farm.Solutions.Item(“SiteSolution.wsp”).SolutionFile $solutions.SaveAs(“c:\wsp\SiteSolution.wsp”) Cheers…!

  • Upgrade SharePoint 2013 Enterprise 15.0.4569.1000 to 15.0.4641.1000

    Upgrade SharePoint 2013 Enterprise 15.0.4569.1000 to 15.0.4641.1000

    To upgrade SharePoint server 2013 Enterprise from 15.0.4569.1000 to 15.0.4641.1000 had a long investigation and searching on web made me confusion.  Even I didn’t find any clear way that to reach there.  So I kept my finger crossed and jump into my another SP Farm which has the same build.  Finally got a clue and spins a…

  • Transact-SQL Restore Latest Backup File

    Transact-SQL Restore Latest Backup File

    the very basic steps to restore latest SQL backup file on the backup media location using the below Transact-SQL statement (T-SQL Statement).

  • GP Web client error with SSL/TLS

    We have already seen the cross domain issue with the previous post. Here the security issue with SSL/TLS to establish trust relationship to session central service. Error: An error occurred during session monitoring: ‘System.ServiceModel.Security.SecurityNegotiationException: Could not establish trust relationship for the SSL/TLS secure channel with authority ‘marinerydynamics.cloudapp.net:48650’. —> System.Net.WebException: The underlying connection was closed: Could…