Welcome to the SharePoint Ocean. This blog help's you to Swim with perfection!! Thank You.
Monday, January 13, 2014
Sunday, January 12, 2014
The Security Token Service is not available. The Security Token Service is not issuing tokens. The service could be malfunctioning or in a bad state
The Security Token Service is not available.
The Security Token Service is not issuing tokens. The service could be
malfunctioning or in a bad state.
(Or)
An exception occurred when trying to
issue security token: Could not connect to http://localhost:2843/SecurityTokenServiceApplication/securitytoken.svc.TCP error code 10061: No connection could be made because the target machine
actively refused it
(Or)
(Or)
The
Managed Metadata Service '' is inaccessible.
Solution:
Go to InetMgr(IIS manager)
1.
start the "SharePoint Web Services" site
2.
start the "SharePoint Web Services Root"
application pool
3.
Do IIS reset.
Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!
Friday, January 10, 2014
Lost SharePoint Farm Passphrase
Lost SharePoint Farm Passphrase
Sometimes,Unfortunatly we forgot the pass phrase given, there is no way to get
the old pass phrase but we can generate the new pass phrase by using the PowerShell.
Follow the below to get the new one.
Make sure that the account you are logged in as:
1. Farm
admin
2. Local
admin on server
Run the
following commands to get the new one.
·
$passphrase
= ConvertTo-SecureString -asPlainText –Force
·
Set-SPPassPhrase
-PassPhrase $passphrase –Confirm
Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!
Thursday, January 9, 2014
Microsoft Certification details of SharePoint 2013
Microsoft
Certification details of SharePoint 2013
Code Course Title Exam
Code
MS20331
Core Solutions of Microsoft SharePoint Server 2013
70-331
MS20332
Advanced Solutions of Microsoft SharePoint Server 2013 70-332
MS20488 Developing Microsoft SharePoint Server
2013 Core Solutions 70-488
MS20489 Developing Microsoft SharePoint Server
2013 Advanced Solutions 70-489
Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!
How to set the custom error attribute in SharePoint server 2013
How to set
the custom error attribute in SharePoint server 2013
Check the
below mentioned to set the custom error attribute to get the detailed error instead
of “sorry something went wrong”
Every change
you make in that config files have no effect on the web application. You have
to go the web.config file that is generated once the web application is
created.
So edit the
web.config file in C:\inetpub\wwwroot\wss\VirtualDirectories\your port number and modify the parameters you have indicated
in that web.config file
1. custom Errors mode must be
"Off"
2. compilation debug must be
"true"
3. Safe Mode Call Stack must be
"true"
The 'port
number' is the port you assigned when you created the Web Application in the
Central Administration
Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!
Subscribe to:
Posts (Atom)