Friday, December 23, 2011
Friday, December 2, 2011
XSLT on search results page
I spent a lot of time to solve why the value from managed property in Search results page doesn't appear in my XSLT template.
I just figured it out that xslt variable must be declared with the exactly same name with the managed property.
How stupid I'm.
Labels:
Search Results,
sharepoint,
SharePoint 2010,
XSLT
Thursday, December 1, 2011
SharePoint Designer component for Drag N Drop and Office List support component
Many users wants to upload by drag and drop but it's not possible without SharePoint Foundation Component in SharePoint Designer setup package file.
There're 2 components requires for users who want to experience full functionality about SharePoint List.
- Microsoft Access Web Datasheet Component: this component enable access like view and editing experience on SharePoint list.
- Microsoft SharePoint Foundation Support: Enable multiple upload capability for your IE. don't forget to enable ActiveX control to enable this function also.
Wednesday, November 30, 2011
Tuesday, November 29, 2011
All About Taxonomy
Taxonomy Hidden List
http://pholpar.wordpress.com/2010/02/03/some-words-about-taxonomyfieldvalue-and-its-wssid-property/
http://www.threewill.com/2010/09/finding-taxonomyhiddenlist/
http://pholpar.wordpress.com/2010/02/03/some-words-about-taxonomyfieldvalue-and-its-wssid-property/
http://msdn.microsoft.com/en-us/library/ff625182.aspx
http://pholpar.wordpress.com/2010/02/03/some-words-about-taxonomyfieldvalue-and-its-wssid-property/
http://www.threewill.com/2010/09/finding-taxonomyhiddenlist/
http://pholpar.wordpress.com/2010/02/03/some-words-about-taxonomyfieldvalue-and-its-wssid-property/
Querying on Managed Metadata Field Values
http://msdn.microsoft.com/en-us/library/ff625182.aspx
SharePoint 2010 Fast Search: Filter all contents with Metadata using the QueryString.
Programmatically serialize and deserialize Refinement Query String “R” in FAST Search Center
Thursday, November 24, 2011
FAST Crawling Error HRESULT E_FAIL has been returned from a call to a COM component.
I got an error while start crawling from my content source by FAST Crawl
the crawl log said "Error HRESULT E_FAIL has been returned from a call to a COM component."
then I found an solution from the below link which is change the impersonate value in target content source web.config
http://www.sharepointben.com/blog/Lists/Posts/Post.aspx?ID=463
then rerun the crawling and it works.
but beware of the web.config impersonate value. if your web application is needed to be set to false. it gonna be an issue with your search component.
I got an idea for around on this. Let me take time to prove it and I'll update the result.
the crawl log said "Error HRESULT E_FAIL has been returned from a call to a COM component."
then I found an solution from the below link which is change the impersonate value in target content source web.config
http://www.sharepointben.com/blog/Lists/Posts/Post.aspx?ID=463
then rerun the crawling and it works.
but beware of the web.config impersonate value. if your web application is needed to be set to false. it gonna be an issue with your search component.
I got an idea for around on this. Let me take time to prove it and I'll update the result.
Tuesday, November 22, 2011
from my recently post download SharePoint patch
I've got an failure update content database on my SharePoint server farm shown with below picture.
I've got an failure update content database on my SharePoint server farm shown with below picture.
I searched for the solution and found some recommendation from the Microsoft websites
then I checked the PSConfig.exe log file and found some clue why my upgrade was failed.
[OWSTIMER] [SPContentDatabaseSequence] [ERROR] [11/10/2011
2:23:08 PM]: Found a missing feature Id =
[a18927ed-93e2-4dcb-be6d-56c469beb929]
[OWSTIMER] [SPContentDatabaseSequence] [ERROR] [11/10/2011
2:23:08 PM]: The feature with Id a18927ed-93e2-4dcb-be6d-56c469beb929 is
referenced in the database [MYContentDatabase], but is not installed
on the current farm. The missing feature may cause upgrade to fail. Please
install any solution which contains the feature and restart upgrade if
necessary.
the log file said, there's a missing custom feature i had deployed on MyContentDatabase. So I retracted and remove my custom solution and run this command to upgrade the content database again
psconfig -cmd upgrade -force -inplace v2v -passphrase < passphrase > -wait
the command will upgrade my content database then I redeploy my solution into the content database again.
Labels:
Content database fail,
PSConfig,
sharepoint,
SharePoint 2010,
Update,
Update fail
Download and Update patch on SharePoint Farm
Microsoft has been released SharePoint 2010 patch update for a while refer to the following links.
then I downloaded the SP1 and August CU updates from the above site. Service Pack1 for many products
then I downloaded the SP1 and August CU updates from the above site. Service Pack1 for many products
- Documentum Search connector SP1
- FAST Search for SharePoint SP1
- FAST Search for SharePoint August CU
- Office Web Apps SP1
- SharePoint August CU
- SharePoint SP1
- SharePoint Designer SP1
Tuesday, September 20, 2011
FAST Search Managed Metadata Problem
I've got a Problem with the number of Managed properties doesn't correct because of multiple value in crawled properties mapped with managed properties.
the results should be 249 for Content Types and at least 249 for Project Type because Project Type properties in mandatory field and allow multiple value.
the the sum of Project type is just 230. There's something wrong with the managed properties, I though.
Finally, I found the solution. Many thanks to the following links and Google.
http://fs4sp.blogspot.com/2011/04/multi-valued-managed-properties-as.html
http://blogs.pointbridge.com/Blogs/tseng_william/Pages/Post.aspx?_ID=14
http://msdn.microsoft.com/en-us/library/ff625183.aspx
http://technet.microsoft.com/en-us/library/ff393811.aspx
I didn't map the ows_projecttype() with my managed properties ProjectType.
After mapped with the correct crawl properties and rerun full crawl. it works.
Thursday, September 15, 2011
User Profile Sync Replicate Access Denied 8453
I've a change to sync 7 Domains with approx 30k users account. follow user profile sync for SharePoint on technet http://technet.microsoft.com/en-us/library/ee721049.aspx
but there's a domain it's domain name doesn't match with user account domain.
So, I've to enable NETBIOSDomainNamesEnabled to true
But it still doesn't work. it still error with replicate access denied.
Finally, I've found another solution for this challenge.
1.uncheck all directory partition in Configure Directory Partition in AD Connection. only one left.
2.Check Configure Run Profile, does it has only one step. if not, remove all other step.
Then run full sync again and it works.
Hope this post helps saving you time.
Friday, August 19, 2011
Additions to this Web site have been blocked
Additions to this Web site have been blocked
http://sharepointbramley.blogspot.com/2009/08/additions-to-this-web-site-have-been.html
http://sharepointbramley.blogspot.com/2009/08/additions-to-this-web-site-have-been.html
Labels:
database,
Error Log,
sharepoint,
SharePoint 2010
Thursday, August 18, 2011
Cannot delete SharePoint Service Application
Wanna delete a SharePoint service application?
http://vintentou.wordpress.com/2011/03/11/cannot-delete-sharepoint-service-application/
http://vintentou.wordpress.com/2011/03/11/cannot-delete-sharepoint-service-application/
Labels:
configuration,
Error Log,
sharepoint,
SharePoint 2010
FAST Post Configuration Wizard fail
There're many error while you are installing FAST Search for SharePoint. Some of them are in the following links.
I got another error while running the post configuration with 2 server 1 admin and 1 non-admin with 1 row and 2 column.
I tried many times but fail.
But finally I got a simple solution:
Restart server after you install FAST for SharePoint binary then run FAST Configuration wizard again then it works!!
http://pornjeds.blogspot.com/2011/08/installation-of-fast-search-server.html
http://pornjeds.blogspot.com/2011/08/fast-search-server-2010-configuration.html
http://pornjeds.blogspot.com/2011/05/filed-to-initialize-session-with.html
I got another error while running the post configuration with 2 server 1 admin and 1 non-admin with 1 row and 2 column.
I tried many times but fail.
But finally I got a simple solution:
Restart server after you install FAST for SharePoint binary then run FAST Configuration wizard again then it works!!
http://pornjeds.blogspot.com/2011/08/installation-of-fast-search-server.html
http://pornjeds.blogspot.com/2011/08/fast-search-server-2010-configuration.html
http://pornjeds.blogspot.com/2011/05/filed-to-initialize-session-with.html
Labels:
configuration,
Error Log,
Fail,
FAST,
sharepoint,
SharePoint 2010
Tuesday, August 16, 2011
Monday, August 15, 2011
Saturday, August 13, 2011
Microsoft FAST Search Administration – Unexpected error occurred while communicating with Administration Service
http://gavinmckay.wordpress.com/2010/09/13/microsoft-fast-search-administration-unexpected-error-occurred-while-communicating-with-administration-service/
Thursday, August 4, 2011
Installation of FAST Search Server fails on multi-core system
I've installed FAST Search for SharePoint 2010 on a new 32 core server after running Post Set Up Configuration Wizard I got an error.
finally, I've found this article.
http://support.microsoft.com/kb/2449600
finally, I've found this article.
http://support.microsoft.com/kb/2449600
FAST Search Server 2010 Configuration Wizard–“Database Validation Failed: Could not connect to the database. Check the database connection string, the database name and the port number to the database server”.
While your are running FAST Search Configuration Wizard. One thing may happen refer from this post.
http://jamesemann.wordpress.com/2011/07/20/fast-search-server-2010-configuration-wizarddatabase-validation-failed-could-not-connect-to-the-database-check-the-database-connection-string-the-database-name-and-the-port-number-to/
but enable user permission only dbcreator is enough.
http://jamesemann.wordpress.com/2011/07/20/fast-search-server-2010-configuration-wizarddatabase-validation-failed-could-not-connect-to-the-database-check-the-database-connection-string-the-database-name-and-the-port-number-to/
but enable user permission only dbcreator is enough.
Monday, May 23, 2011
Filed to initialize session with document engine: Unable to resolve Contentdistributor
Error Message in event viewer
Failed to connect to servername.domain.com:13391 Failed to initialize session with document engine: Unable to resolve Contentdistributor.
I got this error log several times. One is from Office Web Apps installation.
I installed FAST for SharePoint before deploying OWA. after that i got this error.
the other one I think it occurs after FAST and SharePoint Server were migrated to a new server using vMotion.
Solution.
Just reinstall FAST Certificate into SharePoint Server again follow the step in the below link.
Configure SSL enabled communication
then restart both FAST and SharePoint server.
Cheers
Failed to connect to servername.domain.com:13391 Failed to initialize session with document engine: Unable to resolve Contentdistributor.
I got this error log several times. One is from Office Web Apps installation.
I installed FAST for SharePoint before deploying OWA. after that i got this error.
the other one I think it occurs after FAST and SharePoint Server were migrated to a new server using vMotion.
Solution.
Just reinstall FAST Certificate into SharePoint Server again follow the step in the below link.
Configure SSL enabled communication
then restart both FAST and SharePoint server.
Cheers
Labels:
Error Log,
FAST,
sharepoint,
SharePoint 2010
Unable to connect to Synchronization Services
Synchronization Services Manager use for verify SharePoint User Profile Synchronization is work but some people may get this error when start this application.
Unable to Connect to the Synchronization Service
Some possible reasons are:
1.The service is not started.
2.Your account is not a member of a require security group.
Solution:
1.make sure that 2 FIM Services in Synchronization Server is running.
2.make sure that your current user is in FIMSyncOperators group. if not add your user account then log off and log on.
After that, you should be able to access this application.
Cheers.
Unable to Connect to the Synchronization Service
Some possible reasons are:
1.The service is not started.
2.Your account is not a member of a require security group.
Solution:
1.make sure that 2 FIM Services in Synchronization Server is running.
2.make sure that your current user is in FIMSyncOperators group. if not add your user account then log off and log on.
After that, you should be able to access this application.
Cheers.
Subscribe to:
Posts (Atom)