Accordion on SharePoint's td element

I'm trying to use Accordion on my SharePoint project and I have this CEWP using JavaScript that creates a header placed under <td> element (see attached) class name "sectionHeader" the problem is its not working. Do we have some work around
so I can use it on a table tag?

Hi Here is my code
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script> <link rel="stylesheet" href="/resources/demos/style.css"> <script> $(function() { $( ".selectionHeader" ).accordion({ collapsible: true }); }); </script>

Similar Messages

  • SharePoint Integration with Elements

    Does the latest version of Photoshop Elements allow you to save directly to a SharePoint library?  If not, is there a third-party tool/add-on that enables this?

    Thanks for the response.  In this case, we have existing SharePoint picture libraries and I was wondering if I could save directly to them.  Haven't found anything so far saying that you can do that.  I'm not on the latest version so was also wondering is perhaps you can, but just in newer versions only.

  • How to disable the selection of "Title and logo URL of a SharePoint 2013 site" from browser

    how to disable the selection of "Title and logo URL of a SharePoint 2013 site" from browser or How can we able to set our custom default log to the sp2013 site using code.So that users are not allowed to change from browser again.
    Thanks &amp; Regards, Krishna

    Hi  Krishna,
    For your issue, you need to deploy a farm solution using HideCustomAction to hide site settings link. For example to hide “Title, description, and logo” link you can use below code:
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <HideCustomAction
    GroupId="Customization"
    HideActionId = "ProjectSettings"
    Location = "Microsoft.SharePoint.SiteSettings">
    </HideCustomAction>
    </Elements>
    Reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/92f002b7-0e9c-424e-836a-de40c4e5d81f/hide-option-from-site-settings-page-in-sharepoint-2010?forum=sharepointdevelopmentprevious
    http://blog.milanchauhan.com/2013/06/add-custom-section-in-site-settings.html
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Accordion Widget not saving current scroll position

    Accordion widget saves scroll position in Firefox, however in
    IE7 the position gets reset to the center of Accordion Widget.
    Example. Select Alabama and then select Wisconsin to see
    effect.
    See www.Qualite1.com/contactUs.html

    Hi ghaug,
    This is due to the tabindex attribute that is on the
    top-level element of the accordion. Apparently when an element is
    focused in IE, it tries to make sure the top of that element is in
    view, so it is "conveniently" scrolling it into view for you.
    To prevent this behavior for accordions like yours that don't
    fit neatly into a single screen, you are going to have to remove
    the tabindex attribute from the top-level accordion element. If you
    still want/need keyboard navigation of your accordion, then you
    have to switch to using links in your accordion tabs. You can find
    an example here:
    http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample.html#EnablingKey boardNavigationWithLinks
    --== Kin ==--

  • Cannot start FIMSynchronizationService after applying ServicePack for SharePoint 2013 Server

    Dear all,
    Yesterday we have applied SP1 for SharePoint 2013 on our SharePoint Farm (1 one server + 1 db server). Unfortunately the FIMSynchronizationService (Forefront Identity Manager Synchronization Service) will not start anymore after applying the SP.
    The SharePoint Services: User Profile Synchronisation Service and User Profile Service are started in Central Admin (can started /stopped without problems). Only the Windows Services FIMSynchronizationService cannot be started anymore.
    What can be the cause of this problem?
    The following application event is visible in the Event Viewer:
    ID 6324
    The server encountered an unexpected error and stopped.
    "BAIL: MMS(1856): sql.cpp(8490): 0x80231334 (The sql connection string has unsupported values.)
    BAIL: MMS(1856): sql.cpp(8533): 0x80231334 (The sql connection string has unsupported values.)
    BAIL: MMS(1856): server.cpp(260): 0x80231334 (The sql connection string has unsupported values.)
    BAIL: MMS(1856): server.cpp(3860): 0x80231334 (The sql connection string has unsupported values.)
    BAIL: MMS(1856): service.cpp(1539): 0x80231334 (The sql connection string has unsupported values.)
    ERR: MMS(1856): service.cpp(988): Error creating com objects. Error code: -2145184972. This is retry number 0.
    BAIL: MMS(1856): clrhost.cpp(283): 0x80131022
    BAIL: MMS(1856): scriptmanagerimpl.cpp(7670): 0x80131022
    BAIL: MMS(1856): server.cpp(251): 0x80131022
    BAIL: MMS(1856): server.cpp(3860): 0x80131022
    BAIL: MMS(1856): service.cpp(1539): 0x80131022
    ERR: MMS(1856): service.cpp(988): Error creating com objects. Error code: -2146234334. This is retry number 1.
    BAIL: MMS(1856): clrhost.cpp(283): 0x80131022
    BAIL: MMS(1856): scriptmanagerimpl.cpp(7670): 0x80131022
    BAIL: MMS(1856): server.cpp(251): 0x80131022
    BAIL: MMS(1856): server.cpp(3860): 0x80131022
    BAIL: MMS(1856): service.cpp(1539): 0x80131022
    ERR: MMS(1856): service.cpp(988): Error creating com objects. Error code: -2146234334. This is retry number 2.
    BAIL: MMS(1856): clrhost.cpp(283): 0x80131022
    BAIL: MMS(1856): scriptmanagerimpl.cpp(7670): 0x80131022
    BAIL: MMS(1856): server.cpp(251): 0x80131022
    BAIL: MMS(1856): server.cpp(3860): 0x80131022
    BAIL: MMS(1856): service.cpp(1539): 0x80131022
    ERR: MMS(1856): service.cpp(988): Error creating com objects. Error code: -2146234334. This is retry number 3.
    BAIL: MMS(1856): service.cpp(1002): 0x80131022
    Forefront Identity Manager 4.0.2450

    1. Try to reboot server and run PSCONFIG wizard.
    2. Check if permission of sync account has not changes (SPECIALLY Replicate directory change )permission on AD or local computer
    3. what account are you logged in with. 
    If possible provide ULS log details
    If this helped you resolve your issue, please mark it Answered
    Hello, thanks for your reply,
    We have done the following:
    1. rebooted server
    2. run psconfig: Psconfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -c
    installfeatures
    3. result: complaining about webconfig.accsrv.xml (removed this and tried again, then complaining about other web.config file)
    9/24/2014 19:05:14  9  ERR            Task applicationcontent has failed with an unknown exception
    09/24/2014 19:05:14  9  ERR            Exception: System.IO.InvalidDataException: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML
    heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is ongeldig.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.CheckMergedActionsConfiguration(XmlDocument xd, String sourceFileName, Boolean createMergedActionsConfiguration)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    09/24/2014 19:05:14  9  INF            Entering function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF              Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                Resource id to be retrieved is ExceptionInfo for language Dutch (Netherlands)
    09/24/2014 19:05:14  9  INF                Resource retrieved id ExceptionInfo is Er is een uitzondering van het type {0} opgetreden. Aanvullende informatie over de uitzondering:
    {1}
    09/24/2014 19:05:14  9  INF              Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF            Leaving function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF            Entering function Common.BuildExceptionInformation
    09/24/2014 19:05:14  9  INF              Entering function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF                Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                  Resource id to be retrieved is ExceptionInfo for language Dutch (Netherlands)
    09/24/2014 19:05:14  9  INF                  Resource retrieved id ExceptionInfo is Er is een uitzondering van het type {0} opgetreden. Aanvullende informatie over
    de uitzondering: {1}
    09/24/2014 19:05:14  9  INF                Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF              Leaving function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF            Leaving function Common.BuildExceptionInformation
    09/24/2014 19:05:14  9  ERR            Er is een uitzondering van het type System.IO.InvalidDataException opgetreden. Aanvullende informatie over de uitzondering: Het webconfiguratiebestand C:\Program
    Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is ongeldig.
    System.IO.InvalidDataException: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is
    ongeldig.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.CheckMergedActionsConfiguration(XmlDocument xd, String sourceFileName, Boolean createMergedActionsConfiguration)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    09/24/2014 19:05:14  9  INF            Entering function Common.BuildExceptionInformation
    09/24/2014 19:05:14  9  INF              Entering function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF                Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                  Resource id to be retrieved is ExceptionInfo for language Dutch (Netherlands)
    09/24/2014 19:05:14  9  INF                  Resource retrieved id ExceptionInfo is Er is een uitzondering van het type {0} opgetreden. Aanvullende informatie over
    de uitzondering: {1}
    09/24/2014 19:05:14  9  INF                Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF              Leaving function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF            Leaving function Common.BuildExceptionInformation
    09/24/2014 19:05:14  9  INF            Entering function get CommandCollection.this[string key]
    09/24/2014 19:05:14  9  INF              Entering function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF                Found value in collection for key global
    09/24/2014 19:05:14  9  INF              Leaving function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF              Found command global in collection
    09/24/2014 19:05:14  9  INF            Leaving function get CommandCollection.this[string key]
    09/24/2014 19:05:14  9  INF            Entering function get CommandCollection.this[string key]
    09/24/2014 19:05:14  9  INF              Entering function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF                Found value in collection for key initialize
    09/24/2014 19:05:14  9  INF              Leaving function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF              Found command initialize in collection
    09/24/2014 19:05:14  9  INF            Leaving function get CommandCollection.this[string key]
    09/24/2014 19:05:14  9  INF            Entering function Command.this[string key]
    09/24/2014 19:05:14  9  INF              Entering function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF                Found value in collection for key SINGLESERVER
    09/24/2014 19:05:14  9  INF              Leaving function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF              Found parameter SINGLESERVER in collection
    09/24/2014 19:05:14  9  INF            Leaving function Command.this[string key]
    09/24/2014 19:05:14  9  INF            Entering function Command.this[string key]
    09/24/2014 19:05:14  9  INF              Entering function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF                Found value in collection for key upgradesessionid
    09/24/2014 19:05:14  9  INF              Leaving function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF              Found parameter upgradesessionid in collection
    09/24/2014 19:05:14  9  INF            Leaving function Command.this[string key]
    09/24/2014 19:05:14  9  INF            Releasing the farm upgrade lock in common exception handler.
    09/24/2014 19:05:14  9  INF            Entering function TaskBase.OnTaskStop
    09/24/2014 19:05:14  9  INF              Creating the OnTaskStop event for task applicationcontent
    09/24/2014 19:05:14  9  ERR              Task applicationcontent has failed
    09/24/2014 19:05:14  9  INF              friendlyMessage for task applicationcontent is Er is een uitzondering van het type System.IO.InvalidDataException opgetreden. Aanvullende informatie
    over de uitzondering: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is ongeldig.
    09/24/2014 19:05:14  9  INF              debugMessage for task applicationcontent is Er is een uitzondering van het type System.IO.InvalidDataException opgetreden. Aanvullende informatie
    over de uitzondering: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is ongeldig.
    System.IO.InvalidDataException: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is
    ongeldig.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.CheckMergedActionsConfiguration(XmlDocument xd, String sourceFileName, Boolean createMergedActionsConfiguration)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    09/24/2014 19:05:14  9  INF              Entering function TaskBase.FireTaskStateChanged
    09/24/2014 19:05:14  9  INF                Firing the OnTaskStateChanged event for task applicationcontent
    09/24/2014 19:05:14  9  INF                Entering function TaskDriver.TaskStateEventHandler
    09/24/2014 19:05:14  9  INF                  Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                    Resource id to be retrieved is ApplicationContentTaskDisplayName for language Dutch (Netherlands)
    09/24/2014 19:05:14  9  INF                    Resource retrieved id ApplicationContentTaskDisplayName is bestanden met inhoud voor toepassingen installeren
    09/24/2014 19:05:14  9  INF                  Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                  Received an TaskStateEventHandler event.  task:applicationcontent TaskBase.State:stopped
    09/24/2014 19:05:14  9  INF                  Entering function TasksQueue.IncrementTaskFailed
    09/24/2014 19:05:14  9  INF                    Incremented the number of tasks failed to 1
    09/24/2014 19:05:14  9  INF                  Leaving function TasksQueue.IncrementTaskFailed
    09/24/2014 19:05:14  9  INF                  Task applicationcontent has stopped and failed.  Total failed is now 1
    09/24/2014 19:05:14  9  INF                Leaving function TaskDriver.TaskStateEventHandler
    09/24/2014 19:05:14  9  INF                Entering function CommandLine.TaskStateEventHandler
    09/24/2014 19:05:14  9  INF                  Received an TaskStateEventHandler event.  task:applicationcontent TaskBase.State:stopped
    09/24/2014 19:05:14  9  INF                  Task applicationcontent has stopped and failed.  Total failed is now 1
    09/24/2014 19:05:14  9  INF                  Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                    Resource id to be retrieved is ApplicationContentTaskFailConfigDisplayLabel for language Dutch (Netherlands)
    09/24/2014 19:05:14  9  INF                    Resource retrieved id ApplicationContentTaskFailConfigDisplayLabel is Kan de bestanden met inhoud voor toepassingen
    niet installeren.
    09/24/2014 19:05:14  9  INF                  Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                  Last message from task applicationcontent is Er is een uitzondering van het type System.IO.InvalidDataException opgetreden.
    Aanvullende informatie over de uitzondering: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of
    dit element is ongeldig.
    09/24/2014 19:05:14  9  INF                Leaving function CommandLine.TaskStateEventHandler
    09/24/2014 19:05:14  9  INF              Leaving function TaskBase.FireTaskStateChanged
    09/24/2014 19:05:14  9  INF            Leaving function TaskBase.OnTaskStop
    09/24/2014 19:05:14  9  INF          Leaving function TaskThread.ExecuteTask
    09/24/2014 19:05:14  1  INF          Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Resource id to be retrieved is ApplicationContentTaskDisplayName for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF            Resource retrieved id ApplicationContentTaskDisplayName is bestanden met inhoud voor toepassingen installeren
    09/24/2014 19:05:14  1  INF          Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  ERR          Task bestanden met inhoud voor toepassingen installeren failed, so stopping execution of the engine
    09/24/2014 19:05:14  1  INF          Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Resource id to be retrieved is ApplicationContentTaskFailConfigDisplayLabel for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF            Resource retrieved id ApplicationContentTaskFailConfigDisplayLabel is Kan de bestanden met inhoud voor toepassingen niet installeren.
    09/24/2014 19:05:14  1  INF          Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  ERR          Kan de bestanden met inhoud voor toepassingen niet installeren.
    Er is een uitzondering van het type System.IO.InvalidDataException opgetreden. Aanvullende informatie over de uitzondering: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft
    geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is ongeldig.
    System.IO.InvalidDataException: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is
    ongeldig.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.CheckMergedActionsConfiguration(XmlDocument xd, String sourceFileName, Boolean createMergedActionsConfiguration)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    09/24/2014 19:05:14  1  INF          Entering function TaskDriver.NotifyTaskSummary
    09/24/2014 19:05:14  1  INF            Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF              Resource id to be retrieved is TotalTasksRan for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF              Resource retrieved id TotalTasksRan is Totaal aantal uitgevoerde configuratie-instellingen: {0}
    09/24/2014 19:05:14  1  INF            Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Entering function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF              Sending a task driver notify event: TaskDriverEventArgs.EventCriticalityType: info, TaskDriverEventArgs.EventMessageType: totalran, TaskDriverEventArgs.EventType.notify,
    message: Totaal aantal uitgevoerde configuratie-instellingen: 4
    09/24/2014 19:05:14  1  INF              Entering function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF                Entering function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF                  Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType notify,
    message Totaal aantal uitgevoerde configuratie-instellingen: 4
    09/24/2014 19:05:14  1  INF                Leaving function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF              Leaving function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF            Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF              Resource id to be retrieved is TotalTasksSucceeded for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF              Resource retrieved id TotalTasksSucceeded is Totaal aantal geslaagde configuratie-instellingen: {0}
    09/24/2014 19:05:14  1  INF            Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Entering function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF              Sending a task driver notify event: TaskDriverEventArgs.EventCriticalityType: info, TaskDriverEventArgs.EventMessageType: totalsuccess, TaskDriverEventArgs.EventType.notify,
    message: Totaal aantal geslaagde configuratie-instellingen: 3
    09/24/2014 19:05:14  1  INF              Entering function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF                Entering function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF                  Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType notify,
    message Totaal aantal geslaagde configuratie-instellingen: 3
    09/24/2014 19:05:14  1  INF                Leaving function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF              Leaving function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF            Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF              Resource id to be retrieved is TotalTasksFailed for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF              Resource retrieved id TotalTasksFailed is Totaal aantal mislukte configuratie-instellingen: {0}
    09/24/2014 19:05:14  1  INF            Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Entering function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF              Sending a task driver notify event: TaskDriverEventArgs.EventCriticalityType: info, TaskDriverEventArgs.EventMessageType: totalfail, TaskDriverEventArgs.EventType.notify,
    message: Totaal aantal mislukte configuratie-instellingen: 2
    09/24/2014 19:05:14  1  INF              Entering function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF                Entering function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF                  Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType notify,
    message Totaal aantal mislukte configuratie-instellingen: 2
    09/24/2014 19:05:14  1  INF                Leaving function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF              Leaving function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF          Leaving function TaskDriver.NotifyTaskSummary
    09/24/2014 19:05:14  1  ERR          One or more configuration tasks has failed or some tasks were not run
    09/24/2014 19:05:14  1  INF          Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Resource id to be retrieved is PostSetupConfigurationStoppingSucceeded for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF            Resource retrieved id PostSetupConfigurationStoppingSucceeded is De configuratie van SharePoint-producten is gestopt.
    09/24/2014 19:05:14  1  INF          Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF          Entering function TaskDriver.OnTaskDriverStopping
    09/24/2014 19:05:14  1  INF            Sending a task driver stopping event: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType.stopping, De configuratie van SharePoint-producten
    is gestopt.
    09/24/2014 19:05:14  1  INF            Entering function TaskDriverStateChange.Enter
    09/24/2014 19:05:14  1  INF              Acquiring the writer lock to change the state
    09/24/2014 19:05:14  1  INF              Current state of the task driver is neverrun.  You want to change it to stoppingrun
    09/24/2014 19:05:14  1  INF              Changed state of the task driver to neverrun
    09/24/2014 19:05:14  1  INF              Released the writer lock to change the state
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriverStateChange.Enter
    09/24/2014 19:05:14  1  INF            Entering function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF              Entering function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF                Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType stopping, message
    De configuratie van SharePoint-producten is gestopt.
    09/24/2014 19:05:14  1  INF              Leaving function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF          Leaving function TaskDriver.OnTaskDriverStopping
    09/24/2014 19:05:14  1  INF        Leaving function TaskDriver.ExecuteTasks
    09/24/2014 19:05:14  1  ERR        One or more configuration tasks has failed to execute
    09/24/2014 19:05:14  1  INF        Entering function TaskDriver.Stop
    09/24/2014 19:05:14  1  INF          Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Resource id to be retrieved is PostSetupConfigurationFailedEventLog for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF            Resource retrieved id PostSetupConfigurationFailedEventLog is De configuratie van SharePoint-producten is mislukt. Voor een goede werking moet u de configuratie
    opnieuw uitvoeren. Als u een juiste diagnose wilt stellen van dit probleem, kunt u de gedetailleerde foutinformatie op {0} raadplegen, het probleem oplossen en de configuratiewizard opnieuw uitvoeren.
    09/24/2014 19:05:14  1  INF          Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  ERR          De configuratie van SharePoint-producten is mislukt. Voor een goede werking moet u de configuratie opnieuw uitvoeren. Als u een juiste diagnose wilt stellen van dit
    probleem, kunt u de gedetailleerde foutinformatie op C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS\PSCDiagnostics_9_24_2014_19_4_25_376_763845942.log raadplegen, het probleem oplossen en de configuratiewizard opnieuw uitvoeren.
    09/24/2014 19:05:14  1  INF          Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Resource id to be retrieved is PostSetupConfigurationFailedUserMessage for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF            Resource retrieved id PostSetupConfigurationFailedUserMessage is De configuratie van SharePoint-producten is mislukt. U moet de configuratie opnieuw uitvoeren
    voordat u de SharePoint-producten kunt gebruiken. Zie het diagnostisch logboek op {0} en het gebeurtenislogboek van de toepassing voor meer informatie.
    09/24/2014 19:05:14  1  INF          Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF          Entering function TaskDriver.OnTaskDriverStop
    09/24/2014 19:05:14  1  INF            Sending a task driver stop event: TaskDriverEventArgs.EventCriticalityType error, TaskDriverEventArgs.EventType.stop, De configuratie van SharePoint-producten
    is mislukt. U moet de configuratie opnieuw uitvoeren voordat u de SharePoint-producten kunt gebruiken. Zie het diagnostisch logboek op C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS\PSCDiagnostics_9_24_2014_19_4_25_376_763845942.log
    en het gebeurtenislogboek van de toepassing voor meer informatie.
    09/24/2014 19:05:14  1  INF            Entering function TaskDriverStateChange.Enter
    09/24/2014 19:05:14  1  INF              Acquiring the writer lock to change the state
    09/24/2014 19:05:14  1  INF              Current state of the task driver is neverrun.  You want to change it to stoppedrunning
    09/24/2014 19:05:14  1  INF              Changed state of the task driver to neverrun
    09/24/2014 19:05:14  1  INF              Released the writer lock to change the state
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriverStateChange.Enter
    09/24/2014 19:05:14  1  INF            Entering function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF              Entering function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF                Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType error, TaskDriverEventArgs.EventType stop, message De
    configuratie van SharePoint-producten is mislukt. U moet de configuratie opnieuw uitvoeren voordat u de SharePoint-producten kunt gebruiken. Zie het diagnostisch logboek op C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS\PSCDiagnostics_9_24_2014_19_4_25_376_763845942.log
    en het gebeurtenislogboek van de toepassing voor meer informatie.
    09/24/2014 19:05:14  1  INF              Leaving function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF          Leaving function TaskDriver.OnTaskDriverStop
    09/24/2014 19:05:14  1  INF        Leaving function TaskDriver.Stop
    09/24/2014 19:05:14  1  INF        UnLocking the task driver for exclusive use while we ran tasks
    09/24/2014 19:05:14  1  INF      Leaving function TaskDriver.Run
    09/24/2014 19:05:14  1  ERR      Post setup configuration was not run successfully when using the command line task driver module
    09/24/2014 19:05:14  1  INF    Leaving function PsconfigCommandLineMain.Main
    No idea what to do?

  • Accordion: ResetPanelContentHeight

    Still playing with the Accordion widget, and this time
    require the panel content height to resize dymamically when
    useFixedPanelHeights = false. Again have written quick
    simple function to solve this:
    function ResetPanelContentHeight(a)
    a.enableAnimation=false;
    a.openPreviousPanel();
    a.openNextPanel();
    a.enableAnimation=true;
    where "a" is the Accordion object.
    Note I added the
    enableAnimation as true on the creation of the Accordion
    object. and found was quicker to turn off for this simple solution.
    I re-enable it at the end of the function.
    The function just opens and closes the panel so fast you
    don't see it happen and when goes back into the current panel then
    the content height is reset :-)
    If anyone has another solution, would be glad to hear it,
    thanks.
    -Rich

    Hi ghaug,
    This is due to the tabindex attribute that is on the
    top-level element of the accordion. Apparently when an element is
    focused in IE, it tries to make sure the top of that element is in
    view, so it is "conveniently" scrolling it into view for you.
    To prevent this behavior for accordions like yours that don't
    fit neatly into a single screen, you are going to have to remove
    the tabindex attribute from the top-level accordion element. If you
    still want/need keyboard navigation of your accordion, then you
    have to switch to using links in your accordion tabs. You can find
    an example here:
    http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample.html#EnablingKey boardNavigationWithLinks
    --== Kin ==--

  • Spry Accordion Widget Init Closed, Without Snap?

    (This is a topic discussed in
    another
    thread, but I didn't want to hijack the thread with my own
    question, so I started a new one...)
    I want to start my Accordion widget in a closed state. I
    figured out the trick of setting the default panel to '-1' and
    turning fixed heights by altering the code in the footer of the
    page to:
    var Accordion1 = new Spry.Widget.Accordion("Accordion1",
    {defaultPanel: -1,
    useFixedPanelHeights: false});
    When you do this, however, the page loads with the first
    accordion panel open and visible for a split second until the page
    is loaded, at which point the widget snaps the panel shut. This is
    very ugly and undesirable, especially given that this accordion is
    on a page element common to every page on the site.
    I've tried setting an initial class that is hidden, however
    the Spry Accordion widget is written in such a way that it
    preserves whatever classes you have rather than replacing them.
    Does anyone know a way to load the page with the accordion
    panels shut without this initial flash of the first panel snapping
    shut?
    Thanks,
    Steve

    Hey Al,
    Nice plug for your own application! Here is another one,
    since I am one of your happy customers.
    I used the Spry widgets in the new DW CS3 and spent a couple
    of days trying to tweak things to get them to work the way I
    wanted. After getting input from my brother (his site that I am
    working on) he really wanted some more style than what I was coming
    up with using the basic DW widget. I smacked my dollar on the
    barrel head and tried out PVII Accordion instead.
    I can't tell you how fast and easy it was to insert and
    customize this plugin. Not to mention they had some nice little
    themed styles, one of which (the cobalt blue) was a real close
    match to the color scheme I originally was using! (PS - any chance
    of getting more theme styles down the road for this plugin or
    matching styles for the other ones???)
    Changing the open or closed state of the panels - it was so
    simple!!! I simply went into the modify option and chose the number
    that corresponded to my different panels in the menu list. My buddy
    used an expression about DW CS3 that fits nicely with using tools
    like PVII Accordion Magic. You can use a screwdriver with some
    precision and a lot of hand strength to build what you want but it
    will take you alot of time...or you can plugin a power drill and be
    done with it!
    To see it in action on my current work in progress go to:
    http://www.dvdflashbacks.com/williamsburghealth/index.php
    As for sstringer's original question - how to do this in DW's
    Spry widget...
    I think you are onto the right track with the -1 setting. If
    I am not mistaken though, Spry uses 0 for the first panel, so I
    think you would need to use an option like {defaultTab: 1} to open
    the 2nd panel and so on.
    PS - Just so everyone knows - I am not a sales person for
    PVII - just a very satisfied customer!

  • Accordion flexslider

    Hello there,
    I have used accordion flex slider  from this site:
    http://webcodebuilder.com/responsive-jquery-plugin-flexslider-feat-kwiks/.
    Here is my site link:
    http://bhc.edu.in/MATICS/
    My system resolution is 1366 X 768.In desktop view it works like accordion slider without any navigation icons.When i shrink the window , the slider has nav icons and also prev and next controls.
    I want the accordion model in tablet layout also.Please help me.

    Hi ghaug,
    This is due to the tabindex attribute that is on the
    top-level element of the accordion. Apparently when an element is
    focused in IE, it tries to make sure the top of that element is in
    view, so it is "conveniently" scrolling it into view for you.
    To prevent this behavior for accordions like yours that don't
    fit neatly into a single screen, you are going to have to remove
    the tabindex attribute from the top-level accordion element. If you
    still want/need keyboard navigation of your accordion, then you
    have to switch to using links in your accordion tabs. You can find
    an example here:
    http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample.html#EnablingKey boardNavigationWithLinks
    --== Kin ==--

  • How to add custom actions to the Settings page for a Document Library?

    I want to add a custom action under General Settings on the Document Library Settings page (listedit.aspx). So I added a new SharePoint 2010 "Empty Element", and put this code in the Elements.xml file:
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomAction
    Id="MyClassName"
    Sequence="999"
    GroupId="GeneralSettings"
    Location="Microsoft.SharePoint.ListEdit.DocumentLibrary"
    Title="My Link"
    Description="My description here"
    Rights="ManageWeb">
    <UrlAction
    Url="~sitecollection/_layouts/MyProject/MyPage.aspx"/>
    </CustomAction>
    </Elements>
    I found the GroupId and Location here: http://msdn.microsoft.com/en-us/library/bb802730.aspx but I am starting to wonder if this documentation is for MOSS2007 rather that SP2010
    as it says.
    What am I missing?
    Any help or hint would be greatly appreciated!

    Hi Henrik,
    Can we add above custom action in our custom group like General Settings?
    I have tried for that but it is not working.
    I have tried as follows
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomActionGroup
    Id="LibrarySettings.MyGroup"
    Title ="My Group"
    Sequence="1000"
    Location="Microsoft.SharePoint.ListEdit">
    </CustomActionGroup>
    <CustomAction Id="Custom.Configuration.ListCustomSettings"
    GroupId="LibrarySettings.MyGroup"
    Location="Microsoft.SharePoint.ListEdit"
    RequireSiteAdministrator="FALSE"
    Sequence="100"
    Title="Library Admins">
    <UrlAction Url="_layouts/15/LibrarySettings.aspx?List={ListId}" />
    </CustomAction>
    </Elements>
    But custom group is not created in list settings
    Any idea what I am missing here?

  • Problems with addNewPanel

    After trying to use the function addNewPanel I found out it
    didn't work with
    Mozilla browsers due to the use of the 'outerHTML' property.
    Finally I
    managed to write a workaround in case it might help someone.
    I'm not a good
    programmer, so it's more than possible that I had missed
    something:
    Spry.Widget.Accordion.getNewSimplePanelSnippet =
    function(tab, content)
    if( typeof tab == 'undefined' ) tab = "";
    if( typeof content == 'undefined' ) content = "";
    return '<div class="AccordionPanelTab">' + tab +
    '</div><div
    class="AccordionPanelContent style="display: none;">' +
    content + '</div>';
    Spry.Widget.Accordion.prototype.addNewPanel = function(tab,
    content,
    nextPanelIndex)
    var nextPanel = nextPanelIndex ?
    this.getPanels()[nextPanelIndex] : null;
    var newPanel = (document.createElement("div"));
    newPanel.innerHTML =
    Spry.Widget.Accordion.getNewSimplePanelSnippet(tab,
    content);
    this.element.insertBefore(newPanel,nextPanel);
    this.initPanel(newPanel);
    return newPanel;
    I've tested it with FF and IE6 and it works, it's standards
    compliant (DOM
    1) and it allows you to add panels in any position (you can't
    add a panel
    before the first one with the current function).
    Thanks!
    Andres Cayon
    http://www.esmmug.com

    Hi Kin:
    Your point about cloning panels is absolutely right but I
    can't guess a
    simple solution when the whole accordion is built from
    scratch...
    Just an opinion:
    Maybe two different functions? AddNewPanel to build a whole
    new panel (using
    a div structure and predefined classnames) and clonePanel(to
    duplicate an
    existing one)?
    Thanks!
    Andres Cayon
    http://www.esmmug.com
    "kinblas" <[email protected]> escribió
    en el mensaje
    news:eeei9h$5jr$[email protected]..
    > Hi Andres,
    >
    > I was actually thinking of removing all that code for
    the next version of
    > Spry. The Snippet and addNewPanel code that is currently
    in the release
    > was
    > never supposed to be released to the public. Someone
    added it to the
    > Accordion
    > source when I was out on vacation prior to the 1.2 Pre
    Release, so I
    > didn't
    > catch it.
    >
    > As you point out, it uses outerHTML which isn't
    implemented in all
    > browsers.
    > The other problem is that they assume the use of divs
    and the class names
    > used
    > in the accordion reference CSS file which may be a bad
    thing since we've
    > stated
    > that the markup and class names used to create an
    accordion doesn't
    > matter,
    > only the structure matters. So if someone uses Anchor or
    UL/LI tags, etc
    > to
    > create the markup for their accordion, these functions
    would insert markup
    > that
    > wasn't necessarily handled style wise or inserted markup
    that may be
    > invalid
    > because of the location where it was inserted.
    >
    > If folks really want to dynamically add panels, then
    we'll need to provide
    > a
    > function that can clone the panel structure and class
    names used in an
    > existing
    > panel of the accordion.
    >
    > --== Kin ==--
    >

  • List Item Search Capability Is only Available in Default Style Views

    Hello,
            I am using SharePoint 2013 and I am impressed with the List Search Capability that is available when you use the Default Style view option.  What I am not impressed with is that the capability in not in all
    the other styles like shaded.  Is there any method that I can use to activate that functionality throughout all of my lists using any type of style like shaded.  For my organization it is a 508 compliance issue.
    Thank You
    PRSharePoint

    Hi,
    It is by default that view styles other than default has no inline Search box. In SharePoint 2013, if you need to customize list view style, you need to use JSlink property to change the fields' view:
    http://zimmergren.net/technical/sp-2013-using-the-spfield-jslink-property-to-change-the-way-your-field-is-rendered-in-sharepoint-2013
    http://blog.vgrem.com/2013/04/14/customize-the-rendering-of-a-list-view-in-sharepoint-2013-displaying-list-items-in-accordion/
    http://sharepoint.stackexchange.com/questions/101329/list-styling-in-sharepoint-2013
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Photoshop Elements tags to Sharepoint?

    I just started working as a work study at our local college and I've just been given the task of organizing and tagging 10,000+ photos on our college SharePoint server. The person who was working on this project before I joined was using Photoshop Elements to tag the pictures. She got a majority of them tagged, so I would hate to have to start from scratch and tag them on SharePoint. The question is, is there some way I can just import the picture along with the meta-data directly to SharePoint?

    No, but People, Places and Events were dramatically changed in v11 onwards. I suggest you download the trial and convert your catalog to see if you like the new style. If you don't you can continue in the old style by renaming your tags in v8 to (say) 'My People', 'My Places' and then convert your catalog. Then they will come across as 'old style regular tags and you can ignore the new style.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • "Root element is missing." - While using Sharepoint List Source in SSIS.

    Hi Team,
    We are trying to import data from sharepoint list using sharepointlist source in SSIS. But the following error pops-up.
    [SP_SRC_SharePointList [67]] Error: System.Xml.XmlException: Root element is missing.
       at System.Xml.XmlTextReaderImpl.Throw(Exception e)
       at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
       at System.Xml.XmlTextReaderImpl.Read()
       at System.Xml.XmlReader.MoveToContent()
       at System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options)
       at System.Xml.Linq.XElement.Parse(String text, LoadOptions options)
       at System.Xml.Linq.XElement.Parse(String text)
       at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.PrimeOutput(Int32 outputs, Int32[] outputIDs, PipelineBuffer[] buffers)
       at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPrimeOutput(IDTSManagedComponentWrapper100 wrapper, Int32 outputs, Int32[] outputIDs, IDTSBuffer100[] buffers, IntPtr ppBufferWirePacket)
    We are unable to debug / move any further. Request your help.
    Thank you.
    Best Regards,
    Gayathri

    It appears that the XML you trying to load does indeed not have the root element.
    E.g.
    <?xml version="1.0" encoding="UTF-8"?>
    <iii>
    <kkk>test</kkk>
    <ppp>000</ppp>
    </iii>
    <iii>
    <kkk>test</kkk>
    <ppp>000</ppp>
    </iii>
    <iii>
    <kkk>test</kkk>
    <ppp>000</ppp>
    </iii>has nonemust be<?xml version="1.0" encoding="UTF-8"?>
    <Root><iii>
    <kkk>test</kkk>
    <ppp>000</ppp>
    </iii>
    <iii>
    <kkk>test</kkk>
    <ppp>000</ppp>
    </iii>
    <iii>
    <kkk>test</kkk>
    <ppp>000</ppp>
    </iii></Root>
    Arthur My Blog

  • SP 2010 upgrade fails Error C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\config\WEBCONFIG.ACCSRV.XML, does not have element "configuration/configSections/sectionGroup[@name='SharePoint']"

    I was upgrading my SP 2010 server to SP1 but at step 8 i get this error. I cleared configuration cache, moved the file out of the folder, got the same file from other farm where upgrade went smooth, but no success yet. I am at loss.
    So i have another farm in SP1. As a fall back option i was thinking to move content database on that server and start hosting site there but now i find out pre sp1 content databse cannot be moved to sp1 farm just through content database migration. 
    Do only choice i have is to build dummy sp 2010 environment, move content database there and do upgrade there and move it to final production environment? 
    Is there anything else i can do for either upgradeing the current sp 2010 or moving it to new 2010 already on SP1? 
    Can pre sp1 2010 content db be moved to sp2013 sp1 directly?
    Adit

    Hi ,
    How many SharePoint servers do you have? If you have more than one SharePoint server, you need to install SP1 on all servers in the farm.
    Make sure you run SharePoint 2010 configuration wizard using “Run As administrator”.
    Please check the log to find more information about this issue.
    In addition, here is a similar post, please take a look at:
    http://sharepointnomad.wordpress.com/2014/02/23/fixing-sharepoint-2010-configuration-wizard-error-webconfig-accsrv-xml-does-not-have-element-configurationconfigsectionssectiongroupnamesharepoint-or-it-is-invalid/
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Using Sharepoint Client Object Model with large libraries (more than 5000 elements)

    Hi,
    i have issue with acccessing large list with more than 5000 elements. I use a Sharepoint Client Object Model. 
    It worked till yesterday when in the list was less than 5000. Now there is in the library more than 5000 elements. I have changed in the Central Administration limit for list from 5000 to 10000, but it helped only for list views. Script returns now 0 records.
    var clientContext = new SP.ClientContext.get_current();
    var currentListId =_spPageContextInfo.pageListId;
    oList = clientContext.get_web().get_lists().getById(currentListId);
    var camlQuery = new SP.CamlQuery();
    camlQuery.set_viewXml('<View Scope=\"RecursiveAll\">'+
    '<Query>'+
    '<Where>'+
    '<And>'+
    '<Eq><FieldRef Name=\"ContentTypeId\"/><Value Type=\"Text\">'+contentTypeId+'</Value></Eq>'+
    '<And>'+
    '<Eq><FieldRef Name=\"_x0040_Client\" LookupId=\"TRUE\" /><Value Type=\"Lookup\">'+client+'</Value></Eq>'+
    '<Eq><FieldRef Name=\"_x0040_Company\" LookupId=\"TRUE\" /><Value Type=\"Lookup\">'+organisation+'</Value></Eq>'+
    '</And>'+
    '</And>'+
    '</Where>'+
    '</Query>'+
    '<ViewFields>'+
    '<FieldRef Name=\"ID\" />'+
    '</ViewFields>'+
    '</View>'+
    '<RowLimit>100</RowLimit>');
    camlQuery.ViewAttributes = "Scope='RecursiveAll'";
    listItems = oList.getItems(camlQuery);
    clientContext.load(listItems);
    clientContext.executeQueryAsync(Function.createDelegate(this, onQuerySucceeded), Function.createDelegate(this, onQueryFailed));
    Please advice how i can resolve this issue. Thanks a lot!!
    from MSDN forum...

    Thanks you, friends!
    That to resolve my issue, i made next things:
    1) turn off a limit items for my list
    2) used SPQuery.ListItemCollectionPosition
    property,
    3) and corrected little mistake in my CAML Query.
    May be a punkt #2 will be enough, don't you :)
    from MSDN forum...

Maybe you are looking for