Help decoding error message

Hi can anyone help me decode what the problem is with this client. Error says 802.1x is required when I'm using WPA/PSK authentication?
I get these error all the time
Time :02/26/2009 09:06:18 CET Severity :INFO Controller IP :x.x.x.x Message :Controller association request message received.
Time :02/26/2009 09:06:18 CET Severity :INFO Controller IP :x.x.x.x Message :Association request received from a client has an invalid RSN IE.(One reason could be mismatch in WPA2 algorithm)
Time :02/26/2009 09:06:18 CET Severity :INFO Controller IP :x.x.x.x Message :Received reassociation request from client.
Time :02/26/2009 09:06:18 CET Severity :INFO Controller IP :x.x.x.x Message :The wlan to which client is connecting requires 802 1x authentication.
Time :02/26/2009 09:06:18 CET Severity :INFO Controller IP :x.x.x.x Message :Client moved to associated state successfully.
Time :02/26/2009 09:06:19 CET Severity :ERROR Controller IP :x.x.x.x Message :802.1x authentication message received, static dynamic wep supported.
Time :02/26/2009 09:06:21 CET Severity :INFO Controller IP :x.x.x.x Message :802.1x authentication was completed successfully.
Time :02/26/2009 09:06:21 CET Severity :INFO Controller IP :x.x.x.x Message :Client has got IP address, no L3 authentication required.
Time :02/26/2009 09:06:30 CET Severity :INFO Controller IP :x.x.x.x Message :Controller association request message received.
Time :02/26/2009 09:06:30 CET Severity :ERROR Controller IP :x.x.x.x Message :Current load on the radio of this AP is exceeded hence ignoring the request from this client.

We found the cause of our problem. it seems that it isnt th same problem in this thread.
We were running WLC 5.1.151 and WCS 5.1.64 and did not have this problem. After we bought 1140 APs we upgraded to
WLC 5.2.178 and WCS 5.2.125. Everything worked fine at start but when we did some configuration changes in WCS suddenly the client could not connect to the WPA PSK SSID:s and we got the 802.1x authentication errors in the log, when we restored a configuration backup it was fine again. We tried to do some configuration again and the problem returned. The configuration changes did not concern the SSID that encountered the problems. After that we downgraded to WLC5.2.157 but the problem did return. But now we found out that probaply did the WPA PSK keys get erased on our three WPA PSK SSIDs for some reasen when we did some configuration on a completely other SSID. When we put back the PSK keys the clients could authenticate again.
Someone else has experienced this under version 5.2 ?

Similar Messages

  • Need help with error message 213:8

    Need help with error message 213:8, this error message prompted after re-installing CS5.5 on the same machine (W7 Pro)
    Thanks.

    Hi TKA_,
    Please try the solutions mentioned on following forum thread.
    http://support.muse.adobe.com/thread/1305941?start=0&tstart=0
    Let me know if it works?
    Regards,
    Sumit Singh

  • Error message (-1202) when I try to buy / add to wish list? any help?, error message (-1202) when I try to buy / add to wish list? any help?

    I have tried a number of the fixes on here for the loading issues but they don't solve my particular problem. 
    iTunes loads perfectly and i have access to buy stuff from my iPhone 4.  However, when I want to wish list stuff from my phone or the computer i get an error message (-1202).  This will not let me buy or list. 
    This seems to have happened since the most recent software update. 
    It is also happening on my husband's account (which is separate from mine) and we use the same computer.
    Any help would be appreciated.
    Have tried
    winsock thing
    restart
    checking date and time settings
    SSL3 and TLS 1 settings being enabled
    Am starting to lose will to live. Have loads of itunes vouchers to spend from recent birthday and we can't

    some folks with vista have found a work around by right clicking on 'redeem' and selecting 'copy'. Then go to internet explorer and paste and hit enter. You may now be able to redeem your cards this way.
    This issue appears to be a certificate issue with the system. Unfortunately windows does not have a link to install these root certificates from the website for vista like you can XP, so you cannot reinstall them if something gets corrupted.
    You may have to redeem on another computer or email itunes through expresslane.apple.com with the codes from the gift cards and explain the situation. they may be able to redeem them to your account for you.
    The last alternative would be to get a Mac.

  • Help with error message: Expected end of line but got identifier

    The following is a calculated applescript step in a Filemaker script. It tells iCal to go to the date of an iCal event that the script has previously created from Filemaker. The code below keeps generating an error message: "Expected end of line but got identifier." Note: "ACTIVITY::Date" below is Filemaker's way of indicating the file name (ACTIVITY) and the field in question (date). Help appreciated.
    "tell application \" iCal\" ¶
    activate ¶
    switch view to month view ¶
    set theDate to date \"" & ACTIVITY::Date & "\" ¶
    view calendar at theDate ¶
    end tell"

    It's not clear exactly what you're aiming for here, so it's not easy to tell you how to fix it.
    At first glance I'd say you're missing a quote symbol or two, but even then it doesn't make a lot of sense without more context - for example, 'ACTIVITY::Date' isn't valid as an AppleScript variable name (you can't have a : in a variable name), and your code isn't within a Filemaker block, so it doesn't appear to relate to Filemaker, either.
    In either case the only thing that looks remotely valid to me would be:
    set theDate to date "\"" & ACTIVITY::date & "\""
    but without knowing the context of ACTIVITY::Date it's impossible to tell if this is valid, or how it differs from:
    set theDate to date ACTIVITY::Date
    (i.e., why the quotes are needed at all)

  • Please help with error message invoking external service from BPEL

    Yes, I'm new to Oracle SOA Suite and BPEL Process manager. I've searched the forums, OTN, and Google and have not found any description of this error message:
    "oracle.fabric.common.FabricException: Number of SOAP body elements and parts do not match in operation: <operation-name>"
    Using JDeveloper 11.1.1.2.0 and WebLogic/SOA 10.3.2.0.
    The BPEL process was built completely using JDeveloper's graphical tools... I haven't done any raw editing of the BPEL files yet. What types of things might I possibly be doing wrong that would cause this error to occur? Any idea what two things the server is comparing and deciding that there's a mismatch? It doesn't look like it is even attempting to invoke the external service, but bailing out before that, thinking that it's going to send bad data. Below is a bit more detail.
    Also, I loaded up the WSDL (same one that I gave to JDeveloper) into SOAPUI. Then I took the payload that SOA was about to send (see below) and pasted it into SOAPUI. SOAPUI didn't complain and the target web service accepted the message and produced a "success" response. It looks like the payload is correct, so I don't know why SOA is complaining.
    Thanks for any help you can offer.
    =====================================================
    Faulted while invoking operation "UpsertEmp" on provider "SiebelUSEmployeeIntegration".
    <messages>
    <input>
    <UpsertEmpInput>
    <part name="SiebelMessage">
    <SiebelMessage>
    <ns1:USEmployment>
    <ns1:globalId>123456abcdef</ns1:globalId>
    <ns1:employeeId>000123456</ns1:employeeId>
    <ns1:effDt>1/1/2009</ns1:effDt>
    <ns1:emplStatus>A</ns1:emplStatus>
    <ns1:supported>N</ns1:supported>
    <ns1:employed>Y</ns1:employed>
    <ns1:activeStatus>Y</ns1:activeStatus>
    <ns1:hrEditOnly>Y</ns1:hrEditOnly>
    <ns1:paygroup/>
    <ns1:statusCode/>
    <ns1:origHireDate/>
    <ns1:termDate/>
    <ns1:latestHireDate/>
    <ns1:locationCode/>
    <ns1:locationDescr>Somewhere</ns1:locationDescr>
    <ns1:positionCode/>
    <ns1:jobCode/>
    <ns1:jobDescr/>
    <ns1:supervisorEmplid>000654321</ns1:supervisorEmplid>
    <ns1:deptCode>ITG</ns1:deptCode>
    <ns1:deptDescr>Information Technology Group</ns1:deptDescr>
    <ns1:ministryCode/>
    <ns1:ministryDescr>Core Services</ns1:ministryDescr>
    <ns1:subministryCode/>
    <ns1:subministryDescr>Information Technology Group</ns1:subministryDescr>
    <ns1:wwcFreeSubFlag>N</ns1:wwcFreeSubFlag>
    <ns1:lakeHartMC>1234</ns1:lakeHartMC>
    <ns1:testFlag>Y</ns1:testFlag>
    </ns1:USEmployment>
    </SiebelMessage>
    </part>
    </UpsertEmpInput>
    </input>
    <fault>
    <bpelFault>
    <faultType>
    <message>0</message>
    </faultType>
    <remoteFault>
    <part name="summary">
    <summary>oracle.fabric.common.FabricException: Number of SOAP body elements and parts do not match in operation: UpsertEmp</summary>
    </part>
    <part name="detail">
    <detail>Number of SOAP body elements and parts do not match in operation: UpsertEmp</detail>
    </part>
    </remoteFault>
    </bpelFault>
    </fault>
    <faultType>
    <message>0</message>
    </faultType>
    </messages>

    Welcome to BPEL. Take a moment, and write "it's a namespace issue" on a sheet of paper. Post it near your monitor. It won't always be a namespace issue, but it's usually a good thing to suspect first! Is the namespace prefix ns1: defined somewhere? Does your XML that is being sent really match what the WSDL has for input to the UpsertEmp operation? The namespaces for each element level in the XML need to match, not just the lowest level.
    When problems like this get really sticky, you can use TCP tunneling (obtunnel shell?) to capture what is really being sent to the server, and compare that to what is sent from SOAPUI. That's more useful if it's a subtle header problem, but you may get better error messages if you catch the BPEL message and send it using SOAPUI.
    Good Luck, Andy

  • HELP with error message

    I keep getting an error message that reads Attempting to copy to the disk "IPOD" failed. The disk could not be read from or written to.
    can someone help me fix this I only have 40 songs on the Ipod and 353 in my itunes

    http://docs.info.apple.com/article.html?artnum=301267

  • HELP! Error message when downloading Adobe Photoshop free trial...

    Whenever I try to download Adobe Photoshop CS4 free trial, I get an error message which is: "You can't open this application because it is not supported on this architecture". This happens after the setup bit, when I try to actually open the application. I'm running OSX 10.5.8. I'm a new mac user so all of this is a bit confusing! I did have Adobe Photoshop CS (not CS4) but removed that because I thought it might be clashing. Still no luck. I updated my mac, too. Is there something else I should be doing or should know about?
    Help!!
    Thanks,
    O.F.

    Are you sure you got rid of all of Adobe's stuff? Check in /Library/Application Support/ and /Users/username/Library/Application Support/ for Adobe folders and stuff. Delete those and restart.
    Once you figure this out, see:
    Switching from Windows to Mac OS X,
    Basic Tutorials on using a Mac,
    Mac 101: Mac Essentials,
    Anatomy of a Mac,
    MacFixIt Tutorials,
    MacTips, and
    Switching to the Mac: The Missing Manual, Leopard Edition.
    Additionally, *Texas Mac Man* recommends:
    Quick Assist.
    Welcome to the Switch To A Mac Guides,
    Take Control E-books, and
    A guide for switching to a Mac.

  • New to Java and need help with error message!

    I have just installed the oracle jdbc driver and am now getting the following error message when trying to use the jbdc driver instead of the jdbc:odbc wrap driver...
    See com.borland.dx.dataset.DataSetException error code: BASE+47
    com.borland.dx.dataset.DataSetException: Chain of 2 or more Exceptions occurred
         at com.borland.dx.dataset.DataSetException.a(Unknown Source)
         at com.borland.dx.dataset.DataSetException.throwExceptionChain(Unknown Source)
         at com.borland.dx.sql.dataset.q.a(Unknown Source)
         at com.borland.dx.sql.dataset.Database.openConnection(Unknown Source)
         at com.borland.dx.sql.dataset.Database.createPreparedStatement(Unknown Source)
         at com.borland.dx.sql.dataset.o.a(Unknown Source)
         at com.borland.dx.sql.dataset.o.d(Unknown Source)
         at com.borland.dx.sql.dataset.o.f(Unknown Source)
         at com.borland.dx.sql.dataset.QueryProvider.e(Unknown Source)
         at com.borland.dx.sql.dataset.JdbcProvider.provideData(Unknown Source)
         at com.borland.dx.dataset.StorageDataSet.a(Unknown Source)
         at com.borland.dx.dataset.DataSet.a(Unknown Source)
         at com.borland.dx.dataset.DataSet.open(Unknown Source)
         at com.borland.dbswing.JdbTable.bindDataSet(JdbTable.java:2749)
         at com.borland.dbswing.JdbTable.setDataSet(JdbTable.java:819)
         at myframes.ClaimView.btnSQL_actionPerformed(ClaimView.java:279)
         at myframes.ClaimView_btnSQL_actionAdapter.actionPerformed(ClaimView.java:440)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Chained exception:
    javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:640)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:280)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.borland.dx.sql.dataset.q.a(Unknown Source)
         at com.borland.dx.sql.dataset.Database.openConnection(Unknown Source)
         at com.borland.dx.sql.dataset.Database.createPreparedStatement(Unknown Source)
         at com.borland.dx.sql.dataset.o.a(Unknown Source)
         at com.borland.dx.sql.dataset.o.d(Unknown Source)
         at com.borland.dx.sql.dataset.o.f(Unknown Source)
         at com.borland.dx.sql.dataset.QueryProvider.e(Unknown Source)
         at com.borland.dx.sql.dataset.JdbcProvider.provideData(Unknown Source)
         at com.borland.dx.dataset.StorageDataSet.a(Unknown Source)
         at com.borland.dx.dataset.DataSet.a(Unknown Source)
         at com.borland.dx.dataset.DataSet.open(Unknown Source)
         at com.borland.dbswing.JdbTable.bindDataSet(JdbTable.java:2749)
         at com.borland.dbswing.JdbTable.setDataSet(JdbTable.java:819)
         at myframes.ClaimView.btnSQL_actionPerformed(ClaimView.java:279)
         at myframes.ClaimView_btnSQL_actionAdapter.actionPerformed(ClaimView.java:440)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Here is the code causeing the error;
    void btnSQL_actionPerformed(ActionEvent e)
    try
    String GET_DATASET = txtSQL.getText().trim();
    Display("Executing...");
    try
    MyDisplayTable.setDataSet(null);
    catch (DataSetException ex)
    Display("ERROR 1: " + ex.toString());
    try
    queryDataSet1.close();
    catch (DataSetException ex)
    Display("ERROR 2: " + ex.toString());
    try
    queryDataSet1.setQuery(new com.borland.dx.sql.dataset.QueryDescriptor(
    database1, GET_DATASET, null, true, Load.ALL));
    catch (DataSetException ex)
    Display("ERROR 3: " + ex.toString());
    try
    if (!queryDataSet1.isOpen()) {
    queryDataSet1.open();
    catch (DataSetException ex) {
    Display("ERROR 5: " + ex.toString());
    try {
    queryDataSet1.refresh();
    catch (Exception ex) {
    Display("ERROR 5.5: " + ex.toString());
    try {
    Display("setDataSet");
    MyDisplayTable.setDataSet(queryDataSet1);
    Display("DONE setDataSet");
    catch (DataSetException ex) {
    Display("ERROR 6: " + ex.toString());
    Display("Query: ' " + GET_DATASET.trim() + " ' was executed successfully");
    catch (Exception ex)
    Display(ex.toString());
    Please let me know if more information is required. I am completely at a loss as to what more I need to do to get this to work using the new driver.
    Thank you all in advance,
    Malcolm Diaz
    Application Developer
    [email protected]
    PlanVista Solutions Inc.
    419 E.Main St.
    Middletown NY 10940
    845-346-2692

    this is more of a jdbc question rather than an internationalization. You might be able to get more help if you post it in java programming section.

  • Please help: strange error message when trying to burn cds

    I have been trying to burn an itunes playlist onto cds and I have never had trouble doing this before, but just this afternoon I have started getting an error message and the disc will automatically eject itself immediately following the initializing stage.
    The error message I receive is this: "The attempt to burn a disc failed. The device failed to calibrate the laser power for this media."
    What does this mean? What can I do to fix the problem? Thank you in advance!!
    (Additional information in case this is helpful: The discs are Maxwell CD-R audio cds with 700mb/80min capacity, and my itunes is version 7.3.1. The playlist is long -- spanning multiple cd lengths -- but I have never encountered a problem with that before, so I don't think that is causing the error.)

    Same here.Although i've had this problem since febuary of this year.
    Just upgraded to 7.4 and it still does'nt work.Its not an uncommon problem,there has been hundreds of threads about this and thousands of users with the same problem,apple don't seem to want to recognise or solve the problem.Disgraceful behaviour on their part.
    I've simply had enough now so i've contacted these...
    http://www.bbc.co.uk/consumer/tvand_radio/watchdog/contactindex.shtml
    ...people.Hopefully they can make apple sit up and take notice of this problem,although i have my doubts.I suggest you do the same if you to have had enough of apple's simply dreadful customer service and faulty software.
    Sorry i could'nt be of any help to you but i can assure you that are not alone in this.

  • Please help - strange error message when trying to download i tunes

    Hi
    When i try and download i-tunes i get a message about URBCHN1 not being a win32 command, or something similar. I have tried all thr suggestion on the web, deleted i tunes and quicktime, deleted temp folders and even changed the settings in myconfig, but what ever i do i still get the same message!
    HELP PLEASE

    When i try and download i-tunes i get a message about URBCHN1 not being a win32 command, or something similar.
    ... that's an unusual one.
    could you possibly send us a screenshot of the error message box? for instructions, see the following user tip:
    hudgie: Taking screenshots to help with problems

  • Help with error message, please!

    I have treated my iPod like the crown jewels in the two years I've had it. Never dropped it, doesn't have a scratch on it. Imagine my sense of betrayal when suddenly I'm getting an error message "Attempting to copy to the disk 'Jim's iPod' failed. An unknown error occurred (-69)."
    This after 9.81 gigs of music has copied over, out of 19+ gigs. I have found no articles or postings relating to this error message, anywhere. Out of desperation, I followed the instructions for clearing a "1413" error message, since that one seems to be fairly prevalent and there's a lot of literature on it. But to no avail.
    I have done everything I can think of to the iPod itself. Reset it, restored it, run diagnostics (the HDD Test starts but won't complete; everything else gets a pass).
    I suppose at some point I may have to admit that the HD is FUBAR, but I'm not ready for that yet.
    Here's a question that I probably ought to know the answer to already: I have two users listed on my computer besides "All Users" and "All Users.WINDOWS" -- not sure how that happened, but there's "Jim" and there's "Jim.DAD" (DAD being my home netword name). The music folders under "ITUNES MUSIC" under these two users are not exactly the same. One is missing some artists. The listing of iTunes music in "My Docs/My Music" is also incomplete. But the music is there; I can play it out of the iTunes library. My question is, where is iTunes getting the music files when it copies to the iPod? Could this labeling screwup be causing that error message? I know, I'm probably just in denial about the demise of my iPod, but I'm gonna look for every possible source of this **** error message before giving up. Can anyone help? Sure do appreciate it if you can.
    Jim

    If anyone's interested (and it doesn't appear that anyone is), the problem was solved when I unplugged a USB external hard drive and simply plugged it back in.
    Doesn't say much for those Apple geniuses, IMO.

  • Help re error message - file not found!

    I have recently transferred my library from my old PC to a new laptop.  This seemed to go ok and the files are showing up in my new library.  However I have just tried to add some files to my iPhone and I am now getting an error message when I try to upload them saying the files are not found. Help!

    Moving a library from machine to another can require some preparation if it is to go smoothly.
    If you still have access to a working library on the original computer I can help you do the transfer again. Alternatively, as long as the files are organized within a media folder in a way that is vaguley consistent with iTunes, i.e. folders for artists, with subfolders for albums, then my FindTracks script might be able to relink the files.
    tt2

  • Please help with error message while trying to update i tunes

    Errors occurred while installing the updates, if the problem persists, choose tools, download only and installing manually

    When i try and download i-tunes i get a message about URBCHN1 not being a win32 command, or something similar.
    ... that's an unusual one.
    could you possibly send us a screenshot of the error message box? for instructions, see the following user tip:
    hudgie: Taking screenshots to help with problems

  • Can any one help remove error message Apple SyncNotifier.exe_entry point not found

    Hi I have a nano ipod and a microsoft computer and every time I boot up the computer I have the above message? which I have to delete off the main screen.
    Can any help me to stop the message coming up ?
    Cheers
    Phil

    Do this: Go to My Computer, then local disk(C:)/Program Files/Common Files/Apple/Apple Application Support then right-click SQLite3.dll file and select copy then go back to the Apple folder then select Mobile Device Support then right-click on the window(not on the files in that folder) and select paste to add that in the folder.
    Hope this solves your problem. It did on mine. It's like the exact error message I had on the iTunesHelper.exe issue and it was solved from the message that was added in the forums by an Apple representative.

  • Need help with error message

    I am running Photoshop elements 5.0 on Windows Vista. After downloading some pics that froze the download in the middle, I now get an error message when I try to open the organizer. Message is as follows:
    Microsoft Visual C++ Runtime Library
    The application has requested Runtime to termiinate it in an unusual way.
    Can anyone help me with this problem.

      Have you applied the 5.0.2 patch. That may help.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=3569
     

Maybe you are looking for