Thursday, 1 July 2010
What's new in Office 2010
Office 2010 is here! like me most of you may be thinking if one should go and upgrade to Office 2010 yet. Well here is a list of new features of Office 2010 as compared to Office 2007/2003. Go ahead take look and decide See What's new in Office 2010
Wednesday, 31 March 2010
SharePoint Admin Tool Kit 4.0 installation issue on 32 bit environment
After a lot of digging around, I found the installation is not complete after the exe is run for 32bit environment , thanks to nitman's comment there are couple of steps that need to be run manually, which ideally should have been taken care by the exe itself
To deploy and activate the Batch Site Manager feature
1. At the command prompt, run stsadm.exe -o addsolution -filename "C:\ProgramFiles\Microsoft\SPAdministrationToolkit\BatchSiteManagerSolution\BatchSiteManager.wsp" to add the solution file to the farm solution store.
2. Run stsadm.exe -o deploysolution -name BatchSiteManager.wsp -immediate -allowgacdeployment to deploy the solution to the farm.
3. Go to Central Admin -> Operations -> Solution Management, confirm batchsitemanager.wsp status is deployed.
4. Run stsadm -o activatefeature -name BatchSiteManagerLinks to activate the feature.
To deploy and activate the Permission Reporting Tool feature
1. At the command prompt, run stsadm.exe -o addsolution -filename "C:\Program Files\Microsoft\SPAdministrationToolkit\PermissionReportingSolution\PermissionReporting.wsp" to add the solution file to the farm solution store.
2. Run stsadm.exe -o deploysolution -name PermissionReporting.wsp -immediate -allowgacdeployment to deploy the solution to the farm.
3. Go to Central Admin -> Operations -> Solution Management, confirm permissionreporting.wsp status is deployed.
4. Run stsadm -o activatefeature -name PermissionReporting to activate the feature.
Tuesday, 30 March 2010
SharePoint Server 2010 Beta Product Key
If you are not able to locate the SharePoint Server 2010 Beta, Product key on the download site,
SharePoint Server 2010 Beta(Enterprise Client Access License features) product key: PKXTJ-DCM9D-6MM3V-G86P8-MJ8CY
SharePoint Server 2010 Beta(Enterprise Client Access License features) product key: PKXTJ-DCM9D-6MM3V-G86P8-MJ8CY
Monday, 22 March 2010
Resolution for SP 2010 installation issue
Last week I had mentioned that I am facing some issues with SP 2010 foundation installation and I keep getting prompted for server reboots. I was able to get through it and I alomost for got to share the resolution...
I would like to thank Bill Baer for neatly listing all the SP 2010 installation issues and how to overcome them, if you have faced any other issue other than the one I faced please refer Bill Baer's blog
I have an extract from the blog that helped me
Setup is unable to proceed due to the following error(s):
A system restart from a previous installation or update is pending. Restart your computer and run setup to continue.
For the list of pre-requisites needed to install the product please refer to:
http://go.microsoft.com/fwlink/?LinkId=106209
Correct the issue(s) listed above and re-run setup.
Check the value of the following Registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\UpdateExeVolatile - if the value of the UpdateExeVolatile Registry key is anything other than 0 you will see this message.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations - if the PendingFileRenameOperations Registry key has any value you will see this message.
To remove an orphaned UpdateExeVolatile registry key value
Open a registry editor, such as Regedit.exe or Regedt32.exe.
Navigate to HKLM\SOFTWARE\Microsoft\Updates\
In the right navigation pane, double-click the UpdateExeVolatile key.
Configure the key with a value of 0
Close Registry Editor.
To delete the orphaned PendingFileRenameOperations registry key
Open a registry editor, such as Regedit.exe or Regedt32.exe.
Navigate to HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\
In the right navigation pane, right-click the PendingFileRenameOperations key and select Delete.
Close Registry Editor.
I would like to thank Bill Baer for neatly listing all the SP 2010 installation issues and how to overcome them, if you have faced any other issue other than the one I faced please refer Bill Baer's blog
I have an extract from the blog that helped me
Setup is unable to proceed due to the following error(s):
A system restart from a previous installation or update is pending. Restart your computer and run setup to continue.
For the list of pre-requisites needed to install the product please refer to:
http://go.microsoft.com/fwlink/?LinkId=106209
Correct the issue(s) listed above and re-run setup.
Check the value of the following Registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\UpdateExeVolatile - if the value of the UpdateExeVolatile Registry key is anything other than 0 you will see this message.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations - if the PendingFileRenameOperations Registry key has any value you will see this message.
To remove an orphaned UpdateExeVolatile registry key value
Open a registry editor, such as Regedit.exe or Regedt32.exe.
Navigate to HKLM\SOFTWARE\Microsoft\Updates\
In the right navigation pane, double-click the UpdateExeVolatile key.
Configure the key with a value of 0
Close Registry Editor.
To delete the orphaned PendingFileRenameOperations registry key
Open a registry editor, such as Regedit.exe or Regedt32.exe.
Navigate to HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\
In the right navigation pane, right-click the PendingFileRenameOperations key and select Delete.
Close Registry Editor.
Ready to Evaluate SP 2010
Now that I have setup a virtual environment with SP2010, I was literally stuck..thinking ...now what!!!
I guess Microsoft heard me and I found this real good evaluation guide on their technet site http://technet.microsoft.com/en-us/library/cc262881(office.14).aspx . The guide starts from what's new and runs through installation, deployment and upgrade options. I found this guide really helpful.
I guess Microsoft heard me and I found this real good evaluation guide on their technet site http://technet.microsoft.com/en-us/library/cc262881(office.14).aspx . The guide starts from what's new and runs through installation, deployment and upgrade options. I found this guide really helpful.
SharePoint 2010 + Virtualization
With SharePoint 2010(64bit) we definately lost one advantage!! i.e setting up a VM for development or for that matter just to play around with the new features on a laptop(32bit)......or did we??
The moment this came to my mind I started to explore the possibility of setting up a 64 bit VM on my laptop and I could find more than one option and here they are. I am sure there are people like me who wish to setup 2010 on their laptop I hope this will help them out.
1.Vitrual Box from Sun
2.Microsoft® Hyper-V™ Server 2008 R2 is another good option
3. VMware Workstation is really good if you do not mind spending some money on your VM
of course there are more than 3 options available like the native boot to VHD option available on Windows 7 and Windows Server 2008 R2. Out of the list I particularly liked the Hyper-V as it lets me reserve most of the memory that I have on my laptopn to the VM
The moment this came to my mind I started to explore the possibility of setting up a 64 bit VM on my laptop and I could find more than one option and here they are. I am sure there are people like me who wish to setup 2010 on their laptop I hope this will help them out.
1.Vitrual Box from Sun
2.Microsoft® Hyper-V™ Server 2008 R2 is another good option
3. VMware Workstation is really good if you do not mind spending some money on your VM
of course there are more than 3 options available like the native boot to VHD option available on Windows 7 and Windows Server 2008 R2. Out of the list I particularly liked the Hyper-V as it lets me reserve most of the memory that I have on my laptopn to the VM
Wednesday, 17 March 2010
SharePoint Saturday India
What is SharePoint Saturday ?
SharePoint Saturday India is a free, educational, informative, & lively day filled with sessions from respected SharePoint professionals & MVPs who are willing to share their great experience with Indians.
For more information and to register for the event visit SharePoint Saturday India site!
SharePoint Saturday India is a free, educational, informative, & lively day filled with sessions from respected SharePoint professionals & MVPs who are willing to share their great experience with Indians.
For more information and to register for the event visit SharePoint Saturday India site!
Subscribe to:
Posts (Atom)