Online Training On SharePoint
                      

Monday, 29 December 2008

Answers for the SharePoint Administration Questions

Here are the Answers for the SharePoint Administration Questions provided at http://mossadmins.blogspot.com/

1. B, C, D

2. A, B, D

3. B, D

4. A, C, D

5. A, C, D

6. D

7. C, D

8. A, C

9. A, B, C

10. A, C



11. A, C

12. B, C

13. A, B, D

14. A, C
For installing/uninstalling feature only STSADM commands can be used. Feature needs to be deactivated before uninstalling them.

15. A, C

16. B

SQL Server 2005 Embedded Edition gets installed when we install WSS with the default options.

17. C

The site collection that is assigned as the destination for a content migration or a content deployment path must be created by using the Blank Site template.

18. C

19. D

Solution needs to be added, deployed, retracted and deleted.

There is no solution removal. The correct command to delete the solution is:
stsadm -o deletesolution -name SampleSolution.wsp

20. B

When the Content DB is taken in offline status no new further site collection can be created in the Web Application.



21. C

22. B, C, D

We can not directly migrate from WSS 2.0 to MOSS

23. D

All other policies comes OOB with SharePoint.

24. A, C, D

Following levels are available to be reported in Event Log:
None, Error, Warning, Audit Failure, Audit Success, Information

25. D

Following levels are available to be reported in Trace Log:
None, Unexpected, Monitorable, High, Medium, Verbose

26. A, B, C, D

All of the options are correct.

27. A, C, D

There is no Form Server role in SharePoint Farm.

28. C

29. B, C

30. C



31. A, B, C, D

32. C

33. A, B, C

See more details about Managed Path

34. A, B, C, D

All of these kind of sources can be crawled OOB in SharePoint 2007.

35. A, B, C

There is no Page Level Caching.

36. A,D

Monday, 22 December 2008

Refreshing SharePoint Page Automatically

Recently we have a requirement to reload one SharePoint page after each one minute. For this purpose we have written a JavaScript code. This code is placed in the Content Editor Web Part:



(I am not able to put the code here so adding the code in the SkyDrive....)

This script will reload the page ever 60 seconds.

We can now hide this Content Editor web part from the view on the page, by setting the following properties as:

Height: 0px
Width: 0px
Chrome Type: none

Wednesday, 19 November 2008

Data Sync Issue for a User between Active Directory and Site Collection

Frequently we see a issue where there is mismatch for a user data available in SharePoint Site and the data available in Active Directory for a user. The Data in Active Directory is modified but that is not reflecting in SharePoint Site. So the data between this two are not in sync.

This is how I the data sync works between SSP and Site Collection. The data is imported to SharePoint SSP from active directory and from SharePoint SSP to SharePoint Site. So SharePoint SSP sits in between SharePoint site and Active Directory. The data from SSP flows based on the configured sync (full or incremental).

When someone adds a User into a Site Collection through a People Picker the profile will be created in the SharePoint site with the most current information available on SharePoint SSP at that point of time. Profiles on SharePoint siets are not updated automatically/incrementally from the SharePoint SSP. So if there are any changes made in the Active Directory they will not be reflecting into the SharePoint Site. Hence the data between Active Directory and SharePoint Site is not in sync.

As a workaround to fix this issue we can delete the profile from Site collection and re-add this into the site collection. This will force the site collection to pull new data from the SSP. It may happen that this process will not work for first time. Trying to do this process multiple time should get a profile with most recent data from the SSP into site collection.

You can also find interesting to read User Details are not showing in the SharePoint Site

Related Posts with Thumbnails