Statement.cancel() no longer works with WLS 8.1?

Has anyone else had a problem with the cancel() method in oracle.jdbc.OracleCallableStatement
on WLS 8.1 not doing a very good job of killing the thread in Oracle? We were
using cancel() with weblogic.jdbc.pool.CallableStatement on WLS 6.1 and it does
a very good job of killing the query on the Oracle side. But almost all of this
package has been removed and we've been told we need to use the Oracle vendor
package to get our stuff to work on 8.1. I decompiled both classes and they each
have very different implementations of the cancel() method.
I think I've managed to convert all of our DB access classes to the Oracle vendor
package successfully, with the exception of this issue. We use cancel() let users
cancel large queries and to cancel an existing query if a user tries to run a
new one. Since we implemented it we've had a huge performance boost from the lack
of runaway queries in the DB. It would be a real pain if we can't find a way to
get the Oracle version to work. Any help or tales of similar experiences would
be greatly appreciated.
thx a lot,
Matt Savino

I did a search on Oracle MetaLink. I didn't see any Oracle-confirmed
bugs related to cancel. I did see one user in the JDBC forum that
was having a problem with a remote (not on the local machine)
cancel. At this point, this case will need to be worked through
support - they will need to generate a reproducer and assuming they
do, file a tar with Oracle.
"Stephen Felts" <[email protected]> wrote in message
news:[email protected]...
Regarding the wrappers - now I remember discussing this with you in thebeta newsgroup about a month ago.
The goal was to make it transparent that everything was changed to bepassthrough in 8.1.
The good news is that you can now use the vendor interface directly andget their extensions
directly. That means that the wrapper for Oracle will be different fromthe wrapper for DB2.
Further, any new excentions in the interface will become visible to theapplication.
>
The bad news is that this only works when the vendor has a definedinterface; it doesn't work
if only a class is defined.
This is a problem for some of the Oracle data type classes that don't havedefined interfaces
and the reason why weblogic.vendor.oracle interfaces still need to be usedfor these classes.
That also applies to BEA classes and weblogic.jdbc.pool only had classesdefined, not interfaces.
>
We should have documented change.
Regarding the real problem of cancel(), the WLS JDBC code is not doinganything here
except passing the cancel call through to the thin driver. My guess isthat this is
a problem in the thin driver. I haven't had a chance to research this onthe Oracle site yet.
>
>
"Matt Savino" <[email protected]> wrote in message
news:[email protected]...
>>
Thanks a ton for your quick reply on this. On recommendation from yoursupport
team (case 426562) here is the primary line that we had to change:
[old] weblogic.jdbc.pool.CallableStatement cStat
=(weblogic.jdbc.pool.CallableStatement)connection.prepareCall(call);
>>
[new] - oracle.jdbc.OracleCallableStatement cStat
=(oracle.jdbc.OracleCallableStatement)connection.prepareCall(call);
>>
(FYI - We need this to take adavantage of some of the advanced Oraclefeatures
like returning multiple ResultSets. We'd like to avoid using the OCIclient if
possible, assuming that would even solve this.)
Further down in the code, here is the cancel() method:
public void cancelCall() {
try {
if (cStat != null) cStat.cancel();
releaseConnection();
catch (Exception e){ e.printStackTrace(); }
In both cases the cancel() call throws no error, but only on the oldversion do
we actually see the thread die promptly in Oracle.
Thanks again for your help on this,
Matt
"Stephen Felts" <[email protected]> wrote:
In versions prior to WLS 8.1, each Oracle extension had to be
individually,
explicitly wrapped
(and not all extensions were supported).
In WLS 8.1, it is a clean passthrough directly of all Oracle interfaces
using a dynamic proxy so that
all Oracle extensions show through. The only additional work that WLS
is doing to to
ensure that transactions are managed correctly (which shouldn't have
an impact here).
Note that in versions prior to WLS 8.1, you were using classes12.zip
for the client and now you are using ojdbc14.jar. There are
some big differences in this client implementation.
Maybe you should try testing this standalone without WLS in the picture
to see
if this is a driver problem. WLS doesn't have the code that isresponsible
for killing the thread in Oracle.
I'm not sure I understand what code you are changing. The goal was to
preseve the interfaces
provided in releases prior to 8.1. Code you show me an old code line
and what you are
changing it to? Thanks.
"Matt Savino" <[email protected]> wrote in message
news:[email protected]...
>>>>
Has anyone else had a problem with the cancel() method inoracle.jdbc.OracleCallableStatement
on WLS 8.1 not doing a very good job of killing the thread in Oracle?We were
using cancel() with weblogic.jdbc.pool.CallableStatement on WLS 6.1and it does
a very good job of killing the query on the Oracle side. But almostall of this
package has been removed and we've been told we need to use the
Oracle
vendor
package to get our stuff to work on 8.1. I decompiled both classesand they each
have very different implementations of the cancel() method.
I think I've managed to convert all of our DB access classes to theOracle vendor
package successfully, with the exception of this issue. We use
cancel()
let users
cancel large queries and to cancel an existing query if a user triesto run a
new one. Since we implemented it we've had a huge performance boostfrom the lack
of runaway queries in the DB. It would be a real pain if we can't
find
a way to
get the Oracle version to work. Any help or tales of similar
experiences
would
be greatly appreciated.
thx a lot,
Matt Savino

Similar Messages

  • HT3728 My Time Capsule is working fine with ethernet connection, but it is no longer working with wifi, probably because of my wrong setting; is there a way to reset wifi setting without losing backuped data? Thanks you all

    y Time Capsule is working fine with ethernet connection, but it is no longer working with wifi, probably because of my wrong setting; is there a way to reset wifi setting without losing backuped data? Thanks you all

    Giancarlo Messalli wrote:
    1) are you sure a reset holding the reset button will not delete my data?
    Absolutely sure.. There is no connection at all.. reset is only the router side of the TC.
    For the hard disk to be erased you need to access the airport utility disk page.. request erase and confirm the operation.
    2) I can access to time capsule by ethernet but I am not able to input the corret setting by myself
    Thank you again
    I am uncertain why if you have access you cannot change settings.. but that is why you reset things so any of those problems should be fixed.
    Here is the Apple info on reset.
    http://support.apple.com/kb/ht3728
    And here is the quote from the horse's mouth so to speak.
    Factory default reset: Perform this reset if you wish to repurpose the AirPort Base Station or Time Capsule and want to remove all personal profiles and settings first. This reset resets the device to its state when you first purchased it. Data stored on internal or external hard drives connected to the device will not be erased. If you choose, you may manually erase the hard drive using AirPort Utility.

  • Function keys no longer working with a new keyboard...

    I got a new keyboard and my function keys no longer work with it.  I am used to have them used in the standard format, i.e. F10-F12 control the voume, etc.  I have the "Use all f1,f2, etc." button clicked.  I have also tried restarting my computer.  Any thoughts?

    Try doing a SMC reset and PRAM reset.
    SMC RESET
    Shut down the computer.
    Unplug the computer's power cord and all peripherals.
    Press and hold the power button for 5 seconds.
    Release the power button.
    Attach the computers power cable.
    Press the power button to turn on the computer.
    PRAM RESET
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • Hello, I've updated the iPhone I have got I have a problem I hope you respond to some of the applications no longer work, such as the safari and skype and many applications are no longer working with the ios7.0.4

    Hello, I've updated the iPhone I have got I have a problem I hope you respond to some of the applications no longer work, such as the safari and skype and many applications are no longer working with the ios7.0.4

    Standard troubleshooting...
    1. Try a Restart by pressing the sleep/lock button until you see the slider.  Slide to power off.  Restart by pressing the sleep/lock button until you see the Apple logo.
    2. Try a Reset by pressing the home and sleep buttons until you see the Apple logo. Takes about 5-15 secs of button holding and you won't lose any data or settings.
    3. Remove apps from Recently Used (multi-tasking) list...
    - From any Home Screen, double tap the home button to bring up the Recents List
    - Swipe up on the app preview card to remove it from the list
    - Press the home button when done.
    4. If still a problem restore with your backup.
    5. If still a problem restore as new, i.e. without your backup. See how it runs with nothing synced to it.
    6. If still a problem, it's likely a hardware issue.

  • Bluetooth No Longer Working With Headset

    I have a Motorola bluetooth headset that I've used with my ibook before without a hitch, but when I screwed up OS X and reinstalled it (note: reinstalled the operating system, but didn't format) it no longer works with the headset. I can connect to it just fine, but if I try to use it for anything such as switch my audio output to the headset, the program will freeze - same applies to using the headset for input. The headset isn't broken as it works fine with my phone, but my ibook won't cooperate and they are paired correctly. Is their someway to reinstall the bluetooth drivers or something to that extent? Thanks

    jrnet154 wrote:
    Hi - I'm a student with disabilities and rely heavily on accessibility features that make my life easier. For example, I use a Bluetooth headset to trying answer phone calls and use Siri… I especially use the "Raise to speak" option for accessing Siri
    If you have a headset, why use Raise to speak? Kinda defeats the purpose of the headset.
    Press and hold the button on your headest to call up Siri.

  • Firefox no longer working with Mac OSX 10.4.11

    i'm using Mac OSX 10.4.11 and Firefox 3.6.12. As i understand it any of ur upgrades no longer work with this computer system. ( I tried to upgrade last week and ur site said upgrades no available gfor my platform version. Last week every time i conducted a search (default Google) i was redirected to http://search.creativecommons.org/?q=crossword+puzzles&sourceid=Mozilla-search.what gives? Have I been hijacked? also sites that I use daily are clipped and entire pages are smaller than usual . see www.shockwave.com
    If u are no longer supporting Mac users, please let us know in advance or at least post it on ur site. Can no longer use Firefox...

    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Cmd+Shift+r to reload the page fresh from the server.
    (You also can clear Firefox's cache completely using:
    Firefox > Preferences > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now")
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    Tools > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?
    If you open about:crashes, you should get links to online crash reports. You could post some of the crash IDs for review by volunteers here.
    Given the timing, another issue might be some ads or media in the page. There are some add-ons to block such things...

  • HT204416 My Safari is no longer working with many sites.  However Chrome and Firefox work fine.  I would like to re-install Safari in an effort to clear up the problem I can not resolve.

    My Safari is no longer working with many sites.  However Chrome and Firefox work fine.  I would like to re-install Safari in an effort to clear up the problem I can not resolve.

    1. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.
    2. Select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data...
    and confirm. Test.
    3. If the above steps don't resolve the problem, please describe it in more detail.

  • Facebook and Slacker no longer working with Firefox. Still work with Explorer. Until a week ago problem did not exist.

    I am for about one week not able to input information on Facebook. Also the Facebook page appears in a huge font. Regarding Slacker I do not see any available online radio stations. Until about a week ago everything worked fine. At present I can work with Internet Explorer, but at present can no longer work with Firefox.
    == URL of affected sites ==
    http://www.facebook.com; http //www.slacker.com
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C)

    Haven't tried facebook... But Slacker doesn't work for me either. Running 4.0b7pre on Ubuntu...
    Going to google it at some point, but slacker.com returns:
    VelocityViewServlet : Error processing the template
    Invocation of method 'init' in class com.rockit.webplayer.beans.BrowserDetect threw exception class java.lang.NumberFormatException : For input string: ""
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:468)
    at java.lang.Integer.parseInt(Integer.java:497)
    at com.rockit.webplayer.beans.browser.DetectFirefox.detect(Unknown Source)
    at com.rockit.webplayer.beans.BrowserDetect.doInit(Unknown Source)
    at com.rockit.webplayer.beans.BrowserDetect.init(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:267)
    at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:197)
    at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:175)
    at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:220)
    at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)
    at org.apache.velocity.runtime.directive.Parse.render(Parse.java:181)
    at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:114)
    at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)
    at org.apache.velocity.Template.merge(Template.java:256)
    at org.apache.velocity.tools.view.servlet.VelocityViewServlet.performMerge(Unknown Source)
    at org.apache.velocity.tools.view.servlet.VelocityViewServlet.mergeTemplate(Unknown Source)
    at org.apache.velocity.tools.view.servlet.VelocityViewServlet.doRequest(Unknown Source)
    at org.apache.velocity.tools.view.servlet.VelocityViewServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at com.rockit.util.servlet.StatsServletFilterAction.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)

  • I used to have an application in my iPhone 4 and 4s that captures business card and creates its content to my contacts. Its no longer working with my i5. Can you recommend me a new apps for this same function

    I used to have an application in my iPhone 4 and 4s that captures business card and creates its content to my contacts. Its no longer working with my i5. Can you recommend me a new apps for this same function

    Try CardMunch it works well for me

  • Why does my ipod no longer work with my alpine car stereo

    my ipod connects directly to my alpine car stereo and up til now it has worked great. i recently synced my ipod to my computer and i think it updated the software on my ipod and now my ipod no longer works with my alpine stereo. what is up? did apple change something that would make my ipod no longer compatible with my car stereo? if so, what do i do? i have about $1000 invested in my car stereo and ipod specifically for car use. this is a serious issue for me! i just want my ipod to work like it did…
    i just connected my friends ipod and it works fine. he has version 1.1.1 software on his. i have version 2.3 on mine. since my ipod works fine by itself i’m assuming that the incompatibility between my ipod and my alpine is due to the software update.
    here again, what do i do? how can i get an older version of software back on to my ipod?
    ipod v.2.3   Mac OS X (10.4.9)  

    what kind of connection do you have? do you use the ipod 30 pin cable that connects directly to the head unit? it so, maybe you could get help on the alpine site, or a similar site?it could just be a bad connection. you may just have to go oldschool and use rca cables and plug those in...

  • Ipod out no longer works with iOS 6.1

    As the title suggests, after updating my iPhone 5 to iOS 6.1 the iPod out function no longer works with connected devices. With the previous version, I could hook up my Kenwood car stereo using the lightning to 30 pin adapter and the stereo would "Read" my iPhone and begin playing the first track of my music collection. I also had song, artist and playlist search support.
    Now, all I get is a constant "Reading" indicator and can't get past this point.
    Is anyone else having any experiences similar to this and does anyone have any suggestions to fix it?
    Thanks

    Try this.
    Go to Settings>General>Date and Time>Set Automatically>Off.
    Set the date one year ahead. Try to get email.
    If you get an error message, go back to the settings. Correct the date and time (set automatically) then go back and try to get email again.

  • My iPad Mini with retina display suddenly will not connect to the Internet. It shows full wifi bars, yet no web pages will load. My Internet is working with all other apple devices in my house. The iPad also no longer works with celluar data.

    My iPad Mini with retina display suddenly will not connect to the Internet. It shows full wifi bars, yet no web pages will load. My Internet is working with all other apple devices in my house. The iPad also no longer works with celluar data. I'm not sure what has happened. It was working fine a few hours ago. I have tried resetting it, ive restarted my browser etc. I tried to erase all data from my Ipad but I can't do that because it needs to sign into my Apple ID and use the Internet!

    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 drooping 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/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Fix WiFi Issue for iOS 7
    http://ipadnerds.com/fix-wifi-issue-ios-7/
    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/
    ~~~~~~~~~~~~~~~~~~~~~~~
    iPad: Issues connecting to Wi-Fi networks
    http://support.apple.com/kb/ts3304
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h Mt
    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
    10 Ways to Boost Your Wireless Signal
    http://www.pcmag.com/article2/0,2817,2372811,00.asp
    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.
    Some Wi-Fi losses may stem from a problematic interaction between Wi-Fi and cellular data connections. Numerous users have found that turning off Cellular Data in Settings gets their Wi-Fi working again.
    You may have many apps open which can possibly cause the slowdown and possibly the loss of wifi. In iOS 4-6 double tap your Home button & at the bottom of the screen you will see the icons of all open apps. Close those you are not using by pressing on an icon until all icons wiggle - then tap the minus sign. For iOS 7 users, there’s an easy way to see which apps are open in order to close them. By double-tapping the home button on your iPhone or iPad, the new multitasking feature in iOS 7 shows full page previews of all your open apps. Simply scroll horizontally to see all your apps, and close the apps with a simple flick towards the top of the screen.
    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

  • I have a ibook G4 which has become redundant as my phone will no longer work with the version of itunes installed (latest it can use), how can I back up my phone to transfer to a new computer (a PC now)?

    My iphone 4s (7.1.1) will no longer work with my ibook G4 which is running 10.5.8. I have a PC which i'm now going to have to use, I've manually transferred my music and photos, but how do I go about transferring my contacts and calenders. What does itunes on PC sync to in terms of contacts and calenders?
    Thanks!

    Hi there BDempster,
    You may find the information in the articles below helpful.
    iOS: How to transfer or sync content to your computer
    http://support.apple.com/kb/HT1296
    iTunes 11 for Windows: Sync contacts, calendars, and other info with iPod, iPhone, or iPad
    http://support.apple.com/kb/PH12317
    You can use iTunes to sync the contacts, calendars, notes, Safari bookmarks, and email account information on your computer with your iPod, iPhone, or iPad. iTunes also syncs this information from your device to your computer—for example, if you add contacts on your iPad, syncing adds those contacts to Windows address book or Outlook Express on your computer.
    -Griff W. 

  • HELP!!!! My Hotmail no longer works with Safari v. 5.0.6 and my Imac Leopard operating system 10.5.8.  Please help me with any suggestions on what to do.  Thank you.

    HELP!!!! My Hotmail no longer works with Safari v. 5.0.6 and my Imac Leopard operating system 10.5.8.  Please help me with any suggestions on what to do.  Thank you.  I cannot find any new downloads for Safari that work with Leopard.  The newest ones only work with Lion.  My Firefox browser still works though but I would rather use Safari and cannot access any e-mails or send any e-mails via Safari.  This happened about 3 weeks ago and I thought it was just a glitch on Hotmail's site.  Now I realize Hotmail must have released an update that no longer works with Leopard 10.5.8.  PLEASE HELP ME!!!!  Thanks to anyone and everyone who reads this and attempts to help me.  I do not know what to do....

    Hi Sue,
    What exactly happens when trying Safari?
    They did change it to Outlook recently, but while not pretty, I can access mine with Safari 4.0 still...
    You can also set it up in Mail so you don't need a browser at all if you want.

  • Some apps no longer work with Facebook on my 5s

    Some of my apps no longer work with Facebook. They work fine on my iPod Touch but not on my 5s. Anyone know how to fix this issue?

        YoAshnish,
    Let's take a look! Verizon Wireless is not authorized to directly troubleshoot 3rd party apps, but have you tried uninstalling and reinstalling facebook?  What applications are having trouble working with Facebook?  Let us know if we can be of any further assistance.
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

Maybe you are looking for

  • IMac freezes for a few seconds after external hard drive wakes up

    24-inch iMac, early 2008. 4GB RAM. I hear my external hard drive spin up as if it's been not spinning (totally possible; I only use it for Time Machine backups and iMovie archive storage) During this spin-up process, my iMac (Mountain Lion, latest ve

  • Dynamic URL for HTTP receiver adapter

    Hi all, when the XI send the http request to the target system, the format maybe like this: header + body the body is including: Prolog, payload and Epilog here is about the target system have a 'input' parameter(maybe string type) is it possible to

  • Clicking mouse after closing JDialog sends event to last component (1.1.8)

    There seems to be a bug in Java 1.1.8 that I'm looking for a workaround. I have a JButton on a JFrame that brings up a modal JDialog when you click it. After closing the dialog, if you click on the JFrame without moving the mouse, it will click the b

  • Where is the "CR ODBC XML Driver" in CRS 2008?

    Hi, We use a lot the "CR ODBC XML Driver 4.20" included with "Crystal Reports Server XI" to generate reports to our web-applications. Now I am trying the new version "Crystal Reports Server 2008 V1" and after installing it I don't see that driver in

  • Java 1.6.0_22-b04 ParallelGC

    Hi, Has anyone had any nasty experience changing the Java JVM to java 1.6.0_22? I see there are some fixes to UseParallelGC garbage collector which CF uses by default. My testing has gone OK however I have not switched a production CF system from 1.6