SharePoint 2010
Today we arranged monthly usergroup meet-up at Microsoft by our SharePoint Experts–Bangladesh community. It is first offline meet-up with community members/ outside community (who were interested to join in the community). I spoke on "SharePoint Workflow Problem and its Resolution" with some fundamental SharePoint information as majority was unknown with SharePoint Platform. I also described about our usergroup meeting and how it has been organized. Later i talked about Workflow problems i encountered ......
How to create a custom hit counter webpart for SharePoint internal web portal. This is a common requirement sometimes from the client to integrate hit counter for their internal enterprise web portal. For example hit counter will show total visitor in the site as well as what are the pages accessed by IP/user/date/etc. i.e. Total Hit Count: I also got the similar type of request both from the community and the clients as there is no built-in feature to enable this feature in SharePoint 2010. Recently ......
Take a quick tour of SharePoint Designer 2010 and learn about the features used to build custom no-code solutions on SharePoint 2010. Learn More at http://officebeta.microsoft... ......
How to use formatting rules in Info Path 2010 by advance conditioning using userName() function and substring-before() & substring-after(). Scenario: I have a List Form customized by InfoPath Designer 2010 where set of rules applied based on business requirements. Another rule need to define that current user can only create item and can not do anything with the form after that if List Item created by him. It means Current user can not do anything in edit mode. Let’s think this is the basic requirement ......
Problem Details: We have created a custom reusable workflow and added with a list on which a workflow (custom workflow) is to start automatically when the item is created. It works great when I add a new item to the list through the SharePoint UI it starts and completes as expected. We want the list item to be added programmatically, using the SharePoint object model. And when I do this and then look at the list, the workflow hasn't started automatically. Why? My SharePoint Environment: SP 2010 Ent ......
Errors were found when compiling the workflow. The workflow files were saved but cannot be run. Advanced: Unexpected error on server associating the workflow This is a SharePoint 2010 SP1 Bug and Error message is not meaningful to solve it or why this error is occurring . I found and faced a stupid SPD workflow publish Error during Last SP Deployment in Pre-Production & Production Server in Client End. I google it and found many people got the following Error “Error were found when compiling ......
Before I describe about my session, let me introduce the history of making this great event. We SharePoint Experts Community arranged this Community Day jointly with Microsoft to introduce SharePoint 2010 on 7th January 2012 which is the first time in Bangladesh. Thanks to Microsoft Bangladesh to Sponsor the whole Program and others co-sponsors. We planned 6 months ago to arrange this type of event for Developers and IT Professional who might be interested about SharePoint Technology and proposed ......
Have you ever get the following error when you run Central Administration in SharePoint Server? I hope you haven’t yet and make yourself ready to fix this error for future Config Error There is a duplicate 'system.web.extensions/scri... defined Problem: I have installed SharePoint 2010 in a server and recently I got this error in my server when I tried to run central administration. I was stuck here to resolve this issue as it was my staging server and I can not re-build ......
Many applications need Claim Based Authentication instead of Classic Mode Authentication. The Form Based Authentication (FBA) is one type of Claim Based Authentication. The default login page of FBA in SharePoint 2010 is very simple which only provides a simple Login control with the user name, password and remember me option. But many developers want to implement a customized login page for a better looking experience or more options according to business requirements. Creating and Deploying a Custom ......
This is known issue with SharePoint 2007 or SharePoint 2010 on Windows Server 2008 platform and not specific to any sharepoint application. Problem: Your windows credential doesn’t work if you try to log in to the web application (http://contosto.company.com) on the server itself although you can access the same site from outside, when you create a SharePoint web application with a host header (contosto.company.com) on SharePoint Server (Server Name: contosto) which is installed on Windows Server ......
You need to make scheduled nightly backups using powershell or stsadm. You would like to schedule regular backups using windows scheduled but how to create the batch files to run the powershell backup. I had the same problem and I am showing you how to solve this: PowerShell Command to backup SharePoint Site Collection backup-spsite -identity http://SPServer:10001/ -path C:\Backup\Backup.bak OR backup-spsite -identity http://SPServer:10001/ -path C:\Backup\Backup.bak –force (use force to overwrite ......
SharePoint Installation in Windows 7 or Vista is not same as Windows Server 2008. You might have difficulties if you do not follow the proper steps. Here i have been tried to explain how to install SharePoint 2010 on Windows 7 or Vista and configure it. Assume, Installed OS Windows 7 x64 (as you may already know SP only support 64-bit OS) and Windows update Install SQL Server 2008 Install SharePoint 2010 You can install SharePoint using the following steps A. Install software prerequisites 1. Install ......