Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Chandru's SharePoint / MCMS Blog !
All posts are provided "AS IS" with no warranties, and confers no rights.
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
No tags have been created or used yet.
Recent Posts
SharePoint SendEmail Activity “Go to My Tasks”
Remove duplicate Workflows displayed on the existing sites
Add custom columns in document content type by default when MySite is created and also for Existing MySit
SharePoint Custom Workflow action to get a list item as an attachment in another list
Understanding MCMS File Cache
Archives
December 2009 (1)
October 2009 (1)
September 2009 (2)
June 2009 (9)
May 2009 (1)
March 2009 (1)
February 2009 (1)
January 2009 (2)
December 2008 (2)
August 2008 (2)
July 2008 (3)
June 2008 (1)
July 2008 - Posts
Saturday, July 19, 2008 9:40 PM
Business Data Catalog with Oracle
There are multiple scenarios in BDC, where we can see this error message “ An error occurred while retrieving data from <InstanceName>. Administrators, see the server log for more information .” Let me talk about one of the instance that can happen
Posted by
chandrasekarn
|
4 Comments
Saturday, July 19, 2008 9:06 PM
Custom site definition - Using GetAvailableWebTeplates / GetWebTemplates
In SharePoint object model when the following sequence of steps happen, the deployed custom site definition will not be found. Step 1 : Add Solution ( The solution package consisting of site templates and features ) Step 2 : Create Web application. Step
Posted by
chandrasekarn
|
1 Comments
Saturday, July 19, 2008 8:37 PM
Calling OpenBinaryStream throws COM exception - 0x80070092
Create an instance of SPFile using GetFile method and pass the GUID of the file in its parameter. Then immediately call OpenBinaryStream method in the instance of spfile. It then throws a COM exception "The path specified is being used in a substitute.
Posted by
chandrasekarn
|
2 Comments