Quantcast
Channel: SharePoint 2013 - Setup, Upgrade, Administration and Operations forum
Viewing all 21070 articles
Browse latest View live

How to find Which users are accessing the site?

$
0
0

Hi,

I can get to know how many user are accessing the site based on the below script 
(get-spsite -webapplication http://mysharepoint.com -limit all).count
But my intention is need to know which user has accessed or accessing to the particular site. Please give solution, if you know.

Thanks


SharePoint 2013 - Users log in with random credentials

$
0
0

Hello,

since April we have a strange error that occurs on our Sharepoint system.

Most of the time, everyone can log in fine. But sometimes some users are suddenly logged in as a wrong user.

An example: UserABC starts the Sharepoint-Website. After opening it and accessing it via our Active Directory (the users are logged in automatically), the userABC  suddenly is logged in as user xyz and also has all the rights of user xyz, therefore he can see all projects and all websites this user is allowed to see, which is big security flaw. After logging out and logging in again the user again has the correct credentials.

The log shows the following entries during the time the userABC logged in:

w3wp.exe (0x55C4)    0x3118    SharePoint Foundation    Logging Correlation Data    xmnv    Medium    Name=Request (OPTIONS:https://xxx/)    
w3wp.exe (0x55C4)    0x3118    SharePoint Foundation    Authentication Authorization    agb9s    Medium    Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|domain\userXYZ, ClaimsCount=30    d760019d-d4bd-f018-b62b-b6198a72ed7b  

userXYZ did not log in during the time userABC got his credentials. The error occurred for the first time in April 2015, after we installed the Windows Server Updates (for Windows Server 2008 R2). Also we did install the Sharepoint SP1 from 2014. Also it looks like the error only occurs for users that use Internet Explorer (but I'm not totally sure of that, this might also be a coincidence). First we thought that this might be a problem with our Reverse Proxy, but since it didn't happen before, I don't really think that the Reverse Proxy is the problem.

This problems sounds similar to ours: https://social.technet.microsoft.com/Forums/sharepoint/en-US/56a3aaae-14c5-40dd-b87b-23c046f75980/sharepoint-2013-random-authentication-issue-where-users-are-suddenly-anonymous?forum=sharepointadmin

Someone wrote there that deactivating the Distributed Cache solved the problem. We did try that, but sadly it did not work as well. Do you have any other idea what we could do?

SharePoint 2013 PSConfig Wizard - Failed to secure the SharePoint resources.

$
0
0

SharePoint 2013 on Windows 2012 & SQL 2012 , 3 Tier arch

when running Configuration wizard its failing at 3/10 with the following error Any help is greatly appreciated please help 

----

Failed to secure the SharePoint resources.
An exception of type System.UnauthorizedAccessException was thrown.  Additional exception information: Attempted to perform an unauthorized operation.
System.UnauthorizedAccessException: Attempted to perform an unauthorized operation.
   at System.Security.AccessControl.Win32.SetSecurityInfo(ResourceType type, String name, SafeHandle handle, SecurityInfos securityInformation, SecurityIdentifier owner, SecurityIdentifier group, GenericAcl sacl, GenericAcl dacl)
   at System.Security.AccessControl.NativeObjectSecurity.Persist(String name, SafeHandle handle, AccessControlSections includeSections, Object exceptionContext)
   at System.Security.AccessControl.FileSystemSecurity.Persist(String fullPath)
   at System.IO.DirectoryInfo.SetAccessControl(DirectorySecurity directorySecurity)
   at Microsoft.SharePoint.Administration.SPResourceAccess.SetDirectoryAccessRule()
   at Microsoft.SharePoint.Administration.SPResourceAccess.SecureResources(Boolean isSingleBox, EventHandler`1 progressUpdateEvent)
   at Microsoft.SharePoint.PostSetupConfiguration.SecurityTask.Run()
   at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

---



Access Denied when try access $site.RootWeb.Lists over powershell remoting

$
0
0

I've a problem with access to every $site.RootWeb.Lists over powershell remoting.
When I try this I'm getting the following error:

Exception calling "Add" with "3" argument(s): "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"

Full command:

$site = Get-SPSite http://mysite
$site.RootWeb.Lists
The following exception occurred while trying to enumerate the collection: "Access is denied. (Exception from HRESULT:0x80070005 (E_ACCESSDENIED))".
At line:1 char:1
+ $site.RootWeb.Lists
+ ~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], ExtendedTypeSystemException
    + FullyQualifiedErrorId : ExceptionInGetEnumerator

When I run powershell on the sharepoint server under the user which I also use for remoting (run as) everything works correct. 
When I use the account which was used to install the farm over remoting then its also working.

The which is used for remoting is farm admin and site collection admin. When I login over the UI I can also access all stuff (including Lists).

Any ideas where I've to search the error?

Edit:
ULS Log:

System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace:   
 at Microsoft.SharePoint.SPListCollection.EnsureListsData(Guid webId, String strListName)    
 at Microsoft.SharePoint.SPListCollection.EnsureListsData(String strListName)    
 at Microsoft.SharePoint.SPBaseCollection.GetEnumerator()    
 at System.Management.Automation.EnumerableOps.GetEnumerator(IEnumerable enumerable)    
 at CallSite.Target(Closure , CallSite , Object , Pipe , ExecutionContext )    
 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)    
 at System.Management.Automation.Interpreter.ActionCallInstruction`5.Invoke(Object arg0, Object arg1, Object arg2, Object arg3, Object arg4)    
 at System.Management.Automation.Interpreter.CallInstruction.InvokeInstance(Object instance, Object[] args)    
 at System.Management.Automation.Interpreter.DynamicInstructionN.Run(InterpretedFrame frame)    
 at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)    
 at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)    
 at System.Management.Automation.Interpreter.Interpreter.Run(InterpretedFrame frame)    
 at System.Management.Automation.Interpreter.LightLambda.RunVoid1[T0](T0 arg0)    
 at System.Management.Automation.DlrScriptCommandProcessor.RunClause(Action`1 clause, Object dollarUnderbar, Object inputToProcess)    
 at System.Management.Automation.CommandProcessorBase.DoComplete()    
 at System.Management.Automation.Internal.PipelineProcessor.DoCompleteCore(CommandProcessorBase commandRequestingUpstreamCommandsToStop)    
 at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate)    
 at System.Management.Automation.Runspaces.LocalPipeline.InvokeHelper()    
 at System.Management.Automation.Runspaces.LocalPipeline.InvokeThreadProc()    
 at System.Management.Automation.Runspaces.LocalPipeline.StartPipelineExecution()    
 at System.Management.Automation.Runspaces.PipelineBase.CoreInvoke(IEnumerable input, Boolean syncCall)    
 at System.Management.Automation.PowerShell.Worker.ConstructPipelineAndDoWork(Runspace rs, Boolean performSyncInvoke)    
 at System.Management.Automation.PowerShell.Worker.RunspaceAvailableCallback(IAsyncResult asyncResult)    
 at System.Management.Automation.Runspaces.AsyncResult.SetAsCompleted(Exception exception)    
 at System.Management.Automation.Runspaces.Internal.RunspacePoolInternal.ServicePendingRequests(Object useCallingThreadState)    
 at System.Management.Automation.Runspaces.Internal.RunspacePoolInternal.EnqueueCheckAndStartRequestServicingThread(GetRunspaceAsyncResult requestToEnqueue, Boolean useCallingThread)    
 at System.Management.Automation.PowerShell.CoreInvokeAsync[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings, AsyncCallback callback, Object state, PSDataCollection`1 asyncResultOutput)    
 at System.Management.Automation.PowerShell.BeginInvoke[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings, AsyncCallback callback, Object state)    
 at System.Management.Automation.ServerPowerShellDriver.Start(Boolean startMainPowerShell)    
 at System.Management.Automation.ServerRunspacePoolDriver.HandleCreateAndInvokePowerShell(Object sender, RemoteDataEventArgs`1 eventArgs)    
 at System.Management.Automation.Remoting.ServerRemoteSessionDSHandlerStateMachine.DoMessageReceived(Object sender, RemoteSessionStateMachineEventArgs fsmEventArg)    
 at System.Management.Automation.Remoting.ServerRemoteSession.DispatchInputQueueData(Object sender, RemoteDataEventArgs dataEventArg)    
 at System.Management.Automation.Remoting.BaseTransportManager.OnDataAvailableCallback(RemoteDataObject`1 remoteObject)    
 at System.Management.Automation.Remoting.ReceiveDataCollection.ProcessRawData(Byte[] data, OnDataAvailableCallback callback)    
 at System.Management.Automation.Remoting.PriorityReceiveDataCollection.ProcessRawData(Byte[] data, DataPriorityType priorityType, OnDataAvailableCallback callback)    
 at System.Management.Automation.Remoting.BaseTransportManager.ProcessRawData(Byte[] data, String stream)    
 at Managed_ShellSession.CreateCommand(Void* pluginContext, _WSMAN_PLUGIN_REQUEST* requestDetails, UInt32 flags, UInt16* commandLine, _WSMAN_COMMAND_ARG_SET* arguments)    
 at Managed_WSMAN_PlugIn.CreateCommand(Void* pluginContext, _WSMAN_PLUGIN_REQUEST* requestDetails, UInt32 flags, Void* shellContext, UInt16* commandLine, _WSMAN_COMMAND_ARG_SET* arguments)    
 at Managed_WSMAN_PlugIn.PerformWSManPluginCommand(Void* pluginContext, _WSMAN_PLUGIN_REQUEST* requestDetails, UInt32 flags, Void* shellContext, UInt16* commandLine, _WSMAN_COMMAND_ARG_SET* arguments)    
 at WSManPluginCommand(Void* pluginContext, _WSMAN_PLUGIN_REQUEST* requestDetails, UInt32 flags, Void* shellContext, UInt16* commandLine, _WSMAN_COMMAND_ARG_SET* arguments)



How to - Delete Multiple Site Collections using PowerShell script ?

$
0
0

Hi,

Could some one please help me with PowerShell script, where i am looking to delete multiple site collections from a web application (not all site collections). I have a list of site collections in a .csv or excel file that i am looking to delete.

Thanks


Thanks Surya_SP

Error 6398: Unexpected exception in FeedCacheService.IsRepopulationNeeded: Connection to the server terminated

$
0
0

Hello,

On a SharePoint 2013 Enterprise version, 15.0.4649.1000, error 6398: Unexpected exception in FeedCacheService.IsRepopulationNeeded: Connection to the server terminated

I have cleared out the cache and upgraded and configured the AppFabric, but this error still occurs.

Is there anything else that I can do prevent this error from occurring?

Thanks


Paul

Huge file in one of the search index partition folder

$
0
0

Hi,

I got a very strange situation in my SP farm. I have two index partitions on two WFE servers, each has Index Partition 0 and 1. On one of them, starting yesterday a very huge file grew over 30GB in the Index Partition 0 - Journal folder. I found the same file in other Journal folder, most of them with less than 100MB.

Anyone has insight on this kind of behavior? Thanks in advance!

Regards,

Edwin

Site Column in Content Type Hub is not visible in subscriber site collection

$
0
0

hi,

I have created Site Column say "mycolumn" in my Content Type Hub and associated a content type -say myCT - and this content type is published and ran the 2 timer jobs.Though the content type is visible in subscriber site collection,the column "mycolumn" is not visible in Subscriber Site Collection. am surprised and not able to understand why its not visible in my subscriber site's site columns gallery.This is happening on my Production Environment.In my staging environment this works perfectly.


Alerts do not sent out from only one of the web applications

$
0
0

Hi,

I am having issue with alerts. I received alerts from all web applications except one. Searching on the web, some suggested to find out from the SQL content database and I got the records sitting on the eventcache table -

SELECT * FROM timerlock WITH (nolock)

SELECT * FROM eventcache WITH (nolock) WHERE EventData is not null

I restarted the SP server which the timerlock table mentioned.

One observation - the record on the timerlock is having a future date / time ( next day ). Not sure if that's the issue and no idea how to reset it...

Greatly appreciate with any help!

Regards,

Edwin

403 Forbidden with SSRS SharePoint Integrated mode

$
0
0

Dears,

I have SharePoint 2013 SharePoint Farm with SQL 2012 as back end database. I have configured the SSRS on the farm. The Reports are displayed perfectly in browser but when i try to open the report in Report builder, I get the error: "The remote server returned an error (403) Forbidden".

Nothing is recorded in event viewer or ULS logs for this.

Any ideas how can I overcome this error?

Thanks,

Sharepoint - not working externally if site saved in trusted zone in IE

$
0
0

Ok, this has taken me ages to work out what was causing the problem... yet i'm unable to resolve as the problem shouldn't exist...

Setup

Windows Server 2012 domain, sharepoint 2013 foundation on virtual server. windows 7 and 8 machines. Users are configured with the UPN logon as there email address.

sharepoint setup with default access address of external fqdn sharepoint.domain.co.uk and this works when working with the internal network on a domain computer.

I can also access sharepoint with no problems at all from a NON domain computer outside the network. and the site is added to the trusted zone too...

I have a simple GPO to added the sharepoint site to the trusted zone of the domain computers and make it the default home page. and as mentioned before all the domain pcs work fine, and autologon to sharepoint (since its added to the trusted zone to pass windows logon credentials).

The Problem

However, we have a couple of laptops in the business for the boss etc to work from home. when they are on the internal domain network all works fine. but if they take there machine home and try to access sharepoint they just get "Page cannot be displayed". its not DNS as this resolves ok. I thought it was to do with it needing to be ssl, do I went through the process of getting an ssl certificate, and reconfiguring sharepoint for both http and https. again this works fine internally, and externally from a NON-Domain computer. but again the domain pc outside the company just displays the same "page cannot be displayed" error...

Weirdly though, because I have both http and https setup but changed the home page and trusted sites zone to https I thought I would try sharepoint from http and it works... i then removed the site from the trusted zone and the external machines work fine again... but this is NO good as each time you go to the sharepoint site it asks for credentials which is a massive pain for internal users and have complained no end if it doesn't auto log them in....

PLEASE HELP!!!! i have no idea what the hell is causing this.... Microsoft - is this a bug!!!! seems like!!!!!?????

Error when attaching the Sharepoint 2013 designer workflow

$
0
0

Hi,

We have installed Workflow manager on the same server as that of the SharePoint server.

We are facing the issue when attaching a SharePoint 2013 designer workflow to a list:

System.NullReferenceException: Object reference not set to an instance of an object.
 at Microsoft.SharePoint.WorkflowServices.StoreSubscriptionService.CreateStatusColumn(String subscriptionName, SPWeb web, Guid listId)
 at Microsoft.SharePoint.WorkflowServices.StoreSubscriptionService.PublishSubscriptionForList(WorkflowSubscription subscription, Guid listId)
 at Microsoft.SharePoint.WorkflowServices.ApplicationPages.AssocWrkflPage.OnLoad(EventArgs ea)
 at System.Web.UI.Control.LoadRecursive()
 at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Please help.

Regards,

Sachin

How to display the Registered Trade Mark symbol in a link title in content quey webpart?

$
0
0

Hello,

How to insert Registered Trade Mark (R) for a link title in a SharePoint 2013 content query webpart on a page?  I am using a content query webpart displaying a list links used for menus.  I using the Notes; to display the link title.  However, the Notes field does not display the ® as a capital R with a circle around.  What appears is "®".  How can I change the content query web part to use the field Description of the URL in the list.  Maybe this will show the Registered Trademark symbol correct?

Thanks,


Paul





User Policy is grayed out for SharePoint Central Administration v4 web application

$
0
0

In the Web Applications Management page, the User Policy button is grayed out when the Central Administration application is selected, but this is not the case for any other web application.

The account used to log in is a member of the Farm Administrators group.

I have researched the problem and tried the following solutions:

1. Start "SharePoint 2013 Central Administration" from the start menu

2. Run Internet Explorer as Administrator (then go to Central Administration)

3. Disable UAC

None of these have fixed the problem. Does anyone know how to fix it?

Links to same problem (with solutions):

https://social.technet.microsoft.com/Forums/en-US/203f37d4-dfbe-45d5-8259-8d9acd4b12be/user-policy-is-grayed-out-for-central-administration-v4-web-app?forum=sharepointadminprevious

https://epmgelist.wordpress.com/2013/06/14/central-administration-greyed-out-ribbons-and-missing-functions/ 

http://www.thesysadminhimself.com/2013/01/sharepoint-2013-central-administration.html

metadata publishing missin under library setting

$
0
0
metadata publishing menu missing under library setting O365 sharepoint 2013. how to i need to enable it and tag the document in online sharepoint. Pls help me.

Ramesh







Restoring individual My Links

$
0
0

SharePoint 2013

Can anyone tell me we can find the My Links (Quick Links) so that we can restore them for some of our users.  For some reason they have all been removed.

We are talking about restoring for 2 individuals and not for all. We have granular backups of the farm available.

(posted this on the 2010 site by mistake and they stated restoring from the SSP, which does not exist in 2013)


Adrian Barber


Symbols displaying all over page.

$
0
0

The site is migrated from SP 2010 to 2013. Few pages show some symbols (as in below) all over the page. Please help!!!

SP2013 SP1 - one or more required office components failed to complete successfully

$
0
0

Hi Folks,

Please help me for the below error

I am trying to install SharePoint 2013 with SP1 on Windows Server 2012 R2.

SQL Server 2014 - Instance Name - SHAREPOINT

While Installing i got this error

one or more required office components failed to complete successfully. For more information consult the setup log file

When I checked the Error I got 

INF:0:Try to install SQL Express.
INF:0:Entering function RunCommand
INF:0:Starting process C:\Program Files\Common Files\Microsoft Shared\SERVER15\Server Setup Controller\sqlexpr.exe with args  /q /HideConsole  /ACTION=install /pid=11111-00000-00000-00000-00000 /IAcceptSQLServerLicenseTerms /FEATURES=SQL,Tools /SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS" /SQLSVCACCOUNT="NT AUTHORITY\Network Service" /INSTANCENAME=SharePoint /INSTALLSQLDATADIR="C:\Program Files\Microsoft Office Servers\15.0\Data" and waiting 00:49:10 for it to stop
ERR:-2068578304:Leaving function RunCommand
ERR:0:SQL Express installation failed with error -2068578304
INF:0:Create catalyst sql install sub folder C:\Users\ADMINI~1\AppData\Local\Temp\2\SqlExpress
INF:0:Copy summary file from C:\Program Files\Microsoft Sql Server\100\Setup BootStrap\LOG\summary.txt to C:\Users\ADMINI~1\AppData\Local\Temp\2\SqlExpress\summary.txt
ERR:0:Fail to install or config SQL Express.

I also checked Summary file the summary file contails

Overall summary:
  Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
  Exit code (Decimal):           -2068578304
  Exit facility code:            1204
  Exit error code:               0
  Exit message:                  The specified instance name is already used by an existing SQL Server instance. To continue, specify a unique instance name for this SQL Server installation.
  Start time:                    2015-05-19 01:20:44
  End time:                      2015-05-19 01:22:02
  Requested action:              Install

Machine Properties:
  Machine name:                  MSSP
  Machine processor count:       1
  OS version:                    Future Windows Version
  OS service pack:               
  OS region:                     United States
  OS language:                   English (United States)
  OS architecture:               x64
  Process architecture:          64 Bit
  OS clustered:                  No

Product features discovered:
  Product              Instance             Instance ID                    Feature                                 Language             Edition              Version         Clustered 

Package properties:
  Description:                   SQL Server Database Services 2008 R2
  ProductName:                   SQL Server 2008 R2
  Type:                          RTM
  Version:                       10
  Installation location:         e:\b5d5680eb433d3d497909e65db60\x64\setup\
  Installation edition:          EXPRESS

  Slipstream:                    True
  SP Level                       1

User Input Settings:
  ACTION:                        Install
  ADDCURRENTUSERASSQLADMIN:      True
  AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
  AGTSVCPASSWORD:                *****
  AGTSVCSTARTUPTYPE:             Disabled
  ASBACKUPDIR:                   Backup
  ASCOLLATION:                   Latin1_General_CI_AS
  ASCONFIGDIR:                   Config
  ASDATADIR:                     Data
  ASDOMAINGROUP:                 <empty>
  ASLOGDIR:                      Log
  ASPROVIDERMSOLAP:              1
  ASSVCACCOUNT:                  <empty>
  ASSVCPASSWORD:                 *****
  ASSVCSTARTUPTYPE:              Automatic
  ASSYSADMINACCOUNTS:            <empty>
  ASTEMPDIR:                     Temp
  BROWSERSVCSTARTUPTYPE:         Automatic
  CONFIGURATIONFILE:             
  CUSOURCE:                      
  ENABLERANU:                    True
  ENU:                           True
  ERRORREPORTING:                False
  FARMACCOUNT:                   <empty>
  FARMADMINPORT:                 0
  FARMPASSWORD:                  *****
  FEATURES:                      SQLENGINE,REPLICATION
  FILESTREAMLEVEL:               0
  FILESTREAMSHARENAME:           <empty>
  FTSVCACCOUNT:                  <empty>
  FTSVCPASSWORD:                 *****
  HELP:                          False
  INDICATEPROGRESS:              False
  INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
  INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
  INSTALLSQLDATADIR:             C:\Program Files\Microsoft Office Servers\15.0\Data
  INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
  INSTANCEID:                    SHAREPOINT
  INSTANCENAME:                  SHAREPOINT
  ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
  ISSVCPASSWORD:                 *****
  ISSVCSTARTUPTYPE:              Automatic
  NPENABLED:                     0
  PASSPHRASE:                    *****
  PCUSOURCE:                     e:\b5d5680eb433d3d497909e65db60\PCUSOURCE
  PID:                           *****
  QUIET:                         True
  QUIETSIMPLE:                   False
  ROLE:                          AllFeatures_WithDefaults
  RSINSTALLMODE:                 FilesOnlyMode
  RSSVCACCOUNT:                  NT AUTHORITY\NETWORK SERVICE
  RSSVCPASSWORD:                 *****
  RSSVCSTARTUPTYPE:              Automatic
  SAPWD:                         *****
  SECURITYMODE:                  <empty>
  SQLBACKUPDIR:                  <empty>
  SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
  SQLSVCACCOUNT:                 NT AUTHORITY\Network Service
  SQLSVCPASSWORD:                *****
  SQLSVCSTARTUPTYPE:             Automatic
  SQLSYSADMINACCOUNTS:           BUILTIN\ADMINISTRATORS
  SQLTEMPDBDIR:                  <empty>
  SQLTEMPDBLOGDIR:               <empty>
  SQLUSERDBDIR:                  <empty>
  SQLUSERDBLOGDIR:               <empty>
  SQMREPORTING:                  False
  TCPENABLED:                    0
  UIMODE:                        AutoAdvance
  X86:                           False

  Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150519_011852\ConfigurationFile.ini

Detailed results:
  Feature:                       Database Engine Services
  Status:                        Failed: see logs for details
  MSI status:                    Passed
  Configuration status:          Passed

  Feature:                       SQL Server Replication
  Status:                        Failed: see logs for details
  MSI status:                    Passed
  Configuration status:          Passed

Rules with failures:

Global rules:

Scenario specific rules:

Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150519_011852\SystemConfigurationCheck_Report.htm

Exception summary:
The following is an exception stack listing the exceptions in outermost to innermost order
Inner exceptions are being indented

Exception type: Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException
    Message: 
        The specified instance name is already used by an existing SQL Server instance. To continue, specify a unique instance name for this SQL Server installation.
    Data: 
      SQL.Setup.FailureCategory = InputSettingValidationFailure
      DisableWatson = true
    Stack: 
        at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.LogAllValidationErrorsAndThrowFirstOne(ValidationState vs)
        at Microsoft.SqlServer.Configuration.SetupExtension.ValidateFeatureSettingsAction.ExecuteAction(String actionId)
        at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
        at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    Inner exception type: Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException
        Message: 
                The specified instance name is already used by an existing SQL Server instance. To continue, specify a unique instance name for this SQL Server installation.
        Data: 
          SQL.Setup.FailureCategory = InputSettingValidationFailure

Please Suggest me how to fix this error.

--

Thanks,

SPUser360


An object in the SharePoint administrative framework, "SPSolutionLanguagePack Name=0" - Issue in add-spsolution

$
0
0

I tried  with adding a wsp solution using add-spsolution command, but it failed to add the wsp into the solution store. I am getting the error An object in the SharePoint administrative framework, "SPSolutionLanguagePack Name=0 Parent=SPSolution Name=myeventreceiver.wsp", depends on other objects which do not exist.  Ensure that all of the objects 
dependencies are created and retry this operation.
myeventreceiver.wsp:



Mentioning a @user in Newsfeed does not sent an email notification

$
0
0

I have a Newsfeed that works fine except that it doesn't email the mentioned users with notifications. Notifications also do not work for personal feeds. However, all other alerts and emails are being sent fine.

Any idea why this would be?


Install is SharePoint 2013 Enterprise w/ March CU
Viewing all 21070 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>