Monday, April 02, 2007
A Single Sign-on error has occurred. Please contact an administrator. Details: Could not find domain controller for this domain(MOSS 2007)
MOSS 2007 Customer Proof of Concepts Tricks, Tips and Links
(The links are not complete, will be updating soon)
We have been doing Lots of MOSS 2007 POC's for our clients and Most of the our client requirements fall in line with MOSS Search - Customer Proof of Concept Scoping and Typical Tasks. Check out the links for MOSS 2007 HOW TO's and Free webparts for your MOSS 2007 POC's and use this link as the starting point to understand features of MOSS 2007
Installing MOSS in a Single Server
Installing MOSS in a Server Farm and Setting up SSP, Web application and Site Collections
Configure Mysite, Blogs, Wiki, discussion board
Importing User Profiles into MOSS for index/searching
User Profile Replicator for MOSS 2007
Have BDC and People Search configured and working
BDC ASP.NET Webpart step by step
after full user profile import from Active directory(AD) some time search will not work,check whether you have added sps://yoursite:port (sitename with port) to crawl
Records Management using MOSS 2007 & Records Management Virtual Lab & MS Records management Team Blog Read from April 2006
Configure Enterprise search- TechNet Webcast: Installing and Configuring Search in SharePoint Server 2007
Building Site Collections and sites and assigning users to these
Setting up the Search site to return results
Configuring Search web parts and other search related areas
Setting up and creating BDC definitions for external content to be searched such as SAP or Siebel - For SAP R/3 you need VS.NET 2003(will not work in VS.Net 2005) and sap.net connector and SAP netweaver use SAP webservices
How to add custom tab page for Search
Build MOSS master pages, content types and page layouts
Create styles, import images and build the look and feel of MOSS
Setup Keywords for the content
Setup up Best Bets
Write other web parts as needed
Configure Single Sign on
Excel Services
Configure Form Services
Browser Enabled Infopath Forms
MOSS 2007 Form based Authentication & Forms Authentication post by Nick Swan
Cool Free Web Parts / Utilities
- Tabbed Web Part
- Active Directory Change Password Webpart or from here (use google to translate from german to English)
- Smart Part now with "AJAX Connections"
- Sharepoint Migration Utility
- SharePoint Import Export tools and other utilities
- Bluedog limited RSS Syndication Generator
- 40 Fabulous Templates from microsoft
- Whats New webpart
- MOSS BDC Meta Manger
- Image upload webpart
- Sharepoint.Ajax Tool Kit
Friday, March 23, 2007
Knowledge Network (KN) for MOSS 2007 now open
Monday, March 19, 2007
Knowledge Network release candidate is available for download
but download is available only for KN connect members. send mail to knfeedbk@microsoft.com
requesting access to connect.microsoft.com
http://blogs.msdn.com/kn/archive/2007/02/28/knowledge-network-first-release-candidate-rc0-is-now-available-for-download.aspx
Monday, February 19, 2007
MOSS 2007 : Customizing Menu Items in Document Library and Customizing sharepoint context menus
http://www.sharepointblogs.com/helloitsliam/archive/2007/01/28/18676.aspx
http://blogs.msdn.com/bowerm/articles/175691.aspx
Thursday, January 25, 2007
How Sharepoint custom SiteColumn and Database Fields are mapped
http://msdn2.microsoft.com/en-us/library/aa543680.aspx
http://blogs.msdn.com/andrew_may/archive/2006/06/14/SharePointTermsColumnsFieldsProperties.aspx
Wednesday, January 17, 2007
Return of the Smartpart
How to Host MySite and Top Level Sites on Same Port in Sharepoint 2007(MOSS 2007)
http://blogs.msdn.com/cjohnson/archive/2006/09/15/754902.aspx
Thursday, January 11, 2007
PerformancePoint Server Data Sheets available for download
To know more refer Blogs :
https://blogs.msdn.com/btamblyn/archive/2007/01/03/performancepoint-server-data-sheets.aspx
http://performancepointinsider.com/blogs/bsm/archive/2006/12/18/microsoft-office-performancepoint-server-2007-data-sheets.aspx
PerformancePointServer 2007 Overview - [download]
PerformancePointServer 2007 Analytics - [download]
PerformancePointServer 2007 Monitoring - [download]
PerformancePointServer 2007 Planning - [download]
PerformancePointServer 2007 Reporting - [download]
Tuesday, January 02, 2007
How to Avoid Login Prompt - MOSS 2007
Free VHDs from Microsoft
Sharepoint Tips
Sharepoint Tips
These are the Sharepoint Services 3.0 and MOSS 2007 Tips and Tricks, I have used or I found from Blogs or by googling during my WSS & MOSS 2007 Projects implementation. Eventaully this list will grow and I may not be updating frequently
Wednesday, December 06, 2006
How to Configure Sharepoint Server Search Service
http://technet2.microsoft.com/Office/en-us/library/601874ea-86c9-4611-bdaf-abe17bbb68161033.mspx?mfr=true
Installing Office SharePoint Server 2007(MOSS 2007)
http://technet2.microsoft.com/Office/en-us/library/bd99c3a9-0333-4c1c-9793-a145769e48e61033.mspx?mfr=true
Wednesday, October 18, 2006
C# Generics
Comparison of Visual Studio 2005 and Dreamweaver 8
Monday, October 16, 2006
Xtreme Programming - C# Test Driven Devlopement using Visual Studio Team Suite
XP strongly advocates for Test Driven Devlopment, Practicing TTD (Test Driven Development) helps team to deliver high quality and mostly bug free product to the customer. In short it helps us to reduce rework and produce well documented test cases. Even team members can test the code without breaking it. The developers can refactor the code without affecting the core functionality later .
So how to Test
Basic steps are
- Write a test to fail
- Write a test to pass
- Start over again.
Let us look at it how to TDD using Visual Studio Team Suite
Other Testing Tools of Interest:
NUnit is open source unit testing framework devloped in C# based on JUnit/xUnits testing frameworks for .Net Languages. Nunit is Attribute based testing framework. which can be downloaded from http://www.nunit.org
Thursday, October 12, 2006
AJAX, Much Hyped Technology in Recent Times
AJAX is nothing but acronym for Asynchronous JavaScript and XML. It basically groups the following technologies :
JavaScript
XML
CSS
XHTML (HTML)
XMLHttpRequest
The main part of this technology is XMLHttpRequest used for manipulating or to consume xml data from the webserver using HTTP protocal.This was developed by Microsoft and supported in IE and also adopted by Safari and mozilla webbrowsers. The XMLHttpRequest(W3C site) object is being standardized by W3C.
AJAX was popularized by Google.com in a big way. Check out thier applications like Google Maps, Google Suggestion etc.,
Wednesday, June 28, 2006
XQuery in .net 2.0
Thursday, May 11, 2006
ASP.NET ATLAS (AJAX)
Atlas is a new technology from Microsoft which integrates Client Scripts with ASP.NET 2.0 Server Based Development Framework. You can take advantange of AJAX techniques on the web and create awesome rich client side behaviours. AJAX details can be found on the following link
Webservices without IIS / Run ASMX without IIS
http://msdn.microsoft.com/msdnmag/issues/04/12/ServiceStation/
Wednesday, April 26, 2006
Deploying VSTO applications
Check the following link to find out more
http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerOverview.asp
Press coverage about the Microsoft People Ready Event
If you want to know about the event follow the links
http://www.cxotoday.com/cxo/jsp/article.jsp?article_id=72607&cat_id=911http://www.efytimes.com/fullnews.asp?edid=11365
http://www.channeltimes.com/channeltimes/jsp/article.jsp?article_id=72605&cat_id=819
Tuesday, April 25, 2006
Microsoft People Ready Program
(to know more about People Ready Program follow the link
http://www.microsoft.com/business/peopleready/default.mspx
)
Mr.Jeff Raikas, President , microsoft Business Division unvieled Microsofts future plan for india and office 2007 (code named 012)
more about O12 (office 2007) in my future blogs.
During this Event 18 ISV's Showcased their products. we developed retail application for the unorganized retail sector. The highlight of the product is easy interface, using the features of Excel, Word, PowerPoint, XML and Webservices.
I shall share some of the problems we faced while developing the application in future blogs.