Saturday, February 22, 2014
Friday, January 24, 2014
huge collection of free MS ebooks
http://blogs.msdn.com/b/mssmallbiz/archive/2013/06/18/huge-collection-of-free-microsoft-ebooks-for-you-including-office-office-365-sharepoint-sql-server-system-center-visual-studio-web-development-windows-windows-azure-and-windows-server.aspx
The report server installation is not initialized. Check the documentation for more information. (rsReportServerNotActivated)
Problem Description:
The report server installation is not initialized. Check the
documentation for more information. (rsReportServerNotActivated) Get Online
Help -2147159549
0x80090005
Cause:
Keys Corrupted
Solution :
1) If it is new server then remove the
existing Report Server Database and re-create new one using reporting serivces
confiruation window
2. Connect to SSMS - Report Server Database -- Delete the row which machine is our server name
3. Restart Reporting Services service
An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database. (rsReportServerDatabaseError) Get Online Help Keys lock row not found
If you delete any records in ReportServer database or due to misconfiguration you may receive that error, ReCreating Reporting Services help to solve the issue,
Scale-out deployment is not supported in this edition of Reporting Services. (rsOperationNotSupported)
2. Connect to SSMS - Report Server Database -- Delete the row which machine is our server name
3. Restart Reporting Services service
An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database. (rsReportServerDatabaseError) Get Online Help Keys lock row not found
If you delete any records in ReportServer database or due to misconfiguration you may receive that error, ReCreating Reporting Services help to solve the issue,
Scale-out deployment is not supported in this edition of Reporting Services. (rsOperationNotSupported)
Issue with Installed and configured with the Office products in SharePoint 2010 – SharePoint PSConfig Error
I had issue with Installed and configured with the Office products in SharePoint 2010 .
Scenario. We have Three Windows 2008 R2 Std machines (WEF1, WEF2 and App) installed and configured with the Office Web Apps with SP2
After completing the installation Office Web Apps while trying to running the PSConfig we got the below error one of the server.
Troubleshooting steps.
Verified ULS logs and find interesting
The license state for the current server doesn't match the farm's license state
After log research found good blog from msdn .
Scenario. We have Three Windows 2008 R2 Std machines (WEF1, WEF2 and App) installed and configured with the Office Web Apps with SP2
After completing the installation Office Web Apps while trying to running the PSConfig we got the below error one of the server.
Troubleshooting steps.
Verified ULS logs and find interesting
The license state for the current server doesn't match the farm's license state
After log research found good blog from msdn .
Resolution:
Run the following Power Shell commandlet on all the servers in the farm.
Set-SPFarmConfig –InstalledProductsRefresh
This will pick the entries from the server and reset the entries in the Config DB
Original Post : http://blogs.msdn.com/b/sowmyancs/archive/2012/08/08/the-license-state-for-the-current-server-doesn-t-match-the-farm-s-license-state-sharepoint-psconfig-error.aspx
Thursday, October 3, 2013
SharePoint 2010 CU and securtiy patch upgrade Issue
Issue :
I faced as mentioned after installing the SP2 patch and trying to run PSConfig command. I
have done a fair bit of patching but never encountered this issue. The PSConfig
failed and referred to the upgrade logs as usual to find the error. The upgrade
log error listed below was cryptic and did not provide any direct information
on what was causing it.
Resolution :
Error in
configuration wizard while trying to add new SharePoint Server to an existing
Farm [Scale out] after reset the Farm passphrase
Fixed with below refernce
2. Null exceptions
3 : Timer job filed
4. Decided to installation SP2 in all servers with sp2 language
packs
·
Installed SP2 Updates on WFE2 and APP Server
· Ran Product Configuration Wizard and it failed
·
Tried PSConfig.exe -cmd upgrade -inplace b2b
–wait - This too failed at the last step
·
Tried psconfig -cmd upgrade -inplace b2b –force
– this too failed at the last step
·
IISRESET to both SharePoint Servers
·
Restarted SharePoint Timer Service
·
Restarted SharePoint Search Service
·
Clear Config Cache on all the servers
set 1 as a cache
·
Ran PSConfig.exe -cmd upgrade -inplace b2b
-force -cmd applicationcontent -install -cmd installfeatures – this one failed
at the last step
That issue was with respect to Web Application,
At the end we Deleted the Web App and Recreated it, Issue got resolved, and
then PSCONFIG Works like.
Application Pool is auto stopped when browse web application in IIS7 In Sharepoint 2010
I spent a two day attempting to resolve why this was happening in particular WFE server. Every minute I opened my SharePoint site, I’ll get a 503 error and when I check the IIS Console, I discover that the corresponding application pool has stopped. I tried numerous different things, and I also tried the suggestion from this so many MSDN logs .
Resolution:
The first thing that I noticed was that Central Administration and web applications would not come up at all,
Ø opened IIS and saw the App pools.
Ø I right-clicked the application pool and started it. As soon as I tried to browse to Central Administration, and web applications. The same error was repeated.
Ø Started IIS reset in both servers(WEF1 , WEF2)
Ø WEF1 server running fine.
Ø WEF 2server not started application pools ,,
Ø After refreshing IIS, I saw that the application pool was stopped again! Trying this several more times of course yielded the same results.
Ø Looking through the SharePoint logs indicated a problem with SQL, but everything on the SQL side was functioning properly. Under 14/log files
Ø However, in looking through the IIS logs, I first came across this error: “Application pool has been disabled. Windows Process Activation Service (WAS) encountered a failure when it started a worker process to serve the application pool.” Error event 5059
Ø I right-clicked the application pool and started it. As soon as I tried to browse to Central Administration, and web applications. The same error was repeated.
Ø Started IIS reset in both servers(WEF1 , WEF2)
Ø WEF1 server running fine.
Ø WEF 2server not started application pools ,,
Ø After refreshing IIS, I saw that the application pool was stopped again! Trying this several more times of course yielded the same results.
Ø Looking through the SharePoint logs indicated a problem with SQL, but everything on the SQL side was functioning properly. Under 14/log files
Ø However, in looking through the IIS logs, I first came across this error: “Application pool has been disabled. Windows Process Activation Service (WAS) encountered a failure when it started a worker process to serve the application pool.” Error event 5059
Ø opened the Services console (services.msc) and restart the Windows Process Activation Service (WAS), SharePoint related services
Ø Looking at one of the “Warnings” listed in the IIS log, I saw the following message: Warning 5029
“The identity of application pool ++++++++ is invalid. The user name or password that is specified for the identity may be incorrect, or the user may not have batch logon rights. If the identity is not corrected, the application pool will be disabled when the application pool receives its first request. If batch logon rights are causing the problem, the identity in the IIS configuration store must be changed after rights have been granted before Windows Process Activation Service (WAS) can retry the logon. If the identity remains invalid after the first request for the application pool is processed, the application pool will be disabled. The data field contains the error number”.
Ø Decided to reboot the server ,
Ø After rebooted the server we try to start application pools in the server but that didn't fix the problem.
Ø Decided to remove WFE2 server from NLB configuration.
v After long research we found some issue applicationHost.config and machine keys files became corrupted on the server
v This IIS Admin configuration
Ø Not sure how it happened or what caused it, Might be issue in last server updates
.
Ø Decided to Changing the Application Pool on a Web Application.
Ø Created new web application pool and trying to change the application pool identity to another our domain account with password
Ø There was an error while performing this operation.
Details: Bad Data. (Exception from HRESULT: 0x80090005)
Ø Decided to export/import encryption keys for IIS7 from WFE1 server to WFE 2 server.
Ø Updated webapps password in applicationHost.config file ,
Ø Reset IIS
Ø Web application pool’ ‘+++++++’ works again. J
Ø Understand the exact problem :WAS password key files are corrupted.
Restore old windows backup files in to the system location.
After restored old applicationHost.config . Problem was resolved . all web application pools running properly with out any issues.
Might be useful.
Might be useful.
Saturday, September 21, 2013
SharePoint 2010 or 2013 Roles, Responsibilities & Support Policies from a SharePoint Consulting Perspective
http://www.aiim.org/community/blogs/expert/sharepoint-2010-or-2013-roles-responsibilities-support-policies-from-a-sharepoint-consulting-perspective
Subscribe to:
Posts (Atom)