coradix-tech.blogspot.com
Integrating OpenText Content Server 2010 with SharePoint 2010 | Coradix
http://coradix-tech.blogspot.com/2012/07/integrating-opentext-content-server.html
Tuesday, 31 July 2012. Integrating OpenText Content Server 2010 with SharePoint 2010. Bruce Miller, RIMtech Inc. As we all know, OpenText Content Server 2010 (CS 2010) is mandated as the EDRMS platform for electronic recordkeeping at the Government of Canada. Shared Services Canada (SSC) has developed a more or less standardized implementation of CS 2010, known as GCDocs. Which Treasure Board hopes will be rolled out at some larger departments within the next year or so. The bottom line is that the tool ...
faraz-khan.blogspot.com
Faraz Khan's SharePoint blog: How to Correctly Backup and Restore Term Store DB, Content Type Hub and Content Database
http://faraz-khan.blogspot.com/2012/09/how-to-correctly-backup-and-restore.html
Faraz Khan's SharePoint blog. Faraz's tips and tricks on SharePoint and other technologies. Wednesday, September 12, 2012. How to Correctly Backup and Restore Term Store DB, Content Type Hub and Content Database. The Powershell command is as follows:. Finally, restore and attach all the content databases that you need to. After all this is done, do an IISReset and start the timer service. This will start the two timer jobs that push and subscribe to the content types from the new hub. Verify to make sure...
kroondyk.blogspot.com
Dave Kroondyk's Blog: Turn on Ratings Feature in SharePoint 2010
http://kroondyk.blogspot.com/2010/06/turn-on-ratings-feature-in-sharepoint.html
Wednesday, June 23, 2010. Turn on Ratings Feature in SharePoint 2010. Having just installed a fresh copy of SharePoint 2010, I of course wanted to immediately use the new Ratings feature (i.e. Netflix style ratings on list/library items). However, for some reason I could not find any reference to ratings in central admin or site settings. No way to turn it on, activate it, add a column, nothing. So what did I do? Powershell to the rescue. I wanted to enable a feature, so I did:. Now I have my command:.
codethumb.blogspot.com
Code Thumb: SharePoint 2010 Email Enabled Document Library
http://codethumb.blogspot.com/2010/10/sharepoint-2010-email-enabled-document.html
A resource for SharePoint, Infopath, SQL, Reporting Services and other Microsoft frameworks. Thursday, October 28, 2010. SharePoint 2010 Email Enabled Document Library. I have been working with SharePoint for nine years and love it. Amazingly, I finally had a reason to use the SharePoint e-mailed enabled library, which I have wanted to learn since 2007. After a number of searches on Google I found Jeff Widmer’s Blog with a part of the solution: http:/ weblogs.asp.net/jeffwids/archive/2010/0...Login to Ce...
weekbeforenext-blog.blogspot.com
weekbeforenext: Extracting Month and Year from a Date and Time Field
http://weekbeforenext-blog.blogspot.com/2011/06/extracting-month-and-year-from-date-and.html
Wednesday, June 29, 2011. Extracting Month and Year from a Date and Time Field. I created a series of of document libraries in Sharepoint 2010 to archive minutes from meetings. I wanted to create a view that grouped the minutes by year and month, but I only wanted users to enter the date of the meeting. I figured out how to extract the month and year from the date column and display those as separate columns. After creating a new document library, I created a Date and Time column named Date. Extracting M...
aj-sharepoint.blogspot.com
Aj's Blog.: Archive SharePoint Document Library versions.
http://aj-sharepoint.blogspot.com/2010/03/archive-sharepoint-document-library.html
Xploring SharePoint and realted functionalities. Wednesday, March 10, 2010. Archive SharePoint Document Library versions. Requirement : Archive versions created in a document library to another document library on daily basis. Study : There are vairuos option to try doing it, but to automate the process its better to go fir shareoint timer jobs. Solution : Create timer jobs which starts on feature activation performing the requirement on daily basis. Create Timer job in a feature. Byte[] dBytes = null;.
sharepoint-bunny.blogspot.com
SharePoint Blog: SharePoint 2010: Export and Archive Audit Logs
http://sharepoint-bunny.blogspot.com/2013/01/sharepoint-2010-export-and-archive.html
SharePoint, Office 365, MS SQL, Windows Azure, - Unlock all the potential of your Microsoft collaboration platform. Thursday, January 24, 2013. SharePoint 2010: Export and Archive Audit Logs. If you ever work with customers with a high demand on compliance and audit reporting, you will think about using SharePoint Audit Reporting. I want to share some of my experiences about this topic. Capture all document and item events: all flags. Capture all lists, libraries, sites: all flags. Audit log trimming: No.
doitwithsharepoint.blogspot.com
Do It With SharePoint: Create a Custom Timer Job in SharePoint 2010
http://doitwithsharepoint.blogspot.com/2011/01/create-custom-timer-job-in-sharepoint.html
Do It With SharePoint. SharePoint provides a lot of great features. Let us learn how to use them. Let us explore how to do things with SharePoint. Monday, January 3, 2011. Create a Custom Timer Job in SharePoint 2010. Timer jobs are created by extending the SPJobDefinition. Class and deployed as features. So we will create a class which extends the SPJobDefinition. Create an empty SharePoint project in VS 2010. Give the Site Collection URL where you want this feature will be activated. Also handle the fe...
SOCIAL ENGAGEMENT