Compression/ uncompression issue over sokects

Only one thread running at the time of test;
JAVA: Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
i have a problem with the following scenario.
A client inside a loop reads data from a file, does some processing of incoming data, compresses it and sends it
to the server over a socket. The server at the first instance of the read throws: *"java.util.zip.ZipException: invalid distance too far back"*
The Client side compressiion code snippet is:
==================================
try{
Deflater defltr = new Deflater(Deflater.DEFAULT_COMPRESSION, true);
DeflaterOutputStream deflOpStrm = new DeflaterOutputStream(new BufferedOutputStream(
     thrdHlpr.getClntSkt().getOutputStream()), defltr, BUF_SIZE); //BUF_SIZE= 10240 .....1024/512
DataOutputStream opStrm = new DataOutputStream(deflOpStrm);
while(!isInterrupted()) {
while(true){
while(0 != chBufLen && -1 != chBufLen){
char[] chBuff = new char[BUF_SIZE]; //BUF_SIZE= 10240 .....1024/512
chBufLen = inFile.read(chBuff, 0, BUF_SIZE);
if( 0 < chBufLen){
offset += chBufLen;
rawBuf.append(chBuff, 0, chBufLen);
//Do my things with the data and transfer data to outBuf
opStrm.writeUTF(outBuf.toString());
deflOpStrm.flush();
opStrm.flush();
//I have tried with and without calling finish & reset
//deflOpStrm.finish();
//defltr.reset();
chBuff = null;
}//end while(0 != chBufLen &&.....
}//end while(!isInterrupted
//Catch block.....
Server side UncompressCode is:
======================================
try{
Inflater infltr = new Inflater(true);
InflaterInputStream infInputStrm = new InflaterInputStream(clntSokt.getInputStream(), infltr, BUF_SIZE/2);
DataInputStream dInptStrm = new DataInputStream(infInputStrm);
while(true) {
String result = dInptStrm.readUTF(); //Exception is thrown here
output.seek(output.length());
output.writeUTF(result);
//Have tried with and without reset.
//infltr.reset();
}//end while(true....
//catch block
The Satk is:
=============================
java.util.zip.ZipException: invalid distance too far back
     at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
     at java.io.DataInputStream.readFully(DataInputStream.java:195)
     at java.io.DataInputStream.readUTF(DataInputStream.java:609)
     at java.io.DataInputStream.readUTF(DataInputStream.java:564)
Since i have tried this many different ways..... i most appreciate time and effort of those who have a difinite answer to take a shot at it.
Thanks very much for your time and answer.
Edited by: user10049207 on Feb 3, 2012 8:38 AM
Edited by: user10049207 on Feb 3, 2012 8:40 AM
Edited by: user10049207 on Feb 3, 2012 8:42 AM

please don't double post
java.util.zip.ZipException: invalid stored block lengths

Similar Messages

  • Every time I compress a file over 1.5 Gigs it ends up corrupt any idea what the cause is?

    Every time I compress a file over 1.5 Gigs it ends up corrupt any idea what the cause is?

    Compression depends on repetativeness of characters within the file.  If it can't map those, it won't compress.   Images and programs are much harder to compress for that reason, as they both are basically binary constructs.  Some image software compresses looking at common lines and points of the same color.   Audio files look for the same frequency. Most video formats are already compressed to some extent except full DV.
    And files with DRM get even more dicy, since you really can't bypass the DRM which itself is binary code, not to mention not allowed to be copied.   This forum can't discuss such issues due to the DMCA rules.  As long as it isn't copyright, what are you trying to compress?

  • OIM 9102 , AD Password Sync 91x, JBoss 423GA - issue over SSL port.

    Followed the steps describe in "Deploying the connector"
    http://download.oracle.com/docs/cd/E11223_01/doc.910/e11218/install_config.htm#insertedID0
    section
    Pre-Installation both SSL n non-SSL works for SPML verification.
    For JBoss Application Server:
    http://IP ADDRESS:8080/spmlws/services/HttpSoap11
    https://IP ADDRESS:8443/spmlws/services/HttpSoap11
    Post Installation - configured SSL.
    On AD machine logs following error message is displayed:
    MAX_RETRY LIMIT count is not updated: OIM is down
    Following meta-link ID 1073889.1
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=1073889.1
    explains to verify 'oimhost and oimport' - oimhost is machine ip address ( AD machine is able to ping OIM machine through ip address and machine name )
    oimport is 8443
    Any suggestion.
    Or anyone previously successfully deployed password sync over SSL for OIM 9102 and AD Password sync 91x,
    as i found a similar thread in OTN forum where user had issues over SSL.

    Did anyone resolve this issue? I have the same running SSL Password Sync on OAS 10.1.3.4 and OIM 9.1.0.2 BP09a with AD 2003.
    Debug [7/8/2010 6:35:45 AM] oimport is
    Debug [7/8/2010 6:35:45 AM] 4443
    Debug [7/8/2010 6:35:45 AM]
    Debug [7/8/2010 6:35:45 AM] oimsslclient is
    Debug [7/8/2010 6:35:45 AM] nw-dc-01.nwocaland.nwoca.org
    Debug [7/8/2010 6:35:45 AM]
    Debug [7/8/2010 6:35:45 AM] oimuserattr is
    Debug [7/8/2010 6:35:45 AM] USR_UDF_SAM_ACCTNAME
    Debug [7/8/2010 6:35:45 AM]
    Debug [7/8/2010 6:35:45 AM] oimusessl is
    Debug [7/8/2010 6:35:45 AM] Y
    Debug [7/8/2010 6:35:45 AM]
    Debug [7/8/2010 6:35:45 AM] oimappservertype is
    Debug [7/8/2010 6:35:45 AM] 2
    Debug [7/8/2010 6:35:45 AM]
    Debug [7/8/2010 6:35:45 AM] End of sgsloidi::getConfigParamters
    Debug [7/8/2010 6:35:45 AM] Inside sgsloidi::setParameters
    Debug [7/8/2010 6:35:45 AM] The SOAP start element is
    Debug [7/8/2010 6:35:45 AM] <SPMLv2Document xmlns="http://xmlns.oracle.com/OIM/provisioning">
    Debug [7/8/2010 6:35:45 AM] The SOAP end element is
    Debug [7/8/2010 6:35:45 AM] </SPMLv2Document>
    Debug [7/8/2010 6:35:45 AM] The path is
    Debug [7/8/2010 6:35:45 AM] /spmlws/HttpSoap11
    Debug [7/8/2010 6:35:45 AM] End of sgsloidi::setParameters

  • Compression of RMI-over-HTTP/T3? Howto?

    Hello *,
    we have a Swing-based fat client talking to EJBs on the server.
    We'd like to compress the RMI-over-HTTP stream between client and server. Can this be enabled out of the box (WLS 8.1) or can you recommend some tools to use?
    Any pointer appreciated.
    M.

    I dont think this can be done OOTB. You may have to use java.util.jar package to compress the data , and send it over the http and decompress it at the other end. If this is important for you, you should file an enhancement request with support@bea

  • Application redraw issue over Citrix and Terminal Server

    Hi All,
    We provide a client-server application which connects to a SQL Server database. The middle-tier is hosted on an application server (Windows Server 2008 R2) which in turn connects to the SQL Server database. The fat client can either be installed on user laptops/desktops
    or published using Citix/Terminal services.
    We have a long standing issue which frankly I just cannot fathom. A customer has published the client via Citrix to users and using roaming profiles. If an employee is using the application in London, the roaming profile is created on a server in London and
    connects to the middle-tier in London. If an employee is using the application in Glasgow, the roaming profile is created in Edinburgh and the user connects to the middle-tier in London. The customer is also using DFS
    The roaming profile consists of the 'My Documents', 'My Pictures', 'My Videos', 'My Music' and 'Windows' folder. Distributed File System (DFS) is used for roaming profile folder replication between offices. See http://technet.microsoft.com/en-gb/library/cc732863%28v=ws.10%29.aspx
    The Edinburgh users are experiencing application redraw issue where the interface loads in chunks. For example, when a user scrolls up and down or left and right, the data loads immediately (from SQL Server) but the interface (GUI) loads in blocks. You can
    actually see each segment of the GUI components loading. The issue also occurs if connecting via a Terminal Server where the application is also installed.
    For London users, it all works fine. If an Edinburgh user comes to London, they have no issues.
    The network connection is super fast between the various offices.
    The application is built using C++ and Delphi and uses the GDI API to draw the objects.
    Any guidance is appreciated.

    Hello partner,
    Thanks for contacting Microsoft. This is Sophia who is going to help with this issue. From your description, I learnt that users from Edinburgh have application redraw issue. However, London users worked fine. Please let me know if I misunderstand your purpose.
    Based on the information, it seems that the issue located in the middle-tier in London. Could you try building a middle-tier in Edinburgh and then test how the issue goes?
    Besides, based on my experience and research, by default the allocation of the bandwidth is 70 percent for graphics data and 30 percent for virtual channel data, meaning when bandwidth usage is under pressure, graphics data is guaranteed to get 70 percent
    of the available bandwidth.  And we can tweak the settings a bit for some scenarios. To change the settings, we can set registry values. Please reference the information below.
    ===========================================================================================================================================
    Note: For these settings to take effect, the computer must be restarted.
    Following is the list of registry values that affect the bandwidth allocation behavior. These are all DWORD values under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermDD:
    ·         FlowControlDisable: When set to 1, this value disables the new flow control algorithm, making it essentially First-In-First-Out (FIFO) for all packet requests. This provides results similar to Windows Server
    2003. (The default for this value is 0).
    ·         FlowControlDisplayBandwidth / FlowControlChannelBandwidth: These two values together determine the bandwidth distribution between display and virtual channels. You can set these values in the range of 0–255.
    For example, setting FlowControlDisplayBandwidth = 100 and FlowControlChannelBandwidth = 100 creates an equal bandwidth distribution between video and VCs. The default is 70 for FlowControlDisplayBandwidth and 30 for FlowControlChannelBandwidth, thus making
    the default distribution equal to 70–30.
    ·         FlowControlChargePostCompression: If set to 1, this value bases the bandwidth allocation on post-compression bandwidth usage. The default for this value is 0, which means that the bandwidth distribution is applied
    on pre-compressed data.
    For more information about RDP Bandwidth, please reference the article below.
    ================================================
    Bandwidth Allocation for Terminal Server connections over RDP
    http://blogs.msdn.com/b/rds/archive/2007/04/09/bandwidth-allocation-for-terminal-server-connections-over-rdp.aspx
    Top 10 RDP Protocol Misconceptions – Part 1
    http://blogs.msdn.com/b/rds/archive/2009/03/03/top-10-rdp-protocol-misconceptions-part-1.aspx
    If you have any concerns about the action plan above, feel free to let me know.
    Best regards,
    Sophia Sun
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Ingress software or iPhone issue over app crash and battery heating up

    Hi all
    As you know the ingress games requires you to keep the phone while moving around to recharge the XM, and of course that reduce dramatically the battery, so I do carry a battery pack or two.
    Recently, when the phone is kept on for a few hours my iPhone 4s automatically shut down, or even crash the ingress app. and the phone heats up after kept on for over just over 3 hrs, and sometimes beyond this the phone shuts down.
    Does anyone have this battery heating up issues or automatic shutting down after hours of keeping the phone on even connected to a battery pack?

    While on the HOME screen double-press the Home button. The Quick Launch bar will appear on the bottom of the screen. Hold any icon until they all display "-", then tap the "-" on each one until they are all gone.
    Next, reboot the phone by holding the HOME and SLEEP buttons until an Apple logo appears.
    BTW, this assumes your phone is not jailbroken. If it is then that is your problem, and you will have to find solutions somewhere else, as it can't be discussed in an Apple-hosted forum.

  • Compress Uncompress infoprovider

    Hi,
    I have compressed the infoprovider. Now I want uncompress it. Is it possible? I am on version BW 3.1.
    There is a custom abap program which uses the datapacket table to populate custom tables. If I can find the dimid field value for each request compressed, I should be able recreate the custom table.
    I did the compress yesterday.
    Best regards,
    Jai

    Hi,
    Pizzaman is correct. This is a Mission Impossible !
    Once your request is compressed. the records are merged with those existing records in E tables. Even you have not deleted your requests compressed, you are not able to uncompress them.
    You will have two ways.
    1. If you still have all the history records in your source system or PSA, you can do a full load and start your delta again.
    2. If you don't have all the history data, what I can suggest is that you reverse the requests you want to uncompress. To reverse the request, you can change your transformation rules ( or transfer rules) to reverse all key figures. Change key figure = 0 - key figure. Activate your rules and load only the requests you are interested again and compress them. As your new transfer rule is exactly the same as the old one except the key figure having an opposite sign. This load and compress should reverse your previous load. After the reversing, you need to restore your transfer rule to original and load those requests again. This time DO NOT compress them as you wish. Unless you really have to, I don't believe it worth taking so much effort to do it.
    If your destination object is newly created and there is no data except those requests you wants to uncompress, then you can simply delete all the data and reload the requests without compressing.

  • JMS Issues over NAT IP in weblogc 10.3

    Dear Tom B,
    We have an issue in connecting to the JMS TOPIC's over NAT IP. Pls note the application has Applets/Swing and hence use Thin Client jars for communicating it with weblogic server. We are getting the following exception when we try to look up using the Natted IP.
    Exception at MessagingServiceFactory :::weblogic.jms.common.JMSException: [JMSClientExceptions:055054]Error finding dispatcher: weblogic.messaging.dispatcher.DispatcherException: Could not register a DisconnectListener for [IOR:0000000000000042524d493a7765626c6f6769632e6d6573736167696e672e646973706174636865722e44697370617463686572496d706c3a30303030303030303030303030303030000000000000010000000000000208000102000000000d3137322e31362e31372e313000001f6a000000f800424541080103000000000b74726561737572792d3100000000000000000042524d493a7765626c6f6769632e6d6573736167696e672e646973706174636865722e44697370617463686572496d706c3a303030303030303030303030303030300000000000000432363800000000024245412a0000001000000000000000007667e38aea8d58524245410b00000068000000000000006000005d7765626c6f6769632e6d6573736167696e672e646973706174636865722e4469737061746368657252656d6f74653a7765626c6f6769632e6d6573736167696e672e646973706174636865722e446973706174636865724f6e6557617900000005000000010000002c0000000000010020000000030001002000010001050100010001010000000003000101000001010905010001000000190000003b0000000000000033687474703a2f2f3137322e31362e31372e31303a383034322f6265615f776c735f696e7465726e616c2f636c61737365732f00000000001f000000040000000300000020000000040000000100000021000000580001000000000001000000000000002200000000004000000000000806066781020101010000001f0401000806066781020101010000000f7765626c6f67696344454641554c540000000000000000000000000000000000] for treasury-1
    weblogic.jms.common.JMSException: [JMSClientExceptions:055054]Error finding dispatcher: weblogic.messaging.dispatcher.DispatcherException: Could not register a DisconnectListener for [IOR:0000000000000042524d493a7765626c6f6769632e6d6573736167696e672e646973706174636865722e44697370617463686572496d706c3a30303030303030303030303030303030000000000000010000000000000208000102000000000d3137322e31362e31372e313000001f6a000000f800424541080103000000000b74726561737572792d3100000000000000000042524d493a7765626c6f6769632e6d6573736167696e672e646973706174636865722e44697370617463686572496d706c3a303030303030303030303030303030300000000000000432363800000000024245412a0000001000000000000000007667e38aea8d58524245410b00000068000000000000006000005d7765626c6f6769632e6d6573736167696e672e646973706174636865722e4469737061746368657252656d6f74653a7765626c6f6769632e6d6573736167696e672e646973706174636865722e446973706174636865724f6e6557617900000005000000010000002c0000000000010020000000030001002000010001050100010001010000000003000101000001010905010001000000190000003b0000000000000033687474703a2f2f3137322e31362e31372e31303a383034322f6265615f776c735f696e7465726e616c2f636c61737365732f00000000001f000000040000000300000020000000040000000100000021000000580001000000000001000000000000002200000000004000000000000806066781020101010000001f0401000806066781020101010000000f7765626c6f67696344454641554c540000000000000000000000000000000000] for treasury-1
      at weblogic.jms.client.JMSConnectionFactory.setupJMSConnection(JMSConnectionFactory.java:266)
      at weblogic.jms.client.JMSConnectionFactory.createConnectionInternal(JMSConnectionFactory.java:285)
      at weblogic.jms.client.JMSConnectionFactory.createTopicConnection(JMSConnectionFactory.java:184)
    I read your other thread Weblogic JMS port usage! where you have said a special -D property might be required, but I could not get the exact property for us to try it out.
    Request your advise.
    Regards
    Suresh.

    Hi ,
    Would you be able to explain what are you trying to do , what is failing along with tha stack trace please?
    Presumably, you have got JMS modules -> JMS Topic created and all assigned/targetted to the Managed server instances?  Are you having trouble connecting/subscribing to that topic from your client code? if so, where does your client code execute from .. I mean is that on the same host as weblogic server ?
    from the host that has your client code - try ping / nslookup /tracert to weblogic host and see if thats resolved in the first place.
    HTH
    Sri

  • Compression / UnCompression of Files

    I am using Java Swing as Front end and Visual FoxPro as Database.
    In an application, i need to back up the database files. I need the compressed back up ie the files to be compressed as Winzip by the Java itself and can be stored in Floppy. Later during Restore, the application should automatically UnZip that and copy files into the Respective folder in HardDisc.
    I had tried with java.util.ZipInputStream and
    ZipOutputStream
    GZIPInputStream
    GZIPOutputStream
    It is compressing but How to Extract the files from that.
    Please give me some elaborate Clues.
    Please give me a solution asap.

    At
    coldatags Suite
    http://coldjava.hypermart.net/jsp.htm
    there is a tag which is helpful in
    making GZIP and then uncompress it .
    U can see it.
    i m sure that it will help u.

  • Ipod Touch 5th generation sync issues over storage

    Hi
    I have a 64GB ipod touch 5th generation ipod touch. It (and itunes) has the latest software.
    The issue is that I am trying to sync my music (I have bought new songs and changed playlists) and itunes states there isnt enough space on ipod touch. However, my music collection, and the ipod own storage suggests that the music only takes 50% of the available storage.
    I am the point of jacking in the ipod touch now as this is a regular occurrence.
    Any help on overcoming this is appreciated.
    Lee

    - First verify you have the right items checked to syn so that you are not syncing more than you think
    - Next
    Connect the iPod to your computer and look at the storage used by the various categories as shown in the colored bargarph in iTunes.
    Come back with the results.
    An "other" larger than about 1 1/2 GB indicates corrupted files.
    What is the Other on my iPhone and How to Remove It
    What is "Other" and What Can I Do About It?
    Next, usually restoring from backup eliminated the corrupted files. However, sometimes restoring to factory settings/new iPod is required.
    To restore from backup see:
    iOS: How to back up
    To restore to factory settings/new iPod see:
      iTunes: Restoring iOS software

  • Syncing issues over and over and over...

    About 60% of the time when I plug my iPhone 4 into my computer iTunes comes up with the same error message: "This computer has been previously synced with an iPhone or another IOS". The of course I have the option of setting up as new or restoring. I only have this one iPhone and this is the only computer that I use it on!! Today I plugged in, moved some songs around and added a couple of podcasts, ejected the phone and went about my business. Came home a few hours later, plugged the phone in and get that stupid message again!! I have tried uninstalling and reinstalling iTunes per Apples suggested order, I have tried different USB ports but this keeps happening. (have not tried sacrificing a chicken or goat yet!).
    I am on Win 7, iTunes Ver 10. I am at my wits end, I have been putting up with this for about 4 months now and am totally frustrated. I do not have an Apple store anywhere near me, so that is out of the question.
    Any suggestions?

    The of course I have the option of setting up as new or restoring.
    Have you selected restore from your iPhone's backup each time - not as a new iPhone or not from your iPhone's backup? If so, as the old saying goes - insanity is doing the same thing over and over again and expecting different results.
    If there is a problem with your iPhone's backup in this regard or with something else, restoring from the backup will also restore the problem.
    If you've only done the former, try the latter to see if this makes any difference. If not, doing so will not prevent you from restoring your iPhone again from the previous backup. Not sure how to proceed after that, but I'll check.

  • Print issue over network with Vista

    Hello,
    hope this is the right place for this message. I have a dymo 400 turbo installed and working properly on my imac. I want to be able to print to it from my wives vista home laptop. In Vista I goto add it and it does see it on the network and show the imac it installs it but will not print says its unable to connect.
    Any suggestions? I m assuming this a is Vista issue not seeing the imac correctly? I have a HP Officejet connected to my router directly and that prints on both machines fine.
    Thanks,
    MARK

    Can't be 100% sure - I don't have one of those.
    Mac print queues expect to receive postscript, so try changing the driver on Vista to a postscript one, like Apple Color Laserwriter.

  • Adjustment Brush issue over Windows 7

    I’m using Windows 7 and Lightroom 2.5 and I’m having some issues with the “Adjustment brush”.
    The brush cursor is not well drawn.
    I get like “half circle and half plus”.
    Or, I get multiple cursors: like 3 or 4.
    The tool works ok, but the cursor is terrible.
    Also, this issue only happens at some brush and feather size. In the huge and in the smallest ones doesn't happens.
    Any ideas?
    BTW, also happened with the 2.4 version.

    The most likely cause is a video card driver issue. For example, Lightroom and the nVidia Desktop nView control panel don't play well together. If using an nVidia card it might be worth changing the settings from Quality to Performance or vice versa (can'\t recall which). Also check that you have the most up to date video card driver.

  • Alternate idea for XMP storage and issue over RAW-JPG pairs.

    Posted by me first in http://www.adobeforums.com/cgi-bin/webx/.3bc35b1d/16
    >DonRicklin - 3:25pm Mar 10, 07 PST (#16 of 17)
    I'm think that maybe what needs to happen here is not necessarily having the JPEGs show in LR, but when they are present that they are used as the Sidecars to the RAWs for storing the Metadata for both, instead of having a third file, ie XMP sidecars.
    Now for me, my camera does not produce both together, so LR would do the current XMP sidecars, but for others it would use the JPEGs instead, and update them for the preview. Also, if desired, by option show them in a stack with the RAWs. I think this would be much the best option for many that Adobe could provide.
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.8 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

    hi all,
    as a professional photojournalist i am with you rory. the fact that i can not import and store both RAW and JPEG at the same time and keep them side by side is really serious oversight on adobe's part. it makes LR all but unusable for me. as i said in my library hell post, i am on tight deadlines and don't have time to mess around. i need to keep and manage both kinds of files for work purposes.
    camera manufactures have implemented the RAW/JEPG combo because the pros have demanded it. canon even allows the RAW and JPEG files to be stored on separate cards as a back up in case one card gets corrupted.
    so, please alex, don't try to market this bug to me as a benefit because adobe has crossed the final frontier of image editing software and i just don't "get" their hip new idea. even a program as humble as iphoto keeps jpegs and raws together without issue. what is the point in having a library at all if images can not be stored and organized in a logical manner?? also, for those who wish to shoot only one format there is a very easy option - don't turn it on in the camera.
    and don, i would be interested to hear more of your idea, though for me i would like to see all files treated equally be they JPEG, RAW. TIFF, PSD. at any rate i think it is really urgent for adobe to address this issue.
    i would like to request that adobe implement the standard storge/organizational scheme with RAWs and JPEGs being imported simultaneously and stored side by side. further, i am requesting that any other file types of the same image also be stored side by side with the master image.
    regards,
    photo_j

  • Bookmarks syncing issue - 'over-the-air from MobileMe'

    Hi,
    Just bought a new iMac running Mountain Lion so I've now got iCloud capability back. My Safari bookmarks on my iPhone 4 are a mess and I can't delete them or get them to sync properly with the iMac Safari bookmarks.
    When I connect my iPhone and look in iTunes>Devices>Info>Other, it says that 'bookmarks are being synced with your iPhone over the air  from MobileMe. Over-the-air sync settings can be changed from your iPhone'. There's no option to change this default and I can't find anything on the iPhone that lets me change over-the-air sync settings. I used to have a MobileMe account but thought that was all dead and buried now.
    What do I need to do to make sure the bookmarks are synced from the iMac and the current ones on the iPhone are deleted?
    Thanks,
    Pete
    iMac running OSX 10.8.2; Safari 6.02; iPhone running iOS 6.1

    abellan wrote:
    Before doing a whole restore, try adding the account again without the on air syncing turned on, then sync. It may not authenticate if you have cancelled the account but if you continue to tap "Save" it will accept it with a message stating that it may not be able to connect to the server.
    After, then sync so that iTunes gets the updated settings.
    Nice, thanks, that did the trick.
    I had to tap "save" twice (first time, then the alert pops up, dismiss the alert and hit "save" again) and accept to add the account although it could not authenticate. Then I synced and afterwards deleted the account again *on the iPhone*. Syncing again and iTunes now lets me sync contacts and calendars again.
    Thank you!
    @Darsarin
    Thanks for the link, didn't find that thread earlier.

Maybe you are looking for

  • I have an Mac OS X version 10.6.8 am i in right community?

    I have an imac version 10.6.8 and wondering if i am in the right community....how do i run a tutorial DVD with a file that ends .inf

  • Computer Does not identify password

    My iMac doesn t Want to accept my password although i m sûre to be the good one. I try to change my user name to recreate a new password but it Does Want to take it into account . CAN somebody help me? Thank you

  • Population of custom LIS tables thorugh MFBF transaction

    Hello Friends, I have created a custom LIS tables S728 for Shop floor control (04) and it is updated though REM Backflush (transaction MFBF). But some of the fields are not populated. Can someone help me to understand how this LIS table is populated?

  • Smartforms to the printer and the spool queue

    Dear Expert, I'd like the smartforms to print to the printer which i can decide on the selection screen, at the same time, the smartforms can generate spool id to the spoll queue. Thanks to the documents on the page http://www.sdn.sap.com/irj/sdn Now

  • Vendor declaration status in the material master

    Hello, How do I maintain Vendor declaration status in the material master? Currently Vendor declaration status is 'Not maintained' in the material master. Sincerely, Ketan