Tuesday, 10 October 2017

Cannot connect to database master at SQL server at SERVERNAME

Solution:

I have rejoined the domain of SP and DB2013 server.

and tried to run configuration wizard using SP_Install account, It was successful.


Thursday, 5 October 2017

How to connect Domain Controller with SharePoint Server in Hyper-V Virtual Machines? Or How Domain Controller communicate with SharePoint Server.

Hi Folks,

Today I will let you know that how to connect DB, DC, and SharePoint server using Hyper-V.

I have installed Hyper-V in Windows 10. I have added Three virtual machines as:-

1. Domain Controller: DC
2. SharePoint Server: SP2013
3. Database: DB2013

Here is my Hyper-v Looks like:-



Virtual Switch Adopter :-





I have created Private Virtual Switch and opted for Database Vm. Same I have done for SP2013 and DC Vm:-




Below is the IP setting for DC Machine:-

Here CONTOSO.com is my Domain name.
Ethernet2 is the adopter.
Click on change adopter setting and see:-


Here is IP setting for DC machine:-



IP setting for SP Machine:-


IP Setting for Database Machine:-



DNS Screenshot which is in DC:-



After this network hos-posh I am able to access C Drive of DC machine from Database server:-


This is how VMs are communicating with each other.

I hope this helped.

Happy SharePointing...!! 😀

Sunday, 23 July 2017

Runtime error when Browsing SharePoint Central Admin site

This generally happens when you do play with any of the running service.
Or
You did kill any process which is associated with any service due to slow Central Admin website response.



There might be lot of reason.

But the error root cause in my case was "SQL Server (SHAREPOINT)" was in stooped mode.

Solution:-

Start the below service.


Error While Creating a Web Application

As You have configured SharePoint 2013 and wish to create a web application.
But when you clicked on 'Ok'. It throws an error:-









Error:The password supplied with the username WIN-6697NLQHC4R\Administrator was not 
correct. Verify that it was entered correctly and try again.

WIN-6697NLQHC4R: This is my Server name.

Solution:-

Then you have to run the following command to repair the Password for the required Account.

Repair-SPManagedAccountDeployment

Now run below command:-

 Set-SPManagedAccount -UseExistingPassword















Enter the Identity: Username and existing Password. 

KaBOOM...!!

Now you are able to create a web application in SharePoint 2013.


I hope this helps.

Happy SharePointing..!! 😃