Monday, August 23, 2010
Sharepoint URL field Cannot complete action
When declaring a URL field using xml definition do not use StaticName attribute otherwise it will not allow you to add the site url field to a list !!
Monday, June 28, 2010
SharePoint workflow based on WSP Builder.
Error:
Engine RunWorkflow: System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException
Solution:
http://blog.hhebnes.no/post/WSPBuilder-Workflow-Failed-On-Start.aspx
Engine RunWorkflow: System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException
Solution:
http://blog.hhebnes.no/post/WSPBuilder-Workflow-Failed-On-Start.aspx
Thursday, June 3, 2010
SP 2010 PRO 71-576 exam - killing topics
FBA
BCS
Managed Metadata Service
Service Application Architecture
BCS
Managed Metadata Service
Service Application Architecture
Clear CSS from browser cache - SharePoint
in theme.css where we reference all the .css files for the project add a unique parameter per build
/_layouts/.../mycss.css?12122010
/_layouts/.../mycss.css?12122010
Thursday, May 27, 2010
Monday, May 24, 2010
Configure Kerberos for SharePoint
Setup spns for the host headers, e.g. http/sample.com
ensure that the kerberos buffer size on IIS is greater than the max that could possibly be sent from a client. this may also need a buffer size change on client IE
ensure that host file entries on each wfe, point to itself, i.e. 127.0.0.1
ensure that F5 or any load balancer is configured for sticky sessions, i.e. once a client makes a request on server X, it remains on server X for sometime (predefined timeout) and does not get load balanced onto other servers in the F5 pool
ensure that the kerberos buffer size on IIS is greater than the max that could possibly be sent from a client. this may also need a buffer size change on client IE
ensure that host file entries on each wfe, point to itself, i.e. 127.0.0.1
ensure that F5 or any load balancer is configured for sticky sessions, i.e. once a client makes a request on server X, it remains on server X for sometime (predefined timeout) and does not get load balanced onto other servers in the F5 pool
bypass proxy in web.config of the applications on all wfe's: attached image
Wednesday, May 19, 2010
troubleshoot cqwp
If you think cqwp is getting unexpected results then start troubleshooting as below,
1. check query - especially all its fields
2. check viewfieldsoverride or commonfields - for all fields used in query.
1. check query - especially all its fields
2. check viewfieldsoverride or commonfields - for all fields used in query.
Subscribe to:
Posts (Atom)