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

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

$
0
0

I'm trying to manage a number of publishing sites through PowerShell. It's fine on nearly all of them, but one of my publishing sites seems to have a problem.

Consider the following PowerShell script:

$NewWeb = Get-SPWeb $DestWeb 
$NewSite = Get-SPSite $DestSite

foreach($list in $NewWeb.Lists)
{
Write-Host "Library: $($list.Title); ListID: $($list.ID)" -ForegroundColor Green
}

$NewPublishingSite = New-Object Microsoft.SharePoint.Publishing.PublishingSite($NewSite)  
$NewPublishingWeb = [Microsoft.SharePoint.Publishing.PublishingWeb]::GetPublishingWeb($NewWeb)  

$DefaultPage = $NewPublishingWeb.DefaultPage
Write-host "DefaultPage = $DefaultPage"
$PagesList = $NewPublishingWeb.PagesList.ID
Write-Host "PagesList ID = $($PagesList)"
$NewPublishingPages = $NewPublishingWeb.GetPublishingPages()
foreach ($NewPage in $NewPublishingPages)
{
    Write-Host $NewPage.ListItem["Title"] -ForegroundColor Yellow
}

When I run this on almost all of my publishing sites, I get a nice list of the titles and ID's of all of the libraries, as well as a list of all of the publishing pages in the site.

However, in my rogue site, I don't. This first element works fine - getting a list of all of the libraries and their List ID's.

It's the second bit that doesn't - interacting with the Publishing site itself. The above script gives the following result:

Library: Composed Looks; ListID: 4ed58df1-d48c-4865-8505-11e52ad599d3
Library: Documents; ListID: f06f4a2c-d715-4f56-8bc2-2c68e45e416b
Library: Images; ListID: 012fe035-73e0-463d-8967-83206bfe6236
Library: Master Page Gallery; ListID: 6b53ed8f-01dd-44c9-a4be-6defeafd3e79
Library: Media Library; ListID: 68a0bdf7-3bce-4071-a017-b87f6adc2969
Library: Pages; ListID: 01acbbda-373a-4faf-8fd0-0919103c9de8
Library: Site Assets; ListID: 08d350d3-188e-40ff-b53e-bbd4e22b57f0
Library: Site Collection Images; ListID: 6c7942de-1c92-496c-987a-9fdbabe3ef99
Library: Workflow Tasks; ListID: 67c29840-d699-42be-894b-4053cb7765f7
DefaultPage = Pages/news.aspx
PagesList ID = 

Exception calling "GetPublishingPages" with "0" argument(s): "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"
At line:17 char:1+ $NewPublishingPages = $NewPublishingWeb.GetPublishingPages()+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo          : NotSpecified: (:) [], MethodInvocationException+ FullyQualifiedErrorId : UnauthorizedAccessException

As you can see, the script clearly has access to the site (as it is able to perform the first half of the function).

However, it doesn't seem to pick up the PublishingPagesList, nor is it able to do anything else "publishingWeb" related. It says that it doesn't have access, even though it does (see earlier results).

What's the issue?


SP 2013 - Error: This operation can be performed only on a computer that is joined to a server farm

$
0
0

Hello Community!

I am working with SharePoint 2013 and I built a farm inside the firewall.  Then a decision was made to move the two WFE's to the DMZ.  Since that time, whenever I try to access the site collections, I get the error below.  Other information: All the web applications are on port 80, but I'm not having any problem with accessing Central Administration which is on port 8080; the network team did screw up the DNS originally, but I'm told it's correct now; the two WFE's servers show in my Manage servers on the Farm interface 2X, once with the server name, once with the fully Qualified Domain Name, the ones with the FQDN shows a Services Running status of Not Configured.

Has anyone else ever seen this error and if so please provide guidance and instruction for fixing the error.

Thanks!

Tom

Server Error in '/' Application.


This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.

Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.

Source Error:

An unhandled exception was generated during the   execution of the current web request. Information regarding the origin and   location of the exception can be identified using the exception stack trace   below. 


Stack Trace:

[InvalidOperationException: This operation can be   performed only on a computer that is joined to a server farm by users who   have permissions in SQL Server to read from the configuration database. To   connect this server to the server farm, use the SharePoint Products   Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010   Products.]

     Microsoft.SharePoint.Utilities.SPUtility.AlternateServerUrlFromHttpRequestUrl(Uri   url) +262

     Microsoft.SharePoint.Administration.SPAlternateUrl.GetContextUri(HttpContext   ctx) +385

     Microsoft.SharePoint.SPAppRequestContext.InitCurrent(HttpContext context)   +1013

     Microsoft.SharePoint.SPAppRequestContext.get_Current() +175

     Microsoft.SharePoint.SPGlobal.CreateSPRequestAndSetIdentity(SPSite site,   String name, Boolean bNotGlobalAdminCode, String strUrl, Boolean   bNotAddToContext, Byte[] UserToken, SPAppPrincipalToken appPrincipalToken,   String userName, Boolean bIgnoreTokenTimeout, Boolean bAsAnonymous) +400

     Microsoft.SharePoint.SPRequestManager.GetContextRequest(SPRequestAuthenticationMode   authenticationMode) +120

     Microsoft.SharePoint.Administration.SPFarm.get_RequestAny() +370

     Microsoft.SharePoint.SPLanguageSettings.GetGlobalInstalledLanguages(Int32   compatibilityLevel) +39

     Microsoft.SharePoint.Administration.SPTemplateFileSystemWatcher.RefreshInstalledLocales()   +103

     Microsoft.SharePoint.Administration.SPTemplateFileSystemWatcher.Initialize()   +130

     Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.System.Web.IHttpModule.Init(HttpApplication   app) +873

   System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr   appContext, HttpContext context, MethodInfo[] handlers) +582

     System.Web.HttpApplication.InitSpecial(HttpApplicationState state,   MethodInfo[] handlers, IntPtr appContext, HttpContext context) +322

     System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr   appContext, HttpContext context) +384

     System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)   +397

[HttpException (0x80004005): This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.]

     System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +646

     System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159

   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest   wr, HttpContext context) +771

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18010


Tom Molskow - Senior SharePoint Architect - Microsoft Community Contributor 2011 and 2012 Award - Linked-In - SharePoint Gypsy

User Profile Service Issue In Three-tier Farm

$
0
0

Dear All,

I’ve issue with UPS, UPS Sync won’t Started. In this case, I’m using three-tier farm.

What i have did:

- Services FIM & AppFabric in WFE Server (Started)

- Authentication IUSR (Done)

Any others solutions?

Regards,
Alu Ozy

Opening PDF and image files in the default application

$
0
0

Hi all,

I am currently using SharePoint Foundation 2013 and the site has been published over TMG(Threat Management Gateway) with https link. I want to open PDF files and image files in the default application and not within the same window of the web browser.

For e.g: The PDF file should open in Adobe Reader and the application is installed on the computer and image will open in the default image editing program.

I have  gone through some links:

1. https://technet.microsoft.com/en-us/library/ee837425.aspx#bkmk_set__sc. I have applied the "Set the default open behavior for a document library by using the document library settings page" and the "Open in the client application" option is currently set.

2. https://technet.microsoft.com/en-us/library/ee837425.aspx. I have checked the Set the OpenInClient feature for site collections section and the feature is currently Active.

But still, this is not working for me. Please advise what shall be checked.

what does "Exceeded Slop" mean in ULS logs in SharePoint 2013

$
0
0

We are getting slow query duration logged and could see exceeded slop message after [Leaving Monitored scope (spsqlclient)]

Please let me know if exceeded slop is related to memory/CPU exhaustion or related to memory utilization or server performance?

SharePoint 2016 Site Creation

$
0
0

I have a newly SharePoint Server 2016 environment, I have setup my web application and now when I try to create a new site collection I get the error:

System.Runtime.InteropServices.COMException: There is no file with URL '_catalogs/wp/DocumentSetProperties.dwp' in this Web. [Managed code transition]   

Thanks for any help 

SharePoint Migration: Manually Migrate SharePoint 2013 sub-sites to SharePoint 2016(On Premise) as site-collection

$
0
0
Currently my organization do have an intranet portal with one site collection and many sub-sites representing each department. I am trying to enhance the portal with SharePoint 2016(on Premise). My requirement is to migrate the existing (SP2013)intranet portal sub-sites as SP2016 site-collection (separate site-collection for each department). Kindly share your ideas on how can this be done manually. 

To install the missing Assembly\file

$
0
0

Записывается в журнал ошибка: не удалось загрузить файл или сборку Microsoft. Значение сервера приложений. Caching.Client, версия = 1.0.0.0, culture = нейтральный, PublicKeyToken = 31bf3856ad364e35 "или одна из их зависимостей. Система не может найти указанный файл. Имя файла: 'Microsoft. Значение applicationserver.Caching.Client, версия = 1.0.0.0, culture = нейтральный, PublicKeyToken = 31bf3856ad364e35' в Microsoft.SharePoint service.DistributedCaching.SPDistributedCache..ctor (имя строки, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, логический encryptData) в сервисе Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCacheInitializer.Init (состояние объекта);

Как я понимаю, это связано с AppFabric 1.1, я удалил его и снова поставил. Все файлы сборки присутствуют. Как быть?


SharePoint 2013 MySites/OneDrive Could not Load User Profile

$
0
0

As the title explains, trying to resurrect MySites/OneDrive in my SharePoint 2013 environment.  I'm working to decommission an old server in the farm, and the last item on there is the MySites web application.   

Ideally I'd like to move these to a new web application (server) in the same farm, but I want to get it working on the old server first.  I've tried many different troubleshooting steps, one of which was dis-associating/re-associating the user profile service application proxy to the my sites web application, but this didn't alleviate the error.  

Here are the below logs when browsing the my site page.  

01/22/2019 08:36:18.74 w3wp.exe (0x3140)                       0x289CSharePoint Foundation         Logging Correlation Data      xmnvMedium  Site=/personal/timothy_stewart377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:18.74 w3wp.exe (0x3140)                       0x289CSharePoint Foundation         Monitoring                   b4lyHigh   Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=249.524693148972377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:18.80 w3wp.exe (0x3140)                       0x289CSharePoint Foundation         Asp Runtime                   aj1klHigh    [Forced due to logging gap, cached @ 01/22/2019 08:36:18.75, Original Level: Verbose] SPRequestModule.PreRequestExecuteAppHandler377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:18.80 w3wp.exe (0x3140)                       0x289CSharePoint Foundation         Runtime                       aiyinHigh    [Forced due to logging gap, Original Level: VerboseEx] EnsureCacheKeyAndViewStateHash virtualPathLookupKey: {0}, fulltext: {1}377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:18.86 w3wp.exe (0x3140)                       0x289CSharePoint Portal Server     Runtime                       8gp2Medium  Initializing portal application domain '/LM/W3SVC/1732857310/ROOT-1-131926138374839723'.377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:18.91 w3wp.exe (0x1238)                       0x3A40SharePoint Server Search     Query                         ac3iqHigh    Ims::EndPoints: old: net.tcp://fmspapp1/4BD361/QueryProcessingComponent2/ImsQueryInternal;, new: net.tcp://fmspapp1/4BD361/QueryProcessingComponent2/ImsQueryInternal; 
01/22/2019 08:36:18.91 w3wp.exe (0x3140)                       0x289CSharePoint Portal Server     Runtime                       8gp7Medium  Topology cache updated. (AppDomain: /LM/W3SVC/1732857310/ROOT-1-131926138374839723)377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:18.91 w3wp.exe (0x3140)                       0x289CSharePoint Portal Server     Runtime                       8gp6Medium  Initialized portal topology cache for application domain '/LM/W3SVC/1732857310/ROOT-1-131926138374839723'377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:18.91 w3wp.exe (0x3140)                       0x289CSharePoint Portal Server     Runtime                       8gp4Medium  Portal application domain '/LM/W3SVC/1732857310/ROOT-1-131926138374839723' initialized.377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:18.94 w3wp.exe (0x3140)                       0x289CSharePoint Portal Server     User Profiles                 cm6yHigh    User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 0d99fabf-5670-4e57-b556-d4e25d7e5030     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext)377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:18.94 w3wp.exe (0x3140)                       0x289CSharePoint Portal Server     User Profiles                 cm6yHigh    User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 0d99fabf-5670-4e57-b556-d4e25d7e5030     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext)377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:18.94 w3wp.exe (0x3140)                       0x289CSharePoint Portal Server     User Profiles                 cm6yHigh    User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 0d99fabf-5670-4e57-b556-d4e25d7e5030     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext)377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:18.94 w3wp.exe (0x3140)                       0x289CSharePoint Portal Server     User Profiles                 cm6yHigh    User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 0d99fabf-5670-4e57-b556-d4e25d7e5030     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext)377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:18.94 w3wp.exe (0x3140)                       0x289CSharePoint Portal Server     User Profiles                 cm6yHigh    User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 0d99fabf-5670-4e57-b556-d4e25d7e5030     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext)377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:18.94 w3wp.exe (0x3140)                       0x27F4SharePoint Portal Server     User Profiles                 ajk4dMedium  UserProfileProperty_WCFLogging::Begin ProfilePropertyServiceClient.ExecuteOnChannel 
01/22/2019 08:36:18.94 w3wp.exe (0x3140)                       0x27F4SharePoint Portal Server     User Profiles                 ajk35Medium  MossClientBase_WCFLogging::Begin MossClientBase.ExecuteOnChannel 
01/22/2019 08:36:18.94 w3wp.exe (0x3140)                       0x27F4SharePoint Portal Server     User Profiles                 ajk36Medium  MossClientBase_WCFLogging:: MossClientBase.ExecuteOnChannel -  Executing codeblock on channel 
01/22/2019 08:36:18.99 w3wp.exe (0x1368)                       0x2178SharePoint Server             Logging Correlation Data      xmnvMedium  Name=Task: SessionManager.PerformOngoingRequestDepartures6b6b4445-29e2-0002-bd84-978f53aee6f5
01/22/2019 08:36:19.00 w3wp.exe (0x3140)                       0x289CSharePoint Foundation         Database                     ahjqpHigh   [Forced due to logging gap, cached @ 01/22/2019 08:36:18.99, Original Level: Verbose] SQL connection time: 0.12350065396389 for Data Source=FMSPSQL1;Initial Catalog=WSS_Content_MySites_82;Integrated Security=True;Persist Security Info=False;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;PoolBlockingPeriod=Auto;Asynchronous Processing=False;Connection Reset=True;MultipleActiveResultSets=False;Replication=False;Connect Timeout=15;Encrypt=False;TrustServerCertificate=False;Load Balance Timeout=0;Packet Size=8000;Type System Version=Latest;Application Name=".Net SqlClient Data Provider";User Instance=False;Context Connection=False;Transaction Binding="Implicit Unbind";ApplicationIntent=ReadWrite;MultiSubnetFailover=False;TransparentNetworkIPResolution=True;ConnectRetryCount=1;Conn...377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:19.00*w3wp.exe (0x3140)                       0x289CSharePoint Foundation         Database                     ahjqpHigh   ...ectRetryInterval=10;Column Encryption Setting=Disabled377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:19.00 w3wp.exe (0x3140)                       0x289CSharePoint Foundation         Database                     8acbHigh   [Forced due to logging gap, Original Level: VerboseEx] Reverting to process identity377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:19.03 w3wp.exe (0x3140)                       0x289CSharePoint Portal Server     User Profiles                 cm6yHigh    User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 0d99fabf-5670-4e57-b556-d4e25d7e5030     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext)377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:19.03 w3wp.exe (0x3140)                       0x289CSharePoint Portal Server     User Profiles                 7i0bHigh    Exception occurred loading user profile (/personal/timothy_stewart/Documents/Forms/All.aspx): Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 0d99fabf-5670-4e57-b556-d4e25d7e5030     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ProfileDBSqlSession()    at Microsoft.Office.Server.UserProfiles.UserProfile.RetrieveUser(String strAcct, Guid gAcct, Byte[] bSid, Nullable`1 recordId, Boolean doNotResolveToMasterAccount, Boolean loadFullProfile, Boolean loadColleagueRecordIds, String strEmail)   ...377fb89e-c39f-e02a-6ad5-74a1c8ffdeca
01/22/2019 08:36:19.03*w3wp.exe (0x3140)                       0x289CSharePoint Portal Server     User Profiles                 7i0bHigh    ... at Microsoft.Office.Server.UserProfiles.UserProfile..ctor(UserProfileManager objManager, String strAcct, Boolean doNotResolveToMasterAccount, Boolean forceUserIsSelf, Boolean loadFullProfile, Boolean loadColleagueRecordIds, String strEmail)    at Microsoft.Office.Server.UserProfiles.UserProfileManager.GetUserProfile(Boolean bCreateIfNotExist, Boolean loadFullProfile, Boolean loadColleagueRecordIds)     at Microsoft.Office.Server.UserProfiles.ProfileLoader.EnsureUserProfile(Boolean bCreateIfNotExist)     at Microsoft.Office.Server.UserProfiles.ProfileLoader.GetUserProfile()     at Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader.OnInit(EventArgs e).377fb89e-c39f-e02a-6ad5-74a1c8ffdeca

Correltation Error

$
0
0

Hi  All,

       One of the user not able to access the site the page kept loading and when i checked permission it is showin below error in sharepoint 2007.Kindly help me on this .

AD group name changes not replicating to SharePoint

$
0
0

Hi - We have made changes to the names of some AD groups used in SharePoint (2013)

It's been a week and in SharePoint the names have not changed

Everything still works fine and when we use People picker we can see the new group names and not the old ones

Is this a bug? Is there a script that can fix this?

Thanks

Jonj

PerformancePoint Reports to SharePoint 2013 in Integrated Mode

$
0
0

All,

I'm curious what is the best approach if I currently have some legacy PerformancePoint reports (SharePoint 2010) which
are utilizing a SQL Server 2008 Reporting Server for the display mechanism since the reports use the Report Server interface to have users select certain parameters which are then fed into the report.

I'm just looking to migrate only the PerformancePoint reports to SharePoint 2013 to be utilized in a integrated mode and was wondering if this is possible or since the reports are set-up with parameters do I need to re-do them so they will work in integrated mode?

MIM 2016 SP1 Synchronization service installation for SharePoint 2016

$
0
0

I am trying to configure MIM 2016 SP1 (Separate MIM Server) SharePoint Sync Powershell command. Getting the following error

The Complete Log as follows

PS C:\Windows\system32>
PS C:\Windows\system32> Install-SharePointSyncConfiguration -Path C:\SharePointSync -ForestDnsName [domainname.com] -ForestCr
edential $syncAccount -OrganizationalUnit "ou=[OUName],dc=[DC],dc=com" -SharePointUrl http://centraladmin:40930 -SharePoi
ntCredential $farmAccount -PictureFlowDirection "Export only (NEVER from SharePoint)"
The property 'name' cannot be found on this object. Verify that the property exists and can be set.
At C:\SharePointSync\SharePointSync.psm1:127 char:5
+     $domainPartition.Node.name = $DefaultNamingContext.distinguishedName.ToStrin ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'dn' cannot be found on this object. Verify that the property exists and can be set.
At C:\SharePointSync\SharePointSync.psm1:128 char:5
+     $domainPartition.Node.'custom-data'.'adma-partition-data'.dn = $DefaultNamin ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'name' cannot be found on this object. Verify that the property exists and can be set.
At C:\SharePointSync\SharePointSync.psm1:129 char:5
+     $domainPartition.Node.'custom-data'.'adma-partition-data'.name = $ForestDnsN ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'guid' cannot be found on this object. Verify that the property exists and can be set.
At C:\SharePointSync\SharePointSync.psm1:130 char:5
+     $domainPartition.Node.'custom-data'.'adma-partition-data'.guid = (New-Object ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'inclusion' cannot be found on this object. Verify that the property exists and can be set.
At C:\SharePointSync\SharePointSync.psm1:131 char:5
+     $domainPartition.Node.filter.containers.inclusions.inclusion = $DefaultNamin ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'exclusion' cannot be found on this object. Verify that the property exists and can be set.
At C:\SharePointSync\SharePointSync.psm1:132 char:5
+     $domainPartition.Node.filter.containers.exclusions.exclusion = $Configuratio ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'inclusion' cannot be found on this object. Verify that the property exists and can be set.
At C:\SharePointSync\SharePointSync.psm1:133 char:5
+     $domainPartition.Node.filter.containers.inclusions.inclusion = $Organization ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'name' cannot be found on this object. Verify that the property exists and can be set.
At C:\SharePointSync\SharePointSync.psm1:137 char:5
+     $configPartition.Node.name = $ConfigurationPartition.distinguishedName.ToStr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'dn' cannot be found on this object. Verify that the property exists and can be set.
At C:\SharePointSync\SharePointSync.psm1:138 char:5
+     $configPartition.Node.'custom-data'.'adma-partition-data'.dn = $Configuratio ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'name' cannot be found on this object. Verify that the property exists and can be set.
At C:\SharePointSync\SharePointSync.psm1:139 char:5
+     $configPartition.Node.'custom-data'.'adma-partition-data'.name = $ForestDnsN ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'guid' cannot be found on this object. Verify that the property exists and can be set.
At C:\SharePointSync\SharePointSync.psm1:140 char:5
+     $configPartition.Node.'custom-data'.'adma-partition-data'.guid = (New-Object ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'inclusion' cannot be found on this object. Verify that the property exists and can be set.
At C:\SharePointSync\SharePointSync.psm1:141 char:5
+     $configPartition.Node.filter.containers.inclusions.inclusion = "CN=Partition ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

VERBOSE: Performing the operation "The MIIS Agents and Metaverse Schema will be replaced with the sever import files in
 C:\SharePointSync." on target "MIIS Service".
VERBOSE: Metaverse schema updated.
VERBOSE: Metaverse schema updated.
VERBOSE: Management Agent Created: C:\SharePointSync\MA-ADMA.XML.
VERBOSE: Management Agent Created: C:\SharePointSync\MA-SPMA.XML.
VERBOSE: Metaverse Schema Updated With IAF and Metaverse Deletion Rules.
WARNING: =======================================================================================
WARNING: IMPORTANT: the Password must be set on the AD Connector before sychronization will work
WARNING: =======================================================================================
VERBOSE: Performing the operation "Update MA configuration" on target "{E61541A3-2869-44B8-9E32-32C746EAB16F}".
True
VERBOSE: Management Agent SPMA was updated successfully.
VERBOSE: Found the key:
Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FIMSynchronizationService
VERBOSE: Assembly will be output to: C:\Program Files\Microsoft Forefront Identity Manager\2010\Synchronization
Service\Extensions
VERBOSE: Found the key:
Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FIMSynchronizationService
VERBOSE: Assembly will reference: C:\Program Files\Microsoft Forefront Identity Manager\2010\Synchronization
Service\Bin\Assemblies\Microsoft.MetadirectoryServicesEx.dll
VERBOSE: Calling Add-Type to build and output the assembly...
VERBOSE: Done.
PS C:\Windows\system32> Start-SharePointSync -WhatIf -Verbose
VERBOSE: Using ADMA as the MA name.
VERBOSE: Using FULLIMPORT as the RunProfile name.
VERBOSE: Using WMI to query for a management agent with name: ADMA

MaName                        RunProfile                    ReturnValue                   RunNumber
------                        ----------                    -----------                   ---------
ADMA                          FULLIMPORT                    stopped-connectivity          7
VERBOSE: Using ADMA as the MA name.
VERBOSE: Using FULLSYNC as the RunProfile name.
VERBOSE: Using WMI to query for a management agent with name: ADMA
ADMA                          FULLSYNC                      success                      8
VERBOSE: Using SPMA as the MA name.
VERBOSE: Using FULLIMPORT as the RunProfile name.
VERBOSE: Using WMI to query for a management agent with name: SPMA
SPMA                          FULLIMPORT                    extensible-connector-refre... 9
VERBOSE: Using SPMA as the MA name.
VERBOSE: Using FULLSYNC as the RunProfile name.
VERBOSE: Using WMI to query for a management agent with name: SPMA
SPMA                          FULLSYNC                      success                      10
VERBOSE: Using WMI to query for a management agent with name: spma
What if: Performing the operation "
0 Adds
0 Updates
0 Deletes
" on target "SharePoint".


PS C:\Windows\system32> Start-SharePointSync -Confirm:$false

MaName                        RunProfile                    ReturnValue                   RunNumber
------                        ----------                    -----------                   ---------
ADMA                          FULLIMPORT                    stopped-connectivity          9
ADMA                          FULLSYNC                      success                      10
SPMA                          FULLIMPORT                    extensible-connector-refre... 11
SPMA                          FULLSYNC                      success                      12
SPMA                          EXPORT                        stopped-extension-dll-exce... 13


PS C:\Windows\system32> Start-SharePointSync -Confirm:$false

Process for migrating (not upgrading) from Sharepoint 2013 to 2019

$
0
0
I currently have 2 SharePoint 2013 servers running in a farm. I created a brand new SharePoint 2019 server. From what I understand, if you are NOT doing an in-place upgrade, you have to take the databases from 2013 and attach it to the 2019 server. This seems like way to simple of a solution. There isn't any specifics I can find on what exactly needs to be done. All I can find is high level instructions. I'm very new to SharePoint so I would like to use a step by step doc if possible. Anyone know of such a thing or have any advice?

Customization of Discussion Board

$
0
0

HI All,

    I have done like below . In the below default list view i need to add icon and image to customize.how to achieve .

How to add image for below.

Image icon on left before Title.

Image icon for Date and System Account.



How to reduce the size of sharepoint logs

$
0
0

Hello! We have Sharepoint 2016 on-premise.

The size of logs in Sharepoint_config is about 291Gb. 

We have done 2 Full backups and still there is know available free space to reduce the amount of log file (see the picture). What o I have to do to shrink the file with logs as it is supposed to be. I don't want to set the recovery mode to simple. Now it's in the full recovery mode. Do I have to make the full backup for the third time?


Restore Farm - which databases

$
0
0

Hello -

I'm not sure if restoring just the content database is going to resolve our issue.   In addition to the content database, can I restore just the SP config database and the SP Admin Content database or will I need to also restore all of the service application databases?   

thanks

How to find all sites that a specific user has access to?

$
0
0
Is there a powershell script I can run to find out all sites or groups that a user is part of if all I have is just the user's login ID?

Show Power BI reports into SharePoint 2013

$
0
0

Hello,

My organisation requires to show Power BI reports into our SharePoint 2013 On Prem Hosted Intranet Site.

Power BI reports refreshes wevery 15 minutes to using Embeded code is not a solution as it would require a lot of manualy intervention.

I read somewhere that Reporting Service WebPart can also be used for the same.

Please share the link or any information on how & what needs to be configured in SharePoint to show Power BI reports.


Regards, SJ

SharePoint load split - How to

$
0
0

I have a SharePoint Farm with a FE server and an App Server.

I think the FE server is having all the load because the search service is all set on FE and not on App Server (as well as UPS and UPSS)

Is it tricky to change the services from server or is it troublesome?

what about having the 2 servers as FE and one of them with the Search and UPSS, does it require an NLB for FE?

Is it prefereble to use one server as FE server and another one as App server (to deal with serach and UPSS)?

Many thnaks,

JD

Viewing all 21070 articles
Browse latest View live


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