Query computation problem

Warning: I'm a M$ Access programmer, set to putting a db into Oracle! I've been trying to put together a view that returns a value based upon a calculation. To make this calculation I have to check if one field is NULL or 0, and if the other field is 0. If so then I just want to return a hyphen (-), otherwise I want to return a calculation from the numbers.
I've tried many combinations. Here's one sample.
((DECODE(BUILD_QTY,NULL,0,0,0,1)) +
(DECODE(DEFECT_QTY,NULL,0,1))),2,
((DEFECT_QTY/BUILD_QTY) * 1000000),'-') AS PPM
When I remove this from the SELECT statement it works beautifully. It even works when I leave it with two simple DECODE statements (one for BUILD_QTY and one for DEFECT_QTY).
I've thought of creating a function to do this calculation for me outside the SELECT stmt, but that's WAY OVER MY HEAD in Oracle.
Any suggestions with what I'm doing wrong will be gratefully accepted.
Sherry

I think you are looking for something like:
DECODE(NVL(build_qty,0),0,'-',
       DECODE(NVL(defect_qty,0),0,'-',
              (defect_qty/build_qty)*1000000)) ppm
which in more traditional IF THEN ELSE syntax resolves to
IF build_qty = 0 OR build_qty IS NULL THEN
   RETURN '-'
ELSE
   IF defect_qty = 0 OR defect_qty IS NULL THEN
      RETURN '-'
   ELSE
      RETURN (DEFECT_QTY/BUILD_QTY) * 1000000)
   END IF
END IFThe NVL function returns its second argument if the first is NULL.
HTH
John

Similar Messages

  • Itunes says I need itunes 11.1 version or later on my iphone before it will recognise the iphone. How do I update itunes on my iphone or is it a computer problem?

    I have been trying to sync/back up my iphone and ipad but iTunes is saying I need to update my iphone to version 11.1 or later. I thought my phone was up to date and I can't seem to update iTunes on my phone anyway. Does anyone know how to update iTunes on my phone or is it a computer problem? I've been having problems with iTunes on my PC so I re-installed it but it's been a nightmare trying to get it to work.
    This is the message I receive says " The iphone 'iPhone' cannot be used because it requires iTunes version 11.1 or later. Go to www.itunes.com.au to download the latest version of iTunes". I get a similar one for my iPad too.
    When I go to the website I can only find the download for my PC but not the iPhone.
    Any help would be much appreciated! Thank you!

    emcg23 wrote:
    I have been trying to sync/back up my iphone and ipad but iTunes is saying I need to update my iphone to version 11.1 or later
    No, your iPhone i s telling you that you need iTunes 11.1 or greater on your computer in order to sync with the computer.
    I've been having problems with iTunes on my PC so I re-installed it but it's been a nightmare trying to get it to work.
    Then you should fix this issue with iTunes before you try to sync your iPhone to it.
    See this -> Remove and reinstall iTunes and related software components for Windows Vista, Windows 7, or Windows 8 - Apple Support

  • About query related problem

    hi ,
           we are generate query in 2005b,and procced for execuite query.following problem occure'<b>odbc sql server driver'[sql server] syntax error the converting the nvarchar value' 70302/20307' to column of data type int received alert OAIB</b>
    QUERY SHOWN BE AS FOLLOW.
    SELECT T5.DocNum as'Po. No. ', T5.DocDate as 'Po Date',T0.CreateDate,T5.NumAtCard as 'Man.PO. No/ Dt.', T0.DocNum as'AP No. ', T0.DocDate as 'AP Date',T0.NumAtCard as 'Vendor Ref. No.', T0.U_vbdt as 'Vendor Ref. Date', T0.CardName as 'Vendor', T1.Dscription as 'Item',  T1.Quantity AS 'QTY'  , T1.Price as 'Basic Rate', (T1.Price *T1.Quantity) as 'Value',T0.Comments as 'Po No. & Po.Dt.' FROM OPCH T0 INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OCRD T2 ON T0.CardCode = T2.CardCode INNER JOIN OPDN T3 ON T2.CardCode = T3.CardCode INNER JOIN PDN1 T4 ON T3.DocEntry = T4.DocEntry INNER JOIN OPOR T5 ON T2.CardCode = T5.CardCode INNER JOIN POR1 T6 ON T5.DocEntry = T6.DocEntry INNER JOIN OITM T7 ON T1.ItemCode = T7.ItemCode INNER JOIN OITB T8 ON T7.ItmsGrpCod = T8.ItmsGrpCod WHERE (  T1.BaseRef  =  T3.DocNum )  AND ( T4.BaseRef =  T5.DocNum ) AND (  T0.U_vbdt >=[%25]AND  T0.U_vbdt <=[%26]) AND ( T4.Dscription =T1.Dscription ) AND ( T4.Dscription = T6.Dscription  ) AND  (( T1.Dscription=[%0] OR T1.Dscription=[%1] OR T1.Dscription=[%2] OR T1.Dscription=[%3] OR T1.Dscription=[%4] OR T1.Dscription=[%5] OR T1.Dscription=[%6] OR T1.Dscription=[%7] OR T1.Dscription=[%8] ) OR ( T0.CardName=[%10] OR T0.CardName=[%09] OR T0.CardName=[%27] OR T0.CardName=[%28] ) OR ((  T8.ItmsGrpNam =[%11]  oR T8.ItmsGrpNam =[%12] OR T8.ItmsGrpNam =[%13] OR T8.ItmsGrpNam =[%14] OR T8.ItmsGrpNam =[%15] OR T8.ItmsGrpNam =[%16] OR T8.ItmsGrpNam =[%17] OR T8.ItmsGrpNam =[%18] OR T8.ItmsGrpNam =[%19] ) and  ( T7.U_FirmName =[%20] OR T7.U_FirmName =[%21] OR T7.U_FirmName =[%22] 
    oR T7.U_FirmName =[%23] OR T7.U_FirmName =[%24] )) )

    Hi Vishal,
    the value '70302/20307' is not an whole number so converting it to an int is not possible.
    You should check your data for this value an change your query or data.
    Regards
    Ad

  • Query designing problem while applying cell properties

    Hello Experts,
    I have a problem while designing query. Problem is as follow:
    I have a calculated field on key figure column. This key figure calculates variance between 2 columns.
    for E.g I have 2 columns Budget and Actual and third column is %Variance which should be          
    1. ((Actual - Budget)/Budget) *100 or
    2. ((Budget -Actual)/Budget)*100, depening on some values on the row i should use any of these 2 formulas but the result should be dispalyed in single column % Variance.
    how can i change the formula in key figures depending on these conditions. I can achieve this by applying cells but i dont want to do so as it is very complex way to desing these queries.
    also let me know applying cells on query affects its performance or not?
    Regards,
    Nirav

    Hi Nitin,
    Your reply may help me.
    But my exact requirement is not that. Requirement is as follow:
    I have created Char. Structure in row which contains few rows as revenue and few rows as expense.
    I created them by creating selections. Now in case of expense the variance should be                (Budget-Actual)/Budget *100.
    In case of revenue variance should be (Actual-Budget)/Budget *100.
    So, here i have to find out revenue & expense char. iresspective of which one is greater.
    Regards,
    Nirav

  • Query has problem

    Below query has problem .
    Pls see the queries for Usage Summary with Partition and Without Partition
    . I have executed this now so it may be in Buffer …****
    DB Query ... SUM from event objects, bin variables
    SELECT sum(amount) , sum(quantity), event.poid_type,ebal.resource_id,****
    event.service_obj_type, event.service_obj_id0,ebal.
    rate_obj_id0, ebal.OFFERING_OBJ_ID0, ebal.IMPACT_CATEGORY ****
    FROM event_bal_impacts_t ebal, item_t item, event_tevent*
    WHERE event.item_obj_id0 = item.poid_id0****
    AND ebal.obj_id0 = event.poid_id0****
    --                   and event.Poid_id0 >= 266838277921701888****
    --                 and event.Poid_id0 < 267928993456455680****
    --               and ebal.obj_id0 >= 266838277921701888****
    --             and ebal.obj_id0 < 267928993456455680****
    AND item.bill_obj_id0 = 148715294****
    AND ebal.product_obj_id0 = 27433706****
    AND ebal.account_obj_id0 = 146876519****
    AND item.account_obj_id0 = 146876519****
    AND event.poid_type like '%session/telco/gsm%'****
    AND ebal.impact_category <> 'Free'****
    AND resource_id not in (select resource_id from
    resource_id_t)****
    group by****
    event.poid_type, ebal.resource_id,****
    event.service_obj_type, event.service_obj_id0,****
    ebal.rate_obj_id0, ebal.OFFERING_OBJ_ID0,ebal.
    IMPACT_CATEGORY****
    order by****
    ebal.resource_id desc;****
    SELECT sum(amount) , sum(quantity), event.poid_type,ebal.
    resource_id,****
    event.service_obj_type, event.service_obj_id0,ebal.
    rate_obj_id0, ebal.OFFERING_OBJ_ID0, ebal.IMPACT_CATEGORY ****
    FROM event_bal_impacts_t ebal, item_t item, event_tevent*
    WHERE event.item_obj_id0 = item.poid_id0****
    AND ebal.obj_id0 = event.poid_id0****
    and event.Poid_id0 >= 264199450015039488****
    and event.Poid_id0 < 265237388991660032****
    and ebal.obj_id0 >= 264199450015039488****
    and ebal.obj_id0 < 265237388991660032****
    AND item.bill_obj_id0 = 148715294****
    AND ebal.product_obj_id0 = 27433706****
    AND ebal.account_obj_id0 = 146876519****
    AND item.account_obj_id0 = 146876519****
    AND event.poid_type like '%session/telco/gsm%'****
    AND ebal.impact_category <> 'Free'****
    AND resource_id not in (select resource_id from
    resource_id_t)****
    group by****
    event.poid_type, ebal.resource_id,****
    event.service_obj_type, event.service_obj_id0,****
    ebal.rate_obj_id0, ebal.OFFERING_OBJ_ID0,ebal.
    IMPACT_CATEGORY****
    order by****
    ebal.resource_id desc;****
    --

    848478 wrote:
    Below query has problem .
    Pls see the queries for Usage Summary with Partition and Without Partition
    . I have executed this now so it may be in Buffer …****
    DB Query ... SUM from event objects, bin variables
    SELECT sum(amount) , sum(quantity), event.poid_type,ebal.resource_id,****
    event.service_obj_type, event.service_obj_id0,ebal.
    rate_obj_id0, ebal.OFFERING_OBJ_ID0, ebal.IMPACT_CATEGORY ****
    FROM event_bal_impacts_t ebal, item_t item, event_tevent*
    WHERE event.item_obj_id0 = item.poid_id0****
    AND ebal.obj_id0 = event.poid_id0****
    --                   and event.Poid_id0 >= 266838277921701888****
    --                 and event.Poid_id0 < 267928993456455680****
    --               and ebal.obj_id0 >= 266838277921701888****
    --             and ebal.obj_id0 < 267928993456455680****
    AND item.bill_obj_id0 = 148715294****
    AND ebal.product_obj_id0 = 27433706****
    AND ebal.account_obj_id0 = 146876519****
    AND item.account_obj_id0 = 146876519****
    AND event.poid_type like '%session/telco/gsm%'****
    AND ebal.impact_category <> 'Free'****
    AND resource_id not in (select resource_id from
    resource_id_t)****
    group by****
    event.poid_type, ebal.resource_id,****
    event.service_obj_type, event.service_obj_id0,****
    ebal.rate_obj_id0, ebal.OFFERING_OBJ_ID0,ebal.
    IMPACT_CATEGORY****
    order by****
    ebal.resource_id desc;****
    SELECT sum(amount) , sum(quantity), event.poid_type,ebal.
    resource_id,****
    event.service_obj_type, event.service_obj_id0,ebal.
    rate_obj_id0, ebal.OFFERING_OBJ_ID0, ebal.IMPACT_CATEGORY ****
    FROM event_bal_impacts_t ebal, item_t item, event_tevent*
    WHERE event.item_obj_id0 = item.poid_id0****
    AND ebal.obj_id0 = event.poid_id0****
    and event.Poid_id0 >= 264199450015039488****
    and event.Poid_id0 < 265237388991660032****
    and ebal.obj_id0 >= 264199450015039488****
    and ebal.obj_id0 < 265237388991660032****
    AND item.bill_obj_id0 = 148715294****
    AND ebal.product_obj_id0 = 27433706****
    AND ebal.account_obj_id0 = 146876519****
    AND item.account_obj_id0 = 146876519****
    AND event.poid_type like '%session/telco/gsm%'****
    AND ebal.impact_category <> 'Free'****
    AND resource_id not in (select resource_id from
    resource_id_t)****
    group by****
    event.poid_type, ebal.resource_id,****
    event.service_obj_type, event.service_obj_id0,****
    ebal.rate_obj_id0, ebal.OFFERING_OBJ_ID0,ebal.
    IMPACT_CATEGORY****
    order by****
    ebal.resource_id desc;****
    --Consider getting the asterisk key fixed, since it results in invalid SQL syntax

  • I use lion 10.7.2 and iPhoto latest version but when I export a slide show when I play it . It plays about half of the slide show and screen become white ? How can I solve it ? Is it bug or my computer problem

    I use lion 10.7.2 and iPhoto latest version but when I export a slide show when I play it . It plays about half of the slide show and screen become white ? How can I solve it ? Is it bug or my computer problem

    I would also like to know the answer to this. I am having the exact same problem.

  • How do I get my Mac, G5, 10.5.8, to print?  Printer tech support thinks it is a computer problem.  Any ideas?

    How do I get my Mac, G5, 10.5.8, to print?  Printer tech support thinks it is a computer problem.  Any ideas?

    Hi Dwayne,
    If necessary (unless your operating system already contains the printer software needed), a downloadable driver for a Deskjet 5420v Photo Printer (is this the exact model?) and Mac OS 10.5 appears to exist according to the support web page below:
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?product=1105187&lc=en&cc=us& dlc=en&lang=en&cc=us
    To begin with, have you verified that the printer is able to print at all (that the print cartridges are OK, et cetera)? This can usually be done by trying to print a test page (from the computer) via an HP printer utility, or possibly by generating a self-test page (without a connected computer) using an appropriate button combination on the printer itself.
    Jan

  • What is the best way to remotely access my sister in laws Mac who lives in another city to help her with her computer problems?

    as stated above
    What is the best way to remotely access my sister in laws Mac who lives in another city to help her with her computer problems?

    The best way? Get her to bring it to you, especially if she makes good cakes.
    Apples Back to my Mac isn't really suitable for this - it is designed for a single person who wants their Apple ID on the system. It would mean she would have to share hers with you & you would also have to setup her Apple ID on your Mac - it is messy & causes trouble with iCloud, iTunes etc.
    You can try Messages if she is able to begin a session with you, see the 'invite to share screen' in the menus, weirdly you need to use a service that isn't from Apple.
    Messages (Mavericks): Share your screen
    It may be better if you to setup LogMeIn or GoToMyPC. They should 'dial out' & maintain a constant connection so you can login whenever the Mac is powered up. It won't, require a human to initiate the process at the other end, just be aware that the router may cause issues depending on what is configured, you may need settings to enable automatic port forwarding - it really depend on which option you choose.

  • More of a computer problem but...

    I recently had some computer problems and ran a System Restore on my computer. Once it restarted and "restored" everything, my itunes would no longer open. It says "This action is only valid for products that are currently installed." So I tried to install the latest version of itunes hoping to replace whatever had been lost that was stopping it from opening. However, Itunes gets stuck in the setup and won't save to my computer. The message says "The path... cannot be found. Verify that you have access to this location and try again, or try to find the installation package 'iTunes.msi' in a folder from which you can install the product iTunes."
    My final hope was that if I uninstalled it completely and started from scratch it would work, but now I get the same message as above when it tries to uninstall as well.
    If anyone has any ideas I'd really appreciate it, at this point I'm stuck with an iTunes that won't open, reinstall, or uninstall. I've also tried plugging in my Ipod, and it connects to something and says not to disconnect it, but nothing will open or run on my computer. Help please!
      Windows XP  

    "This action is only valid for products that are currently installed." So I tried to install the latest version of itunes hoping to replace whatever had been lost that was stopping it from opening. However, Itunes gets stuck in the setup and won't save to my computer. The message says "The path... cannot be found. Verify that you have access to this location and try again, or try to find the installation package 'iTunes.msi' in a folder from which you can install the product iTunes."
    With that one, let's try the following procedure.
    First, head into your Add/Remove programs and uninstall your QuickTime. If it goes, good. If it doesn't, we'll just attend to it when we attend to iTunes.
    Next, download and install the Windows Installer CleanUp utility. Use it to clear any existing iTunes and/or QuickTime installation configuration information from the PC. (Launch Windows Installer CleanUp, find any iTunes and/or QuickTime entries in the list of programs in CleanUp, select those entries, and click “remove”.)
    Description of the Windows Installer CleanUp Utility
    Next, use the the following document as a guide for manual removal of leftover iTunes and QuickTime program files:
    Removing iTunes and QuickTime for Windows
    Now try another iTunes install. Does it go through properly this time?

  • Failure to search - query window problem

    Hello again,
    Have anyone of you came across a problem with SAP search mechanism in query window attached to document field? I've created a simple query of "Select acctcode,acctname from OACT where acctcode like '2%' and postable='Y' order by acctcode" and attached it to one of document fields (doesn't matter which one). When I run this query a usual window poped up with a search field on the top, but when I typed "2" in it, selection bar moved right into first 231 account ignoring any of the lesser numbers. There is more - when I changed query to search for '5%' like accounts, I gained the same result - accounts less than 530 were ignored even if I typed "50" or "51". BUT - when I changed query sort order to "desc", all account became "findable".
    I got this problem in one database only which is SAP 8.8 PL10 version upgraded recently from 2007A one. I've checked with a newly created 8.8 and such problem hasn't occured.

    Hello Thomasz,
    I might be off base here, what happens when you use this??? 
    Do you get the same types of query window problem???
    Select
    acctcode,
    acctname,
    segment_0
    from OACT
    where Segment_0 like '2%'
    order by acctcode
    for browse
    Regards,
    Zal

  • I had a computer problem and had to reinstall itunes.  Can I sync my ipod shuffle to my new itunes?

    I had a computer problem and had to reinstall itunes.  Can I sync my ipod shuffle to my new itunes?

    This link will help you, http://support.apple.com/kb/TS1591

  • Query performance problem

    I am having performance problems executing a query.
    System:
    Windows 2003 EE
    Oracle 9i version 9.2.0.6
    DETAIL table with 120Million rows partitioned in 19 partitions by SD_DATEKEY field
    We are trying to retrieve the info from an account (SD_KEY) ordered by date (SD_DATEKEY). This account has about 7000 rows and it takes about 1 minute to return the first 100 rows ordered by SD_DATEKEY. This time should be around 5 seconds to be acceptable.
    There is a partitioned index by SD_KEY and SD_DATEKEY.
    This is the query:
    SELECT * FROM DETAIL WHERE SD_KEY = 'xxxxxxxx' AND ROWNUM < 101 ORDER BY SD_DATEKEY
    The problem is that all the 7000 rows are read prior to be ordered. I think that it is not necessary for the optimizer to access all the partitions to read all the rows because only the first 100 are needed and the partitions are bounded by SD_DATEKEY.
    Any idea to accelerate this query? I know that including a WHERE clause for SD_DATEKEY will increase the performance but I need the first 100 rows and I don't know the date to limit the query.
    Anybody knows if this time is a normal response time for tis query or should it be improved?
    Thank to all in advance for the future help.

    Thank to all for the replies.
    - We have computed statistics and no changes in the response time.
    - We are discussing about restrict the query to some partitions but for the moment this is not the best solution because we don't know where are the latest 100 rows.
    - The query from Maurice had the same response time (more or less)
    select * from
    (SELECT * FROM DETAIL WHERE SD_KEY = 'xxxxxxxx' ORDER BY SD_DATEKEY)
    where ROWNUM < 101
    - We have a local index on SD_DATEKEY. Do we need another one on SD_KEY? Should it be created as BITMAP?
    I can't test inmediately your sugestions because this is a problem with one of our customers. In our test system (that has only 10Million records) the indexes accelerate the query but this is not the same in the customer system. I think the problem is the total records on the table.

  • Office 365 Excel Power Query Preview Problem Signing In -- Appears Corrupted, Please Repair

    The image below shows that Excel "thinks" I'm signed in with an organizational account that has Power BI Preview, yet Power Query from Excel doesn't think I'm signed in and says it's corrupted when I try to sign in.  I was trying to use the
    online search to find the odata feed that I have set up for Office 365 Power BI Preview.  So, alternatively, when I go to other data sources and specify the odata feed that is set up properly and available, Microsoft says "access forbidden". 
    Clearly, account credentials aren't being passed correctly.  I have read other posts on this forum and have verified that I have the latest Power Query Preview, that I only use lower case letters to sign in, that IE cache is clear.  I have repaired,
    uninstalled and re-installed Power Query Preview multiple times, with no change in this behavior. 
    Any ideas?
    Neil

    Zarar, yes, tried that, and much more. 
    Even though Power BI is supposed to navigate through firewalls, I believe we are having firewall problems. 
    I need to ask our network people to open up for Microsoft on this one, but there's no good information out there on the sites/IPs required to make Power BI Preview work. 
    In addition, the complexity that comes with using domain credentials, Microsoft Account (live) credentials, and Organizational credentials (O365) on the same computer at various times of the day complicates matters.
    That said, I can take my machine to my home network and get as far as attempting to connect to the odata feed I set up -- except the data source is on a computer with an internal IP and Power Query cannot resolve the local computer name -- i.e. x.x.local. 
    So now, I have two questions:
    1. What IPs need to be unblocked to make Power BI work?
    2. Is there a way to get the odata feed to work when the datasource is on an internal network (the datasource is working and tests okay from Power BI Admin -- but does not resolve the machine name when coming in through Excel via the odata feed from an off-site
    location
    Neil

  • Computation Problem

    Hi Guys,
    Im having a small problem with a computation im doing. What i have is a form and im trying to do an after submit computation on a column. The column is a Timestamp(6).
    What i have done is created a computation. i have selected PLSQL Expression and placed "to_char(sysdate,'DD-MM-YYYY')" into the source.
    Now, when i create a new record i don't get errors, however i do not get the correct time. The date is correct but the time always appears as "12.00.00.000000 AM"
    I realise that there is no reference to the time in the source code of the computation, but when i do put the time format in the source code
    For Example. "to_char(sysdate,'DD-MM-YYYY HH24:MI:SS')"
    I get this error,
    "ORA-01830: date format picture ends before converting entire input string"
    Can anyone help me?
    Thanks,
    -N.S.N.O.

    Hey Varad,
    Thats sort of worked. I changed the form column to text field, i changed to computation to SQL Query and placed "select to_char(sysdate,'DD-MON-YYYY HH24:MI') from dual" in the source
    But now im gettin this as the result "04-DEC-20 08.16.15.000000 AM"
    The year is obviously 2008 and where i am it was 16:15 when i made that insert. So it looks like somthing is going wrong :P lol. What it looks like from my point of view is that it has split up the year, placing the 20 in the actual year part and placed the 08 on the hour part of the time.
    Do you know why this has happened?
    -N.S.N.O.

  • My iPhone 4 is no longer recognised by my laptop, and no longer registers being plugged in to charge, even though it will charge slowly if plugged in and turned off. It's not a cable problem or a computer problem, as I've checked these.

    Hey, over the past couple of days my iPhone 4 (GMS, Model A1332, EMC 380B - running on iOS 7.1.2) has begun inexplicably intermittently not recognizing being plugged in to charge or being connected to my laptop. As of today, it has complete stopped recognizing being plugged in to charge or connected to the laptop.
    If I plug it in to charge, whilst it is on, nothing happens and the battery drains.
    If I plug it in to charge and turn in off, it will charge very very slowly - though it will charge fully after a long time.
    When I connect it to my laptop, nothing happens - it doesn't appear in iTunes, and it doesn't charge or recognize being connected to the laptop (there is no charging symbol, no noise from either phone or computer registering the connection as it usual did, or another sign of any connection between the devices, though, again, it will charge very slowly if turned off).
    I've ruled out the possibility of it being a cable problem, by using a friend's cable and finding that didn't allow it to recognize being plugged into the wall to be charged either, or being plugged into the computer.
    My friend's cable does work on their own iPhone (ie, when plugged into the wall with their cable, their iPhone acknowledges this and charges properly, and when plugged into my computer with their cable both my computer and their iPhone recognize the connection).
    So, it's definitely a problem with my iPhone itself, but I don't know what.
    As I say, it will charge very slowly, if it's switched off whilst it's plugged in, but it won't acknowledge being plugged in, and will only drain if it is turned on whilst being plugged in - and it will not recognize being connect to my computer.
    Please help me figure out what is wrong with it, as this is beyond annoying and I'm literally banging my head against the wall - the iPhone is little over a year old.
    Cheers.

    You clearly did not notice that you have joined a USER TO USER COMMUNITY FORUM
    This is NOT Apple ,Apple do not read nor do they  therefore respond
    So if you would like to wind your neck in ........................
    try a reset of iPhone and then a restore,best, as new and if it then functions correctly try restoring with your backup

Maybe you are looking for

  • SAP BUSINESS ONE SHOWING ERROR IN WINDOWS 7

    Hello Experts !!! This is the configuration of my client's laptop operating system : windows 7 ultimate. system type : 32 bit operating system. ram : 1 gb processor  : inter (r)  U1400 @ 1.20 ghz i have installed sap business one 2007 b patch level 1

  • BPM Error - No Agent found

    Hi All, I am getting the dreaded "No Agent" found in my BPM. Scenario is : 1> Receive interface from SAP 2> Send it to another system. Correlation is activated here. 3> Wait for Ack step from other system. There is a deadline in this step and if ack

  • How can i browse that files which is save in its o...

    I cant browse that downloads which is save in browser's folder. I cant play it music or video player. It only open with that particular browser. Can I move it in my sd card

  • Java.sql.SQLException : There is no process to read data written to a pipe

    I have an IDoc being sent from SAP R/3 to Oracle using JDBC Adapter I get the following error message: Last message processing started 02:03:43 2004-12-14, Error: Transform error in xml processor class, rollback: ERROR:Processing request: Error when

  • Sales credits and returns in Vietnam

    Hello, We have just implemented SAP in our business in Vietnam and have been advised that sales credit notes and sales returns are not valid for Vietnam. Does anyone have experience of this process in Vietnam and can confirm whthere or not this is tr