Month: February 2016

  • 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…

  • Cross Domain Error in Dynamic GP 2013 Web Client

    The cross domain error would be occurred on Silverlight. Because distinct URL has been configured on session central service, session service and run time service. Severity: Critical Summary: An error occurred while initializing communication with the server. Details: [CrossDomainError] Arguments: https://marinerydynamics.cloudapp.net:48652/RuntimeService/3468 Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to…

  • Verifying SMTP SharePoint Outbound mail settings

    Once we configured the SharePoint outbound mail server then our responsible to test the setup. Here the small powershell snippet will do! ### The script will return True or False $toemail = “sathiya@sathiya.io” $subject = “Test – SharePoint Outbound mail” $body = “This mail for testing purpose…! Please ignore your action!” $site = New-Object Microsoft.SharePoint.SPSite…