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

What to specfify in CA > Reporting services integration (Report server web service URL) when using SSL for both SharePoint and SSRS?

$
0
0

Hello,

We are using Sharepoint 2010 and SQL Server reporting services 2008 R2.    We have the sharepoint site bound to port 443 using a certificate.   We also have the same certificate bound in the reporting services configuration manager's web service URL tab.    In CA should we put the SSL URL or the non SSL URL?    Right now in CA it has the then non SSL URL,http://fakehostname/ReportServer_REPORTSERVICE.     We have some sporadic issues and I am wondering if setting this to our SSL URL will help.    Please let me know if you have any questions.

Thanks,
Sean


Switch version type on library with powershell

$
0
0

I'm using the script below to enable versioning on all libraries in my site collection but in some cases a library already has versioning enabled and it's set to 'Create major and minor (draft) versions'.  When this is set I would like the script to revert the setting to 'Create major versions'  - How can this be built into the script?  Thanks

Add-PSSnapin Microsoft.SharePoint.PowerShell -erroraction SilentlyContinue
$siteURL = $args[0]
$site = Get-SPSite($siteURL)
foreach($web in $site.AllWebs) {
 Write-Host "Inspecting " $web.Title
 foreach ($list in $web.Lists) {
 if($list.BaseType -eq "DocumentLibrary") {
 Write-Host "Versioning enabled: " $list.EnableVersioning
 $host.UI.WriteLine()
 Write-Host "EnableModeration: " $list.EnableModeration
 $host.UI.WriteLine()
 Write-Host "Major Versions: " $list.MajorVersionLimit
 $host.UI.WriteLine()
 $list.EnableVersioning = $true
 $list.MajorVersionLimit = 5
 $list.Update()
 Write-Host $list.Title " is updated with MajorVersionLimit 5 "
 }
 }
}

How to determine which site collection is associated with which db?

$
0
0

I have a site collection that contains a number of other site collections. I've created a content DB in a new SQL instance, and, within another site collection, specified that DB is associated with a new site collection, eg:

New-SPContentDatabase "sitecollection9_content" -DatabaseServer "spsqlserver\newinstance" -WebApplicationhttp://spintranet

New-SPSite -url http://intranet/sites/sitecollection9 -ownerAlias "domain\user123" -contentdatabase "sitecollection9_content" -template "STS#1" -Name "sitecollection9"

I wish to confirm that sitecollection9 is using only newinstance\sitecollection9_content.

How can I do so?

Thanks!

Scott


Datacache.SPDistributedCache is probably down error found in event viewer Sharepoint 2013

$
0
0

I see this error every day in event viewer and Distributed Cache is Running in CA without any interruption.

How can i resolve it? what could it cause this error?

Thanks,

Deepak

Wsp not getting deployed on new server

$
0
0

Hi Team,

I have added a new server into the farm and Product configuration wizard was successful after a small technical glitch. Now when i am running the WSP deployment I dont see the new App server getting the new DLL

I checked following thing.

Following service running on new app server

  • Microsoft Sharepoint Foundation Workflow timer Service

Window Services( Sharepoint timer and Admin) running


Thanks Basva

SharePoint Web Services Round Robin Service Load Balancer Event: EndpointFailure @Search@

$
0
0

I have problem for search query

SharePoint Web Services Round Robin Service Load Balancer Event: EndpointFailure

Process Name: w3wp

Process ID: 6380

AppDomain Name: /LM/W3SVC/245640041/ROOT-1-130730436306268804

AppDomain ID: 2

Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:bb02eeee95db4a739db7abfde2c6b670#authority=urn:uuid:5bc47fecc9ea4bf3b0b9af8ceb3b112b&authority=https://server1:32844/Topology/topology.svc

Active Endpoints: 4

Failed Endpoints:1

Affected Endpoint: http://server1:32843/bb02eeee95db4a739db7abfde2c6b670/SearchService.svc

The Execute method of job definition Microsoft.Office.Server.Search.Monitoring.TraceDiagnosticsProvider (ID ef82820a-9558-4552-a79b-a4687962a4ac) threw an exception. More information is included below. 

Could not connect to http://server1:32843/ebb375e1ec96450b8f1c233dede1319f/SearchService.svc. TCP error code 10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.x.x.x:32843. 


An exception occurred when trying to issue security token: An error occurred while receiving the HTTP response to http://server1:32843/bb02eeee95db4a739db7abfde2c6b670/SearchService.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details..




SharePoint Web Services Round Robin Service Load Balancer Event: EndpointFailure

$
0
0

I have problem for search query

SharePoint Web Services Round Robin Service Load Balancer Event: EndpointFailure

Process Name: w3wp

Process ID: 6380

AppDomain Name: /LM/W3SVC/245640041/ROOT-1-130730436306268804

AppDomain ID: 2

Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:bb02eeee95db4a739db7abfde2c6b670#authority=urn:uuid:5bc47fecc9ea4bf3b0b9af8ceb3b112b&authority=https://server1:32844/Topology/topology.svc

Active Endpoints: 4

Failed Endpoints:1

Affected Endpoint: http://server1:32843/bb02eeee95db4a739db7abfde2c6b670/SearchService.svc

The Execute method of job definition Microsoft.Office.Server.Search.Monitoring.TraceDiagnosticsProvider (ID ef82820a-9558-4552-a79b-a4687962a4ac) threw an exception. More information is included below. 

Could not connect to http://server1:32843/ebb375e1ec96450b8f1c233dede1319f/SearchService.svc. TCP error code 10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.x.x.x:32843. 

An exception occurred when trying to issue security token: An error occurred while receiving the HTTP response to http://server1:32843/bb02eeee95db4a739db7abfde2c6b670/SearchService.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details..



AD groups membership not working for target Audience

$
0
0

Hiya,

Got a peculiar problem here. Trying to set audience on a link it doesnt work as we want it to. We have the following behavior:

If adding users directly on SharePoint Group no problems. However if adding AD group to SP group, it doesnt work. Member count for AD Group is 0

AD Group is created as Global, however tried placing it in a Domain Local group to see if that changed anything. SP synchs the AD groups fine, however it seems like it doesnt read the members, thus not granting any users access based on AD group membership.

Not sure if this is default behavior or?


Issue Type: User not in directory.

$
0
0

This is my issues at the moment.

I share a file with user.

When I e-mail invite to user and user clicks on the link the get this error.

That didn't work
We're sorry, but gxxxx.fxxxxi@sydneyxxxxxxxx.com.au can't be found in the penskeau-my.sharepoint.com directory. Please try again later, while we try to automatically fix this for you.
Here are a few ideas:

Click here to sign in with a different account to this site.
This will sign you out of all other Office 365 services that you're signed into at this time.

If you're using this account on another site and don't want to sign out, start your browser in Private Browsing mode for this site (show me how).
If that doesn't help, contact your support team and include these technical details:
Correlation ID: c72ffb9c-60f9-1000-cd9e-c9d9d817dd3e
Date and Time: 4/9/2015 5:51:46 PM
URL: https://penskeau-my.sharepoint.com/
User: gxxxx.xxxxxi@sydneyxxxxxxxxxxx.com.au
Issue Type: User not in directory.

I then try again same issue.

I added another user from the same domain and access to the file worked fine.

I can not seem to fix this issue with just this 1 user.

Any Info will be helpful.

Thank you. 

SharePoint Crawl "paused by system" - can't resume via PowerShell

$
0
0

Hi

My Sharepoint crawls get "paused by system" because of our back-up tool (Symantec Back-up Exec).
Symantec is aware of this issue.
http://www.symantec.com/business/support/index?page=content&id=TECH164222

I have tried to restart the crawl by using this PowerShell guide:
http://blogs.technet.com/b/heyscriptingguy/archive/2010/09/28/how-to-use-sharepoint-2010-windows-powershell-cmdlets-to-manage-search-crawls.aspx

For Crawls that haven't been "paused by system" this works perfectly. But for my situation it doesn't.

The only way to get the crawl to restart again is to manually click on "Start all crawls". But when the next back-up runs it get paused again.
So every evening I need to log on to the central administration and click the "Start all crawls" button (This is quite annoying).
When clicking on this you get the following message:

If you click "Ok" the Crawl starts running again like normal (until it get paused again when the next back-up runs).

Is there anychance that i can resume the crawl using PowerShell or any other scripting language/ or simulate the click on "Start all crawls" button?

Thanks in advance.

 

Hans


Site collection creation is stuck on Processing

$
0
0

Hi All,

We have recently received an Issue where site collection is getting stuck on Processing and under ULS Logs the Error message is "A large block of literal text was sent to SQL " we cannot create the site collection from any of the template except from Blank site.

We have tried to run the PSConfig wizard and IIS Reset and Restart of computer. The Patch level of SharePoint is service pack 1.

Does this issue has any relation with ASP.net session state service as in the health analyzer we are getting the "Expired sessions are not being deleted from the ASP.NET Session State database."

Windows : 2008

Sharpeoint 2010 with SP1

Looking forward for some suggestions.

ACCESS DENIED when trying to use custom site template to create new Subsite

$
0
0

I am trying to create a new site using a custom template. I am the new admin here at the company. Other also are having "access denied" errors when trying to create the site using these custom templates. 

However I can still create a site using the out of the box templates. I have given myself site collection admin (primary) and I am a farm administrator as well. Any ideas on why I keep getting access denied to specific templates?

The entire site collection is using the custom template. When I try to create a new site under the site collection with a custom template now, it says "access denied". Any ideas?

Thanks!

Note - I am able to use the Custom Site Templates in the test environment without any issues. Only in the production/live environment am I getting the access denied error.

SharePoint Search results disappear and appear as they wish

$
0
0

I go to the search box and type 088 (some word from many of the documents), I get a result which says showing 1-10 of 740 results. Then I click on the page 2, shows 

. next I refresh the page by clicking on the address bar and pressing enter key. Results appear and then I click on a different page number it works, I click on the page 2 now, it works this time. Once again I type ING (some other word) on the search, again whole thing repeats.

I dont understand why the results dont appear 


Vasudev S.

Can't edit pages and can't open Central Admin

$
0
0

Hi

We've been running SP2010 for some time, but this morning I have a problem:

Pages can be browsed, but not opened for editing:

The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.

Troubleshoot issues with Microsoft SharePoint Foundation.

Correlation ID: 16498869-3a1a-4854-ab43-c326b3e0c7a6

I also can't open Central Admin I get:

SharePoint 2010 Products Configuration Wizard has stopped working

...which seems odd because I haven't tried to open it.

Help would be appreciated!

Thanks

Credentials Prompt for Office Documents in entire web application

$
0
0

Hello,

I want to disable credentials prompt for office documents in all site collections present in a web application.

I have tried disabling Propfind and Options verbs, but no success.

I am Using NTLM windows based authentication. 

Please help me here.

Thanks,

Praveen


How do you fix TCP Error 10060 during Configuration Wizard?

$
0
0
I am trying to install a SharePoint 2010 standalone system on a new Dynamic Cloud Server, Quad-Core 2.3 GHz AMD Opteron 2352 with 8GB RAM, 100GB HDD, Windows Standard Server 2008 R2 and SQL Server 2008 R2, fully Windows Update-d. Everything went well until Task 8 of 10 in the Configuration Wizard, where I received this error:

Failed to create sample data. An exception of type Microsoft.Office.Server.UserProfiles.UserProfileException was thrown. Additional exception information: The request channel timed out attempting to send after 00:00:20. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.

At this point, my application event log and the configuration log file was: http://afs.af/PSCDiagnostics_12_29_2009_0_29_5_174_158480866.txt 

I then proceeded to read over 50 articles on SharePoint installations, and downloaded 15 separate patches and hotfixes, without success. Then I finally found this article and followed its directions: http://www.the14folder.com/tag/microsoft-office-server-userprofiles-userprofileexception/

When I ran the Configuration Wizard again, it took longer and I received a new error:

An exception of type Microsoft.Office.Server.UserProfiles.UserProfileException was thrown. Additional exception information: Could not connect to https://<servername>:32844/..../ProfilePropertyService.svc. TCP error code 10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 2001:0:4137:....

Now my application event log and the configuration log file was: http://afs.af/PSCDiagnostics_12_29_2009_0_54_51_910_1349740447.txt

I'm at my wits end. Any assistance is greatly appreciated. Thank you!

User can check out an aspx page, but can't edit?

$
0
0

I have a user set up with Design rights to a single page. He's able to check it out, can see "Status: Checked out and editable", but can't see Site Actions or other ribbon items.

Checked his account permissions against the page, and see Design - Given directly.

Ideas?

Thanks,

Scott

'Connect to Outlook' fails for external list

$
0
0

I've successfully implemented a claims based Sharepoint server implementation and created an external list that is viewable to both windows and forms based user logins however,

When I try to connect the list to outlook (it's a contacts list) or connect to Sharepoint workspace, using the windows login, it returns the following error.

"From: http://{mydomain}/contacts/lists/contacts/clientsolution/6bf93d81-52b2-4901-950f-cd7315c814f8.vsto

************** Exception Text **************
System.Deployment.Application.DeploymentDownloadException: Downloading http://{mydomain}/contacts/lists/contacts/clientsolution/6bf93d81-52b2-4901-950f-cd7315c814f8.vsto did not succeed. ---> System.Net.WebException: The remote server returned an error: (403) Forbidden.
   at System.Net.HttpWebRequest.GetResponse()
   at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
   --- End of inner exception stack trace ---
   at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.GetManifests(TimeSpan timeout)
   at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()"

Could someone please suggest how I start troubleshooting this.

cheers

MartyNZ


MartyNZ

Error Access Denied for List

$
0
0

I have a list for which inheritance is broken, and two SharePoint Groups were created (Read and Contribute).

There are around 30 users in the Read group and 10 in Contribute, all of which are from the same domain, and working properly.

I have two users who are in the same groups, from the same Domains, who are unable to access the list, getting Error: Access Denied.

I've tried deleting and re-adding their accounts but no change.

I've run their accounts through "Check Permissions", and both look good, identical to properly authorized users.

Any troubleshooting recommendations?

Thanks,

Scott

Unstable network Monitor

$
0
0

Hi, I need a tool that can monitor the Network Connection between the different servers in our SharePoint farm's.

The Network is very unstable and i need to get it logged somehow. 

There are plenty of Ping time-Outs and errors in the application log pointing to a timeout to the SQL server.

I have been looking through Perfmon and trying out counters but nothing that can trace when i get timeouts at this point...

Anyone got some advise?

Thanks

Posting under SharePoint...not sure if there is a more suitable category.

Viewing all 12728 articles
Browse latest View live