Runtime error/s with iOS

I've followed the build instructions for iOS in your documentation but I get an error at runtime with the following output:
Detected an attempt to call a symbol in system libraries that is not present on the iPhone:
stat$INODE64 called from function __os_exists in image Berkeley.
An Apple forum member suggested that I'm not building BDB against the iPhone Simulator system libraries. I have a few questions:
In your build instructions for iOS you refer to an $SDKROOT variable. What should this be set to for Simulator and device builds respectively?
I found a SO post from someone who suggests that I'd need quite extensive modification of my build script to set environment variables not mentioned in your build instructions. You can see his build script in the second answer in the following link to SO:
objective c - How can I use the Berkeley DB within an iOS application? - Stack Overflow
If I make use of his script, I get an error that tells me gcc isn't working correctly. His post is quite old, so I'm really hoping you can elaborate on your existing guidance for iOS builds that will help me get BDB working at runtime. Just to note, following your build instructions does lead to a successful build of BDB but it fails at runtime.
Any help at all would be great, thanks.

Hi Ray,
Could you try building the BDB library using the following configuration:
export DEVROOT=/Applications/Xcode.app/Contents/Developer
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk
export SIMROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk
export CC=$DEVROOT/usr/bin/gcc
export LD=$DEVROOT/usr/bin/ld
export CXX=$DEVROOT/usr/bin/g++
export LDFLAGS="-L$SDKROOT/usr/lib"
export CFLAGS="-arch i386 -pipe -no-cpp-precomp -isysroot $SDKROOT -mios-simulator-version-min=7.1"
export CXXFLAGS="-arch i386 -pipe -no-cpp-precomp -isysroot $SDKROOT -mios-simulator-version-min=7.1"
export CPPFLAGS="-arch i386 -pipe -no-cpp-precomp -isysroot $SDKROOT -mios-simulator-version-min=7.1"
../dist/configure --host=arm-apple-darwin9 --prefix=$SDKROOT \
  --enable-sql --enable-debug --enable-cxx --enable-sql_compat
With the BDB library built with this configuration, we couldn't reproduce the runtime error you mentioned in your original post on iOS simulator 7.1.

Similar Messages

  • I want to make an update to my iphone 4s to ios 5.1 and i cant. it says that error occured with ios 5

    I want to make an update to my iphone 4s to ios 5.1 and i cant. it says that error occured with ios 5.1.1 what can i do ?
    i change the DNS but nothing happens

    Yes it is.
    Initially I got an error message saying can't connect because of Date & Time settings.
    Went in and re-verified that those were correct.
    Tried to update downloads and then got a new error message: "Can't connect to iTunes Store".
    I live in the US and that's where I created my iTunes a/d and Apple ID.
    I am currently in India --- can that coause confusion re date & time?

  • How to troubleshoot runtime error (termination with short dump)

    hi all,
    i'm new comer on crm. and i got a problem when i accessed tx: segment builder (runtime error: termination with short dump).
    i've tried to troubleshoot this problem by set the java2 SDK GUI path on the client side.but it still didn't work.then i tried to activate the automation trace (just perform the procedure which wrote down on error analysis), but i confused when tried to read the trace file and still didn't get the point. FYI, i 'm using sap logon 710 and SAP crm 5.0.
    what i've should to do?
    should i have to re install my sap logon?
    i really need ur assistance!
    best regards,  
    agung

    Hi Agung,
    Please refer the following SAP Note for your information:
    <b>SAP Note: 990263</b>
    Best Regards,
    Johnny.
    Reward with points if it helps.

  • BAPI Runtime Error DBIF_RSQL_INVALID_REQUEST with module "KONV_BEARBEITEN"

    Hi Experts
    I am trying to create a sales order using BAPI FM BAPI_SALESORDER_CREATEFROMDAT1. After executing the program it shows in output screen that the sales order created and also displays the newly created sales order number. But when I want to check the order from VA03 it shows Express document "Update was terminated" received by author AAA, where AAA is login name.
    I also analysis the sort dump for which the update process was terminated. I give the error details
    Runtime Errors         DBIF_RSQL_INVALID_REQUES
    Error analysis
        An invalid request was made to the SAP database interface in a statement
         in which the table "KONV " was accessed.
    Below are the module name and report from where the error is coming.
    Function Module name  RV_SALES_DOCUMENT_ADD
    Program Name  SAPLV45U
    Include  LV45UF0K
    Row  26
    Source code from Rruntime Error
      Line  SourceCde
    1 *****************************************************************
        2 *  Unterroutinen RV-Auftragsabwicklung alphabetisch sortiert:
        3 *  ----------------------------------------------------------
        4 *  Buchstabe K:
        5 *
        6 *****************************************************************
        7
        8 *----------------------------------------------------------------
        9 *       FORM KONV_BEARBEITEN
       10 *----------------------------------------------------------------
       11 FORM KONV_BEARBEITEN.
       12
       13   CHECK: FKONV_GEAENDERT NE SPACE OR
       14          VORGANG = CHARH.
       15
       16   IF VORGANG NE 'H'.
       17     DELETE FROM KONV WHERE KNUMV = VBAK-KNUMV.
       18 ENHANCEMENT-POINT KONV_BEARBEITEN_10 SPOTS ES_SAPLV45U.
       19   ENDIF.
       20
       21   LOOP AT FXKOMV.
       22     FXKOMV-MANDT = VBAK-MANDT.
       23     FXKOMV-KNUMV = VBAK-KNUMV.
       24     MODIFY FXKOMV.
       25   ENDLOOP.
    >>>>>   INSERT KONV FROM TABLE FXKOMV.
       27   IF SY-SUBRC NE 0.
       28     MESSAGE A100 WITH
       29   ENDIF.
       30
       31 ENHANCEMENT-POINT KONV
       32 ENDFORM.
       33 *eject
    Below is my source code.
    *& Report  Z_BAPI_SALESORDER
    REPORT  z_bapi_salesorder.
    * Sales document type
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text FOR FIELD p_auart.
    PARAMETERS: p_auart TYPE auart OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Sales organization
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text1 FOR FIELD p_vkorg.
    PARAMETERS: p_vkorg TYPE vkorg OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Distribution channel
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text2 FOR FIELD p_vtweg.
    PARAMETERS: p_vtweg TYPE vtweg OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Division.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text3 FOR FIELD p_spart.
    PARAMETERS: p_spart TYPE spart OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    SKIP 1.
    * Sold-to
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text4 FOR FIELD p_sold.
    PARAMETERS: p_sold  TYPE kunnr OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Ship-to
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text5 FOR FIELD p_ship.
    PARAMETERS: p_ship  TYPE kunnr.
    SELECTION-SCREEN END OF LINE.
    SKIP 1.
    * Material
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text6 FOR FIELD p_matnr.
    PARAMETERS: p_matnr TYPE matnr   OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Quantity.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text7 FOR FIELD p_menge.
    PARAMETERS: p_menge TYPE dzmengc  OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Plant
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text9 FOR FIELD p_plant.
    PARAMETERS: p_plant TYPE werks_d OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Data declarations.
    DATA: v_vbeln            LIKE vbak-vbeln.
    DATA: header             LIKE bapisdhead.
    DATA: headerx            LIKE bapisdhead1x.
    DATA: item               LIKE bapiitemin  OCCURS 0 WITH HEADER LINE.
    DATA: itemx              LIKE bapisditemx OCCURS 0 WITH HEADER LINE.
    DATA: partner            LIKE bapipartnr  OCCURS 0 WITH HEADER LINE.
    DATA: return             LIKE bapireturn1    OCCURS 0 WITH HEADER LINE.
    DATA: lt_schedules_inx   TYPE STANDARD TABLE OF bapischdlx
                             WITH HEADER LINE.
    DATA: lt_schedules_in    TYPE STANDARD TABLE OF bapisdhedu
                             WITH HEADER LINE.
    * Initialization.
    INITIALIZATION.
      v_text   = 'Order type'.
      v_text1  = 'Sales Org'.
      v_text2  = 'Distribution channel'.
      v_text3  = 'Division'.
      v_text4  = 'Sold-to'.
      v_text5  = 'Ship-to'.
      v_text6  = 'Material'.
      v_text7  = 'Quantity'.
      v_text9  = 'Plant'.
    * Start-of-selection.
    START-OF-SELECTION.
    * Header data
    * Sales document type
      header-doc_type = p_auart.
      headerx-doc_type = 'X'.
    * Sales organization
      header-sales_org = p_vkorg.
      headerx-sales_org = 'X'.
    * Distribution channel
      header-distr_chan  = p_vtweg.
      headerx-distr_chan = 'X'.
    * Division
      header-division = p_spart.
      headerx-division = 'X'.
      headerx-updateflag = 'I'.
    * Partner data
    * Sold to
      partner-partn_role = 'AG'.
      partner-partn_numb = p_sold.
      APPEND partner.
    * Ship to
      partner-partn_role = 'WB'.
      partner-partn_numb = p_ship.
      APPEND partner.
    * ITEM DATA
      itemx-updateflag = 'I'.
    * Line item number.
      item-itm_number = '000010'.
      itemx-itm_number = 'X'.
    * Material
      item-material = p_matnr.
      itemx-material = 'X'.
    * Plant
      item-plant    = p_plant.
      itemx-plant   = 'X'.
    * Quantity
      item-target_qty = p_menge.
      itemx-target_qty = 'X'.
      APPEND item.
      APPEND itemx.
    *   Fill schedule lines
      lt_schedules_in-itm_number = '000010'.
      lt_schedules_in-sched_line = '0001'.
      lt_schedules_in-req_qty    = p_menge.
      APPEND lt_schedules_in.
    *   Fill schedule line flags
      lt_schedules_inx-itm_number  = '000010'.
      lt_schedules_inx-sched_line  = '0001'.
      lt_schedules_inx-updateflag  = 'X'.
      lt_schedules_inx-req_qty     = 'X'.
      APPEND lt_schedules_inx.
      CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT1'
        EXPORTING
          order_header_in           = header
    *     WITHOUT_COMMIT            = ' '
    *     CONVERT_PARVW_AUART       = ' '
       IMPORTING
         salesdocument              = v_vbeln
    *     SOLD_TO_PARTY             =
    *     SHIP_TO_PARTY             =
    *     BILLING_PARTY             =
    *     RETURN                    =
        TABLES
          order_items_in            = item
          order_partners            = partner
    *     ORDER_ITEMS_OUT           =
    *     ORDER_CFGS_REF            =
    *     ORDER_CFGS_INST           =
    *     ORDER_CFGS_PART_OF        =
    *     ORDER_CFGS_VALUE          =
    *     ORDER_CCARD               =
    *     ORDER_CFGS_BLOB           =
         order_schedule_ex          = lt_schedules_in
    * Check the return table.
      IF v_vbeln <> space.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
        WRITE: / 'Document ', v_vbeln, ' created'.
      ELSE.
        WRITE: / 'Error in creating document'.
      ENDIF.
    I am unable to trace the exact reason. Please help and thanks in advance.
    Edited by: Joy Banerjee on Oct 12, 2009 7:47 AM

    Hi Prashant,
    Set the profile parameter abap/buffersize value to maximum.Get the virtual memory increased.
    If it doesn't work, see in transaction db02 if there is sufficient tablespace.
    Let me knoe the status of tablespaces.
    Regards,
    Sabita

  • Error 3194 with iOS 7.0.4 restoring

    Hello,
    I want to restore my iPodTouch 5g with iOS 7.0.4.
    He is already with iOS 7.0.4 but he's jailbroken. I wan't to remove the Jailbreak.
    So I go in iTunes and make shift+select my ipsw (7.0.4) but after "preparing the ipodtouch" I see the error -> 3194.
    Why ?? I just wan't to restore my iPodTouch with the same firmware ??!!??
    I already tested modify the host file, TinyUmbrella, change computer and cable.
    If you can help me !
    Thank you very much !

    Not good.
    Check for hardware issues
    Related errors: 1, 3, 10, 11, 12, 13, 14, 16, 20, 21, 23, 26, 27, 28, 29, 34, 35, 36, 37, 40, 1000, 1002, 1004, 1011, 1012, 1014, 1667, or 1669.
    Try to restore your iOS device two more times while connected with a cable, computer, and network you know are good. Also, confirm your security software and settings are allowing communication between your device and update servers. If you still see the error message when you update or restore, contact Apple support.

  • Runtime Error SYNTAX_ERROR with MIGO tcode

    Hi Gurus,
    I got a new issue now. while executing MIGO tcode getting SYNTAX_ERROR dump, please check below dump details..
    Category               ABAP Programming Error
    Runtime Errors         SYNTAX_ERROR
    ABAP Program           SAPLVBDOCUBATCH_DM
    Application Component  LO-BM
    Date and Time          09.01.2012 16:27:51
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLMIGO" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
        The following syntax error occurred in program "SAPLVBDOCUBATCH_DM " in include
         "LVBDOCUBATCH_DM$39 " in
        line 8:
        ""RL034" must be a flat structure. You cannot use internal tables, stri"
        "ngs, references, or structures as components."
        The include has been created and last changed by:
        Created by: "SAP "
        Last changed by: "SAP "
        Error in the ABAP Application Program
        The current ABAP program "SAPLMIGO" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        The following syntax error was found in the program SAPLVBDOCUBATCH_DM :
        ""RL034" must be a flat structure. You cannot use internal tables, stri"
        "ngs, references, or structures as components."
    i have tried to check syntax of program SAPLVBDOCUBATCH_DM and it is giving error, please help me solve this issue.
    Additional Information:ECC6.0 EHP5(recently upgraded from ECC6.0) nd DB:Oracle 10.2.0.2 OS:windows
    Thanks,
    Venkat

    Hello Team,
    This is Solved..
    As per dump when we go n check table RL034 through SE11 there one Object type is wrong so with Abaper help it got corrected then the problem was solved.
    Thanks all for your time.
    Venkat

  • Windows client  gives runtime error R6034 with TMMONITOR=app,svc,tran,sys::

    PLEASE REFER TO THE DUPLICATE POSTING IN THE "TUXEDO" FORUM FOR AN ANSWER TO THIS QUESTION.
    Hi,
    I'm testing TSAM on a Windows system. If I run without setting the TMMONITOR environmental variable set everything works fine, but when I set TMMONITOR=app,svc,tran,sys:: both the client and server programs give the runtime error R6034: "An application has made an attempt to load the C runtime library incorrectly". Clicking the "OK" button lets the programs continue, but the following messages appear in the ULOG:
    142539.868.TUXMODEL!tuxmodelclient.5996.5860.0: GP_CAT:1345: ERROR: pif: can't load 'libmonplugin.dll'
    142539.868.TUXMODEL!tuxmodelclient.5996.5860.0: GP_CAT:1341: ERROR: pif: can't load impl 'bea/performance/mongui' that is in InterceptorSequence for 'bea/performance/monfan'
    142539.868.TUXMODEL!tuxmodelclient.5996.5860.0: LIBTUX_CAT:6623: ERROR: TMMONITOR failed to invoke the monitoring plug-in
    142547.342.TUXMODEL!TuxModelServer.3220.728.0: GP_CAT:1345: ERROR: pif: can't load 'libmonplugin.dll'
    142547.342.TUXMODEL!TuxModelServer.3220.728.0: GP_CAT:1341: ERROR: pif: can't load impl 'bea/performance/mongui' that is in InterceptorSequence for 'bea/performance/monfan'
    142547.342.TUXMODEL!TuxModelServer.3220.728.0: LIBTUX_CAT:6623: ERROR: TMMONITOR failed to invoke the monitoring plug-in
    142547.482.TUXMODEL!TuxModelServer.3220.728.0: LIBTUX_CAT:6623: ERROR: TMMONITOR failed to invoke the monitoring plug-in
    142547.498.TUXMODEL!TuxModelServer.3220.728.0: LIBTUX_CAT:6623: ERROR: TMMONITOR failed to invoke the monitoring plug-in
    142547.498.TUXMODEL!tuxmodelclient.5996.5860.0: LIBTUX_CAT:6623: ERROR: TMMONITOR failed to invoke the monitoring plug-in
    Can anyone tell me what I need to do to overcome this problem? (I'm running Tuxedo Version 10.0 with VS2005, 32-bit, Patch Level (none) and TSAM version 1.1. Both programs were compiled with buildclient/buildserver, using Microsoft Visual C++ Express Edition 2008 (Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86)
    Thanks & kind regards,
    Malcolm.
    Edited by: Malcolm Freeman on Oct 28, 2008 11:55 AM

    As I know, the runtime rrror R6034 can be caused by Windows, not caused by TSAM, you need check your Windows system.
    guggi

  • Runtime Error: CONVT_NO_NUMBER with MM01 BDC

    Hi All,
    I am creating Material Master using Call transaction Method for MM01 Tcode.
    I am passing the value called Standard Price (MBEW-STPRS) in the BDC.
    Standard price will be like 100.00 (Hundred Rupees)
    While passing this value, I am getting Runtime Error with the following details.
    Runtime Error: CONVT_NO_NUMBER
    Unable to interpret "/" as a number.
    258 ----
    259 *        Insert field                                                  *
    260 ----
    261 FORM BDC_FIELD USING FNAM FVAL.
    >>>   IF FVAL <> NODATA.
    263     CLEAR BDCDATA.
    264     BDCDATA-FNAM = FNAM.
    265     BDCDATA-FVAL = FVAL.
    266     APPEND BDCDATA.
    267   ENDIF.
    268 ENDFORM.
    How to resolve this type of error???
    Regards
    Pavan

    I have defined field STPRS as char(13 length) in the internal table as char.
    The field NODATA is having value ' \ ' in the debugging mode.
    The code mentioned in my above post is from the standard perform statement.
    Even if i provide value as "100" in the flat file, while reaching the statment
    perform bdc_field       using 'MBEW-STPRS'
    it_mm01-stprs.
    it shows as "100.00" in the debugger.
    Any idea....????
    Regards
    Pavan

  • Error 3014 with iOS 5, can't restore iPhone HELP!

    Basically as the title suggests. Downloaded and tried to update iPhone 4 with iOS 5 and it didnt work. Needed restoring but that comes up with the 3014 error. Happened to my iPad aswell. Redownloaded iTunes and that didint work as well as restarting. Dont know what to do.

    same exact problem.
    After trying a number of times and checking all items listed here:
    http://support.apple.com/kb/ts1275
    and here
    http://support.apple.com/kb/TS3694#error3014
    I have same error -
    on a whim, tried to do it via a Windows iTunes install that was a new install -
    i got the idea from an Apple page that asked if i was trying to "upgrade from my home machine or not"
    it repeated locked the Win machine to death - figures - until i had to hold the button down.
    Anyway, i see this reported elsewhere - I am going to the Genius bar tomorrow - 

  • Runtime error 10401 with CWAOPoint1 control

    I am trying to run an older application and it fails with Runtime error 10401...the specified device is not a NI product... I am trying to run this on a laptop that does not have the hardware.  How can I get around this error so I can step through my code (VB6)?  I have the both the latest DAQMX and traditional Nidaq software installed as well as Measurement Studio 8 installed.

    The following is the subroutine used.  Its giving the error on the SingleWrite commands. VB does not report any references missing in the project.
    Sub cmdSetLEDVoltages_Click(Index As Integer)
        Select Case Index
            Case 0
                CWAOPoint1.ChannelString = "1"
                CWAOPoint1.SingleWrite cwnGlareLEDVoltage(Index).Value
                CWAOPoint1.ChannelString = "0"
                CWAOPoint1.SingleWrite cwnRefLEDVoltage(Index).Value
            Case 1
                CWAOPoint2.ChannelString = "1"
                CWAOPoint2.SingleWrite cwnRefLEDVoltage(Index).Value
                CWAOPoint2.ChannelString = "0"
                CWAOPoint2.SingleWrite cwnGlareLEDVoltage(Index).Value
        End Select
    End Sub

  • How to correct or report location errors introduced with iOS 4 vs. iOS 3.x?

    When I use location services (via any application) on my iPod touch (1st gen - iOS 3.1), including Find-my-iPhone, my touch's location is precisely located. I have even reported both my wireless routers to Skyhook to assure this accuracy at home.
    My iPad, however (via any application, including Find-my-iPhone), has a location error of about 250 yards to the south south east. All of my neighbors with new WiFi-only iPods and iPads think location services is crappy, because it doesn't locate them in their home. Those with 3G support don't generally have the problem.
    I've tried to find out where I can report the precise coordinates of my personal hardware (as I did for Skyhook) so Wi-Fi location is improved AND notify the proper organization that an entire swath of East Texas has been scanned with a large location bias, turning data into garbage. Anybody know who to talk to?

    Basically, Apple need to inform people how to correct their router info that is contained in their faulty "Locations Service Database" - now, in theory, Apple could collect this information from a user by means of a simple web based form on their support site that asked for the MAC address of the router and either latitude/longitude info or even the users' post code (Zip code). However, in practice this might be harder to do owing to security concerns...
    I have had problems with the WiFi provided location service on BOTH my iPad and iMac for at least 2 weeks now. It shows me as being in central London when I am in fact in Central Scotland - very annoying!
    What is just as annoying is that there is no info from Apple to even acknowledge that this problem exists...
    I have raised this issue with Apple Support via their iPad feedback page - but no response yet.

  • Pioneer AVR iControlAV5 app error B27102 with iOS 8.1.3

    Since upgrading to iOS 8.1.3, the app iControlAV5 (or iControlAV2013) has not been able to connect to my Pionner reciever.  Error code B27102 displays.
    I've never had a single problem with this in the past prior to 8.1.3.   This is definitely an iOS problem ---- Apple please fix this asap!!!

    don't believe that apple have access to pioneers source code so your issue will likely last until pioneer release an updated version of the app
    you can check app store if they have done so already

  • HT1751 Hi I am unable to open my iTunes at all. A box stating "Runtime Error appears with Program C:/Program Files (x86) iTunes/iTunes R6034 shows up, please help

    I am unable to open my iTunes. A box appears "Run time Error" Program C:/Program Files (x86) iTunes/iTunes
    Please help me

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • IPad 2 Restore Error (-1) with iOS 5.1.1

    Hello there everyone
    My iPad last night seemed to get itself into a restart loop so I plugged it into iTunes to do a restore. The restore goes ahead and it verifies, extracts and does all the usual steps up until it says "Restoring iPad Firmware". Here it seems to get stuck for a few minutes until it throws an error: "The iPad "iPad" could not be restored. An unknown error has occured (-1)." I have tried pretty much everything in terms of resolving a restore issue such as switching USB ports, restarting iTunes, restarting the computer, changing USB cables, activating "DFU" mode and so on. Nothing. I have looked after this iPad very well, it was a gift, its been in a case its whole life, I travel around with it in a sleeve and I haven't dropped it or done anything that could of caused an issue.
    It is still under warranty, this is a replacement unit I got when my first iPad kept throwing up an error 9. I will obviously take it in if there is an issue, however, I can only get to the nearest Apple store in a few weeks.
    Much appreciated to anyone taking the time to read this and possibly help me find a solution.
    Cheers
    Chris

    No, I have never jailbroken it, I did read something mentioning that being related to the issue, however, because I have never jailbroken it, it probably isn't related to me.

  • I am getting a runtime error r6034 with CS6 onloading.

    How do I resolve it?

    Thanks for coming back so quickly. The programme was working fine until I messed up copying plugins into the Plug in directory. I lost confidence and then uninstalled Photoshop, but inadvertently reloaded beta version of CS6. I then unistalled that and then downloaded and installed a new version from the Creative Cloud, and now need to press the OK button 21 times whenever I load up PS.
    I am running windows 7 and PScs6 64bit.
    Following your reply, I have tried what you suggested but it did not change anything.
    Have you any further suggestions?

Maybe you are looking for

  • 64 bit version of Connect Add-in

    After the upgrade to Connect 8 on June 10, I was able to participate with my team in Adobe Connect for a few days, but today, June 14th, I can no longer get in. I get a pop up window with "The selected resource does not exist." I do the connection te

  • I want itunes without Quick Time 7.0

    I was given a $50 gift card for itunes. Like a dummy, I signed up and downloaded itunes. With it came QuickTime 7.0. I have an older Kodak Easy Share DX4330 digital camera which takes great pictures and short movies. However, the movies are only comp

  • Installing a new user in OS 10.5.8

    I have a G5 running OS10.5.8 that im trying to install a new user account on. I have done this in the past. I am an administrator and have the only account the machine. I do not want to erase and start over by re-installing everything again. Everytim

  • IMPLEMENTATION IN BW

    Hello friends can anybody let me what the procedure for implementing the mm module in sap bw from the scratch with some good example ? With regard Tushar

  • Inserting namespaces into result elements

    I am trying to generate a Google Sitemap using a XML Query: SELECT XMLQuery ( '<urlset> {for $entry in ora:view("stp_semesterplaene_v")     let $stp_lv_nr := $entry/ROW/STP_LV_NR/text()     where $entry/ROW/SJ_NR = 1566     return     <url>       <lo