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

Microsoft.Office.Server.UserProfiles.UserProfileImportJob - Operation is not valid due to the current state of the object

$
0
0

I'm getting this error but feel it is to be expected. I have one server for User Profile Sync but have the User Profile Service started on a number of servers. The servers that don't have profile sync started generate these messages. Should I just ignore them on all but my User Profile Sync server?

Name=Timer Job User Profile Service_ProfileImportJob


Updating SPPersistedObject UserProfileImportJob Name=User Profile Service_ProfileImportJob. Version: 1914464 Ensure: False, HashCode: 58273644, Id: c0f0fa70-de74-45d4-9a24-77115f11c18f, Stack:
 at Microsoft.SharePoint.Administration.SPJobDefinition.Update()
 at Microsoft.Office.Server.UserProfiles.UserProfileImportJob.SaveStatus()
 at Microsoft.Office.Server.UserProfiles.UserProfileImportJob.Execute()
 at Microsoft.Office.Server.Administration.UserProfileApplicationJob.Execute(SPJobState jobState)
 at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)
 at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)


The Execute method of job definition Microsoft.Office.Server.UserProfiles.UserProfileImportJob (ID c0f0fa70-de74-45d4-9a24-77115f11c18f) threw an exception. More information is included below.  Operation is not valid due to the current state of the object.


Exception stack trace:
 at Microsoft.Office.Server.UserProfiles.UserProfileImportJob.CreateSteps()
 at Microsoft.Office.Server.UserProfiles.UserProfileImportJob.Execute()
 at Microsoft.Office.Server.Administration.UserProfileApplicationJob.Execute(SPJobState jobState)
 at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)


Leaving Monitored Scope (Timer Job User Profile Service_ProfileImportJob). Execution Time=138.177128657413


I have a JavaScript file in a document library - how to find out which web parts are referencing this file?

$
0
0

Hi there

I have a JavaScript file in a document library - how to find out which web parts are referencing this file?

Thanks.

Broken "SHARED WITH" field for SharePoint 2013 site

$
0
0

Hi,

On one of my production sites the recently the "shared with" field appears to be broken, am not sure about what caused it or what might have lead to it. The same is not to be found on other sites in production and any  change made is common for all sites on the farm. 

Here there are two missing fields. I am using sharepoint foundation 2013, can we find a solution for this. 

Excel service

$
0
0

user creates a Excel workbook where different Data connections is used - some of these is based on a ODBC connection on the users workstation. Others I see in the Excel connection properties definitions  

So the user hands over the Excel workbook and say:  "make it work in SP"

Upload the file to a library - inserted excel webaprt and the workbook shows fine...  but it fails upon refresh...

I've tried every method - Excel service is setup with the trusted file locations etc. etc.

uploaded the odc. file to a data library included the password before exporting the connection file 

but still it fails upon refresh...

what am I doing wrong?  

 

Error attaching database

$
0
0

Hi -

We have a SP 2013 environment that was upgraded from SP 2010.   We did not do an upgrade/visual upgrade on one of the site collections.

When I take a backup of this content database and try to attach it to a new web application, I get the following error:

"The attach operation cannot continue because another object in this farm already contains the same ID.   Each object in a farm must have a unique ID.   In order to proceed with the attach operation you must assign a new ID to this database.   To attach this database with a new ID, use the Mount-SPContentDatabase command with the -AssignNewDatabaseId parameter.   Note that if this new database and an existing database contain the same site collections, attaching the database will likely result in orphaned site collections due to conflicts between the two databases."

I've tried the following and it then allows me to attach the database, but none of the content/sites in the database show up. 

$orphanedDB = Get-SPDatabase | where{$_.Name -eq "WSS_Content_Intranet"}
$orphanedDB.Delete()


Mount-SPContentDatabase -Name "WSS_Content_Intranet" -DatabaseServer "SPSQL" -WebApplication http://intranet.domain.com -AssignNewDatabaseID

Is this possibly due to the fact that the old site still has remnants of SP2010 in place? 

How to setup a Sharepoint website to be monitored by network management software?

$
0
0

I have created a https SharePoint website (port 443) and am able to access the website from any computer in the domain. However, my network management software isn't able to monitor the URL I provide. It says the URL returned an HTTP code of null. I am attempting this on a computer connected to the corporate network. When I try to access the SharePoint website from the browser (on a corporate computer), I receive an error saying the server cannot be found. Although the corporate computer is able to ping the SharePoint server and vice versa.

Could I be missing a configuration that'll allow a SharePoint website to be monitored?


DGO_2014

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (p

$
0
0

Hi All, 

I just create a full backup of my computer and restored it to my new computer. After that I can't connect to my SP Central admin. When I open Sharepoint configuration winrar. I get The error:

Exception: System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 28 - Server doesn't support requested protocol)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.Open()
   at Microsoft.SharePoint.Utilities.SqlSession.OpenConnection()
   at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)
   at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, Boolean retryForDeadLock)
   at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command)
   at Microsoft.SharePoint.Administration.SPLock.ReleaseStaleLock(SqlSession sqlsession, Int32 timeoutInSeconds)
   at Microsoft.SharePoint.Administration.SPLock.CleanupStaleSession()
   at Microsoft.SharePoint.Upgrade.SPManager.AcquireFarmUpgradeLock(Boolean bForce, Boolean singleClickInstall)
   at Microsoft.SharePoint.PostSetupConfiguration.InitializeTask.Run()
   at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

Please help to resolve this issue.

How to prevent Windows Security prompt when drag and drop a document in SharePoint (When it is mapped drive)?

$
0
0

Hello,

I want to stop the Windows Security prompt occur all the time when I drag and drop a document in a network locations when I add my SharePoint to the network location. If I have a document outside a folder and I want to drag and drop it to that folder a Windows Security alert appear describing that "These files might be harmful to your computer. Your Internet security settings suggest that one or more files may be harmful. Do you want to use it anyway?"

please help how to stop this prompt which is very annoying when you have lot of files to drag and drop.


Bhavnasu


SQL2014 Tempdb file settings for SharePoint 2013

$
0
0

Hi

Products; 2012R2, SQL 2014, SharePoint server 2013.

When configuring SQL for best performance for SharePoint, more spesific creating tempdb files per core to increase performance:

Microsoft writes:
"The number of tempdb data files should equal the number of CPU cores, and each tempdb data file should be set to the same size"https://technet.microsoft.com/en-us/library/hh292622.aspx

Is this always true? Or is there a maximum number of tempdb files? 

The author of the "Maximizing SQL 2012 Performance for SharePoint 2013" Vlad Catrinescu writes:

"

The general
recommendation is 1 File/ CPU therefore, for a Dual Core CPU, you would have 2 Files. However,
although Microsoft still suggests that, most SQL experts think you should only allocate 1 File per 2/4
CPU’s.

"

Any thoughts of SQL with 4 core, 8 core, 12 and 16 core setup for the number of tempdb files?

brgs

Bjørn

SQL Server Reporting Services: SQL Server Reporting Services Content Types are not showing

$
0
0

Hello,

I've configured SQL Server Reporting Services in SharePoint 2013. Everything seems fine until i'm unable to find out SSRS Content Types which I'm trying to add in a document library under team site.

I've followed different blogs but this one gave me good information:

http://rajeshagadi.blogspot.com/2013/07/installing-reporting-services-in.html

However, I'm still unable to see SSRS Content Types in SharePoint 2013.

Any idea?

Thanks!

Sohaib


Sohaib Khan

error while configure reporting services and run configuration wizard

$
0
0
0 down vote favorite

I want to configure SQL Server reporting services service sharepoint 2013. install sql server 2012 then install manually service pack 1. In During installation of service pack 1, Reporting Services Add-in for share point product Failed.enter image description here I try to resolve according to this article

http://whitepages.unlimitedviz.com/2014/12/error-1603-installing-reporting-services-add-in-onto-a-new-sharepoint-server/

My problem is not resolved. I read in this article ,should run configuration wizard but in the last step, Configuration Failed.enter image description here

for resolved last error I find out this question

http://sharepoint.stackexchange.com/questions/118287/sharepoint-configuration-wizard-will-raise-microsoft-sharepoint-postsetupconfigu

I do that and error is still there!!


SPUserToken in Powershell

$
0
0

Through C#, we use the following code to impersonate a user, as an alternative to SPSecurity.RunWithElevatedPrivileges.

SPUserToken ut = web.EnsureUser("<userName").UserToken;

using(SPSite site = new SPSite(siteUrl, ut))
{
 //logic goes here
}


How can we achieve such a thing in PowerShell? Is it possible?


Ven

Sharepoint online Intranet deployment

$
0
0

Hi Guys,

My question is regarding the appropriate method for deploying Responsive UI using Bootstrap to Clients SharePoint Online Intranet site.

I don't have SharePoint installed in my system and instead working on Online version using my Office365 Licence subscription. I understand, Online has Design Manager where we can create or upload solution package. But I want to understand the best approach for implementing the responsive UI part.

Please Suggest.

Regards

Alanda


Regards Alanda


No Timer Jobs Running...at all!

$
0
0

Hi,

Hitting an interesting issue with our pre-prod farm. Yesterday I logged in to the server to re-build a service application. When I went to delete the existing service application, nothing happened. I left it a while and still nothing happened. I checked the Services and they were all running, then I checked the Timer Jobs and nothing had run since 10:08 in the morning. I hadn't touched the server that morning so nothing I am aware of has changed, we have a 3rd party consultant testing an app on that server but he says he's not done anything other than deploy and retract the app.

Sites are still loading correctly, but absolutely no timer jobs are running, even if I try to run them manually, and they aren't being lined up for schedule either.

I've rebooted the server, run psconfig.

I looked in the logs and the only thing that stood out were a whole bunch of lines under the "UPGRADE" category with a correlation ID of 00000000-0000-0000-0000-000000000000

But those seem to have stopped now (perhaps since I ran the psconfig). Infrastructure assure me the server hasn't been patched.

Any help gratefully accepted!

Navigation with parameters not migrated to SP2013

$
0
0

Hi,

Post migration to SharePoint 2013 navigation links with parameter are missing. For example: Navigation link in SP2010 looks like https://social.technet.microsoft.com/Forums/windowsserver/en-US/newthread?category=sharepoint&forum=sharepointgeneralprevious

Post migration to SP2013: https://social.technet.microsoft.com/Forums/windowsserver/en-US/newthread

Appreciate your help!!


Rajasekar A.C


double login prompt only in the intranet zone

$
0
0

hi,

i  see 2 prompts for our SharePoint. If I click cancel to the 2nd prompt i see "401 unauthorized" but on reload the site loads ok.

From IIS log:

-401.0
[cancel]
-401.0
-401.1  (2148074254)
-200

If I remove the site from Intranet Zone it is only one prompt.

IIS log (one prompt):

-401.1 (2148074254)
-200

Tested with Windows 10/8.1, IE11, standalone Workstation, no saved credentials.

The Wepp App is configurede to use Negotiate and NTLM.

any ideas?

best regards

Markus

Tracing Sites that are putting huge load on the servers.

$
0
0

We are experiencing intermittent performance issues that I suspect are related to either people using views that attempt to list huge numbers of rows and/or excel dumps of list data.

Is there anyway to determine where this load is being generated so I can go and 'educate' the users in question?

Thanks in advance.

Russ.


Sharepoint Foundation 2013 - Cannot add apps to Sharepoint Site

$
0
0

Hi

Everything was ok with Sharepoint Apps, and now when I went to Sharepoint Store, installed apps, I can't add it to my site.

On the Apps i click Trust It and I get:

"Sorry, something went wrong. Sorry, we can't seem to connect to the SharePoint Store. Try again in a bit".

Correlation ID: 1d27a89d-189b-30fb-28d2-12af34610217

What is going on?

"App Management Service"  and "Microsoft SharePoint Foundation Subscription Settings Service Application Proxy", "Secure Store Service" and "ServiceApp " are Started.

Please help!

P.S.

ULS Log:


09/28/2016 12:09:13.16  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         Authentication Authorization   agb9s Medium   Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|domain\User1, ClaimsCount=42 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.16  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         Logging Correlation Data       xmnv Medium   Site=/ 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.16  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         General                        adelw Medium   Culture Not Found 'ui-ui'. 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.16  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         App Deployment                 acjjg Medium   The current user has System.Threading.Thread.CurrentPrincipal.Identity.Name = 0#.w|domain\User1, System.Security.Principal.WindowsIdentity.GetCurrent().Name = NT AUTHORITY\IUSR, System.Web.HttpContext.Current.User.Identity.Name = 0#.w|domain\User1. 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.18  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         Files                          aiv4w Medium   Spent 0 ms to bind 29925 byte file stream 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.20  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         App Marketplace                ahnhh Medium   Sending Request to Office.com with the following URL:https://store.office.com/app/query?cmo=EN%2DUS&pmo=US&type=4&assetid=WA104380197&build=15%2E0%2E4841%2E1000&av=OSU150&origin=EC101785291&corr=%7B1d27a89d%2D189b%2D30fb%2D28d2%2D12af34610217%7D 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.57  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         App Marketplace                alokv Medium   Received response from Office.com X-Machine:jpe-000.retailer.osi.office.net,OmexStorefront_IN_3 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.57  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         Monitoring                     b4ly High     Leaving Monitored Scope (OfficeProxy.SendWebRequest). Execution Time=377,470320948612 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.57  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         App Marketplace                ahnhh Medium   Sending Request to Office.com with the following URL:https://store.office.com/appinstall/unauthenticated?cmu=EN%2DUS&pmo=US&clienttoken=%3Cr%20v%3D%221%22%3E%3Ct%20aid%3D%22WA104380197%22%20pid%3D%227ec83642%2D7c2d%2D4f6d%2D9511%2De7e7efca160d%22%20cid%3D%220000000000000000%22%20did%3D%22%7B9304D84C%2DEBAC%2D4813%2D9BAA%2DE2D46EE63261%7D%22%20ts%3D%220%22%20sl%3D%22true%22%20et%3D%22Free%22%20ad%3D%222016%2D09%2D28T09%3A57%3A06Z%22%20sd%3D%222016%2D09%2D28%22%20te%3D%222017%2D09%2D28T09%3A57%3A06Z%22%20ss%3D%220%22%20%2F%3E%3Cd%3E9Yy6IcFWX3lmHVtB0EDFRZnvtetyHMaiVgEkb%2BtBVOs%3D%3C%2Fd%3E%3C%2Fr%3E&ret=0&build=15%2E0%2E4841%2E1000&av=OSU150&origin=EC101785291&corr=%7B1d27a89d%2D189b%2D30fb%2D28d2%2D12af34610217%7D&corr=%7B1d27a89d%2D189b%2D30fb%2D28d2%2D12af34610217%7D 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.65  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(Search_Service_Application_0_Portal_Content)\Transactions Completed. instanceHandle: 3. 
09/28/2016 12:09:13.65  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(Search_Service_Application_0_Portal_Content)\Transactions In Progress. instanceHandle: 3. 
09/28/2016 12:09:13.65  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(Search_Service_Application_0_Portal_Content)\Transactions in filters. instanceHandle: 3. 
09/28/2016 12:09:13.65  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(Search_Service_Application_0_Portal_Content)\Transactions Started. instanceHandle: 3. 
09/28/2016 12:09:13.65  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(Search_Service_Application_0_Portal_Content)\Transactions Delayed. instanceHandle: 3. 
09/28/2016 12:09:13.65  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(945d9ac1-72ca-4c08-b87b-c44561769bf6-crawl-0 -Regular Crawl)\Items Ready. instanceHandle: 4. 
09/28/2016 12:09:13.65  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(945d9ac1-72ca-4c08-b87b-c44561769bf6-crawl-0 -Continuous Crawl)\Items Ready. instanceHandle: 5. 
09/28/2016 12:09:13.65  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(945d9ac1-72ca-4c08-b87b-c44561769bf6-crawl-0 -Regular Crawl)\Items Submitted. instanceHandle: 4. 
09/28/2016 12:09:13.65  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(945d9ac1-72ca-4c08-b87b-c44561769bf6-crawl-0 -Continuous Crawl)\Items Submitted. instanceHandle: 5. 
09/28/2016 12:09:13.66  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(Search_Service_Application_0_Portal_Content)\Transactions Completed. instanceHandle: 3. 
09/28/2016 12:09:13.66  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(Search_Service_Application_0_Portal_Content)\Transactions In Progress. instanceHandle: 3. 
09/28/2016 12:09:13.66  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(Search_Service_Application_0_Portal_Content)\Transactions in filters. instanceHandle: 3. 
09/28/2016 12:09:13.66  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(Search_Service_Application_0_Portal_Content)\Transactions Started. instanceHandle: 3. 
09/28/2016 12:09:13.66  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(Search_Service_Application_0_Portal_Content)\Transactions Delayed. instanceHandle: 3. 
09/28/2016 12:09:13.68  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(945d9ac1-72ca-4c08-b87b-c44561769bf6-crawl-0 -Regular Crawl)\Items Ready. instanceHandle: 4. 
09/28/2016 12:09:13.68  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(945d9ac1-72ca-4c08-b87b-c44561769bf6-crawl-0 -Continuous Crawl)\Items Ready. instanceHandle: 5. 
09/28/2016 12:09:13.68  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(945d9ac1-72ca-4c08-b87b-c44561769bf6-crawl-0 -Regular Crawl)\Items Submitted. instanceHandle: 4. 
09/28/2016 12:09:13.68  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(945d9ac1-72ca-4c08-b87b-c44561769bf6-crawl-0 -Continuous Crawl)\Items Submitted. instanceHandle: 5. 
09/28/2016 12:09:13.90  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         App Marketplace                aep7f Unexpected Request to office.com with the following URL:https://store.office.com/appinstall/unauthenticated?cmu=EN%2DUS&pmo=US&clienttoken=%3Cr%20v%3D%221%22%3E%3Ct%20aid%3D%22WA104380197%22%20pid%3D%227ec83642%2D7c2d%2D4f6d%2D9511%2De7e7efca160d%22%20cid%3D%220000000000000000%22%20did%3D%22%7B9304D84C%2DEBAC%2D4813%2D9BAA%2DE2D46EE63261%7D%22%20ts%3D%220%22%20sl%3D%22true%22%20et%3D%22Free%22%20ad%3D%222016%2D09%2D28T09%3A57%3A06Z%22%20sd%3D%222016%2D09%2D28%22%20te%3D%222017%2D09%2D28T09%3A57%3A06Z%22%20ss%3D%220%22%20%2F%3E%3Cd%3E9Yy6IcFWX3lmHVtB0EDFRZnvtetyHMaiVgEkb%2BtBVOs%3D%3C%2Fd%3E%3C%2Fr%3E&ret=0&build=15%2E0%2E4841%2E1000&av=OSU150&origin=EC101785291&corr=%7B1d27a89d%2D189b%2D30fb%2D28d2%2D12af34610217%7D&corr=%7B1d27a89d%2D189b%2D30fb%2D28d2%2D12af34610217%7D caused an exception. System.N... 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.90* w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         App Marketplace                aep7f Unexpected ...et.WebException: The remote server returned an error: (400) Bad Request.     at System.Net.HttpWebRequest.GetResponse()     at Microsoft.SharePoint.Marketplace.OfficeProxy.OfficeProxy.SendWebRequest(String url, Boolean autoRedirect, String userIP, String postBody, String contentType, Encoding encoding, String jobRunIdLogPrefix) 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.90  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         Monitoring                     b4ly High     Leaving Monitored Scope (OfficeProxy.SendWebRequest). Execution Time=334,534905972686 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.90  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         General                        8nca Medium   Application error when access /_layouts/15/addanapp.aspx, Error=Sorry, we can't seem to connect to the SharePoint Store. Try again in a bit.   at Microsoft.SharePoint.Marketplace.OfficeProxy.OfficeProxy.GetAppDownloadStream(String billingMarket, String contentMarket, String rawXMLEntitlementToken, Stream& appDownloadStream, Int64& appStreamLength, String& responseUrl)     at Microsoft.SharePoint.ApplicationPages.StorefrontBase.StartDownload(Guid productId, String oauthAppId, Boolean isUpgrade)     at Microsoft.SharePoint.ApplicationPages.StorefrontBase.AppDownload(Boolean isUpgrade, Boolean autoRedirect)     at Microsoft.SharePoint.ApplicationPages.StorefrontBase.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) ... 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.90* w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         General                        8nca Medium   ...    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.90  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         Runtime                        tkau Unexpected Microsoft.SharePoint.SPException: Sorry, we can't seem to connect to the SharePoint Store. Try again in a bit.    at Microsoft.SharePoint.Marketplace.OfficeProxy.OfficeProxy.GetAppDownloadStream(String billingMarket, String contentMarket, String rawXMLEntitlementToken, Stream& appDownloadStream, Int64& appStreamLength, String& responseUrl)     at Microsoft.SharePoint.ApplicationPages.StorefrontBase.StartDownload(Guid productId, String oauthAppId, Boolean isUpgrade)     at Microsoft.SharePoint.ApplicationPages.StorefrontBase.AppDownload(Boolean isUpgrade, Boolean autoRedirect)     at Microsoft.SharePoint.ApplicationPages.StorefrontBase.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Page.Pro... 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.90* w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         Runtime                        tkau Unexpected ...cessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.90  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         General                        ajlz0 High     Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.SharePoint.SPException: Sorry, we can't seem to connect to the SharePoint Store. Try again in a bit.     at Microsoft.SharePoint.Marketplace.OfficeProxy.OfficeProxy.GetAppDownloadStream(String billingMarket, String contentMarket, String rawXMLEntitlementToken, Stream& appDownloadStream, Int64& appStreamLength, String& responseUrl)     at Microsoft.SharePoint.ApplicationPages.StorefrontBase.StartDownload(Guid productId, String oauthAppId, Boolean isUpgrade)     at Microsoft.SharePoint.ApplicationPages.StorefrontBase.AppDownload(Boolean isUpgrade, Boolean autoRedirect)     at Microsoft.SharePoint.ApplicationPages.StorefrontBase.R... 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.90* w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         General                        ajlz0 High     ...ender(HtmlTextWriter writer)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteSte... 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.90* w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         General                        ajlz0 High     ...p(IExecutionStep step, Boolean& completedSynchronously) 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.90  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         General                        aat87 Monitorable   1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.91  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         Micro Trace                    uls4 Medium   Micro Trace Tags: 0 nasq,6 agb9s,8 adelw,0 acjjg,20 ahnhh,377 alokv,0 b4ly,1 ahnhh,334 aep7f,0 b4ly,0 8nca,0 tkau,0 ajlz0,0 aat87 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:13.91  w3wp.exe (0x3B90)                        0x50B0 SharePoint Foundation         Monitoring                     b4ly Medium   Leaving Monitored Scope (Request (POST:http://tos18:80/_layouts/15/addanapp.aspx?Source=http%3A%2F%2Ftos18%2F%5Flayouts%2F15%2Fviewlsts.aspx)). Execution Time=753,146908336115 1d27a89d-189b-30fb-28d2-12af34610217
09/28/2016 12:09:15.65  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(Search_Service_Application_0_Portal_Content)\Transactions Completed. instanceHandle: 3. 
09/28/2016 12:09:15.65  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(Search_Service_Application_0_Portal_Content)\Transactions In Progress. instanceHandle: 3. 
09/28/2016 12:09:15.65  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(Search_Service_Application_0_Portal_Content)\Transactions in filters. instanceHandle: 3. 
09/28/2016 12:09:15.65  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(Search_Service_Application_0_Portal_Content)\Transactions Started. instanceHandle: 3. 
09/28/2016 12:09:15.65  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Projects - SharePointServerSearch(Search_Service_Application_0_Portal_Content)\Transactions Delayed. instanceHandle: 3. 
09/28/2016 12:09:15.67  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(945d9ac1-72ca-4c08-b87b-c44561769bf6-crawl-0 -Regular Crawl)\Items Ready. instanceHandle: 4. 
09/28/2016 12:09:15.67  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(945d9ac1-72ca-4c08-b87b-c44561769bf6-crawl-0 -Continuous Crawl)\Items Ready. instanceHandle: 5. 
09/28/2016 12:09:15.67  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(945d9ac1-72ca-4c08-b87b-c44561769bf6-crawl-0 -Regular Crawl)\Items Submitted. instanceHandle: 4. 
09/28/2016 12:09:15.67  mssearch.exe (0x180C)                    0x1A00 SharePoint Server             Unified Logging Service        9saa Unexpected OpenQuery Failed with status ID: 0x800007d0. QueryPath: \Search Gatherer Content Plugin - SharePointServerSearch(945d9ac1-72ca-4c08-b87b-c44561769bf6-crawl-0 -Continuous Crawl)\Items Submitted. instanceHandle: 5. 
09/28/2016 12:09:17.38  w3wp.exe (0x256C)                        0x47EC SharePoint Server Search       Query                         ac3iq High     Ims::EndPoints: old: net.tcp://tos18/F2C55D/QueryProcessingComponent1/ImsQueryInternal;, new: net.tcp://tos18/F2C55D/QueryProcessingComponent1/ImsQueryInternal; 
09/28/2016 12:09:17.47  OWSTIMER.EXE (0x36F8)                    0x3BCC SharePoint Foundation          Monitoring                    aeh57 Medium   Sql Ring buffer status eventsPerSec = ,processingTime=0,totalEventsProcessed=0,eventCount=0,droppedCount=0,memoryUsed=0 
09/28/2016 12:09:17.63  NodeRunnerQuery1-2db7d33a-651c- (0x10AC) 0x1958 Search                         Query Processing              aizbd Monitorable Microsoft.Ceres.InteractionEngine.Component.ProcessingEngineComponent : Missing operators and injections: Microsoft.Ceres.SearchCore.Query.MarsLookupComponent.Operators.MarsLookupOperatorSource  


Kind Regards Tomasz


create new site collection with new database in the existing web application

$
0
0

Hi,

I want to create new site collection with new content database in the existing web application(already there is site collection with a content database). Please advise.

Thank you very much for your suggestions.


Narayana Reddy G

Missing Recommendations Displayed and Recommendations Clicked in Usage Reports

$
0
0

Hi 

My SharePoint 2013 is up and running for 4 months. When I click on Site settings -> Popularity and Search Reports -> Usage. The report has "Views" sheet only. And I wonder where are the "Recommendation Displays" and "Recommendation Clicks" sheets?

Because as I know, by default we'll be able to see:

1. The number of views for an item (Views).

2. The number of recommendations displayed per item. (Recommendation Displays)

3. The number of recommendations clicked per item. (Recommendation Clicks)

Refer (https://technet.microsoft.com/en-SG/library/jj715890.aspx)


Any advice and suggestion will be greatly appreciated.

Thanks and Regards, 

Kelvin

Viewing all 21070 articles
Browse latest View live


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