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

Sharepoint foundation search refresh job not starting

$
0
0

Hi all,

I have a question which i cannot figure out by myself.

I took over an old Sharepoint and got it working again, changed bindings, etc.

Searching now works but the Sharepoint foundation search refresh just won't start. 

It was set at default 5 min. and i found that the Search service V4 was disabled. i enabled it en retried. 

but no luck. i tried several other smaller fixes but it looks like everything is in the right place.

if i check the job timer status the search refresh can't even be seen.

anyone got an idea?


Event ID 6875 - Error loading and running event receiver

$
0
0
Hi,

I am noticing the following error constantly appearing in the Windows Event Logs, any help to shed some light on the cause and possible solutions would be appreciated, thanks.

Event ID: 6875

Error loading and running event receiver Microsoft.SharePoint.Taxonomy.TaxonomyItemEventReceiver in Microsoft.SharePoint.Taxonomy, Version=14.0.0.0, Culture=neutral, PublicKeyToken=<value>. Additional information is below.

: Value cannot be null.
Parameter name: termId

Status Light Indicator not working on next page row

$
0
0

Hi,
    My status light indicator is not working on when i click next page row. But its working in All Items view of a list.

My calculated fields value is 

=IF([Status Indicator]="Green";"<DIV><img title='Green' border='0' alt='Green' src='/Documents/Technical/Traffic%20Light%20Images/GREEN_THIRD.png'/></DIV>";IF([Status Indicator]="Red";"<DIV><img title='Red' border='0' alt='Red' src='/Documents/Technical/Traffic%20Light%20Images/CRIMSON_THIRD.png'/></DIV>";IF([Status Indicator]="Yellow";"<DIV><img title='Yellow' border='0' alt='Yellow' src='/Documents/Technical/Traffic%20Light%20Images/YELLOW_THIRD.png' /></DIV>";"-")))

Status Indicator is a choice field which have following values 'Green, Red, Yellow'

I used the script in content editor webpart is

<script type="text/javascript" src="jquery-2.1.4.min.js">
</script>

<script type="text/javascript">
var regexpTD = new RegExp("^\\s*<([a-zA-Z]*)(.|\\s)*/\\1?>\\s*$");

function TextToHTML(NodeSet, HTMLregexp) {
var CellContent = "";
var i=0;

try {
CellContent = NodeSet.innerText || NodeSet.textContent;
if (HTMLregexp.test(CellContent)) 
{
NodeSet.innerHTML = CellContent;}

catch(err){}
i=i+1;
}


$( document ).ready(function() { 
var x = document.getElementsByClassName("ms-cellstyle ms-vb2");
var i;
for (i = 0; i < x.length; i++) {  
TextToHTML(x[i],regexpTD);
}


 });

</script>

It is working in this url   

https://pococeaninstaller.signin.no/Lists/ProjectGeneral/AllItems.aspx

 not working on this url

https://pococeaninstaller.signin.no/Lists/ProjectGeneral/AllItems.aspx#InplviewHash42637534-37e3-4c14-8bc4-68c4f53cc237=Paged%3DTRUE-p_IQSUniqueID%3D15%252d002159-p_ID%3D1373-PageFirstRow%3D31

In all items view of list settings contain a limit count as 30. When i click next page , its is redirected to above url.

Pls help me to resolve this. Thanks in advance

Thanks and regards

Liju P Nandanan

Unable to locate the URL for a failed "Access request for a site" mail

$
0
0

So there is an error mail message in the SharePoint Outlook box for an undeliverable mail from an access request.

The address has what looks, to me, like a totally invalid format - wrong domain, wrong user.

However, the message headers shown contain no clue as to where the issue is. If I knew where the request was originating, then I could fix the mail address.

Does anyone have any ideas on how to track something like this down?

For instance, I ran this powershell

$webapp = Get-SPWebApplication "mysharepoint - 80"
foreach($spsite in $webapp.Sites)
{
   foreach($web in $spsite.AllWebs)
      {
            $output = "On Web " + $web.Title + ";" + $web.URL;

          if (!$web.HasUniqueRoleDefinitions) {
                                $output += ";Access request settings inherited from parent"

          }
                  else {
                        $output += ";Access request settings unique"
                  }
                  if ($web.RequestAccessEnabled) {
                                $output += ";Access requests go to; " + $web.RequestAccessEmail

                  }
                  else {
                            $output += ";Access requests are disabled;"
                  }
             Write-Output $output
       }
}

and got a long list of information about items and the address associated.  However, the mail address in the error messages is not in the list.

Does anyone have other suggestions?

Upgrade Required on Servers in Farm

$
0
0

Hi.

I've a SharePoint Farm like this.

I can't remove Upgrade Required messagge near my SP Server.

I've tried to run the configurazion wizard, both using UI and using command line. All is ok, but the message still perisits.

At the and of this post, you can also see the result of localupgradestatus stsadm command.

How can I force this value to No Action Required?

Thanks,

Sergio


<objects>
  <object>
    <name>SharePoint_Config</name>
    <type>Microsoft.SharePoint.Administration.SPFarm</type>
    <level>0</level>
    <status>OK</status>
  </object>
  <object>
    <name />
    <type>Microsoft.Office.Server.Administration.SessionStateService</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name />
    <type>Microsoft.Office.Server.Administration.StateService</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>StateService_872b63a7bbeb431d94a4e52037952f96</name>
    <type>Microsoft.Office.Server.Administration.StateDatabase</type>
    <level>2</level>
    <status>OK</status>
  </object>
  <object>
    <name>Access Services 2010</name>
    <type>Microsoft.Office.Access.Server.MossHost.AccessServerWebServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>Secure Store Service</name>
    <type>Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>Secure_Store_Service_DB_c282597f625e44cfa04468a89f20c80a</name>
    <type>Microsoft.Office.SecureStoreService.Server.SecureStoreServiceDatabase</type>
    <level>2</level>
    <status>OK</status>
  </object>
  <object>
    <name>PowerPoint Conversion Service Application</name>
    <type>Microsoft.Office.Server.PowerPoint.Administration.PowerPointConversionServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>State Service</name>
    <type>Microsoft.Office.Server.Administration.StateServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>PerformancePoint Service Application</name>
    <type>Microsoft.PerformancePoint.Scorecards.BIMonitoringServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>PerformancePoint Service Application_0730ba4d93e54e43a74e4a04fc010f60</name>
    <type>Microsoft.PerformancePoint.Scorecards.BIMonitoringServiceDatabase</type>
    <level>2</level>
    <status>OK</status>
  </object>
  <object>
    <name>Visio Graphics Service</name>
    <type>Microsoft.Office.Visio.Server.Administration.VisioGraphicsServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>Managed Metadata Service</name>
    <type>Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>Managed Metadata Service_0d995a1637e94071a753929d2e821e07</name>
    <type>Microsoft.SharePoint.Taxonomy.MetadataWebServiceDatabase</type>
    <level>2</level>
    <status>OK</status>
  </object>
  <object>
    <name>Workflow Service Application</name>
    <type>Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>App Management Service</name>
    <type>Microsoft.SharePoint.AppManagement.AppManagementServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>AppMng_Service_DB_24707d708f9944a3ba50cd4e60155be9</name>
    <type>Microsoft.SharePoint.AppManagement.AppManagementServiceDatabase</type>
    <level>2</level>
    <status>OK</status>
  </object>
  <object>
    <name>Excel Services Application</name>
    <type>Microsoft.Office.Excel.Server.MossHost.ExcelServerWebServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>Security Token Service Application</name>
    <type>Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>Machine Translation Service</name>
    <type>Microsoft.Office.TranslationServices.TranslationServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>TranslationService_9cbaa9f5fed247c8adeca1403a480149</name>
    <type>Microsoft.Office.TranslationServices.QueueDatabase</type>
    <level>2</level>
    <status>OK</status>
  </object>
  <object>
    <name>Application Discovery and Load Balancer Service Application</name>
    <type>Microsoft.SharePoint.SPTopologyWebServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>Usage and Health data collection</name>
    <type>Microsoft.SharePoint.Administration.SPUsageApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>WSS_Logging</name>
    <type>Microsoft.SharePoint.Administration.SPUsageDatabase</type>
    <level>2</level>
    <status>OK</status>
  </object>
  <object>
    <name>Search Administration Web Service for Search Service Application</name>
    <type>Microsoft.Office.Server.Search.Administration.SearchAdminWebServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>Word Automation Services</name>
    <type>Microsoft.Office.Word.Server.Service.WordServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>WordAutomationServices_f56045821d9545c891f54da6453d9af0</name>
    <type>Microsoft.Office.Word.Server.Service.QueueDatabase</type>
    <level>2</level>
    <status>OK</status>
  </object>
  <object>
    <name>User Profile Service Application</name>
    <type>Microsoft.Office.Server.Administration.UserProfileApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>User Profile Service Application_ProfileDB_2e330dd09b8d4d6e947d4417d2cd51fa</name>
    <type>Microsoft.Office.Server.Administration.ProfileDatabase</type>
    <level>2</level>
    <status>OK</status>
  </object>
  <object>
    <name>User Profile Service Application_SocialDB_1475af96a52e40e081115dd6cc4fdaf2</name>
    <type>Microsoft.Office.Server.Administration.SocialDatabase</type>
    <level>2</level>
    <status>OK</status>
  </object>
  <object>
    <name>User Profile Service Application_SyncDB_85e7dfea77ea441997edac38d5d3c031</name>
    <type>Microsoft.Office.Server.Administration.SynchronizationDatabase</type>
    <level>2</level>
    <status>OK</status>
  </object>
  <object>
    <name>Business Data Connectivity Service</name>
    <type>Microsoft.SharePoint.BusinessData.SharedService.BdcServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>Bdc_Service_DB_805385e6b03c41409a68f10f038f91cb</name>
    <type>Microsoft.SharePoint.BusinessData.SharedService.BdcServiceDatabase</type>
    <level>2</level>
    <status>OK</status>
  </object>
  <object>
    <name>Work Management Service Application</name>
    <type>Microsoft.Office.Server.WorkManagement.WorkManagementServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>Access Services</name>
    <type>Microsoft.Office.Access.Services.MossHost.AccessServicesWebServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>Search Service Application</name>
    <type>Microsoft.Office.Server.Search.Administration.SearchServiceApplication</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name>ZSP2013NEW</name>
    <type>Microsoft.SharePoint.Administration.SPServer</type>
    <level>1</level>
    <status>OK</status>
  </object>
  <object>
    <name />
    <type>Microsoft.SharePoint.Administration.SPWebServiceInstance</type>
    <level>2</level>
    <status>OK</status>
  </object>
  <object>
    <name />
    <type>Microsoft.SharePoint.Administration.SPWebService</type>
    <level>3</level>
    <status>OK</status>
  </object>
  <object>
    <name>SharePoint - 80</name>
    <type>Microsoft.SharePoint.Administration.SPWebApplication</type>
    <level>4</level>
    <status>OK</status>
  </object>
  <object>
    <name>Microsoft.SharePoint.Administration.SPIisWebSite</name>
    <type>Microsoft.SharePoint.Administration.SPIisWebSite</type>
    <level>5</level>
    <status>OK</status>
  </object>
  <object>
    <name>WSS_Content</name>
    <type>Microsoft.SharePoint.Administration.SPContentDatabase</type>
    <level>5</level>
    <status>OK</status>
  </object>
  <object>
    <name>WSS_Administration</name>
    <type>Microsoft.SharePoint.Administration.SPWebServiceInstance</type>
    <level>2</level>
    <status>OK</status>
  </object>
  <object>
    <name>WSS_Administration</name>
    <type>Microsoft.SharePoint.Administration.SPWebService</type>
    <level>3</level>
    <status>OK</status>
  </object>
  <object>
    <name>SharePoint Central Administration v4</name>
    <type>Microsoft.SharePoint.Administration.SPAdministrationWebApplication</type>
    <level>4</level>
    <status>OK</status>
  </object>
  <object>
    <name>Microsoft.SharePoint.Administration.SPIisWebSite</name>
    <type>Microsoft.SharePoint.Administration.SPIisWebSite</type>
    <level>5</level>
    <status>OK</status>
  </object>
  <object>
    <name>SharePoint_AdminContent_c16411b5-b9c5-4f6a-af43-31ee7a9d87a0</name>
    <type>Microsoft.SharePoint.Administration.SPContentDatabase</type>
    <level>5</level>
    <status>OK</status>
  </object>
  <object>
    <name />
    <type>Microsoft.Office.InfoPath.Server.Administration.FormsService</type>
    <level>1</level>
    <status>OK</status>
  </object>
</objects>

[2] content database(s) encountered.
[0] content database(s) still need upgrade or cannot be upgraded.
[17] site collection(s) are contained in the content databases.
[0] site collection(s) still need upgrade.
[46] other objects encountered, [0] of them still need upgrade or cannot be upgraded.


Regards,
Bubu
http://zsvipullo.blogspot.it

Please mark my answer if it helped you, I would greatly appreciate it.

Farm solutions error

$
0
0

I am trying to restore a sharepoint webapp from dev to QA environments. Took a backup on dev , restored on QA and created a web app on QA and attached the DB to this web app. I am getting an error 

"Could not load file or assembly 'CalendarWebpart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=645f0ffd8949f7b3' or one of its dependencies. The system cannot find the file specified. "

so I copied the wsp to QA and ran 

Add-SPSolution -LiteralPath D:\minicalendarwebpart.wsp

For some reason it could not find the wsp so I had to use the GUID

PS C:\> Install-SPSolution -Identity 61a80630-19af-4e43-90ce-9cbe7f7496cb -WebAp
plication http://portalsb -GACDeployment -CompatibilityLevel {14,15} -Force

I am still getting the same error

Could not load file or assembly 'CalendarWebpart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=645f0ffd8949f7b3' or one of its dependencies. The system cannot find the file specified.

I uninstalled using 

uninstall-spsolution -identity SharepointProject1.wsp 

waited till it retracted and

remove-spsolution -identity SharepointProject1.wsp 

but I am still getting the same error.

Could not load file or assembly 'CalendarWebpart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=645f0ffd8949f7b3' or one of its dependencies. The system cannot find the file specified. 

Any suggestions on how to fix this issue so I can load the site ,,


@R

webanalytics data not updating and reports data showing wrong for public facing site

$
0
0

HI

i am trying to fix the issue in webanalytics reports for unique visitors data showing wrong

-i followed technet article to configure web analytics reports in sharepoint 2010

- i re created usage and health data collection service two times

- i re created web analytics service application two times

- running web analytics services in all wfe servers and application servers.

- jobs related to webanalytics running in shcdule time and  it was run manually also

i followed 

http://blogs.msdn.com/b/sharepoint_strategery/archive/2012/03/16/troubleshooting-sharepoint-2010-web-analytics.aspx

-Our web application deployed to internet and it enable annonymous access

before last month's all reports data was accurate but now since one month we r facing this issue in reports.





Stop Inheriting Permissions does not take effect

$
0
0

I've encountered something weird. From a subsite, I'm trying to stop inheriting permissions, but it gives no effect. I've tried in three different ways and they all failed:

1. From /site/subsite/_layouts/users.aspx, clicked Stop Inheriting Permissions -- page refreshes and nothing happends.

2. Via powershell:
$web = Get-SPWeb http://sp.com/site/subsite
$web.BreakRoleInheritance($true)
$web.update()

3. SharePoint Designer: Navigated to subsite and from Permissions panel, clicked Stop Inheriting -- panel refreshes and nothing happends

Any idea why?


Session State Error , Creating Approval type Workflow

$
0
0

Good day Apologies if this has been answered

I am trying to create a new Approval Workflow on my 2010 site. The first page loaded fine, where I need to select the type of workflow. When I click next I get the following classic error. This only happens with all Approval workflows, the only one that works is the Disposition Approval .

Can anyone give me some idea where I can start to look for the problem. Or explain how this all hangs together at the backend.

large size of Web Analytics reporting db log file and issue in number of daily unique visitors data

$
0
0

HI

we published a portal to internet, this is a publishing site and enabled web analytics reports

1. In web analytics report Number of Number of Daily Unique visitors before last months the data shown per day more than 1000 users  but in this month this data showing  only less than 5 per day , but in these days  our portal accessed by many users

why Number of daily unique visitors data showing wrong.

should i enable Web Analytics Data Processing Service   & Web Analytics Web Service  in WFE servers also?

now these services running from one application server 

9/5/20154
9/6/20155
9/7/20153
9/8/20153

9/9/2015


2. for web analytics service application the  WebAnalyticsReporting_log log file size is increasing more than 100 gb  . why webanayltics log file increase this much size and how to reduce it?



Disable ability to add new pages to Wiki

$
0
0

This is going to sound strange but we have a problem where our wiki pages are getting out of control.  We would like to set up a page structure and only allow the "owner/administrator" of the wiki site to add pages but let all the user add content under the appropriate pages.  Unfortunately it doesn't look like the contributor permissions work on the wiki pages like they do on normal sites.  On a normal site if I have someone set to be a contributer they can edit pages but can't add them.  On the wiki site they can still add pages.

I'm hoping there is an easy way to disable the ability for certain users to add new wiki pages.

Thank you


I code for fun not for a living at Connect Christian Church near Cincinnati Ohio (http://connect.cc)

Alterntatives to SharePoint forefront protection ?

$
0
0

What are people in the community using as a replacement for Sharepoint forefront protection ?

Thanks in advance.

Unable to manage files which has no checked-in version

$
0
0

Hi guys,

I have a situation where one of the the lists has exceeded the LVT (which was  set to 15000) and the current value now is 35000.

Even the LVT for auditors and admins was set to 20000, I'm unable to access the feature to manage the files which has no checked-in version from library settings as it is giving me an error (like contact your admin ......)

Can anyone please suggest me on how to handle this situation ?

thanks,

Cannot crearte new search service application

$
0
0

Cannot create new search service application, I am getting below error, I have deleted all the app pools related to that service, still it is saying the app pools exist

Error

An unhandled exception occurred in the user interface.Exception Information: An object of the type Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool named "SSATest" already exists under the parent Microsoft.SharePoint.Administration.SPIisWebServiceSettings named "SharePoint Web Services".  Rename your object or delete the existing object.

 

Troubleshoot issues with Microsoft SharePoint Foundation.

Correlation ID: a8c8dc3e-f5c7-4b42-b990-764e02f52de0

Date and Time: 10/14/2010 5:50:42 PM

How to display custom error message when server is down ?

$
0
0

Hi Dear All,

I have SharePoint site hosted on server , I want to display my custom error message when the server is down.

How would I display a page with my custom error message to handle the down time of server, When the server is full down (shutdown) ? 

Any suggestion would be more than welcome.

Thanks...

 


 


Migrating webapp frmo sharepoint 2013 to sharepoint 2013

$
0
0

Hello all,

I would like some advice on whats the best way to migrate a web application that has an external reference from one SharePoint server to another. Both are 2013 SP1 although they have different patch levels and architecture.

WebApplication is using host name, this is i access webapp using the machine hostname.

Export and import of the database inst enough because seems there is some list workflows that doesn't become available on the new site...

Any input is welcome,

Regards,

Arestas

SSRS integration mode - SharePoint

$
0
0

   Hi,

      We have problems with low performance when report is rendering on the SharePoint page. I have verified how it works  using f.ex. fiddler tool. I enabled caching mechanism on sharepoint side and how data are retrieving from cache store.

It looks that most time is report rendering by browser. So part of the time is taken by consuming request by browser and send reponse to the report service back? Is it possible to speed it up?

   Best regards,

   Kamil

Check in/Check out issue using content organizer

$
0
0

Hi,

i have enabled Content organizer feature to send the document from drop off library to destination library.

enabled version on the destination library and when i try to check out a file in the destination library and try to upload the same file from drop off library then in order to give error message(check out by another user) a new file is created in the destination library with different name(test_UCXXXX).

Thanks in advance.

Multiple Domain

$
0
0

Hello everyone,

I apologize ahead of time for asking this question if it's been asked.

I am a SharePoint Admin of DomainX.com that's been up for a few years now. In the recent year we've bought out 2 companies and are want to be able to give the new users in DomainY.com access to our SharePoint using their authentication and their AD.

DomainX.com - SharePoint 2013

DomainY.com

2 way trust has been established between DomainX and DomainY (verified working in AD.)Now how do I get Sharepoint to see DomainY.com/User1 when giving permissions.


Thanks

SharePoint 2010 List - Append Changes to Existing Text - multiline text fields being duplicated

$
0
0

Hello!

SharePoint 2010 - I have this same problem for all Lists that use the combination of 1) Multi-line text column; 2) Column is set to "Append Changes to existing text"; 3) Text choice = Plain Text or Rich Text or Enhanced Rich Text. 4) List item is modified in datasheet view

Each time a list item is modified in datasheet view, if the multi-line text column is left blank it will have it's previous value duplicated. For example - If I'm updating a list item in Datasheet View and updating a column other than this column I described above, each time I make an update to the list item the previous value/comment left by someone else in that column will be duplicated with my name attached along with the date.

Why is SharePoint duplicating the contents of this field??

Example:

Comments (multiline text column): Comment 1
Miguel Patey 10/3/2011 2:12 PM

Comments (multiline text column): Comment 1
Miguel Patey 10/3/2011 2:10 PM

Comments (multiline text column): Comment 1
George Pully 10/1/2011 8:45 AM

In my testing I noticed that a list item that is modified in standard view (not datasheet view) will not duplicate the value of the Comments field if left empty. Once the item has been modified in standard view I can make changes to that list item in datasheet view and the Comments field won't be duplicated...

Any ideas?


Michael Reinhardt
Viewing all 12728 articles
Browse latest View live


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