Eclipse Plugin Creation - "Plug-in name was unable to load class " error

Hi everybody and happy new year to you all,
i got a little problem again. I have written the first lines of code of my plugin and wanted to test it (run as Eclipse Application). I got the following error-msg, when clickin either on the menu item or toolbar button:
"Could not create action delegate for id: org.eclipse.tui.inpulse.actions.InpulseStart
Reason:
Plug-in org.eclipse.tui.inpulse was unable to load class org.eclipse.tui.inpulse.InpulseStart."
My project has the following properties (of which i read they are important):
Source folder: org.eclipse.tui.inpulse/src
Output folder: org.eclipse.tui.inpulse/bin
Dependencies: org.eclipse.ui, org.eclipse.core.runtime
Extensions: org.eclipse.ui.actionSets
ExtensionsPoints: none
The following is my plugin xml:
<plugin>
   <requires>
          <import plugin="org.eclipse.core.resources"/>
        <import plugin="org.eclipse.ui"/>
    </requires>
    <runtime>
          <library name="Inpulse.jar"/>
    </runtime>
    <extension
          id="org.eclipse.tui.inpulse.InpulseActionSet"
          name="org.eclipse.tui.inpulse.InpulseActionSet"
          point="org.eclipse.ui.actionSets">
        <actionSet
            id="org.eclipse.tui.inpulse.InpulseActionSet"
            label="Inpulse"
              visible="true"
         description="The action set for the Eclipse Hello World example">
         <menu id="org.eclipse.tui.inpulse.InpulseMenu" label="Inpulse">
               <separator name="samples"/>
         </menu>
         <action id="org.eclipse.tui.inpulse.actions.InpulseStart"
               menubarPath="org.eclipse.tui.inpulse.InpulseMenu/samples"
               toolbarPath="Normal"               
               label="Inpulse"
               tooltip="Start pattern search."
               class="org.eclipse.tui.inpulse.InpulseStart"/>
        </actionSet>
   </extension>
</plugin>The javafile "InpulseStart.java" is in the "org.eclipse.tui.inpulse" package and has the first line "package org.eclipse.tui.inpulse;". The class "InpulseStart" implements "IWorkbenchWindowActionDelegate".
So the following members are implemented:
public void run(IAction proxyAction){...};
public void selectionChanged(IAction proxyAction, ISelection selection){...};
public void dispose(){...};
//and some additional ones ;-)I really dont know what i do wrong. If you have an idea, what i just miss out or do wrong, id be glad if you helped me out!
Cya

Aye, you are right, i should/could have posted this somewhere else. I just hoped, that i can get a good answer here, cause ppl helped me out very nice before.
Im sorry if i offended users of this forum...
The "advice" is recognized and i will post somewhere else in case i have a eclipse specific problem.

Similar Messages

  • Do not seem to be able to backup iPad via iTunes on to my PC. Message after connecting is "iTunes was unable to load class information from Sync Services, Reconnect or try later"  Have tried that but get the same result. Can anyone assist?

    Do not seem to be able to backup iPad via iTunes on to my PC.
    Message after connecting is "iTunes was unable to load class information from Sync Services, Reconnect or try later" 
    Have tried that but get the same result.
    Remedies I've tried are:
    wait and try again
    reboot
    reload iTunes
    NB hp is a relatively new machine and has previously backed up quite happily.
    Can anyone assist?

    RHoodnkt-
    Try rebooting the iPad.  Hold down both the Home and Sleep buttons for several seconds until the Apple logo appears.  Ignore the "Slide to power off" arrow.  It takes a minute or two to restart.
    Also be sure your iPad battery is not completely discharged.
    Fred

  • "iTunes was unable to load class data information from sync services"

    I own iTunes 10.5 beta 3 64-bit for my 64-bit windows 7 pc, and it gives me this message whenever I try to sync ANY of my devices: "iTunes was unable to load class data information from Sync Services". I own an old iPod video and an iPhone 4 with iOS 5 beta 3. I've tried uninstalling all Apple products, searching through my hard drive and deleting everything Apple, cleaning the registry, EVERYTHING. I've reinstalled at least 4 times now. The problem refuses to become fixed. I've searched every article online possible, and none of the solutions have worked. Is there anything I can do to get my stuff back on to my devices???

    In the course of your troubleshooting to date, have you worked through the following document?
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert

  • Overriding eventdistributionpattern-pof throwing unable to load class error

    Hi,
    We were trying to override the "coherence-eventdistributionpattern-pof-config.xml" with our own event distribution pof due to conflicintg type-id's. We changed type-id's for few of the classes. We changed the type-id for the following classes and left others as such.
    com.oracle.coherence.patterns.eventdistribution.EventDistributor$Identifier
    com.oracle.coherence.patterns.eventdistribution.events.DistributableEntry
    com.oracle.coherence.patterns.eventdistribution.events.DistributableEntryInsertedEvent
    com.oracle.coherence.patterns.eventdistribution.events.DistributableEntryUpdatedEvent
    com.oracle.coherence.patterns.eventdistribution.events.DistributableEntryRemovedEvent
    When i start the coherence server, i get error in loading class "com.oracle.coherence.patterns.eventdistribution.channels.cache.ParallelLocalCacheEventChannelBuilder" for which we did not change the typ-id at all.
    Coherence version 3.7.10
    Error Trace:
    (thread=DistributedCache:DistributedCacheForSequenceGenerators, member=2): PartitionedCache caught an unhandled exception (com.tangosol.util.WrapperException: (Wrapped: error creating class "com.tangosol.io.pof.ConfigurablePofContext") (Wrapped: Unable to load class for user type (Config=test/coherence/grid/obj-pof-config.xml, Type-Id=13402, Class-Name=com.oracle.coherence.patterns.eventdistribution.channels.cache.ParallelLocalCacheEventChannelBuilder)) (Wrapped) com.oracle.coherence.patterns.eventdistribution.channels.cache.ParallelLocalCacheEventChannelBuilder) while exiting.
    <Error> (thread=DistributedCache:DistributedCacheForSequenceGenerators, member=2): ClusterService.doServiceLeft: Unknown Service PartitionedCache{Name=DistributedCacheForSequenceGenerators, State=(SERVICE_STOPPED), Not initialized}
    (thread=DistributedCache:DistributedCacheForSequenceGenerators, member=2): Service DistributedCacheForSequenceGenerators left the cluster
    <Error> (thread=main, member=2): Error while starting service "DistributedCacheForSequenceGenerators": (Wrapped) (Wrapped: error creating class "com.tangosol.io.pof.ConfigurablePofContext") (Wrapped: Unable to load class for user type (Config=test/coherence/grid/obj-pof-config.xml, Type-Id=13402, Class-Name=com.oracle.coherence.patterns.eventdistribution.channels.cache.ParallelLocalCacheEventChannelBuilder)) (Wrapped) java.lang.ClassNotFoundException: com.oracle.coherence.patterns.eventdistribution.channels.cache.ParallelLocalCacheEventChannelBuilder
            at com.tangosol.coherence.component.util.Daemon.start(Daemon.CDB:52)
    Thanks,

    File's permissions?

  • Open project was cancelled or the application was unable to load database error

    Good morning,
    I am currently on RoboHelp, version 8.0.2.208 and last week my laptop (XP OS) crashed. My IT department ran a repair disk program and since that time I receive the error message in the subject line when I attempt to open any XPJ file. We use RoboSource Control 3.1. I can access/see all of our projects when I go through RoboSource Control 3.1 Explorer. I have already uninstalled/reinstalled the Adobe Tech Communication Suite twice. I think my next move is to have our IT staff wipe my disk clean if I can't solve this problem in the next day or so. Appreciate any advice/feedback anyone has. Kind regards.

    This morning a coworker got the same error message. He had been working on his RH8 project yesterday with no problems. He was unaware of any changes to his PC, but our IT dept may have pushed some kind of update. To reproduce the error on my PC, I made a copy of an RH8 project and renamed the .cpd file. When I tried to open the .xpj, I received the same error. When I restored the .cpd file name, I continued getting the error--not only on that project, but also on ALL OTHER PROJECTS! (Unfortunately, I didn't try to open the project before renaming the file--and hadn't used RH at all today--so there may have been a problem for me even before I started to break things, and that might indicate an overnight PC update.)
    I tried several solutions (including deleting the .cpd and .xpj files, then trying to open the .hhp in RH8, as suggested on other sites). No luck. Then I attempted to create a new project (File>New>Project>Blank Project), but RH8 created only a handful of files in the new project folder, then stopped, without creating an .xpj and most other critical files.
    Since I also have RH5 installed on my PC, I created a new project in RH5, then converted it by opening the RH5 .xpj file in RH8. After RH8 converted the new project to the RH8 format, I was able to open the "corrupt" project in RH8, as well as all the other projects!
    The manifestation of the problem in all of my projects seems to indicate that there was a corruption in the RH8 application, not in the .cpd file. The app just needed to be "unstuck," then everything was OK. Nothing in the project had been lost at all.
    Since my coworker does not have RH5 installed, he was able to fix his situation by simply creating a new project in RH8.

  • Plug-in "com.bea.alsb.ui" was unable to instantiate class...

    When I invoked New Project -> Oracle Service Bus Configuration Project wizard the following problem occurred:
    The selected wizard could not be started.
    Plug-in "com.bea.alsb.ui" was unable to instantiate class "com.bea.alsb.ui.wizards.NewALSBContainerWizard".
    Google search found discussions that date back a year or so, but nothing helpfull.
    Used Oracle generic installtion for 64 bit envirnment.
    Here is the list of packages and version summary...
    jre-6u27-windows-x64.exe
    jrockit-jdk1.6.0_26-R28.1.4-4.0.1-windows-x64.exe
    wls1035_generic.zip
    oepe-helios-all-in-one-11.1.1.7.2.201103302044-win32-x86_64.zip
    ofm_osb_generic_11.1.1.5.0_disk1_1of1.zip
    OS
    Microsoft® Windows Server® 2008 Enterprise
    6.0.6002 Service Pack 2 Build 6002, x64-based PC
    Java
    JRE - Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
    JDK - Oracle JRockit(R) (build R28.1.4-7-144370-1.6.0_26-20110617-2130-windows-x86_64, compiled mode)
    Oracle 10.2.0
    OFM 11g R1
    WebLogic 10.3.5.0
    OSB 11.1.1.5
    OEPE 11.1.1.7.2.201103302044 (Eclipse Version: 3.6.2 Build id: M20110210-1200)

    OK, thanks. Cleared the log. Went through the steps: New Project -> OSB Configuration Project
    Error notification pops up immediately: Problem Occured, Problem Opening Wizard, The selected wizard could not be started.
    When I push the Details button I see the following text:
    ===
    The selected wizard could not be started.
    Plug-in "com.bea.alsb.ui" was unable to instantiate class "com.bea.alsb.ui.wizards.NewALSBContainerWizard".
    com/bea/alsb/core/containers/exceptions/ContainerException
    ===
    No messages are added to the error log.
    (additional note)
    I noticed several (7) errors associated with starting Eclipse up. So I deleted the log, restarted the app, and exported the startup errors. Can I attach the file to this thread?
    Edited by: MichaelM on Dec 2, 2011 12:51 PM

  • I keep getting the following message every time i plug in my Iphone to Itunes on my windows vista computer  Itunes was unable to load data class information from sync services. reconnect or try again later.  any suggestions pls  Mario

    I keep getting the following message every time i plug in my Iphone3gs to Itunes on my windows vista computer
    Itunes was unable to load data class information from sync services. reconnect or try again later.
    any suggestions pls
    Mario

    The article says that I should upgrade to the latest iTunes. I am on the latest iTunes version.
    If you could read just a tiny little bit further, under the "Additional Information" section immediately after that, it says:
    If you are still experiencing this issue when syncing, or have not installed Xcode 4 and get this alert:
    Follow the troubleshooting steps in Mac OS X v10.5, v10.6: Resetting the SyncServices folder.
    If the issue is still unresolved, follow steps in Sync Services: Advanced troubleshooting for contact and calendar syncing.
    Have you tried those measures?

  • I plug my ipod into the computer, and its says itunes was unable to load data case information from sync services?

    I can't put any songs on my ipod without this error coming up: itunes was unable to load data case information from sync services. please reconnect or try again later. I've tried different cords, and restarting both the computer and the ipod. What should I do?

    Try these suggestions: iTunes for Windows: "Unable to load data class information from sync services" alert

  • Project Error: Open project was canceled or RoboHelp was unable to load database

    Hi,
    I checked an HTMLHelp project out of SourceOff Site (SOS),
    then attempted to open it locally with RoboHelp 5 when I got the
    error message: "Open project was cancelled or RoboHelp was unable
    to load database."
    I found the TechNote for this error message (rb_3245) which
    said to delete the .xpj and .cpd files, then right-click the HHP
    file and click Edit to open the project. This worked fine for
    opening the project, however the Primary Layout Source defaulted to
    WebHelp. I reset the Primary Layout Source to HTMLHelp which caused
    all of the graphics in the project to not display. I fixed this
    issue, compiled the Help, and all appeared to be fixed. I checked
    the project back into SOS to back it up. This morning, I checked it
    out of SOS and tried to open the project locally again, only to get
    the same error. I closed the project, undid the check-out, and
    asked another writer to check-out the project then open it locally
    to see if he got the same error. He did not get the error.
    I am not sure what could be wrong on my computer that is
    causing this error. I had no problems opening and using this
    project until yesterday and I made no file name or path changes to
    the project. Any ideas on what may be wrong?

    Welcome to the forum.
    The message is usually easily dealt with. I haven't checked
    the article as you didn't include a link but I'm guessing it
    involved deleting a couple of files and then using the HHP file to
    open the project.
    What is more worrying is that you cannot create a new
    project.
    Have you tried opening one of the supplied sample files?
    Are your projects stored locally and not on a network?
    Have IT given you a new profile to log on with?
    Has anything else changed in your environment?

  • "open project was cancelled or the application was unable to load database for..."

    I'm doing a project for my Professional Writing course and I
    have to use RoboHelp to create an online help document. The
    professor provided templates for us to use but when I go to open
    the project file I get the following error: "open project was
    cancelled or the application was unable to load database
    for....(then the directory)"
    I know the project file isn't corrupted because the members
    of my class are using the same one without issue. I tried
    re-downloading the file, I also re-installed the program itself,
    still with no luck. I'm using a Trial Version of RoboHelp 6.0 .
    The only other suggestions I have seen are that I don't have
    edit perms for the system, but it's my personal laptop and I have
    full admin privs. I thought at first that the folder was read-only,
    but when I opened it up all it displays is the little green box in
    the checkbox (which doesn't mean the folder is read-only, it's just
    some stupid windows default, it's only read-only if the box is
    actually checked). I tried making the entire directory read-only
    and then turn it off but still get the same error.
    Any suggestions?

    There's a topic on my site about Opening Projects that
    includes the method of deleting the CPD and XPJ files but I didn't
    cover that as the project is good for everyone else. Anything is
    worth a try at the moment though.
    Another thing to try is to rename the course folder, then
    create a new folder with the same name plus all sub folders. Then
    move the files across. That will ensure the folder properties are
    good and not read only. Yes I know what you said but again anything
    is worth a try.
    Also, in the last post you are saying the directory is not
    read-only. I assume the files are all good?
    Ref my previous post, is it the case that now you are getting
    an error before the original error would have popped up?

  • The Document Information Panel was unable to load. The document will continue to open ?

    I am using Sharepoint 2010; DIP in microsoft word all the while is working fine, not sure why suddenly it came out the following error when save word doc  into sharepoint.
    ERROR MESSAGE
    ===========
    "The Document Information Panel was unable to load. The document will continue to open.
    The form contains schema validation errors.
    Content for element 'documentManagement' is incomplete according to the DTD/Schema. "
    How to troubleshoot? Recently I added lookup column and a workflow into the library, but I did the same thing in another library which never appear to have any issue on it.

    The lookup column is creating the problem , you can find powerscript solution to fix this issue , please check this -
    Fix through Powershell
    http://blogs.msdn.com/b/tehnoonr/archive/2012/05/17/sharepoint-2010-document-information-panel-fails-to-load-when-office-documents-are-opened-in-a-library-that-contains-lookup-columns.aspx
    Fix through Code
    https://social.msdn.microsoft.com/Forums/office/en-US/2a4d6d10-d1d5-4d6a-a22b-62dfb6b60685/lookup-field-creation-and-document-information-panel?forum=sharepointdevelopmentlegacy
    or try this -
    https://social.technet.microsoft.com/Forums/office/en-US/2552fbc8-da24-4d2b-84f6-d39c4d58b137/the-document-information-panel-was-unable-to-load-the-document-will-continue-to-open-for-more?forum=sharepointgeneralprevious
    1. Open this location- C:\Program
    Files\Microsoft Web Designer Tools\Office12\1033\IPEDINTL.DLL
    2. copy IPEDINTL.DLL
    3. paste it here- C:\Program Files\Microsoft
    Office\Office12\1033\IPEDINTL.DLL
    4. Close all the applications that are presently
    open as well as all the browsers
    5. Open the sharepoint site in a new browser
    and check the results !!
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • The document information panel was unable to load. the document will continue to open. For more information, contact your system adminsitrator.

    Hi Guys,
    I am creating the library using object model with custom content type.  When i am opening document from custom content type, the meta data fields are not displaying in the document and throwing below error.
    The document information panel was unable to load. the document will continue to open. For more information, contact your system adminsitrator.
    Document Information Panel cannot open a new form.
    The form contains schema validation errors.
    Content for element '{http://schemas.microsoft.com/office/2006/metadata/propertiesRoot}properties' is incomplete according to the DTD/Schema.
    Expecting: {http://schemas.microsoft.com/office/2006/metadata/properties}properties.
    But after saving the document, then meta data is enabled.
    Thanks in advance for suggested solutions.
    thanks
    Santhosh G

    Hi,
    For a better troubleshooting, I suggest to do as follows:
    1. Please try to update the Location column's schema by following the steps below.
     1) Go to Site Settings -> "Site Columns"
     2) Click on "Location", after the page is opened. Don't modify any settings, click "OK"  to forcibly update the field's schema.
    2. Re-edit the document information panel template to see if the issue still occurs.
    Please go to the Library setting > click the corresponding content type(need to enable managed of content types in Advanced settings) > click Document Information Panel settings.
    3. Here are some similar links about your issue, please take some time to look at them:
    http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomizationlegacy/thread/243b4852-3f17-4a3a-b6d7-187d65a5f088/
    http://blogs.msdn.com/b/raresm/archive/2010/03/30/document-information-panel-cannot-open-the-form.aspx
    https://joranmarkx.wordpress.com/2012/02/10/sharepoint-document-information-panel-cannot-create-a-new-blank-form/
    If the issue still occurs, please check if the command below can help(change the site URL and the library name in the code):
    Apply-Fix -siteUrl "http://your site URL "
    function Apply-Fix($siteUrl)
    clear
    Add-PSSnapin "Microsoft.SharePoint.Powershell" -ErrorAction SilentlyContinue # -EA 0
    [Environment]::CurrentDirectory=(Get-Location -PSProvider FileSystem).ProviderPath
    foreach ($spwTarget in (Get-SPSite $siteUrl).RootWeb.Webs) {
    Write-Host "Checking Web: " $spwTarget.Url
    $list = $spwTarget.Lists["your library name"]
    $fields = $list.fields
    foreach($field in $fields)
    if($field.SourceId -eq '{$ListId:your library name;}')
    $schemaxml = $field.SchemaXML
    $schemaxmldata = [xml]$schemaxml
    $schemaxmldata.Field.SetAttribute("SourceID", $list.ID)
    $schemaxml = $schemaxmldata.get_InnerXml()
    $field.SchemaXML = $schemaxml
    $field.Update()
    Write-Host "Fixed" $field.Title "field in the library"
    Write-Host "Done."
    More information:
    SharePoint 2010: Creating a Custom Content Type using Visual Studio
    http://www.codeproject.com/Articles/410880/SharePoint-Creating-a-Custom-Content-Type-usi
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Dennis Guo
    TechNet Community Support

  • The Document Information Panel was unable to load.

    Platform: SharePoint 2013, Office 2013.
    Background: When you open an Office document from SharePoint users get this error:
    The Document Information Panel was unable to load. The document will continue to load. For more information, contact your system administrator."
    "The form cannot be opened. To fix this problem, contact the form designer. Form template:
    http://<site address>/../proppanel.xsn. The XML Schema for the form template has an invalid value for the following attribute: location." 
    I tried running this fix: http://www.cb-net.co.uk/microsoft-articles/2063-sharepoint-2010-templates-and-document-information-panel-errors, but it kept saying that it couldn’t see the url that
    I specified (I did check this carefully); think it might only apply to SharePoint 2010 – perhaps the shell syntax is different in 2013.
    Can anyone help me out?

    Hi Alex,
    According to your description, my understanding is that the error occurred when opening a document from SharePoint.
    Is this document information panel customized?
    I recommend to re-edit the document information panel template to see if the issue still occurs.
    Please go to the Library setting > click the corresponding content type(need to enable managed of content types in Advanced settings) > click Document Information Panel settings.
    If the issue still occurs, please check if the command below can help(change the site URL and the library name in the code):
    Apply-Fix -siteUrl "http://your site URL "
    function Apply-Fix($siteUrl)
    clear
    Add-PSSnapin "Microsoft.SharePoint.Powershell" -ErrorAction SilentlyContinue # -EA 0
    [Environment]::CurrentDirectory=(Get-Location -PSProvider FileSystem).ProviderPath
    foreach ($spwTarget in (Get-SPSite $siteUrl).RootWeb.Webs) {
    Write-Host "Checking Web: " $spwTarget.Url
    $list = $spwTarget.Lists["your library name"]
    $fields = $list.fields
    foreach($field in $fields)
    if($field.SourceId -eq '{$ListId:your library name;}')
    $schemaxml = $field.SchemaXML
    $schemaxmldata = [xml]$schemaxml
    $schemaxmldata.Field.SetAttribute("SourceID", $list.ID)
    $schemaxml = $schemaxmldata.get_InnerXml()
    $field.SchemaXML = $schemaxml
    $field.Update()
    Write-Host "Fixed" $field.Title "field in the library"
    Write-Host "Done."
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • The Document Information Panel Was unable to load. Please Help

    Hello all,
    I just recently created my own custom Document Panel in InfoPath. I uploaded it into a custom content type. I applied this to a document library and it is the standard document panel for creating a new document within that document library. When I click
    "New document" I get this error..
    The Document Information Panel was unable to load. THe document will continue to open. For more information, contact your system administrator.
    Details:
    Document Information Panel cannot open a new form.
    The form cannot be opened. To fix this problem, contact the form designer.
    Form template: http://Mysite/_cts/DIPTestContentType/Myfirstform.xsn
    The SOAP response indicates that an error occurred on the server:
    Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.
    <detail><errorstring xmlns="http://schemas.microsoft.com/sharepoint/soap/">No item exists at http://Mysite/My DIP Test.docx.  It may have been deleted or renamed by another user.</errorstring><errorcode xmlns="(html
    for the error code..had to delete it because my body text cannot contain images or links until my account is verified but it is a link to Microsoft support)
    ...It appears that it is not locating the custom Document Panel.
    Could anyone point me in the right direction?
    Thanks

    Hi Alex,
    According to your description, my understanding is that the error occurred when opening a document from SharePoint.
    Is this document information panel customized?
    I recommend to re-edit the document information panel template to see if the issue still occurs.
    Please go to the Library setting > click the corresponding content type(need to enable managed of content types in Advanced settings) > click Document Information Panel settings.
    If the issue still occurs, please check if the command below can help(change the site URL and the library name in the code):
    Apply-Fix -siteUrl "http://your site URL "
    function Apply-Fix($siteUrl)
    clear
    Add-PSSnapin "Microsoft.SharePoint.Powershell" -ErrorAction SilentlyContinue # -EA 0
    [Environment]::CurrentDirectory=(Get-Location -PSProvider FileSystem).ProviderPath
    foreach ($spwTarget in (Get-SPSite $siteUrl).RootWeb.Webs) {
    Write-Host "Checking Web: " $spwTarget.Url
    $list = $spwTarget.Lists["your library name"]
    $fields = $list.fields
    foreach($field in $fields)
    if($field.SourceId -eq '{$ListId:your library name;}')
    $schemaxml = $field.SchemaXML
    $schemaxmldata = [xml]$schemaxml
    $schemaxmldata.Field.SetAttribute("SourceID", $list.ID)
    $schemaxml = $schemaxmldata.get_InnerXml()
    $field.SchemaXML = $schemaxml
    $field.Update()
    Write-Host "Fixed" $field.Title "field in the library"
    Write-Host "Done."
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • ITunes was unable to load data class information from Sync Services. Reconnect or try again later.

    Ever since I upgraded to iTunes 10.4 I've been getting this dreaded message on many occasions when I try to sync my iPhone 4 or iPad 2 with my Win 7 64 bit machine. "iTunes was unable to load data class information from Sync Services. Reconnect or try again later." What happens is that local content (music, videos etc) will sync properly to my iPhone, but other content (such as Outlook information, MobileMe stuff, etc) will not.
    I have uninstalled and completely purged all Apple data from my PC (including hidden files and folders under Common Files and in the Registry) and reinstalled iTunes. Yet after one or two syncs, the same problem resurfaces. The other weird part is that the Sync Services crap-out message will happen after I do a successful sync, leave the iPhone connected to the PC, and don't even touch the computer for several hours.
    I've actually developed a very tedious work around that seems to restore syncing if for a short time.
    - Undock/unconnect all Apple devices from the PC.
    - Close iTunes, MobileMe control panel, and Safari (if you have it).
    - Start Task Manager (Ctrl + Alt + Del) and shut down iTunesHelper.exe and SyncServer.exe
    - Open up a Windows Explorer window (like My Computer) and under Tools, Folder Options, View, toggle on Show Hidden Files and toggle off Hide Protected Operating System FIles
    - In WIndows Explorer, navigate to "C:\Users\<your name>\App Data\Roaming\Apple Computer". Rename the folder Sync Services to something else, like Sync Services_Old.
    - In WIndows Explorere, navigate to "C:\Program Files (x86)\Common Files\Apple\Mobile Device Support" and double-click on AppleSyncNotifier.exe.
    - Go back to your Folder Options and turn off SHow Hidden Files and toggle on Hide Protected Operationg System Files
    Now you can start up iTunes again and connect your device. It should sync properly again (at least, until it doesn't once more).
    Does anyone at Apple have any idea about this error or a solution?

    I actually spent a fair amount of time on the phone with a senior Apple tech last week. He directed me to this topic:
    http://support.apple.com/kb/HT1923?viewlocale=en_US
    It's important that you go through the steps EXACTLY as described here and in the proper order. Also make sure MobileMe control panel is uninstalled (if you have it).
    Interestingly, when I went through this procedure and then reinstalled iTunes 10.4 64-bit  (didn't do MobileMe or Safari at this stage, but QT is automatically installed) everything worked perfectly. The aforementioned error messages disappeared and all is working flawlessly, as it should.
    I hope my expereince will help! Give it a try.

Maybe you are looking for

  • Workaround for "An error occurred while contacting the radio tuning service. Check your Internet connection, or try again later."

    While Apple tries to figure out what's wrong I came upon a great workaround for those of us that like the radio feature of iTunes. This actually doesn't take long either. When trying to expand the categories you get the error "An error occurred while

  • Can't Import PlayClaw5 videos into CS5.5 on Mac

    Hello everyone. My friend and I have begun using Premiere Pro: He is using CC, and I'm using CS5.5. He uses PlayClaw5 to record his videos, which records in an .AVI format. HE can open in in his Premiere Pro, but when I do it for me, it says that the

  • Three timer application with defined endpoints

    I'm having trouble making a rather basic application. . . I am trying to create an application that has three timers (let's say A, and B, and X) that are triggered by three different keys on the keyboard (the "a", "b", and "space bar" keys respective

  • How do I use Contact Sheet?

    When I initially tried (first time ever use) Contact Sheet II, I got an error message: file or directory could not be  found.  What am I doing wrong?  This message was   delivered by PSE13.  I am running Yosemite, version 10.10.2.  My system disk has

  • Right to Left languages- How does it work on iWeb?!

    Hello to all the experts! I'm trying to build an iWeb site in Hebrew, But when I publish... it's all wrong. How do I set the writing direction as right to left language? I already tried to "Align Right" on the Format >> Text. But it is not enough. Th