Is there any default limit on the no of characters we can add in "Web Content Display" of Liferay tool ? If there is any limit , which setting to modify to increase the no of characters we can add.
As such there is no limit on character count for Web Content.
AFAIK, there is no settings available to limit character count, but you can use Marketplace App which facilitates this.
Related
Due to a requirement I have set the option "Allow this site to appear in search results?" to No. Later I have changed that options to Yes, but none of the site content are not retrieved by search. I have re-indexed the site and a list as well and still those are not indexed. Now 24 hours gone after making it to yes.
Appreciate if anyone can suggest a solution.
Could you check if your search account and content access that you use has FULL read access to your web applications. Also, make sure your read access to User profile service Applications as well as People search working.
And i see you've already have set "Allow this site to appear in search results?" to Yes.
Could you check if you set " Allow items from this document library to appear in search results?" to yes as well ?
Here are the steps on how to set up document library to appear in search results:
As an admin, locate the library that's missing from search results.
Click the gear icon () in the upper-right corner.
Select Library Settings.
Select Advanced Settings.
Make sure that Allow items from this document library to appear in
search results? is set to Yes.
After the setting is set to Yes, the library should be indexed during the next scheduled crawl.
For more detailed info please review here
I'm working with IIS 6.0 and ASP CLASSIC.
My point is to upload file (PDF) and I know there's a limit (200kb by default) but I want to know the max limit of uploaded files (the limit of the server) with a server variable maybe or a conf. file which I can access with asp. I don't want to write the limit in octets directly in my code.
Is that possible ?
I checked IIS Server Variables on the Microsoft Website and found nothing.
Maybe there is no solution to this problem but if someone got one, let me know.
Thanks.
Try increasing the size of the setting "Maximum Requesting Entity Body Limit" under ASP > Limits Properties.
I have following problem with my Sharepoint website. (The view cannot be displayed because the number of lookup and workflow columns it contains exceeds the threshold (8) enforced by the administrator) but any solution I have found online points me to change the throttle settings in web applications settings under central administration. My problem is I simply do not have Central Administration > Web Applications etc... The problem is appearing on a document library for me and I have explored very settings options on the site but cannot find anything about trottleing or column threshold. I just have Site Settings > Library settings etc...
How can I increase the column threshold in this case?
I am working on a Sharepoint website and have Workspace and Designer 2010.
The information you found is correct. You must access the Central Administration site from the server itself. It sounds like you are not logging into the server, but using SPD and the Sharepoint site from your workstation. If you don't have access to RDP to the server, you must contact someone who has access.
On another note, it's not recommended to increase that threshold.
Application Management > Manage Web Application.
In the Web Application list, select the web application you need.
Then go to General Settings > Resource Throttling.
In the Resource Throttling window, scroll down to List View Lookup Threshold and change the value to the number that suits your needs.
Use caution when changing this setting:
This does have a very significant impact on SQL performance. In the article below you can see that in this persons tests, using 8 and executing the query there was about 7% CPU utilization on SQL. Moving that to 10 and executing a query that pulls back 10 columns increases the CPU utilization to almost 40%.
http://sympmarc.com/2012/07/23/sharepoints-list-view-lookup-threshold-and-why-we-dont-change-it/
You can also read the whitepaper here: http://technet.microsoft.com/en-us/library/ff608068(office.14).aspx
I'm working on a sharepoint project.
After I adding the search web part. The search function behaves weird.
I have crawled the content source and configured the permission.
The following search bar, no matter what I search, I got nothing
But the advanced search web part can work properly.
The thing is, in the result page of the advanced search web part, if I choose to see the result of my sharepoint website instead of "Any Site", I got nothing. I am sure that the result of "Any Site" is from my sharepoint site.
Any ideas will be appreciated.
Regards,
Bin
You need to check your search log to make sure content is being crawled correctly. It looks like you do not have any results for your a particular site. modify your search webpart to show the scopes drop down an experiment to find out which scopes are not responding correctly and debug from there.
You need to ask this question on serverfault.com or sharepoint.stackexchange.com as this site trys to deal with programming specific errors only.
It sounds like you might be crawling a non default zone. Maybe you're crawling an intranet or extranet zone. Make sure you crawl the default zone and that the default zone has NTLM authentication enabled and that the crawler has access to the web application via full read policy.
If this is SharePoint 2010 Foundation and you have named your documents_with_underscores, the underscores are not word breakers and as a result no matter what you search for "Documents" "with" or "underscores", in that case, would be successful. The word "with" would be removed by the content processor (search query and site settings service) in 2010 and the other two words would not be read as separate words because 2010 foundation would treat documents_with_underscores as one word. If you searched for "documents_with_underscores" you would find it.
In the early days of SharePoint 2007 beta, I've come across the ability to customize the template used to emit the RSS feeds from lists. I can't find it again. Anybody know where it is?
Ah, found it, based on a subtle hint from Jan Tielens. It's on the Settings page for the list, under Communications -> RSS settings.
/_layouts/listsyndication.aspx?List=<list id>
I could have sworn there was more, like an actual template file you could customize.
I my search, also came across Customize RSS for the Content Query Web Part
"After you customize the Content Query Web Part to display the fields and content you want, you can set up the Web Part to emit a Really Simple Syndication (RSS) feed of that content."