EncodeWithCoder: selector not recognized

Hi all,
I want a class to conform to NSCoding for keyed archiving.
I implemented both methods
- (void)encodeWithCoder:(NSCoder *)encoder;
- (id)initWithCoder:(NSCoder *)decoder;
compiles without warning,
but on runtime the programm crashes with:
++2008-09-23 22:25:42.712 NSCodingTest[20876] * -[TestClass encodeWithCoder:]: selector not recognized [self = 0x34b9c0]+
++2008-09-23 22:25:42.730 NSCodingTest[20876] * -[TestClass encodeWithCoder:]: selector not recognized [self = 0x34b9c0]+
Anyone out there, who had the same problem or knows, what I am missing?
Here are the sample files:
TestClass.h:
#import <Cocoa/Cocoa.h>
@interface TestClass : NSObject <NSCoding> {
float testVar;
- (void)encodeWithCoder:(NSCoder *)encoder;
- (id)initWithCoder:(NSCoder *)decoder;
@end
testClass.m:
#import "TestClass.h"
@implementation TestClass
- (id) init {
self = [super init];
if (self != nil) {
testVar = 0.5;
return self;
- (void)encodeWithCoder:(NSCoder *)encoder {
if ([[super class] conformsToProtocol:@protocol(NSCoding)])
[super encodeWithCoder:encoder];
[encoder encodeFloat:testVar forKey:@"testVar"];
- (id)initWithCoder:(NSCoder *)decoder {
self = [super init];
if (self != nil) {
testVar = [decoder decodeFloatForKey:@"testVar"];
return self;
@end
Message was edited by: clKuehn
Message was edited by: clKuehn

was a weird typo that the compiler obcviously oversaw

Similar Messages

  • NSTabView - selector not recognized using selectLastTabViewItem and friends

    Hi, I'm new to Xcode, Cocoa, and Objective-C (not new to development though). I am using Xcode 2.4.1 on OS X 10.4.11.
    I've gotten on pretty well doing general stuff with most of the widgets, but I'm hung up trying to do something (commonplace) with tabs. I have a NSTabView with 3 tabs, and want to force one of them to become the active tab.
    After a couple hours of screwing with this, I have created a new Xcode project just to test selectLastTabViewItem on a NSTabView. This is exactly what I do:
    1) In Xcode, create new Cocoa application project.
    2) Add class Controller there
    3) Open the MainMenu.nib
    4) In IB, drop the Controller.h file so it appears with the classes.
    5) Instantiate a Controller class
    6) Drop a NSTabView in the Window
    7) Create an outlet of NSTabView type for Controller
    8) Click and drag from Controller instantiated object to the NSTabView object in the GUI - connect it as an outlet. I've verified this has added properly, and in the list of outlets it picks up the "type" of NSTabView i.e. Under Controller's Connects, I see NSTabView (Tab, View)
    9) Create code for Controller, Overwrite code in Xcode with this. (No more work done in IB)
    10) Back in Xcode, edit the source and make Controller.m read as follows:
    #import "Controller.h"
    @implementation Controller
    // Simplest case is to have this code run when awakeFromNib happens
    // I've also tried it tied to a button click action
    - (void)awakeFromNib
    [tabView selectLastTabViewItem]; // select the Tab View Item called 'View'...
    // I've used the other similar methods, such as the one that selects tab view based on
    // identifier. I get the same error with all of them, this one seems easiest to debug
    // since there's the least involved
    @end
    What I get is:
    [Session started at 2009-08-02 16:00:12 -0400.]
    2009-08-02 16:00:12.955 NSTabViewTest[10808] * -[NSTabView selectLastTabViewItem]: selector not recognized [self = 0x3515f0]
    2009-08-02 16:00:12.956 NSTabViewTest[10808] An uncaught exception was raised
    2009-08-02 16:00:12.956 NSTabViewTest[10808] * -[NSTabView selectLastTabViewItem]: selector not recognized [self = 0x3515f0]
    2009-08-02 16:00:12.956 NSTabViewTest[10808] * Uncaught exception: <NSInvalidArgumentException> * -[NSTabView selectLastTabViewItem]: selector not recognized [self = 0x3515f0]
    I've looked up code online and I don't seem to be doing anything different than examples, although I don't know what their nib's look like.. any help would be wonderful. Thanks!
    Message was edited by: Robert Is Confused, fixing to use code tags

    Hi Robert, and welcome to the Dev Forums!
    selectLastTabViewItem: takes one arg which passes the sender's address to the tabView.
    - (void)awakeFromNib { // this line starts with a -, but apple forum prevents it
    NSLog(@"Controller awakeFromNib");
    [tabView selectLastTabViewItem:self]; // select the Tab View Item called 'View'...
    I think your compiler should have given you a warning: 'NSTabView' may not respond to '-selectLastTabViewItem'. These are easy to miss if you don't have your Build Results window open, since the warning bubble may not show up in the source editor until that window is reselected.
    Btw, there's a yellow alert notice in the 1st slot of the forum topics page with code formatting instructions in the subject line (and a link to lots of other handy formatting tricks). You can see how your post will look by clicking the Preview tab on top of the Reply editor panel. If you reply to my post, click the double-quote icon under Preview to see exactly how my message was formatted.
    - Ray

  • OS 10.2.0 Update after reinstall: "selector not recognized"

    I received an iMac G3 400MHz running OS 10.2.x (I don't remember which exactly, but probably 10.2.8), but noticed that certain things were missing in Utilities, like Terminal, System Profiler, Disk Utility, etc. Ran the Software Update, which applied, as I remember, a security update. But the Utilities things were still missing, so I reinstalled the OS using an original OS 10.2 (Jaguar) installation disk set. That did an "Archive and Install", so the old OS is in "Previous System".
    But now I can't apply any of the Combo Updates to 10.2: I've downloaded and tried 10.2.1, 10.2.2, 10.2.4, 10.2.6, and 10.2.8. All fail, with a message in the Console which says:
    Mac OS X Version 10.2 (Build 6C115)
    Installer[493] * +[IFGlobals isRunningOSInstall]: selector not recognized
    I notice that the usual suggestion is to go back to an earlier update, but, as I said, I've tried them all.
    I've also run the disk utility and repaired permissions. Also tried running this from another admin
    account.
    Can anyone suggest something?
    Thanks,
    Frank Huddleston

    Frank,
    Also check to see if, the Firmware Update was ever upgraded.
    This is a requirement, before OS X can be successfully installed.
    If one is required, you must start the computer from a Mac OS 8 or Mac OS 9 System Folder on the computer's hard disk, not from a CD, in order to install it.
    If it was updated, in System Profiler, the Boot ROM Version should be 4.1.9
    If it was never installed, you can call Apple Support 1-800-767-2775, provide the serial number and specifications of the iMac, and for a fee, order a set of the original system discs.
    If you do an Erase & Install of the original OS, you can then update the Firmware.
    ali b

  • Import-SPWeb Error - The string was not recognized as a valid DateTime. There is an unknown word starting at index 0

    Using the Export-SPWeb PowerShell command on a server to move a document library from one site colelction in a content database to another site collection in a seperate content database.
    Am using the following command:
    Export-SPWeb
    -Identity
    https://sp.bacl.net/legal/rr
    -Path
    \\bacvsspa01\backups\rr\rr.cmp
    -ItemUrl
    rr
    -IncludeVersions
    All
    -IncludeUserSecurity
    Not all documents are transferred hwoever. I get some errors like the following:
    [11/02/2014 2:21:44 PM] [ListItem] [16Jun11 17.32.09_BAC employees provid_Tom Heading.msg] Progress: Importing
    [11/02/2014 2:21:44 PM] [ListItem] [16Jun11 17.32.09_BAC employees provid_Tom Heading.msg]   Verbose: List URL: /legal/legal/rr
    [11/02/2014 2:21:44 PM] [ListItem] [16Jun11 17.32.09_BAC employees provid_Tom Heading.msg]   Error: The string was not recognized as a valid DateTime. There is an unknown word starting at index 0.
    [11/02/2014 2:21:44 PM] [ListItem] [16Jun11 17.32.09_BAC employees provid_Tom Heading.msg]   Debug:    at System.DateTime.Parse(String s, IFormatProvider provider)
       at System.Convert.ToDateTime(String value, IFormatProvider provider)
       at System.Runtime.Serialization.SerializationInfo.GetDateTime(String name)
       at Microsoft.SharePoint.Deployment.MetaInfoProperty..ctor(SerializationInfoHelper infoHelper)
       at Microsoft.SharePoint.Deployment.FileSerializer.GetMetaInfo(SerializationInfoHelper infoHelper)
       at Microsoft.SharePoint.Deployment.FileSerializer.CreateOrUpdateFile(Object fileOrListItem, SPLoggerObject loggerObject, SPWeb web, Guid id, String& fileUrl, Boolean fileExistsInDb, Boolean isFirstVersion, Boolean hasWebParts, SerializationInfoHelper
    infoHelper, SerializationInfoHelper infoHelperListitem, StreamingContext context)
       at Microsoft.SharePoint.Deployment.FileSerializer.CreateOrUpdateFileAndAssocData(Object fileOrListItem, SPLoggerObject loggerObject, SPWeb web, Guid id, String& fileUrl, Boolean fileExistsInDb, SerializationInfoHelper infoHelper, SerializationInfoHelper
    infoHelperListitem, StreamingContext context, ISurrogateSelector selector)
       at Microsoft.SharePoint.Deployment.ListItemSerializer.AddOrUpdateDoclibItem(SerializationInfoHelper infoHelper, SPListItem& listItem, SPLoggerObject loggerObject, SPWeb web, Guid newId, String& listItemServerRelativeUrl, Boolean bIsPublish,
    Boolean exists, StreamingContext context, ISurrogateSelector selector)
       at Microsoft.SharePoint.Deployment.ListItemSerializer.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
    I had a look in the .cmp file that was created (Changed extensions to .cab) and had a look at the Manifest.xml file. Relevant XML below:
    <SPObject Id="b18cc711-e5df-4ee7-9639-866e5b6613b0" ObjectType="SPFile" ParentId="1ad76e87-43e6-4cbf-a0a1-53af4975668f" ParentWebId="4be7e61f-b1c7-473f-acc3-0bae06e32024" ParentWebUrl="/legal/rr" Url="/legal/rr/rr/Employees
    giving First Aid/16Jun11 17.32.09_BAC employees provid_Tom Heading.msg">
            <File Url="rr/Employees giving First Aid/16Jun11 17.32.09_BAC employees provid_Tom Heading.msg" Id="b18cc711-e5df-4ee7-9639-866e5b6613b0" ParentWebId="4be7e61f-b1c7-473f-acc3-0bae06e32024"
    ParentWebUrl="/legal/rr" Name="16Jun11 17.32.09_BAC employees provid_Tom Heading.msg" ListItemIntId="37" ListId="020f8304-a50f-413b-be27-40d0ccc9e497" ParentId="1ad76e87-43e6-4cbf-a0a1-53af4975668f" TimeCreated="2011-11-16T07:02:00"
    TimeLastModified="2011-11-16T07:02:00" Version="1.0" CheckinComment="Loaded Using Dell Solutions for SharePoint" FileValue="00000013.dat" Author="29" ModifiedBy="24">
                <Properties>
                    <Property Name="vti_title" Type="String" Access="ReadOnly" Value="BAC employees providing first aid" />
                    <Property Name="source_item_id" Type="String" Access="ReadWrite" Value="source_item_id:1" />
                    <Property Name="vti_foldersubfolderitemcount" Type="Integer" Access="ReadOnly" Value="0" />
                    <Property Name="Attach Count" Type="String" Access="ReadWrite" Value="Attach Count:0" />
                    <Property Name="Created By" Type="Boolean" Access="ReadWrite" Value="Created By:BNE_AIR1\\jbrown" />
                    <Property Name="Importance" Type="String" Access="ReadWrite" Value="Importance:1" />
                    <Property Name="From1" Type="Time" Access="ReadWrite" Value="From1:Tom Heading" />
                    <Property Name="AttachCount" Type="String" Access="ReadWrite" Value="AttachCount:0" />
                    <Property Name="ContentTypeId" Type="String" Access="ReadWrite" Value="0x0101003699C96894FF79479322E4A235852946000530E240279BA54D8F621B39A4E09CF3"
    />
                    <Property Name="Modified By" Type="Boolean" Access="ReadWrite" Value="Modified By:BNE_AIR1\\jbrown" />
                    <Property Name="vti_folderitemcount" Type="Integer" Access="ReadOnly" Value="0" />
                    <Property Name="display_urn\:schemas-microsoft-com\:office\:office#Author" Type="String" Access="ReadWrite" Value="Jenny Brown"
    />
                    <Property Name="Document Created By" Type="Boolean" Access="ReadWrite" Value="Document Created By:BNE_AIR1\\jbrown" />
                    <Property Name="Created_x0020_By" Type="Boolean" Access="ReadWrite" Value="Created_x0020_By:BNE_AIR1\\jbrown" />
                    <Property Name="vti_cachedtitle" Type="String" Access="ReadOnly" Value="BAC employees providing first aid" />
                    <Property Name="Modified_x0020_By" Type="Boolean" Access="ReadWrite" Value="Modified_x0020_By:BNE_AIR1\\jbrown" />
                    <Property Name="ContentType" Type="String" Access="ReadWrite" Value="Legal Document" />
                    <Property Name="Attach_x0020_Count" Type="String" Access="ReadWrite" Value="Attach_x0020_Count:0" />
                    <Property Name="display_urn\:schemas-microsoft-com\:office\:office#Editor" Type="String" Access="ReadWrite" Value="Jenny Brown"
    />
                    <Property Name="vti_parserversion" Type="String" Access="ReadOnly" Value="15.0.0.4535" />
                    <Property Name="To" Type="Boolean" Access="ReadWrite" Value="To:Barry Peach" />
    <Property Name="From" Type="Time" Access="ReadWrite" Value="From:Tom Heading" />
                    <Property Name="Document Modified By" Type="Boolean" Access="ReadWrite" Value="Document Modified By:BNE_AIR1\\jbrown"
    />
                </Properties>
            </File>
        </SPObject>
    Now, looking at the source document library, this document has the field in question set to String, so why has it been marked as a Time filed type in the expiort file?
    Is anyone aware of any issues with the Export-SPWeb commandlet?
    SharePoint 2013 + March PU + AUG 2013 CU.
    Any help appreciated.

    Hi Richard,
    According to your description, the error occurred when you ran the Export-SPWeb command.
    I recommend to verify the things below for troubleshooting:
    Save the document library as an template(include content) and create a new document library based on the template, then run the Export-SPWeb command to export the new document library to see if the issue still occurs.
    Did this issue occur with other document library? If not, you can delete the string field with error, then run the Export-SPWeb command to narrow the issue scope.
    As a workaround, you can save the library as a template and deploy it to the site collection where you want to move the library, then create the new library in the site collection.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Java.io.IOException: Transport scheme NOT recognized: [tcp]

    Hi everyone, I developed a Java class that allow me to connect, create, send and receive information to an ActiveMQ queues.
    However when I loaded this java class to Oracle 11gR2 (11.2), the java class did not show any error message (its status is active and without errors. The output I got in SqlDeveloper is
    *java.io.IOException: Transport scheme NOT recognized: [tcp].* When I called this Java Class from Jdeveloper 11g It worked but PL/SQL did not.
    This is the Java Class I have been using
    import javax.jms.JMSException;
    import javax.jms.*;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    import org.apache.activemq.ActiveMQConnectionFactory;
    public class ActiveMQRequest {
    // URL of the JMS server. DEFAULT_BROKER_URL will just mean
    // that JMS server is on localhost
    // Name of the queue we will be sending messages to
    // private static String destMameReq = "QueueIN"; // request
    // private static String destNameResp = "QueueOUT"; // response
    public static String Request(String urlMQ,
    String destNameReq,
    String destNameResp,
    String OperationType,
    String XMLmessage) throws JMSException {
    int JMSDeliveryMode=2 ; //for PERSISTENT
    QueueConnectionFactory connectionFactory =null;
    Context jndiContext =null;
    Queue destRequ =null;
    Queue destResp =null;
    QueueSession session =null;
    QueueConnection connection =null;
    String messageID = null;
    QueueReceiver queueReceiver =null;
    QueueSender queueSender =null;
    String replyString =null;
    boolean transacted = false;
    TextMessage outMessage = null;
    try {
    jndiContext = new InitialContext();
    } catch (NamingException e) {
    //System.out.println("Could not create JNDI API context: " + e.toString());
    //System.exit(1);
    return "Error: Initial Context Failed";
    try {
    connectionFactory = new ActiveMQConnectionFactory(urlMQ);
    //connectionFactory = (QueueConnectionFactory) jndiContext.lookup("connectionFactory");
    //destRequ = (Queue) jndiContext.lookup(destNameReq); // Request queue
    // destResp = (Queue) jndiContext.lookup(destNameResp); // Response queue
    } catch (Exception e) {
    //System.out.println("JNDI API lookup failed: " + e.toString());
    //System.exit(1);
    return "Error: MqConnection Factory failed: " + e.toString();
    // begin
    try {
    connection = connectionFactory.createQueueConnection();
    connection.start();
    } catch (JMSException jmse) {
    //System.out.println("Error:JMS Exception occurred: " + jmse.toString());
    return "Error:JMS Exception occurred Create Queue Connection: " + jmse.toString();
    } catch (Exception e) {
    //System.out.println("JNDI API lookup failed: " + e.toString());
    //e.printStackTrace();
    return "Error:JNDI API lookup failed Create Queue Connectio: " + e.toString();
    try {
    session = connection.createQueueSession( transacted,Session.AUTO_ACKNOWLEDGE);
    // check this instead of using JNDI
    destRequ = session.createQueue(destNameReq);
    destResp = session.createQueue(destNameResp);
    } catch (JMSException jmse) {
    //System.out.println("Error:JMS Exception occurred: " + jmse.toString());
    return "Error:JMS Exception occurred createQueueSession: " + jmse.toString();
    } catch (Exception e) {
    //System.out.println("JNDI API lookup failed: " + e.toString());
    //e.printStackTrace();
    return "Error:JNDI API lookup failed createQueueSession: " + e.toString();
    try {
    queueSender = session.createSender(destRequ);
    outMessage = session.createTextMessage(XMLmessage);
    // Sets other properties of the message
    outMessage.setJMSPriority(7);
    outMessage.setJMSReplyTo(destResp);
    outMessage.setJMSDeliveryMode(JMSDeliveryMode);
    //outMessage.setJMSType("Interval"); Interval
    outMessage.setJMSType(OperationType); // ODR , Interval, Ping
    System.out.println("Sending message.: " + outMessage.getText());
    } catch (JMSException jmse) {
    //System.out.println("Error:JMS Exception occurred: " + jmse.toString());
    return "Error:JMS Exception occurred createSender: " + jmse.toString();
    } catch (Exception e) {
    //System.out.println("JNDI API lookup failed: " + e.toString());
    //e.printStackTrace();
    return "Error:JNDI API lookup failed: createSender " + e.toString();
    // Here we are sending the message!
    try {
    queueSender.send(outMessage);
    System.out.println("Message Sent....: " + outMessage.getText() + "'");
    // Receiving
    messageID = outMessage.getJMSMessageID();
    String selector = "JMSCorrelationID = '"+messageID+"'";
    System.out.println("JMSCorrelationID = '"+messageID+"'");
    queueReceiver = session.createReceiver(destResp, selector);
    System.out.println("Receiving Message.");
    Message inMessage = queueReceiver.receive(2000);
    if ( inMessage instanceof TextMessage ) { 
    replyString = ((TextMessage) inMessage).getText();
    System.out.println("Message Received: " + replyString + "'");
    else
    replyString = "Error: TextMessage is empty";
    } catch (JMSException jmse) {
    //System.out.println("Error:JMS Exception occurred: " + jmse.toString());
    return "Error:JMS Exception occurred Receiving: " + jmse.toString();
    } catch (Exception e) {
    //System.out.println("JNDI API lookup failed: " + e.toString());
    //e.printStackTrace();
    return "Error:JNDI API lookup failed Receiving: " + e.toString();
    } finally {
    queueReceiver.close();
    queueSender.close();
    session.close();
    connection.close();
    return replyString;
    This is th pl/sql wrapper
    create or replace
    function ActiveMQRequest( url in varchar2,
    destNameReq in varchar2,
    destNameResp in varchar2,
    OperationType in varchar2,
    XMLmessage in varchar2) return varchar2
    as language java
    name 'ActiveMQRequest.Request( java.lang.String,java.lang.String, java.lang.String , java.lang.String , java.lang.String ) return java.lang.String';
    and this is the JDeveloper Output
    Sending message.:
    <Message>
    <Header>
    <SourceID >sourceid</SourceID>
    <TransactionID>11111111111</TransactionID><MeterID>AAAAAAA</MeterID><REPID>41679178</REPID><TransactionDate>2010-10-08T02:00:00</TransactionDate><UserID>Sensus</UserID><CustomerID>Customer</CustomerID></Header><Body><StarDate>2010-10-01T14:00:00</StartDate><EndDate>2010-10-06T14:00:00</EndDate><IntervalFlag>Y</IntervalFlag><MeterFlag>Y</MeterFlag></Body>
    JMSCorrelationID = 'ID:W05834007-3793-1286901259437-0:0:1:1:1'
    Receiving Message.
    Message Received: <Message>
    <Header>
    <TransactionID>11111111111</TransactionID>
    <SourceID>sourceid</SourceID>
    </Header>
    <Body>
    <TransactionStatus>Acknowledge</TransactionStatus>
    <TransactionMessage>Interval Flag null is not Y or N</TransactionMessage>
    </Body>
    </Message>'
    Result is :<Message>
    <Header>
    <TransactionID>4444444444444444</TransactionID>
    <SourceID>RNI</SourceID>
    </Header>
    <Body>
    <TransactionStatus>Acknowledge</TransactionStatus>
    <TransactionMessage>Interval Flag null is not Y or N</TransactionMessage>
    </Body>
    </Message>
    When I run in Oracle Sqldeveloper the output was
    Error:JMS Exception occurred Create Queue Connection: javax.jms.JMSException: Could not create Transport. Reason: java.io.IOException: Transport scheme NOT recognized: [tcp]
    Do you know what do I do in the Oracle 11gR2 configuration for making this work. I would appreciate your help.
    Thanks

    Perhaps you did not notice that you posted to a forum named "Database - General" with a question that is neither general nor related to the Oracle Database.
    Please update this thread (use Edit) and change the subject to "Please Ignore."
    Then repost your question in a Java related forum.
    Thank you.
    ~ Posted from PEOUG: Lima Peru

  • PanelTabbed body-end is not recognized

    Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660
    I would like to use custom style selectors
    But some are not recognized as af|panelTabbed::body-end. So "body-end" is not recognized and in mySkin.css it is highlighted in red.
    I have this code.
    trinidad-skins.xml:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <skins xmlns="http://myfaces.apache.org/trinidad/skin">
            <skin>
            <id>MySkin.desktop</id>
            <family>MySkin</family>
            <render-kit-id>org.apache.myfaces.trinidad.desktop</render-kit-id>
            <extends>fusion.desktop</extends>
            <style-sheet-name>css/MySkin.css</style-sheet-name>
            <bundle-name>view.MySkinBundle</bundle-name>
             <!--translation-source>#{dynamicResourceHandler.contents}</translation-source-->
        </skin>
    </skins>trinidad-config.xml
    <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
      <skin-family>MySkin</skin-family>
    </trinidad-config>MySkinBundle.java :
    package view;
    import java.util.ListResourceBundle;
    public class MySkinBundle extends ListResourceBundle  {
        public MySkinBundle() {
            super();
      public Object[][] getContents() {
         return _CONTENTS;
      static private final Object[][] _CONTENTS = {
          {"af_panelCollection.LABEL_MENUITEM_QBE","Filter"}
    }and web.xml:
    <servlet-mapping>
        <servlet-name>resources</servlet-name>
        <url-pattern>/adf/*</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>resources</servlet-name>
        <url-pattern>/afr/*</url-pattern>
      </servlet-mapping>what am I doing wrong or what do I have to?
    Thanks
    Best regards

    The CSS editor highligths in red all the skin selectors having "::" in their names because "::" in not allowed by the CSS specification in the selector names. This does not mean that the system would not recognize these selectors, because Trinidad compiles them internally to correct format. So my suggestion is to ignore the red color in the editor and to try the custom skin that you have configured.
    Dimitar

  • USB Device for IPOD not recognized by Windows, whether ipod connected or no

    During the past few days I have received a pop up error message from (I would think) Windows that the USB device is not recognized. I have the USB plug for the ipod connected (as always)but the ipod isn't even connected. It keeps popping up like every few seconds that the usb device is not recognized.
    When I attach the ipod itself, the ipod is recognizing it because it powers up. But, it took 10 times just to get the ipod to recognize through itunes. It updated, then immediately upon completion, windows again starting giving repeated error messages that the usb device wasn't recognized.
    I have downloaded the newest itunes but I had it on my system for 4 days with no problems whatsoever. I don't think that's it. No other system changes.
    I've deleted my temp files and cache. Also did a "disk clean up" and "defrag." It's still doing it.
    Any suggestions?

    I'm having the same problem. Ever since I upgraded to version 7, iTunes & my PC no longer recognise my iPod, and it therefore won't sync.
    It's not the USB port (other devices work in it), I rebooted my iPod and re-installed iTunes, I've tried stopping and starting the iPod Service (but can't see my iPod in My Computer). When I run the Diagnostics it says iPod connection failed. I've even bought a new USB cable but that doesn't work either.
    This is driving me up the wall. Is there a glitch with iTunes 7?
    Can anyone help me out?? Thanks
      Windows XP  

  • Aio Remote: PDFs not recognized by Google drive.

    Aio Remote on iPad Air2 iOS 8.1.1 - I created a PDF on my iPad from my HP Envy 7640 using Aio remote app. In the files/document section it's there (3 pages) as a PDF. But when I upload a copy from Aio Remote to Google Drive it's not recognized by Google Drive as a PDF even though it has a PDF extention. I have other PDF files stored in Google drive that are perfectly fine. It must be something in your app that is the problem.

    More info: if I send it from Aio remote as an email attachment to myself I get a PDF that I can upload to Google drive and Google drive reconizes it as a PDF. again proving it is Aio remote that is doing some thing wrong when uploading to Google Drive.

  • I recently upgraded to ios7 and now my PC is not recognizing my iphone

    I am having several problems.  I recently upgraded to ios7 and now my PC (Windows 7) is not recognizing my iphone.  1) I am getting an error message when itunes opens: "Itunes could not connect to the iphone because it is locked with a passcode. You must enter your passcode on the iphone before it can be used with itunes."  How did it get locked and how do I unlock it without losing my data?  What do they mean by passcode?  I don't have a 4-number code to get into my iphone activated.  In fact, I've never had a passcode.
    2) I cannot download my photos from my iphone onto my computer because my computer doesn't recognize my iphone.  In other words, my iphone does not show up on my computer (no iphone icon, no DCIM folder). 
    3) This is a separate issue but it is also very confusing: I went online to check my iCloud and I cannot see any data (icloud.com).  But I know that I set up iCloud when I upgraded to ios7 and it backs up my data every night. What am I doing wrong, am I unable to see my data and photos?
    Why is this happening?  It was bad enough that when I upgraded to ios7, I lost my Notes - I have no idea why they didn't return.  But now essentially my iphone is not recognized when connected to my computer and this is very frustrating.  I have read numerous previous postings regarding downloading photos onto the PC and regarding this passcode error and cannot find a resolution, so I would appreciate any help.

    No problem!
    This will make it easy for you:
    http://www.tuaw.com/2011/07/09/quicken-wont-run-on-lion-heres-10-mac-apps-to-cur e-those-blue/

  • I an getting an error with photo merge in PS cc . It gives me a code tmp00000001 using from photoshop and if I try from bridge it tell me that I need to select more than one image. It is not recognizing the photos I am selecting in bridge. please help. my

    A new problem with CS5 forced me to download PScc but the problem is still there.  I am getting tmp00000001 in photo merge when importing multiple files from inside PS and if trying from bridge I am getting a pop up box telling me I need to select more than 1 file. Photoshop potomerge is not recognizing my selections from bridge..!! please help.. my knowledge of computers is a 3 on a scale of 1-10

    if i run this particular code
    ( SELECT
    AccountDetails.CUSTOMERNUMBER, AccountDetails.ACCOUNTNUMBER, CUSTOMERDETAILS.CDTITLE, CUSTOMERDETAILS.CDFIRSTNAME, CUSTOMERDETAILS.CDLASTNAME, AccountDetails.ACCOUNTTYPE,
    AccountDetails.ORIGINALCONTRACTENDDATE, AccountDetails.CONTRACTTERM, AccountDetails.CONTRACTENDDATE, AccountDetails.BRANCHAREA, AccountDetails.PRODUCTTYPE,
    AccountDetails.HOUSEBANKACCOUNT, AccountDetails.CARMODEL, AccountDetails.CARLICENCE, AccountDetails.ARREARSBALANCE, AccountDetails.CODEBTOR, AccountDetails.GUARANTORNUMBER
    FROM AccountDetails
    JOIN CUSTOMERDETAILS ON AccountDetails.CUSTOMERNUMBER = CUSTOMERDETAILS.CUSTOMERS1
    WHERE EXISTS
    ( SELECT *
    FROM Dcaaccountallocation
    JOIN DebtEpisodes ON DebtEpisodes.ACCOUNTID = Dcaaccountallocation.ACCOUNTID
    WHERE Dcaaccountallocation.dcaid = 41
    AND Dcaaccountallocation.status = 2
    AND DebtEpisodes.DCASentDate IS NULL
    AND Dcaaccountallocation.ACCOUNTID = AccountDetails.ACCOUNTNUMBER
    AND DebtEpisodes.DCAORLAWYER = 'DCA'
    This returns 1 row of data
    However if i run a small part of the above code...
    SELECT *
    FROM Dcaaccountallocation
    JOIN DebtEpisodes ON DebtEpisodes.ACCOUNTID = Dcaaccountallocation.ACCOUNTID
    WHERE Dcaaccountallocation.dcaid = 41
    AND Dcaaccountallocation.status = 2
    It returns a lot of rows with a status of 2
    Now i presume what I am going to do is to ensure that all the fields provide satisfactory requirements, with regards to the above code. Although I have many records in all the stated tables already.
    :(

  • IPod nano does not charge & is not recognized by computer or iTunes

    I have a 1st generation nano 1 GIG.
    It appears "dead."
    It is not recognized by My Computer, iTunes or the Ipod Updater (The updater asks that I connect the iPod, which I do). The iPod diagnostics through iTunes also reports that my iPod is not connected.
    I have tried my iPod on 4 different machines, with one of them having USB 2.0.
    I tried the following from Jeff Bryan. (I don't know if the links from his post have carried over into this post.) So I will list the things I have tried near the end of this post.
    - My iPod won't turn on.
    - iPod battery doesn't charge.
    - iTunes 7 doesn't recognize the iPod.
    - Your Windows PC doesn't recognize iPod.
    - iPod appears in Windows Explorer but does not appear in iTunes.
    - iPod does not appear in iTunes.
    - Fast user switching in Windows XP is not supported.
    I tried resetting my iPod by switching the Hold button on and off and then pressing Menu and the Select button for 6-10 seconds. I have done this over and over and over.
    I have uninstalled the latest iTunes, reboot, reinstall - same problem.
    I have stopped the iPod service, plugged in the iPod, but it isn't recognized by My Computer as stated in the Apple Do-It-Yourself Help. I launched iTunes - same problem.
    I used the window cleanup utility, reboot, reinstall iTunes, connect iPod - same problem.
    I have used the Windows ipconfig utility to change my boot parameters, but still nothing.
    If anyone has any ideas, I would greatly appreciate them.
    My iPod is just shy of 6 months.
    I do have a replacement contract with Best Buy - but I would like to cover all the bases before I succumb to defeat.
    Thanks
    XP Home with USB 1.1   Windows XP   4 machines, all XP, 2 XP Pro, 2 XP Home, 3 have USB 1.1, 1 has USB 2.0, 2 machines have latest iTune

    I'm having the same problem, my ipodnano is about a year old and I can't figure out what to do. I just installed the new itunes on my new laptop with vista premium. I'm desperate for a resolution, do you have any suggestions at all. Any help is greatly appreciated. Thank you

  • Iphone not recognized by windows or itunes

    Can anyone please help me figure out how to resolve this issue?  My iphone 4 is not recognized by my PC.  My OS is by Vista Home Premium Service Pack 2.  I tried the various "device not recognized" troubleshooting to no avail.  I tunes is up to date.  I even turned off my security sw for a bit to see if there was a third party conflict...all to no avail.  There has got to be someone out there who has the smarts to show me how to fix this.  Please advise and many thanks in advance!

    Jason,
    I understand why Apple doesn't cover the water damaged phones under the warranty, but do you know why they don't fix them if the customer is paying? Is it just because they want the people to buy another phone so they can make more money? I guess I just don't get it.
    The cost to repair a device and all of its components is more than the cost of a new device.
    Other than the article I linked above, this is the part of the warranty/legal forms that would apply:
    +"US v1.0+
    +Apple reserves the right to refuse+
    +service on products that have serial numbers altered, defaced or removed or that are damaged due to+
    +accident, abuse, neglect, misuse (including faulty installation, repair, or maintenance by anyone other+
    +than Apple or an Apple Authorized Service Provider), unauthorized modification, extreme environment+
    +(including extreme temperature or humidity), extreme physical or electrical stress or interference,+
    +fluctuation or surges of electrical power, lightning, static electricity, fire, acts of God or other external+
    +causes. In such event, Apple may return the product to you without servicing it, and may charge you the+
    +Diagnostic Fee."+ from http://images.apple.com/legal/terms/repair/docs/070108aiphoneOOW.pdf
    -Jason

  • 5th Gen Ipod not recognized by windows or itunes. Have tried it all. Any Ideas?

    Hello everyone. I have a 5th generation Ipod I recently purchased that I'm having what seems to be an common issue. When I connect the ipod to my computer via USB, the Ipod is not recognized in windows or Itunes. Occasionally the Ipod will charge when connected but not always. Though this is the same for the old wire I used and the new one I purchased today. Even when shown charging the Ipod is not recognized and there is no noise that a device has been connected. I have tried the 4 R's (without Restore) which I can't do, chaninging the drive letter, disabling start up software,uninstalling and reinstalling all Apple Software. I have tried connecting to another computer and have gotten the same result. When I check the diagnostic screen on the ipod it shows that a usb cable is detected. I have upgraded all my driver software, disabled and reenabled them. I'm almost 3 hours from the nearest store so that it out of the question. I'm curious if anyone has any other ideas and will try anything you think might be the issue and fix. Thank you for time.

    From my experience, the only way you're gonna get a PC afflicted with this disease to work with a 5th gen nano is to roll back to an earlier version of iTunes.  Those affected have been exhausted by this ongoing issue.  To update or not to update?  And I always say never update unless you have to, and turn off all that auto update mess!
    I have two core2duo lappies running 32b vista.  My workflow dictates 32b fyi.  One is acer aspire running itunes v 11.1 (.0.126),  5th gen nano was originally formatted and works just fine on this machine to this day.  My other is the bigger badder lenovo thinkpad and the 5th gen will NOT mount using any version of itunes past 11.0 (.1.12)  Windows mounts it just fine.  itunes is not having it.  no shirt no shoes no service.
    I have both a 4th and 5th gen nano.  The 4th gen works great on both machines, I even successfully tested it with the latest version (11.1.5) before subsequent deletion on the thinkpad!  Weird huh?  I think my next experiment might be to restore my 5th gen w/ a Mac and theeeeen plug it into PC itunez.
    I'm at a loss on the thinkpad.  Scanned for intruders.  Cut the Lenovo bloat.  Executed system and reg maintenance.  Took down msconfig to a safe mode + itunes level to attempt to resolve possible sw conflicts but to no avail.  NO NO NO.  Every single dang port, every time on the thinkpad.  Has me feeling like others might get the same treatment by the next itunes update.  :|
    So in summary for me:
    5th gen nano and thinkpad are a NoGo on 11.1^  last working version for me = 11.0.1
    5th gen nano is working on an acer aspire 11.1.0  but no way in the world am I updating
    4th gen nano is kicking 5th gen nano's @zz so what would make me want to buy a new ipod?

  • How to reformat Ipod Nano 5th gen when not recognized by Windows or iTunes?

    I've done all the steps on the site to correct this problem up until the reformatiing part except I tried to update the driver software but Windows says that it encounters an error when trying to install the new software.
    So after going through the steps I noticed that the iPod I just bought was formatted for Mac. It says that in order for me to reformat, I have to restore my iPod in iTunes but since it isn't recognized my my computer or iTunes, I can't do it.
    Suggestions anyone?

    Hello there, HateKnuckle.
    The following Knowledge Base article offers a pretty thorough step-by-step for troubleshooting your issue:
    iPod not recognized in My Computer and in iTunes for Windows
    http://support.apple.com/kb/TS1369
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • IPod Shuffle Not Recognized In Windows Or iTunes v7.0 - What Now?

    Hello everyone,
    I am having the same problem as many who have posted here. I have upgraded my software to iTunes v7.0.1.8. I also accepted the auto update for my iPod Shuffle - 512GB 1st Gen to v 1.44 (I believe). Of course, now my Shuffle is not recognized in iTunes and is only recognized in Windows for less than 5 seconds (as I have monitored it). I am listing below all of the actions I have taken today.
    As none of these have worked, my question is now what? Does anyone have any other suggestions before I take the dreaded step of calling support? Any help is appreciated.
    I am not happy with this upgrade issue at all. I expect much better from Apple.
    Steps Already Taken:
    1. Reset iPod.
    2. Set Terminal Services to "Manual" and restarted my laptop PC.
    3. Changed all USB Root Hub entries power management options to "Allow the computer to turn off this device to save power option" and rebooted.
    4. Assigned my external hard drive a different letter as it was assigned to "E" and tech support documentation suggested I changed it - I changed it to "M".
    5. I stopped the iPod Service via the Services and Application interface from My Computer/Manage, reattached the Shuffle, and started the iPod Service. The Shuffle was still not recognized.
    6. I uninstalled iTunes 7.0.1.8, the Apple Software update and QuickTime. I deleted all temp directories; program files folders and all possible traces of all three pieces of this software. I also deleted my iTunes library. I reinstalled all of this software and re-built my Library. NONE OF THIS WORKED!
    My 30GB Video iPod works fine and always has - it is only the shuffle for which I have this issue any only since the upgrade.
    What do I do now? If no one has another fix, I will be forced to call Tech Support after an experience with them over a year ago I would almost rather throw this thing away!

    qswh - I too cannot play the songs that are loaded on the shuffle. Additionally, I get a green & orange light when I plug it into a USB port and then I either get a blinking orange light or a solid orange light from there after.

Maybe you are looking for

  • Can I view selected AI layers as a slideshow in Acrobat?

    I have a multi-layered AI file I've opened in Acrobat. I can easily  toggle the visibility of each layer. What I'd like to do is select various  layers to view, then assign the various selections to bookmarks and  ultimately view the file as a slides

  • Synchronous JDBC - message timeout

    Hi, I have a scenario RFC-XI-JDBC synch. I am getting a message timeout error while trying to post large data volume. Apparently the sync message is geting expired after timeout (default 180 sec). I found SAP note 730870 (question 14) suggests to inc

  • IPhone5 switches to west coast time from Chicago time every day it is set on automatic

    iPhone5 switches to west coast time from Chicago time. Settings are automatic.  Have 2 phones and both switch times

  • Trouble in archiving or importing from Flash Card

    I shoot with a Sony Z5, recording to tape and compact flash card at the same time. When I connect the card through the card reader I can open files in the Finder (I note the native files are M2T files} and view them but when I open FCPX, evoke Media

  • Changing keyboard layput

    after upgrading to snow leopard, I'm unable to change my keyboard layout back to us-international. it's set to Brazilian, but my is us-international. my problem is that I could not un-mark Brazilian it's shadowed. I could mark another one, but not un