Issue:
The Managed Metadata Service or Connection is currently not available…
While configuring the Managed Metadata Service I got the below error...
The Managed Metadata Service or Connection is currently not available. The Application Pool or Managed Metadata Web Service may not have been started, Contact your Administrator.
Resolution:
After installing this the problem is resolved.
You can get the hot fix ‘KB976462 – SharePoint Shared Services Roll-ip’ at
http://code.msdn.microsoft.com/KB976462/Release/ProjectReleases.aspx?ReleaseId=3571
Tuesday, August 24, 2010
Friday, August 13, 2010
SpUtility Mail Truncate issue
Issue:
SP Utility - Mail truncated after 2048 characters.
Solution:
Use \r\n
Example:
_mailContents.Append("");
_mailContents.Append("If you have any questions, please click here to contact us.");
_mailContents.Append(" \r\n");
_mailContents.Append("");
Enjoi!!
SP Utility - Mail truncated after 2048 characters.
Solution:
Use \r\n
Example:
_mailContents.Append("
_mailContents.Append("If you have any questions, please click here to contact us.");
_mailContents.Append("
_mailContents.Append("
Enjoi!!
Fix for : The List cannot be displayed in Datasheet view (WSS 3.0 and MOSS 2007).
The List cannot be displayed in Datasheet view (WSS 3.0 and MOSS 2007).
Issue:
I also had the same problems on a Windows 7 64 bit Ultimate machine, running Office 2010 64 bit. I installed the 2007 Office System Driver: Data Connectivity Components as instructed on the local machine and did indeed fixed the Datasheet funcitionality.
Solution:
http://www.microsoft.com/downloads/details.aspx?familyid=7554F536-8C28-4598-9B72-EF94E038C891&displaylang=en
2007 Office System Driver: Data Connectivity Components
Issue:
I also had the same problems on a Windows 7 64 bit Ultimate machine, running Office 2010 64 bit. I installed the 2007 Office System Driver: Data Connectivity Components as instructed on the local machine and did indeed fixed the Datasheet funcitionality.
Solution:
http://www.microsoft.com/downloads/details.aspx?familyid=7554F536-8C28-4598-9B72-EF94E038C891&displaylang=en
2007 Office System Driver: Data Connectivity Components
Subscribe to:
Posts (Atom)