Connect by/Analytical problem

I'm using Oracle 9i and have problem like below.
I have a table like this: header_part, component_part, qty
where component_part is child of header_part and qty is number of component parts.
One component part could consist of zero or more other component parts, i.e. a tree structure.
The same component can exist in one or many branches of the same tree.
Example:
header_part, component_part, qty
a b 2
a c 1
b d 1
b e 2
c d 2
c f 1
d g 1
Result:
component_part, tot_qty
b 2
c 1
d 4
e 4
f 1
g 4
What I like to do is to calculate the total qty for each component part for a given header part.
Is this possible in a singel query? How could I do this?

Why not just CONNECT BY and SUM?
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL> VARIABLE header_part VARCHAR2 (1);
SQL> EXEC :header_part := 'a';
PL/SQL procedure successfully completed.
SQL> SELECT :header_part, component_part, qty
  2  FROM    table_name
  3  START WITH header_part = :header_part
  4  CONNECT BY header_part = PRIOR component_part;
:HEADER_PART                     C        QTY
a                                b          2
a                                d          1
a                                g          1
a                                e          2
a                                c          1
a                                d          2
a                                g          1
a                                f          1
8 rows selected.
SQL> SELECT  :header_part, component_part, SUM (qty) total_qty
  2  FROM    table_name
  3  START WITH header_part = :header_part
  4  CONNECT BY header_part = PRIOR component_part
  5  GROUP BY   :header_part, component_part;
:HEADER_PART                     C  TOTAL_QTY
a                                f          1
a                                d          3
a                                g          2
a                                b          2
a                                e          2
a                                c          1
6 rows selected.
SQL>

Similar Messages

  • Unable to connect to  Analytic server 7.2

    Hi, I have been using Essbase 7.2.5.2 on windows 2000 which have been working fine so far. I had to install CDF in one of my essbase application. To make the required changes, I stopped the services & restarted the server.
    Now when I try to connect to analytic server thru essbase console it shows an error message “network error: 10061 : unable to connect to <analytic server name>”
    If I try to start the analytic services from command prompt by executing “essbase.exe from c:\hyperion\essabse\bin folder, it display following error “ Failed in GCInit()”
    I shall appreciate if someone can help me by providing solution to this problem.
    Thanks in advance.
    Regards,

    Hi John,
    yes I did. However later I changed it back.The current setting are as follows:-
    ARBORPATH = C:\Hyperion\essbase
    Classpath = C:\Hyperion\essbase,C:\Hyperion\essbase\bin,C:\Hyperion\essbase\java
    EASPATH=C:\Hyperion\AdminServices
    HYPERION_HOME = C:\Hyperion
    Path = C:\Hyperion\essbase\bin;C:\Hyperion\essbase\bin;C:\Hyperion\essbase\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Hyperion\SharedServices\7.2.5\openLDAP;%HYPERION_HOME%\common\CSS\7.2.5.2\bin;%HYPERION_HOME%\common\ODBC\Merant\5.1\Drivers;%HYPERION_HOME%\common\CSS\3.0.1\bin;%analyzer_install_root%\adm\bin\nt;%analyzer_install_root%\common;%hyperion_home%\common\adm\7.2.1\Essbase\7.2.1\bin;%hyperion_Home%\Common\CSS\2.7.0\bin;%Hyperion_Home%\common\ADM\7.2.1\ODBO\7.2.1;%Path%,C:\Hyperion\essbase\java
    Have I specified any thing wrong inthe settings?
    Regards,

  • I am trying to connect to my friend's wifi, i have a very strong signal indicated on my ipad, but cannot connect to the internet.  Yesterday i connected without any problem, can anybody tell me why i cannot connect today?

    i am trying to connect to my friend's wifi, i have a very strong signal indicated on my ipad, but cannot connect to the internet.  Yesterday i connected without any problem, can anybody tell me why i cannot connect today?

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • TS1702 My brand new iphone5 will not connect to my home wifi even though my ipad and old iphone do connect with no problem. What can I do?

    My brand new iphone5 will not connect to my home wifi even though it recognizes it. My ipad and my old iphone4s connect with no problem. Any thoughts?

    Although your other devices connect okay, it would be worth resetting your router by switching if off for disconnecting it from mains power for 2 minutes and then switch it on again.
    Good luck and do report back.

  • Problem connecting wirelessly from iMac to NETGEAR router, get invalid password message with WPA and WPA-2 encryption in place but if I remove them, so no security, can connect without a problem. Help!!

    Problem connecting wirelessly from iMac to NETGEAR router, get invalid password message with WPA and WPA-2 encryption in place but if I remove them, so no security, can connect without a problem. Help!!

    Thank you for your suggestion but I have already had a couple of phone sessions with NETGEAR support and they don't see any problems with the router settings etc. They referred me to Apple support, who helped me discover that it is possible to communicate with the router but only if I turn off the encryption/security software, which I don't want to do. The frustrating thing is that I can connect wirelessly from a laptop running Windows 7 and two Anroid smart phones, with WPA-2 in place, without a problem. Do you have any other ideas?

  • Can't connect to the internet in my home yet other devices can. I tried it in other Wifi places and it connects without a problem. My home Wifi is with Att uverse

    Can't connect to the internet in my home yet other devices can. I tried it in other wifi places and it connects without a problem. My home wifi is with ATT Uverse. I cheched the IP address on my laptop and its different than on my Ipod although it on the same network.

    Move off WEP to WPA or, preferably, to WPA2 (as recommended by Apple). WEP has been deprecated by the WiFi Alliance since 2004 as insecure (it can be cracked in seconds by any hacker).
    Note that each device on a network has a unique IP address but if your address starts with 169 then you did not get a valid IP address assigned to you by your router. If restarting the router did not cure the problem then you should check for a firmware update for your router.

  • Can SAP GRC AC 5.3 connect without any problem with SAP R/3 4.7 Enterprise?

    hello,
    I went to the PAM in the SAP Marketplace to see if SAP GRC AC 5.3 could connect to SAP R/3 4.7 Enterprise but I can't see all the "Add-On Product Version for...", it's cut off.
    Can SAP GRC AC 5.3 connect without any problem with SAP R/3 4.7 Enterprise?
    If I can't is there any proof about it? I have to show it to a client.
    Best Regards,
    Pablo Mortera,

    Pablo,
    GRC AC 5.3 works perfectly fine with SAP's R/3 4.6c, mySAP ERP 4.7 and ECC systems. In fact we have two 4.7 Enterprise systems connected to GRC AC 5.3 system.
    You can get the details of supported SAP ERP systems under prerequisite section of Info page of GRC AC 5.3 , it can be accessed on marketplace at -
    Downloads-->Installations and Upgrades - Entry by Application Group > SAP Solutions for Governance, Risk, and Compliance>SAP GRC Access Control>SAP GRC ACCESS CONTROL>SAP GRC ACCESS CONTROL 5.3
    Just ensure to have proper BASIS and ABAP support pack level as mentioned in prerequisites.
    Regards,
    Amol

  • Hi! Has anybody succeeded in using Presonus Audio box 22 vsl with Os Mountain Lion? They doesn´t seem to connect. No problems when i used with Snow Leopard. I upgraded: Now is Kreonika not happy. Not happy at all!

    Hi! Has anybody succeeded in using Presonus Audio box 22 vsl with Os Mountain Lion? They doesn´t seem to connect.
    No problems when i used with Snow Leopard. I upgraded: Now Kreonika is not happy. Not happy at all!

    In cases like this, if you have an Apple store near by, they will most likely install the OS free of charge for you, if you can't bring your Apple ID along to prove you've paid for it.
    Would that work out for you?

  • Broadband connection and speed problems

    Hi,
       On Wednesday morning my broadband connection went down and could not reconnect from 600am til 700pm. It did manage to get a connection to stay up at around 900pm, but since then the connection has dropped about four times a day.
    I have checked my equipment, wiring etc, connected directly to the test socket, using  a new ADSL microfilter etc etc. I have also checked for known problems in my area and have done some quiet call tests(17070).
    There are apparently no problems in my area, but a couple of the quiet call tests were crackly.
    Since last night (Friday) at around 900pm the connection has managed to stay up but my connection speeds, both up and down are much much lower than they used to be. 
    Since Wednesday night I have performed some BT speedtests.
    D/L Profile for my line is - 17.64 Mbps, but actual speed currently varies between around 8 and 11 Mbps.
    U/L Profile for my line is - 0.83 Mbps, but speed currenty varies between 0.01 and 0.3 Mbps.
    Before Wednesday, my download speeds were typically 16-17Mbps and upload speeds were typically 0.8Mbps. 
    With very little variation.
    I have included some stats from my BT HH3...
    Wednesday nights ADSL Line status,  after I managed to get a connection to stay up. below;
    ADSL Line Status
    Connection Information
    Line state: Connected
    Connection time: 0 days, 04:59:49
    Downstream: 18.65 Mbps
    Upstream: 443.9 Kbps
    ADSL Settings
    VPI/VCI: 0/38
    Type: PPPoA
    Modulation: G.992.5 Annex A
    Latency type: Fast
    Noise margin (Down/Up): 4.9 dB / 26.4 dB
    Line attenuation (Down/Up): 11.1 dB / 5.3 dB
    Output power (Down/Up): 20.1 dBm / 12.9 dBm
    FEC Events (Down/Up): 0 / 0
    CRC Events (Down/Up): 758 / 36
    Loss of Framing (Local/Remote): 0 / 0
    Loss of Signal (Local/Remote): 0 / 0
    Loss of Power (Local/Remote): 0 / 0
    HEC Events (Down/Up): 23957 / 6
    Error Seconds (Local/Remote): 300 / 4
    Current ADSL line status. After the line being up for 17 hours below;
    ADSL Line Status
    Connection Information
    Line state: Connected
    Connection time: 0 days, 17:17:36
    Downstream: 19.52 Mbps
    Upstream: 443.9 Kbps
    ADSL Settings
    VPI/VCI: 0/38
    Type: PPPoA
    Modulation: G.992.5 Annex A
    Latency type: Fast
    Noise margin (Down/Up): 3.2 dB / 28.1 dB
    Line attenuation (Down/Up): 11.0 dB / 5.2 dB
    Output power (Down/Up): 20.2 dBm / 12.2 dBm
    FEC Events (Down/Up): 0 / 0
    CRC Events (Down/Up): 133 / 36
    Loss of Framing (Local/Remote): 0 / 0
    Loss of Signal (Local/Remote): 0 / 0
    Loss of Power (Local/Remote): 0 / 0
    HEC Events (Down/Up): 636 / 9
    Error Seconds (Local/Remote): 117 / 4
    One thing that stands out is the Noise Margin of 4.9dB and now 3.2dB. I gather that these values are on the low side. Is 3.2dB acceptable?
    I assume my line attenuation values are low as I live very close to my local exchange. I assume that these values are good.
    There are some CRC HEC and Error Seconds values. I must admit that I dont fully understand these but I assume these are not good.
    One other thing worth mentioning is that the phone cable to my property comes along my front wall over from a neighbouring property. Whilst checking this cable this morning in the daylight, I have noticed that someone, most probably my neighbour, has pulled the cable way from its fixing on the wall in order to put a fence post up on the wall.
    The fence post has been there for a few months, with no apparent affect ro my phone and broadband, but I'm concerned that this could have damaged the cable, splitting the shielding or breaking a wire in the cable, or perhaps loosened the connectors to the juntion box it is connected to on the neighbours wall.
    Could damage to the cable be the cause of my connection and speed problems?
    Also, is it possible that my BTHH3 is faulty?
    Any advice would be very welcome.
    Thanks
    Solved!
    Go to Solution.

    A little more information.
    I have noticed that on a number of occasions when making or receiving voice calls, the broadband connection completely drops. It doesnt happen on all calls, and doesnt seem to happen when just going 'offhook' and listening to a dialling tone.
    There is a definite crackle and hiss on most of the voice calls. But only seems to be audible on the home phone.
    After a little browsing, I came upon a logging program "Routerstatshub". When I leave this running it logs changes to ADSL stats. 
    Looking at the logs, I've noticed that when making voice calls, the upstream noise margin always seems to drop considerably, sometimes down to 0dB.
    On some calls, both upstream and downstream noise margin drop to 0dB and the broadband connection drops. 
    I have also noticed that upstream line attenuation increases from around 5dB to around 28dB every hour or so. This doesnt appear to coincide with the voice calls. 
    CRC and HEC error increase dramatically at the same time as the noise margin changes. HEC goes up by 10s of thousands.
    I'm still directly connected into the mastersocket with a new microfilter and no extension cable.
    By the way, my connection speeds went down to an all time low yesterday , 1.7Mbps down. 
    I have now replaced my DECT phone with a corded phone and will make some more voice calls to see if that makes any difference. 
    Any ideas about what the problem could be would be greatly appreciated. 

  • HT1365 just installed a new wireless router (cisco linkseys E1200) and our apple laptops connect fine on one floor but lose connectivity when moved to another.  Other non apple laptops & Ipad connect with no problem no matter what floor they are on

    We just installed a new wireless router to our main PC.  It's a Cisco Linkseys E1200.  All other wireless devices were able to connect without a problem, including my Ipad.  We have 2 Macbook Pro laptops.  They both connect just fine when on the same floor of our house as the router, but when we take them upstairs to the 2nd floor of the house, they lose connectivity and it states the wireless password is not the correct password.  All other 2nd floor laptops have no problem at all with connectivity no matter where they are in the house.  Please help- my husband is on the verge of selling Apple if that cannot be remedied. 

    This would not be a security issue symptom. I would consider checking for sources of wireless interference HT1365
    Trying changing the radio channel on your wireless network.

  • Intermittent mssql4 Connection Pool Failure problems

    Ocaisionally we are getting the following error:
    weblogic.jdbcbase.mssqlserver4.TdsConnection.registerOutgoingPipeline(TdsConnection.java:414)
    at weblogic.jdbcbase.mssqlserver4.TdsConnection.registerPipeline(TdsConnection.java:430)
    at weblogic.jdbcbase.mssqlserver4.TdsStatement.execute(TdsStatement.java:182)
    at weblogic.jdbcbase.mssqlserver4.TdsStatement.execute(TdsStatement.java:1521)
    at weblogic.jdbcbase.jts.Statement.execute(Statement.java:302)
    at weblogic.jdbc20.rmi.internal.PreparedStatementImpl.execute(PreparedStatementImpl.java:288)
    at weblogic.jdbc20.rmi.SerialPreparedStatement.execute(SerialPreparedStatement.java:398
    Once we get this error the whole connection pool is fried until we restart it.
    We are using the test connection on checkout property of the connection pool,
    so I don't understand why this problem isn't caught at connection checkout time.
    Normally if there is a problem with a connection, the connection is refreshed.
    However, sometimes, this happens.

    What version of our product? What is the whole serverside stacktrace?
    thanks,
    Joe
    Scott wrote:
    >
    Ocaisionally we are getting the following error:
    weblogic.jdbcbase.mssqlserver4.TdsConnection.registerOutgoingPipeline(TdsConnection.java:414)
    at weblogic.jdbcbase.mssqlserver4.TdsConnection.registerPipeline(TdsConnection.java:430)
    at weblogic.jdbcbase.mssqlserver4.TdsStatement.execute(TdsStatement.java:182)
    at weblogic.jdbcbase.mssqlserver4.TdsStatement.execute(TdsStatement.java:1521)
    at weblogic.jdbcbase.jts.Statement.execute(Statement.java:302)
    at weblogic.jdbc20.rmi.internal.PreparedStatementImpl.execute(PreparedStatementImpl.java:288)
    at weblogic.jdbc20.rmi.SerialPreparedStatement.execute(SerialPreparedStatement.java:398
    Once we get this error the whole connection pool is fried until we restart it.
    We are using the test connection on checkout property of the connection pool,
    so I don't understand why this problem isn't caught at connection checkout time.
    Normally if there is a problem with a connection, the connection is refreshed.
    However, sometimes, this happens.

  • My iPhone 5s won't connect to my wifi. For hours it says it's loading by nothing happens. All the other devices in my home are able to connect without a problem. (Already tried restarting my phone)

    I tried to download an app to my phone, but it kept saying that it couldn't be downloaded at this time. To solve that problem, I tried to restart my phone (which did not work by the way) and when the phone turned back on, the wifi didn't connect automatically so I went to do it manually. I clicked on the network and it says it's loading, but it is not connecting. It is not saying that it can't connect, it's just not doing anything. It has the little loading circle, but doesn't connect. All the other devices in my home (laptop, phones, iPods) are connected and are working properly. Please help me fix this! Thanks so much! (I restarted my iPhone again, reset my phone, and turned the wifi off and back on again already)

    Hi there Draiggoch,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    -Griff W. 

  • HT1369 Yes, my cousins Ipod is disabled and I connect it to itunes and it will not connect, it says "the device you have entered has a pass code, enter the passcode to connect." The problem is the keyboard to type in the pass code will not show up. What d

    Yes, my cousins iPod is disabled. It says "ipod is disabled, connect to iTunes", I did that and it will not connect to iTunes, because it needs the pass code. The pass code key board will not show up and I cant connect. Please help me figure this problem out, my cousin is depending on me. Thanks, a concern customer.

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen        
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • Itunes locking up when ipod is connected.  Firewall problem?

    Hi folks. For years I have been running itunes, an ipod touch and NOD32 firewall with no problems at all. But a couple of days ago I connected up my ipod and there is a problem.
    itunes launches as you would expect, but it immediately hangs. After a few minutes, it will free up, but the ipod is not visible in itunes. I can see it in Windows and the USB driver is working fine.
    If I disconnect the ipod whilst itunes is "stuck", then itunes immediately starts responding properly. So it looks very much like this freezing is caused by itunes hanging on the ipod.
    Here's the wierd thing: I have found that if I disable my firewall, the problem goes away. i.e. everything works fine if the firewall is disabled. No lockups and itunes can see the ipod and will happily sync with it.
    I really don't see how the firewall can be the culprit though. I didn't think firewalls applied to USB connections??!
    I have tried uninstalling and reinstalling itunes and it makes no difference. I have also upgraded from 9.1 to 9.2 and that didn't fix it either.
    Any ideas what's going on (And how to fix it?)
    Thanks

    After re-installing iTunes, and doing a full restore on my iPod, I have determined that it was some album cover art that seemed to be causing the problem. The iPod would start to sync, and then hang on one song. Deleted that song, and it synced a little more, and got hung up again on another song from the same album.
    I deleted the entire album from my iTunes library, and the iPod synced just fine. I re-ripped the CD in question, this time with out adding ablum cover art, and it worked perfectly.
    Now I wonder why iTunes is getting stuck on certian album cover art. The CD in question is Eric Clapton's "Crossroads". iTunes was unable to retreive the album cover art when I ripped the CD [perhaps because iTunes has it listed as "Crossroads (Box Set)"], so I just scanned the cover of the CD and added it that way. I have done this with other CDs, and had no problems what so ever. Anyone have any clue as to why this would happen?

  • Iphone 3gs with ios5 update. bluetooth connection with car problem.

    I updated my iphone 3GS to IOS5. After the update, the bluetooth (handsfree) connection to my car (Lexus RX350) does not work anymore. I can connect  any other cell phone bluetooth to my car. Only iphone after the IOS5 update is failing. Any suggestions (I reset many times)?

    Some people havent had one problem when updating to iOS4, others have been over run with problems. I myself have lost virtually all sound from my loud speaker so calls, txt messages and ipod are virtually unheard now..
    Went to my local Genius bar in Liverpool today, complete waste of time, the guy restored it like I hadnt already done that a 100 times, then said oh yeah it is qeit not heard of that one before, to get a new one will cost you £139!!
    Yeah right mate, not payin that as its not my fault! did ask him if he ever looks on the Apple forum about faults people are having, and I got a blank look. Told him a thread with tens of thousands people all having the same problem with low sound from the speakers and calls being ended in mid conversation since updating to OS4 seems a bit strange then... another blank look!
    Ive lost all faith with apple as a company now and will not be upgrading to a iPhone 4 anytime soon or any apple product, no one seems interested in helping but quick enough to take your money, thats my opinion anyway..
    Gaz

Maybe you are looking for