SMObjectList.Handle
(1)
SharePoint
(1)
RowDataBound
(1)
ObjectList
(1)
CallStack
(1)
CustomErrors
(1)
Serif
(1)
Announcements
(1)
Content and Structure page is not working
Asked By Connie Branwell
19-Jan-09 02:16 PM
We are having the same issue with our site map. SMObjectList.Handle_RowDataBound: ObjectList 'ObjectList1' could not add ECB menu to row '12' because of 'Cannot complete this action. Please try again.'
Did you find a resolution for this issue?
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com/default.aspx?ref=ng
Content and Structure page is not working
David Rosen replied to Connie Branwell
02-Dec-09 12:18 PM
1. Click on view all site content.
2. Click on all lists (try announcements first) When you reach the one that gives you the cannot complete this action open up SharePoint designer and delete it.
3. Then test manage content and structure to see if it is working.
4. Then restore the list from the recycle bin if it worked and test again.
I hope this helps.
Cheers,
Dave Rosen
Content and Structure page is not working
David Rosen replied to Connie Branwell
02-Dec-09 12:20 PM
1. Click on view all site content.
2. Click on all lists (try announcements first) When you reach the one that gives you the cannot complete this action open up SharePoint designer and delete it.
3. Then test manage content and structure to see if it is working.
4. Then restore the list from the recycle bin if it worked and test again.
I hope this helps.
Cheers,
Dave Rosen
Content and Structure page is not working
David Rosen replied to Connie Branwell
02-Dec-09 12:21 PM
1. Click on view all site content.
2. Click on all lists (try announcements first) When you reach the one that gives you the cannot complete this action open up SharePoint designer and delete it.
3. Then test manage content and structure to see if it is working.
4. Then restore the list from the recycle bin if it worked and test again.
I hope this helps.
Cheers,
Dave Rosen
------=_NextPart_0001_0DC0A0A8Content-Type:
sunil replied to David Rosen
11-Jan-10 03:39 AM

------=_NextPart_0001_0DC0A0A8
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Dave is right..
Manage Content and Sources enumerates all objects from the site. Generally
it fails on any corrupted list or library. This exception can be identified
by implemeting following changed in web.config file which will will show
you the actual exception message and stack trace which will help you in
further troubleshooting:
Locate the web.config file for the web application in question
Search for a tag customErrors and set its value to "Off".
Search for a tag CallStack and set its value to "true".
The other option you have is to visit all list and libraries manually once
and open at least one item to make sure its healthy.
If you want to see the error message immediately in ULS logs then do
following:
Run following command on the Web Front Sever being serving the site:
net stop sptrace
net start sptrace
Try to repro the issue then i.e Browse to Manage Content and Structure once.
Restart tracing service once again by running, this way you would capture
only the required information related to your error:
net stop sptrace
net start sptrace
This will actually force SharePoint logging service to start writiing to a
new log file located in C:\Program Files\Common Files\Microsoft Shared\web
server extensions\12\LOGS
Sort on "modified date" a take a look at the Second Last log file (since we
have restarted tracing service again and SharePoint has left the file whcih
contains errors) Check the time stamp of the file to make sure you are
looking at the right log file.
------=_NextPart_0001_0DC0A0A8
Content-Type: text/x-rtf
Content-Transfer-Encoding: 7bit
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}}
\viewkind4\uc1\pard\f0\fs20 Dave is right..
\par
\par Manage Content and Sources enumerates all objects from the site. Generally it fails on any corrupted list or library. This exception can be identified by implemeting following changed in web.config file which will will show you the actual exception message and stack trace which will help you in further troubleshooting:
\par
\par Locate the web.config file for the web application in question
\par
\par \tab Search for a tag customErrors and set its value to "Off".
\par \tab\tab\tab <customErrors mode="Off" />
\par \tab
\par \tab Search for a tag CallStack and set its value to "true".
\par \tab\tab <SafeMode MaxControls="50" CallStack="false" />
\par
\par The other option you have is to visit all list and libraries manually once and open at least one item to make sure its healthy.
\par
\par If you want to see the error message immediately in ULS logs then do following:
\par
\par Run following command on the Web Front Sever being serving the site:
\par
\par net stop sptrace
\par net start sptrace
\par
\par Try to repro the issue then i.e Browse to Manage Content and Structure once.
\par
\par Restart tracing service once again by running, this way you would capture only the required information related to your error:
\par
\par net stop sptrace
\par net start sptrace
\par
\par This will actually force SharePoint logging service to start writiing to a new log file located in C:\\Program Files\\Common Files\\Microsoft Shared\\web server extensions\\12\\LOGS
\par
\par Sort on "modified date" a take a look at the Second Last log file (since we have restarted tracing service again and SharePoint has left the file whcih contains errors) Check the time stamp of the file to make sure you are looking at the right log file.
\par
\par }
------=_NextPart_0001_0DC0A0A8--


SharePoint Sharepoint & Sharepoint Designer 2007 How do I go about putting drop down menus into my Sharepoint site using Desgner? I've inserted the pages in the regular Sharepoint Home toolbar, i.e. the toolbar that remains throughout the cjvandyk.com / blog RSS: http: / / feeds.feedburner.com / cjvandyk keywords: Sharepoint, , &, Sharepoint, Designer, 2007 description: How do I go about putting drop down menus into my Sharepoint site using Desgner I've inserted the pages in the regular Sharepoint Home toolbar, i.e. th
SharePoint Office SharePoint, Windows SharePoint and SharePoint Portal Hi, I am a novice about SharePoint. Can anybody tell me if Office SharePoint, Windows SharePoint and SharePoint Portal are same thing? same server application? or what is the different among them? Thanks in advance! Lisa Microsoft Office SharePoint Server 2007 (aka MOSS) is the latest version of the SharePoint technology. SharePoint Portal generally refers to the old version 2003
SharePoint SharePoint question. . . confused Hello everybody Lately, I tried to inform myself about Microsoft SharePoint. But somehow I couldn't get a clear picture, I am pretty much confused. There are various SharePoint products: - SharePoint Server - SharePoint Portal - SharePoint Services - SharePoint Designer When I want to employ SharePoint to simplify the collaboration of the employees, what products do suggest that you read chapter one of the Real World SharePoint 2007 book (Wrox 2007) where I include a history of
SharePoint Sharepoint designer 2007 / Sharepoint Solution generator / VS2005 Hi, My environment is WSS 3.0 on Windows server 2003. I designed a sharepoint site with sharepoint designer and then generated the solution with Sharepoint Solution generator. Using Visual studio 2005, I compiled and deployed file and find few errors: w3wp.exe (0x0FA8) 0x12F8 Windows SharePoint Services General 72l8 High VcomCache: Failed to QI for interface IID w3wp.exe (0x0FA8) 0x12F8 Windows SharePoint Services General 72l9 Medium VcomCache: The QI failed, retrying. . . SPSolGen exe (0x14F4) 0x0AEC Windows SharePoint Services General 8e25 Medium Failed to look up string with error when try deploying a solution(generated from an existing sharepoint site), correct? According to the problem scenario you mentioned, I
SharePoint SharePoint Jobs - Chicago - Immediate need - Referral fees paid. SharePoint Architect, program manager, practice manager and SharePoint Developers needed in Chicago. If you know anyone that is immediately available in the Chicago area as an experienced SharePoint Developer, SharePoint Architect, SharePoint Admin, SharePoint Practice manager, SharePoint Project manager, etc. . . Must have permanent work status in USA http: / / www.nexmation.com / staff / it-recruiter-john-kaufman / keywords: SharePoint, Jobs, -, Chicago, -, Immediate, need, -, Referral, fees, paid. description: SharePoint Architect
SharePoint Sharepoint components I'm very confused, please some one helps me are the required components to build a web application using sharepoint? There are different components such as sharepoint services, sharepoint server and sharepoint designer. As I know sharepoint services is a core component and it is essential one What about sharepoint server and sharepoint designer? Can I build application using sharepoint services and sharepoint server only? Or I need to use
SharePoint Sharepoint development without sharepoint server I'm new to sharepoint, i have a simple question but i can't figure the answer. To build a customized web application based on sharepoint, Do i need to install sharepoint server ? In other words, can i use only the following components to build and deploy sharepoint application. . . Windows server 2003 with sharepoint services. Visual studio 2005 with sharepoint extension. .NET framework 3.0 IIS to host the developed would you test it? The environment you have listed has SharePoint. . .SharePoint Services (full name is Windows SharePoint Services aka WSS
SharePoint sharepoint db issue This is a multi-part message in MIME me just start by saying I have no clue about sharepoint so I'm = learning as I go. So here is handed to me. On our web server that = is running sharepoint, I'm getting errors in the EventViewer stating it = cannot connect to a sharepoint database on the database server. I get = this error once I = find out what is trying to connect to this sharepoint database? Its a = sharepoint site, but how can I find out which one? = 20 SharePoint is the only thing running on the web servers were 1" Content-Transfer-Encoding: quoted-printable charset = 3Diso-8859-1"> sharepoint so = 20 I'm learning as I go.< / FONT> < / DIV> our web = 20 server that is running sharepoint, I'm getting errors in the EventViewer = stating = 20 it