Version of the schema via SQLite PRAGMA user_version

I read some post on peacekeeping the schema via the PRAGMA version... From what I read, this method seems to be the right approach to implement. But in the last few days I've been running a few problems with my implementation... So, I have 2 questions...

  1. When I update the user_version PRAGMA, the value is never stored after each new load application...

    1st round (Application does not close on the device):

    Initial version of DB 0
    Version of DB 0
    DB Version 1
    DB Version 2
    DB Version 3

    2nd round

    Initial version of DB 1
    Version of DB 0
    DB Version 1
    DB Version 2
    DB Version 3

    To my knowledge, on the 2nd run the PRAGMA user_value must contain the value of 3... But it always starts at 1.

    This is the sequential code used to get and update the PRAGMA...

      // Retreive the DB schema version #
      QSqlQuery sqlQuery(sqlda->connection());
      sqlQuery.setForwardOnly(true);
      sqlQuery.exec("PRAGMA user_version");
    
      if (!sqlQuery.isActive())
      {
        // error
        qDebug() << "Error fetching DB Version.";
      }
    
      if (sqlQuery.next())
      {
        version = sqlQuery.value(0).toInt();
        qDebug() << "Initial DB Version " << version;
      }
    
      QSqlQuery sqlUpdateQuery(sqlda->connection());
      sqlQuery.setForwardOnly(true);
      sqlUpdateQuery.exec("PRAGMA user_version=0");
    
      ...
    
      sqlUpdateQuery.exec("PRAGMA user_version=3");
    
  2. In my class, I've decoupled the functions of the two as separate C++ function below version...
    int ApplicationUI::getDatabaseVersion()
    {
      // DB Version initialization
      int version = 0;
    
      // Create SQL Data Access object binding to the DB file...
      SqlDataAccess *sqlda = new SqlDataAccess(DB_PATH);
    
      // Retreive the DB schema version #
      QSqlQuery sqlQuery(sqlda->connection());
      sqlQuery.setForwardOnly(true);
      sqlQuery.exec("PRAGMA user_version");
    
      if (!sqlQuery.isActive())
      {
        // error
        qDebug() << "Error fetching DB Version.";
      }
    
      if (sqlQuery.next())
      {
        version = sqlQuery.value(0).toInt();
      }
    
      return version;
    }
    
    void ApplicationUI::updateDatabaseSchemaVersion(int version)
    {
      // Create SQL Data Access object binding to the DB file...
      SqlDataAccess *sqlda = new SqlDataAccess(DB_PATH);
    
      // Prepare the update statement
      QString sqlPragma = "PRAGMA user_version=" + QString::number(DB_VERSION);
      QSqlQuery sqlUpdateQuery(sqlda->connection());
      sqlUpdateQuery.setForwardOnly(true);
      sqlUpdateQuery.exec(sqlPragma);
      sqlda->connection().commit();
      qDebug() << "Updated PRAGMA to Version " << version;
    }
    
    void ApplicationUI::updateDatabaseSchema()
    {
      // Create SQL Data Access object binding to the DB file...
      SqlDataAccess *sqlda = new SqlDataAccess(DB_PATH);
    
      int version = 0;
    
      version = getDatabaseVersion();
      qDebug() << "Initial DB Version " << version;
      updateDatabaseSchemaVersion(2);
      version = getDatabaseVersion();
      qDebug() << "DB Version " << version;
      updateDatabaseSchemaVersion(4);
      version = getDatabaseVersion();
      qDebug() << "DB Version " << version;
      updateDatabaseSchemaVersion(6);
      version = getDatabaseVersion();
      qDebug() << "DB Version " << version;
      updateDatabaseSchemaVersion(7);
      version = getDatabaseVersion();
      qDebug() << "DB Version " << version;
    }
    

    in my test case, I generate some sequential update but whenever the application is running, I get the following message from the console:

    QSqlDatabasePrivate::removeDatabase: connection '. / data / bookDatabase.db' is still in use, all queries will stop working.
    QSqlDatabasePrivate::addDatabase: duplicate connection name '. / data / bookDatabase.db' old deleted connection.

    I tried to add the following sqlda-> connection (m:System.NET.Sockets.Socket.close ()); After calling SQL but the same message appears.

    You forgot something in my code... in c#, I usually wrap my SQL operations with a try catch/finally block. In the finally block, I close and have waiting them for connections...

Thanks... dropped the PRAGMA and routed to a table of metadata according to the guidelines mentioned by perter9477 in the following thread...

http://supportforums.BlackBerry.com/T5/native-development/best-approach-for-SQL-schema-version-upgra...

Tags: BlackBerry Developers

Similar Questions

  • Is there a printable version of the Firefox iPad2?

    It is my understanding that there is a version of Mozilla Firefox for an iPad2. Maybe ver.18? I can't be able to download a version of the iPad via Safari. Thank you.
    George Garrett

    There are no versions of Firefox for iPad because Apple won't allow competing web engines on their iOS devices. Until they change this policy it will never be Firefox on iOS.

  • right on the website via Firefox - window opens and tells me that I'm using an older version of Firefox &amp; must dwnlod naked one. Legitimate or not? Ono

    I was just on a genealogy site accessed via Firefox when a pop-up window appeared and informed me that I was using an out of the version of Firefox and I should click here to download a new one.

    What is a real request or a scam any?

    If you get a pop-up message asking to put plugins or Firefox updated or anti-malware analysis then this message probably is a scam and you should never respond to such reporting to avoid being infected by malware.

    • Don't update Firefox via "> about" or by downloading and installing Firefox from Mozilla and server never using a popup or a link on a web page.
    • Plugins should be updated only through the plugin itself, or by visiting the home page of the plugin.

    Note that the current version of Firefox is Firefox 36.0.4, refer to help > topic
    You can find the full version of the current Firefox 36.0.4 version in all languages and for all systems operating here:

  • BlackBerry Smartphones BlackBerry Bold 990 is no longer connects to the desktop via Bluetooth (Version 7.1 Bundle 1646) software

    I've always been able to sync my Bold 9900 using the desktop via a Bluetooth connection software.

    Yesterday I updated to 7.1 Bundle 1646 and Desktop software is no longer recognizes the Bluetooth connection

    My "BOLD" can still associate it with my computer (i.e... I can play my music from my Bold 9900 via my computer) and my computer and the Bold 9900 have indicated that they are paired/connected.  However, the desktop software does not have a Bluetooth with my Bold 9900.

    I tried to manually add the device to the desktop through 'tools' software > 'Add Bluetooth device' but my Bold 9900 is not displayed even by selecting 'Add '.

    Now, I have to synchronize by using the USB connection.  I would go back to the use of the Bluetooth connection.

    Thoughts?

    Information:

    Bold 9900 - Version 7.1 Bundle 1646

    Desktop computer - Version 710_b033

    HP ProBook s 4530 - widows 7

    If RIM has released a new version of the desktop (v7.1 bundle 2108) and BB verisions.  I've updated and now it works!

  • I have the old version of photoshop cs a perpetual license. But I can not activate the license via internet and phone. Can you help me?

    I have the old version of photoshop cs a perpetual license. But I can not activate the license via internet and phone. Can you help me? @

    CS2, Acrobat 7 + Audition 3 (AND PREVIOUS) activation server has disappeared, then read below

    l http://helpx.adobe.com/x-productkb/Policy-Pricing/Creative-Suite-2-activation-end-Life.htm

    .

    You MUST use the special version and the serial number on the page, not your original drive or serial number

    .

    NOTE that CS2 will not install on a "modern" with an Intel Mac

    When you install the special version of CS2 on a Win7 or Win8 or Win10 computer, you may need to right click on the program icon and select compatibility Windows XP in the popup of option

  • Deploy the latest version of View Client via Web Interface?

    Hello

    Last week I was given an article ( http://www.networkworld.com/news/2011/021011-windows-fix-vmware-software.html ) and this KB ( http://kb.vmware.com/selfservice/microsites/search.do?language=en_US & cmd = displayKC & externalId = 1034262 ( )

    I wonder if there is an update also the Manager of the view for the latest version of the client will be available for those who connect to the display server?  Or is there a way I can deploy this client within the display server?

    We have many student users who now have connection problems, and the new version of the client solves this problem.  I'm just trying to discover the best deployment mechanism.

    Thanks for your comments!

    There is a downloads.war on connection brokers folder that contains all of the installation of the system.  It's also simple to replace these files with new clients named in the same way.  Here's a write up to someone in another thread.

    http://www.christowles.com/2011/02/VMware-view-45-client-353760.html

  • Can not validated against the schema

    I have the following XML

    < HTNG_HotelRoomStatusSearchRS

    " xmlns: ota = ' http://www.OpenTravel.org/OTA/2003/05 "" "

    " xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance "

    Version = "7,000".

               xmlns=" http://HTNG.org/2014B "

    " xsi: schemaLocation =" http://HTNG.org/2014B ' HTNG_HotelRoomStatusSearchRS.xsd '

    TimeStamp = "" 2015-04 - 29 T 15: 42:25Z ""

    Target = "Test" TargetName = "AUS".

    TransactionIdentifier = "12345" >

    < success > < / success > < errors > < error Type = '0' doc 'None' = > < / error > < / errors >

    < RoomInformationList >

    < TPA_Extensions >

    < TPA_Extension > < DEVICE UNIT_NUM = "pm_unit_num" UNIT_TYPE = "pm_unit_type_desc" HSK_DESC = "CLN".

    ROOM_STATUS = "EMPY" STATUS_CODE = 'HERE', ARRIVAL_DATE = 'NOW' DEPARTURE_DATE = 'THEN' RESV_TYPE = 'RT '.

    "DRI_PROP_ID ="DPI"RESV_NUM ="RN"CREATE_DATE ="CD"MC_PROPERTY_CODE ="MPC"HOTEL_DATE =" HD "SERVICE_CODE = 'SC' > < / UNIT >

    < / TPA_Extension > < / TPA_Extensions > < / RoomInformationList > < / HTNG_HotelRoomStatusSearchRS >

    I'm trying to validate

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < xs: schema xmlns: XS =" http://www.w3.org/2001/XMLSchema "

                       xmlns=" http://HTNG.org/2014B "

    " xmlns: ota = ' http://www.OpenTravel.org/OTA/2003/05 "" "

    " targetNamespace = ' http://HTNG.org/2014B "

    oraxdb:numProps = "6".

    elementFormDefault = "qualified".

    version = "1.000".

    ID = "HTNG2014B".

    ' xmlns:oraxdb = ' http://xmlns.Oracle.com/xdb "" "

    oraxdb:storeVarrayAsTable = 'true '.

    oraxdb:flags = "2105635".

    oraxdb:schemaURL = "HTNG_HotelRoomStatusSearchRS.xsd"

    oraxdb:schemaOwner = "CLY" >

    < xs: include schemaLocation = "HTNG_SimpleTypes.xsd" / >

    < xs: include schemaLocation = "HTNG_CommonTypes.xsd" / >

    " < xs: import namespace = ' http://www.OpenTravel.org/OTA/2003/05 "schemaLocation ="OTA_CommonTypes.xsd"/ > "

    < xs: annotation >

    < intention XML: lang = "fr" > This message is in response to a HTNG_HotelRoomStatusSearchRQ message. < / intention >

    < / xs: annotation >

    < xs: element name = "HTNG_HotelRoomStatusSearchRS" oraxdb:propNumber = '7324' oraxdb: global = "true" oraxdb:SQLName = "HTNG_HotelRoomStatusSearchRS" oraxdb:SQLType = "HTNG_HotelRoomStatusSea2173_T" oraxdb:SQLSchema = "CLY" oraxdb:memType "258" = >

    < complexType oraxdb:SQLType = "HTNG_HotelRoomStatusSea2173_T" oraxdb:SQLSchema = "CLY" >

    < xs:complexContent >

    < xs:extension base = "HTNG_ResponseBaseType" >

    < xs: SEQUENCE >

    < xs: element name = "RoomInformationList" oraxdb:propNumber = '7323' oraxdb: global = "false" oraxdb:SQLName = "RoomInformationList" oraxdb:SQLType = "RoomInformationList2174_T" oraxdb:SQLSchema = "CLY" oraxdb:memType = "258" oraxdb:MemInline = "false" oraxdb:SQLInline = "true" oraxdb:JavaInline = "false" >

    < xs: annotation >

    < intention XML: lang = "fr" > the result set generated by the query sent to the application. < / intention >

    < / xs: annotation >

    < complexType oraxdb:SQLType = "RoomInformationList2174_T" oraxdb:SQLSchema = "CLY" >

    < xs: SEQUENCE >

    < xs: element name = "Rooms" minOccurs = "0" maxOccurs = "unbounded" oraxdb:propNumber = '7322' oraxdb: global = 'false' oraxdb:SQLName = 'Rooms' oraxdb:SQLType = "RoomInformation2175_T" oraxdb:SQLSchema = "CLY" oraxdb:memType = "258" oraxdb:MemInline = "false" oraxdb:SQLInline = "true" oraxdb:JavaInline = "false" oraxdb:SQLCollType = "RoomInformation2176_COLL" oraxdb:SQLCollSchema = "CLY" >

    < xs: annotation >

    < intention XML: lang = "fr" > a container element used to hold room and reservation information. < / intention >

    < / xs: annotation >

    < complexType oraxdb:SQLType = "RoomInformation2175_T" oraxdb:SQLSchema = "CLY" >

    < xs: SEQUENCE >

    < xs: element name = "Room" type = "HTNG_RoomElementType" oraxdb:propNumber = '7319' oraxdb: global = "false" oraxdb:SQLName = "Room" oraxdb:SQLType = "HTNG_RoomElementType2044_T" oraxdb:SQLSchema = "CLY" oraxdb:memType = "258" oraxdb:MemInline = "false" oraxdb:SQLInline = "true" oraxdb:JavaInline = "false" >

    < xs: annotation >

    < intention XML: lang = "fr" > used to pass on information about a room or suite room components compound. < / intention >

    < / xs: annotation >

    < / xs: element >

    < xs: element name = "HotelReservations" type = "ota:HotelReservationsType" minOccurs = "0" oraxdb:propNumber = "7320" oraxdb: global = "false" oraxdb:SQLName = "HotelReservations" oraxdb:SQLType = "HotelReservationsType1709_T" oraxdb:SQLSchema = "CLY" oraxdb:memType = "258" oraxdb:MemInline = "false" oraxdb:SQLInline = "true" oraxdb:JavaInline = "false" >

    < xs: annotation >

    < intention XML: lang = "fr" > used to pass on information about the booking and/or its supporting comments. < / intention >

    < / xs: annotation >

    < / xs: element >

    < xs: element name = "TPA_Extensions" type = "ota:TPA_ExtensionsType" minOccurs = "0" oraxdb:propNumber = '7321' oraxdb: global = "false" oraxdb:SQLName = "TPA_Extensions" oraxdb:SQLType = "TPA_ExtensionsType174_T" oraxdb:SQLSchema = "CLY" oraxdb:memType = "258" oraxdb:MemInline = "false" oraxdb:SQLInline = "true" oraxdb:JavaInline = "false" >

    < xs: annotation >

    < intention XML: lang = "fr" > This is used to Exchange custom/setting values in work - specific as are agreed between the trading partners. < / intention >

    < / xs: annotation > < / xs: element > < / xs: SEQUENCE > < / xs: complexType > < / xs: element > < / xs: SEQUENCE > < / xs: complexType > < / xs: element > < / xs: SEQUENCE >

    < / xs:extension > < / xs:complexContent > < / xs: complexType > < / xs: element > < / xs: Schema >

    I'm creating the document. I can't it's the basic scheme.

    DECLARE

    CURSOR c_info

    IS

    (SELECT XMLELEMENT

    'HTNG_HotelRoomStatusSearchRS '.

    xmlattributes)

                           ' http://www.OpenTravel.org/OTA/2003/05 "AS"xmlns:ota" "

                          ,' http://www.w3.org/2001/XMLSchema-instance ' AS ' xmlns: xsi "

    , "7,000"AS "Version".

                          ,' http://HTNG.org/2014B ' AS 'xmlns'

                          ,' http://HTNG.org/2014B HTNG_HotelRoomStatusSearchRS.xsd' AS "xsi: schemaLocation"

    , TO_CHAR (SYSDATE, "DD-MM-YYYY")

    || ' T '

    || TO_CHAR (SYSDATE, 'HH24:MI:SS')

    || 'Z' AS 'TimeStamp '.

    CASE WHEN gn.global_name = 'ATLAS' AND 'Production' ELSE 'Test' END as 'Target'

    , 'AUS' AS 'TargetName '.

    "12345" AS "TransactionIdentifier")

    XMLELEMENT ("Success")

    , XMLELEMENT ("Errors", XMLELEMENT ("Error", xmlattributes ('Type', 'None' AS 'Doc' of "0")))

    XMLELEMENT ("RoomInformationList",

    XMLELEMENT ("TPA_Extensions",

    XMLELEMENT ("TPA_Extension",

    XMLELEMENT ("UNIT"

    xmlattributes ('pm_unit_num' AS 'UNIT_NUM'

    , 'pm_unit_type_desc' AS 'UNIT_TYPE.

    , "CLN" AS "HSK_DESC".

    , "EMPY" AS "ROOM_STATUS".

    , 'HERE' AS 'STATUS_CODE '.

    , "NOW" AS "ARRIVAL_DATE".

    AND 'THEN' AS 'DEPARTURE_DATE '.

    , 'RT' AS 'RESV_TYPE '.

    , "DPI" AS "DRI_PROP_ID".

    , 'RN' AS 'RESV_NUM '.

    , 'CD' AS 'CREATE_DATE.

    , "MPC" AS "MC_PROPERTY_CODE".

    , 'HD' AS 'HOTEL_DATE '.

    'SC' AS 'SERVICE_CODE')))

    AS 'RESULT '.

    FROM global_name gn;

    Tinfo TYPE IS TABLE OF c_info % ROWTYPE;

    t_guests tinfo.

    CLOB xmlDoc;

    l_xmltype XMLTYPE.

    v_schema_to_validate VARCHAR2 (2000);

    non_registered_schema EXCEPTION;

    PRAGMA EXCEPTION_INIT (non_registered_schema,-31000);

    BEGIN

    OPEN c_info.

    Get the c_info COLLECT in BULK IN t_guests;

    CLOSE C_info;

    xmlDoc: = t_guests (1).result.getstringval ();

    l_xmltype: = xmltype (doc);

    -IF l_xmltype.isschemabased () = 0 THEN RAISE non_registered_schema;  END IF;

    -v_schema_to_validate: = l_xmltype.getrootelement () | '.xsd ';

    dbms_output.put_line (v_schema_to_validate);

    dbms_output.put_line (xmldoc);

    END;

    As has been pointed out by Marco, Errors, item is imported the schema HTNG_CommonTypes.xsd.

    It is based on ErrorsType of OTA_CommonTypes.xsd, whose target namespace is http://www.opentravel.org/OTA/2003/05.

    This is why the Error element (declared in ErrorsType complexType) must be qualified by the prefix of the ota in the documents.

  • Limited to the version of the operating system

    Is there a restriction on the version of the operating system that I can update my iPad to old mothers of?  In iTunes, it says that there is no update.  It's on iOS 5.1.1 but when I try to install a game to her, it says that I need at least version 7.1.  I guess the age of the iPad, MB292LL model, he can't possibly run the latest version of the operating system.  Please tell me I'm wrong.

    If she maxed out at 5.1.1 so this is a first generation iPad and Yes, unfortunately it can no longer be improved. Later this year when iOS10 comes out there will be additional models that can not be upgraded from 9 to 10.

    What you can try, never sync you your iPad to iTunes? If you try to download that game via iTunes if there is a version of the application remains compatible with 5.1.1 then who should download on iTunes and then you can sync it on the iPad.

    If they are not then you may just be stuck. The model of the iPad 1 is 5 years old, unfortunately, unless the users already have apps on it can be difficult to find a compatible more

  • Impossible to attach Windows 10 laptop computer to the Internet via cable USB iPhone 5 c after update to iTunes and iPhone (March 2016)

    System information:

    Tactile Lenovo Y50-70

    Construction of 10.0.10586 of Windows 10-10586

    iPhone 5 c - iOS 9.2.1

    iTunes - 12.3.2.35 / 64-bit

    Cell carrier: Etisalat AF

    Last year in Afghanistan, I have used my iPhone 5 c to attach my laptop to the internet simply by connecting via USB.  It has always worked.  Was very simple.  When I returned to the States for R & R in November 2015, I've updated my iPhone and iTunes to the latest versions and upgrades Windows 8.1 to Windows 10.

    I am now back in Afghanistan and USB tethering no longer works.  WiFi tethering works half the time.  The other half of the time, when I try and connect to the network of the iPhone, it is said, you cannot connect to this network.  When I can't connect to the phone, I disable the personal hotspot, WiFi and Bluetooth on the phone and then I turn it back on.  I also turn off my WiFi adapter on my laptop and turn it back on.  Which usually solves the problem and then I can connect via WiFi.

    Do some research on the internet, I read that there was a file corrupted when the current generation of iTunes, but Apple had set and you just need to reinstall the current version, which I did.  I have reinstalled iTunes by suggestions from different site.  After reinstalling iTunes and restart, I can always have my phone to connect to internet via the USB cable.

    I want to be able to connect my laptop to the internet using my phone via the USB cable.  I want it all works just as it did previously.  Connection via WiFi is a pain in the ass, because it does not work half the time and disconnects on a regular basis.

    Please tell us what should I do to solve this problem.

    Thank you.

    OK, I finally understand how to solve this problem.

    I was able to understand because of this post:

    https://discussions.Apple.com/message/29267225#29267225

    The problem is that Windows 10 was not install appropriate drivers for my iPhone.

    You can see 2 places to see.  We're in the control panel.  After you plug in your iPhone, the iPhone will be displayed and highlighted as not having is not a compatible driver.  The other place is in "Devices and printers", there you will see 3 apple devices: 1 Apple Mobile Device USB Driver, iPhone 2, and 3. Apple iPhone.  All three appear when I plugged in my iPhone.

    However, the problem was one that said iPhone really should have said "Apple Mobile Device Ethernet".

    So, how to fix this?

    Open devices and printers-> right click Iphone which should be under "Unscpecified"-> properties-> hardware-> Propterties tab-> change settings-> tab driver-> update driver-> Browse my computer for software Local-> Browse to the directory "C:\Program Files\Common Apple Mobile Device Support".

    Make sure you have the files box to include under verified.

    Who did.  Windows successfully installed the necessary drivers.  Now, I can easily connect to the internet via the USB cable again without any problems.

  • Cannot access the videos via USB more

    Nice day

    I have a HDR-SR10. I can't access the videos via USB more. drive appears blank in windows 8. Videos can be played through the screen of the device. Help, please

    Yes. Tried 2 usb ports with no luck.
    In fact. I downloaded the latest version of PMB and was able to import videos from cam. Once imported, I formatted the drive, then it pops up on the desktop as usual.
    For me, it wa weird experience and have no logical explanation.

  • would local music from the PC to the iPhone via USB, with iCloud on.

    Hello

    I was digging around and I can't find an answer to this, so I think I'd better ask...

    I have:

    -iPhone 6s, running ios last 9.
    -Windows 10 the latest version of itunes
    -Unlimited music
    -Music, I bought also I want to put it on my phone.

    I don't have iTunes game.

    Thus,.
    to use Music Unlimited my phone asked me to allow syncing iCloud for music transfer.
    When I do that my local music is synchronized via iCloud.

    Some of my songs are more explicit, but it downloads the non-explicit version. (I've seen a lot on the internet about this already)

    How can I get my music stored locally on the phone via the USB port without turning off iCloud, preventing me to use unlimited music?

    Thanks for the help.

    Unfortunately, which does not have iTunes.

    I suggest you give feedback directly to Apple: http://www.apple.com/feedback/itunesapp.html

  • ITunes is to be ridiculous. I updated my iPhone 6 s to the latest version of the software, 9.2.1 a week ago. Not perfect, no problem whatsoever. However, whenever I plug my phone into my Mac, Itunes wants to upgrade the software again. How can I stop this

    A week ago. I updated my iPhone to IOS 9.2.1 6s. The update was done with success directly on my phone via wifi.

    I had no problem with the software of the phone since.

    However, every time I plug it into my Mac Mini and open Itunes, now a pop up appears asking me to upgrade to the same version of software.

    I have no idea why this happens and how the hell I let itunes know that I've already updated?

    I have the iPhone 16 GB S6 with the latest version of the software: installed 9.2.1.

    Any help would be appreciated. Please note that I am a Luthier and build guitars. I'm about like a fish!

    Barry.

    A version update of iOS 9.2.1 is out to solve a problem with error 53 and replaced the sensors contact ID - if your phone is already on iOS 9.2.1 is without doubt the old version of it, not a new. As far as I know the new version will be only detected by iTunes from the computer, not directly on the phone in settings > general > software update.

  • 2009 time capsule cannot connect to the internet via a modem

    I had my 2009 Time Capsule or airport works very well with the modem from my ISP for years. I use the TC a hub wireless and backup. The upgrade of the modem: no problem. Over the weekend, there was a failure of the internet that has since been corrected for days. Since my TC failed to connect to the internet via the modem. I can get online via an ethernet cable from the modem to my two computers (one is a janky PC, the other bought a MacBook Pro in 2015), so I know it's not the modem.

    I turned off and reset the modem several times. I turned off and reset the TC, repeatedly. I've reconfigured the TC twice per the instructions found in other discussions here. I _may_ not having the latest version of the software installed, but this has never been a problem in the past. Reconfiguration will display a green light, but in the diagnosis of the airport, it shows that it has not Internet even when connected via the Ethernet cable to the modem to work. Icons wireless on my laptop an exclamation or a warning icon.

    The cable operator suggested that sometimes the router manufacturers 'close the ports' and must be reopened if the connection is down for awhile. It makes no sense to me, but I'm not very technical.

    Any thoughts? Thank you very much

    Renee

    What is the number and the model of the modem?

    There is a connection by Ethernet cable from the modem to time Capsule. The cable is connected to which port of the modem?  The cable is connected to which port on the Time Capsule?

    If you open AirPort Utility on your Mac... (Finder > Applications > utilities > AirPort Utility)... is displayed the image of the time Capsule?  If Yes, when you click on the image, a small window pops up with an edit box... or... an option for installation manual appears at the bottom of the window?

  • ΗP - 15-r124nv (ENERGY STAR): ΗP - 15 r124n - tune can not install a newer version of the Bios (sp72062)

    Hi all

    I have a problem installing the BIOS via HP assistant. It starts to download the latest version of Bios (110 Ko..), and finally the HP Assistant fails to install the bios.

    what I've done: uninstall the old version of HP assistant and install a more recent version.  The problem continues to insist

    Any idea or suggestion?

    Concerning

    Georgios

    Geokok

    Welcome to the Community Forum of HP.

    Comment

    Your computer Support pages:

    HP laptop - 15-r124nv (ENERGY STAR)

    Reference:

    Updated the BIOS

    It is the opinion of the Expert that you shouldn't depend on HP Support AWizard when it comes to BIOS updates.

    According to other factors in the system at the time when the HPSA trying to hit your system with an update of this type; the results could be... other than expected.

    You can set 'Notification' HPSA to prevent it from trying to update your BIOS.

    DON'T update the BIOS when you see an update in your Web page of the computer AND that this update can be used to provide a fix for a problem that you have discovered in your system.  In other words: If your computer is happy, do not update the BIOS just because you think it would be a good thing to do.

    If you decide to update your BIOS

    • Make sure that ALL backups are up-to-date and complete - this means that everything you need to restore the system in case something goes wrong.
    • Understand that even when you do everything exactly right, you can end up with a bricked computer, that is an expensive paper weight.
    • Make sure you have at least your critical data on some form of external backup.
    • Unplug the USB drives and other useless material.  Desktop keyboard and mouse can stay connected.
    • Always run power cable to update the BIOS, never on the laptop battery
    • Touch the system during the update is underway
    • Optional: Leave wireless ONbutton. You could turn off the router to ensure that there is no interruption.

    If you still get into trouble, see: restore the BIOS

    Click on the thumbs-up Kudos to say thank you!

    And... Click on accept as Solution when my answer provides a fix or a workaround!

    I am happy to provide assistance on behalf of HP. I do not work for HP.

  • What is the latest version of the NOR-DAQmx driver? 9.7.0 vs 9.6.2

    Hi all... I'm puzzled. I found the version of NOR-DAQmx 9.7.0 released February 25, 2013 and NOR-DAQmx version 9.6.2 released March 4, 2013.

    Read the "readme" files does not lighten.

    What is going on? Two teams who does not speak with them?

    DAQmx 9.7 is always the latest version with the most recent device and the support of the API. The 'Release Date' refers to the post to date of web and it can not match the schema version.

    We'll push DAQmx 9.6.2 Update Service with the DVD of LabVIEW Driver 2012 SP1. DAQmx 9.7 will be available only for download web or included as a DVD with the hardware which requires for the purposes of support.

Maybe you are looking for

  • HP 15-ac140ne: upgrade of ram and ssd

    can increase the 16 GB ramand m2 ssd installation

  • Cannot connect Equium M40X for TV

    Hi all! I was wondering if you can help me please. I have a laptop Toshiba Satellite M40X and an S-video (4-pin) cable with usual red white and yellow connectors on the end. How the world connect to my TV? I tried to play with my tv controls, but is

  • Location bar does not

    The update to version 3.6.11 seems to have broken my address bar. My history and bookmarks are still intact, but the address bar offers suggestions. I already checked the «when you use the address bar, you move...» "setting, so I don't think that thi

  • Enable checkbox focus without COMMIT?

    I have an array of checkbox controls.  Each control has the same callback function that will update a text string identify which box was clicked. I would like to give my users the possibility to get the focus of a checkbox without an EVENT_COMMIT pas

  • create the new file option in Windows - how to add Notepad in the list of programs

    When I'm in a particular folder, I can right click and choose new... to create a new file in this folder.  The usual programs are available to choose from, such as Word and Excel, and also a few programs that I have installed are also available.  How