I was recently ran into an issue in SharePoint where my Central Administration web app disappeared. When I tried to redeploy Central Administration, I was confronted with the error below.
An exception of type System.ArgumentException was thrown. Additional exception information: Error during encryption or decryption. System error code 997.
Everything I saw online said the only option was to create a new config database. Personally, I thought that seemed a bit extreme. Well, I found a better option that worked for me, and will probably work for you too.
Showing posts with label Sharepoint 2010. Show all posts
Showing posts with label Sharepoint 2010. Show all posts
Sunday, June 30, 2013
Resolution: Error during encryption or decryption. System error code 997 in SharePoint
Labels:
997,
adminvs,
decryption,
encryption,
error,
error code 997,
Exception,
FarmAdmin,
fix,
Microsoft,
psconfig,
resolution,
SharePoint,
sharepoint 2007,
Sharepoint 2010,
sharepoint 2013,
stsadm,
UpdateFarmCredentials
Wednesday, March 6, 2013
Fix Event ID# 7043 Load control template file /_controltemplates/TaxonomyPicker.ascx failed: Could not load type
This is an error that's a little misleading. At first it might seem that the file is missing or that there is a permissions issue, but that's not the case. The problem is that there is a bad charater in the template file.
Log
Name: Application
Source:
Microsoft-SharePoint Products-SharePoint Foundation
Date:
3/6/2013 1:07:44 PM
Event
ID: 7043
Task Category: Web Controls
Level:
Error
Keywords:
User:
DOMAIN\farm-admin
Computer:
sharepoint-server.domain.local
Description:
Load control template file /_controltemplates/TaxonomyPicker.ascx
failed: Could not load type
'Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker' from assembly
'Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral,
PublicKeyToken=71e4bce131e9439c'.
Labels:
2010,
404,
ControlTemplates,
corrupt,
could not load type,
event ID# 7043,
SharePoint,
Sharepoint 2010,
TaxonomyPicker.ascx
Fix Sharepoint/Powershell Error: The Farm is Unavailable
Below is an error that you can get in PowerShell or via STSADM for SharePoint
PS C:\> Get-SPServiceApplicationProxy
Get-SPServiceApplicationProxy : The farm is unavailable.
At line:1 char:30
+ Get-SPServiceApplicationProxy <<<<
+ CategoryInfo : ResourceUnavailable: (Microsoft.Share...pplicationProxy:SPCmdletGetServiceApplicationProxy) [Get-SPServiceApplicationProxy], InvalidOperationException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletGetServiceApplicationProxy
PS C:\> Get-SPServiceApplicationProxy
Get-SPServiceApplicationProxy : The farm is unavailable.
At line:1 char:30
+ Get-SPServiceApplicationProxy <<<<
+ CategoryInfo : ResourceUnavailable: (Microsoft.Share...pplicationProxy:SPCmdletGetServiceApplicationProxy) [Get-SPServiceApplicationProxy], InvalidOperationException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletGetServiceApplicationProxy
Labels:
error,
failed,
invalid operation exception,
powershell,
resource unavailable,
rights,
SharePoint,
sharepoint 2007,
Sharepoint 2010,
sharepoint 2013,
stsadm,
the farm is unavailable
Subscribe to:
Posts (Atom)