Move to record error

Hi all,
I have an error which doesn't for some reason always rear
it's ugly head.
Basically it's part of the repeat region/move to record
functionality of
DreamWeaver 8
The error message is:
Microsoft OLE DB Provider for SQL Server error '80040e14'
Could not find prepared statement with handle -1.
This is the code block:
' reset the cursor to the beginning
If (MM_rs.CursorType > 0) Then
MM_rs.MoveFirst
Else
MM_rs.Requery ' this is the offending line
End If
I'm working with ASP vbscript with SQLServer 2005
Does anyone have any ideas what is going on and hopefully a
remedy?
Many thanks
Justin

no reply so far but I found some hints on the net. Something
to do with the
data type or bytes. Couldn't work a solution so...
A work around is to revert to pre "SQL Injection" recordset
update what ever
update that was. Essentially use MX recordset. I've not had
the error
since...
Would be nice to know what is going on and a proper solution
but until
then...

Similar Messages

  • Move to record error - update

    (sorry, minor update to previous post...)
    Hi all,
    I have an error which doesn't for some reason (doesn't)
    always rear it's
    ugly head.
    Basically it's part of the repeat region/move to record
    functionality of
    DreamWeaver 8
    The error message is:
    Microsoft OLE DB Provider for SQL Server error '80040e14'
    Could not find prepared statement with handle -1.
    This is the code block:
    ' reset the cursor to the beginning
    If (MM_rs.CursorType > 0) Then
    MM_rs.MoveFirst
    Else
    MM_rs.Requery ' this is the offending line
    End If
    I'm working with ASP vbscript with SQLServer 2005
    Does anyone have any ideas what is going on and hopefully a
    remedy?
    Many thanks
    Justin

    This seems to be related to Bug# 3537056.
    Please contact Worldwide Support and register that you are running into this bug. Unfortunately, the bug doesn't list a workaround at present.
    Once you have correctly set SelectMethod=Cursor and passed the -Djbo.sql92.locktrailer=null runtime parameter to avoid using the FOR UPDATE clause, you hit an issue when the UPDATE statement is issued that our developers are looking into.

  • MB1B - 309 Movement - BDC Recording   Error

    HI Everyone,
    Basically I need to create a 309 Movement in transaction MB1B to do a batch to batch transfer. Unfortunately I cannot use a BAPI for this because there is configuration in the system that will create the destination batch so I need to use BDC.
    I can record the transaction without problems, but I cannot get the recording to work in my program. For some reason it doesnot seem to be able to overwrite the defaulted batch no that comes in when specifying the batch to transfer into. If I run the program in mode 'E' the MB1B screen pops up and does nothing. If I click on warning message and close window  it then prompts me to Post. I cannot see why it wont post using my BDC Logic (see below).
    I have tried recording this transaction many many times but it wont work - Maybe i am missing something.
    Please find the code below that i have recorded.....
    Your help is greatly appreciated.
    PERFORM BDC_DYNPRO USING 'SAPMM07M' '0400'.
    PERFORM BDC_FIELD USING 'BDC_CURSOR'
    'RM07M-LGORT'.
    PERFORM BDC_FIELD USING 'BDC_OKCODE'
    '/00'.
    PERFORM BDC_FIELD USING 'MKPF-BLDAT'
    '01.03.2012'.
    PERFORM BDC_FIELD USING 'MKPF-BUDAT'
    '01.03.2012'.
    PERFORM BDC_FIELD USING 'RM07M-BWARTWA'
    '309'.
    PERFORM BDC_FIELD USING 'RM07M-WERKS'
    FS_DATATAB-WERKS.
    PERFORM BDC_FIELD USING 'RM07M-LGORT'
    FS_DATATAB-LGORT.
    PERFORM BDC_FIELD USING 'XFULL'
    'X'.
    PERFORM BDC_FIELD USING 'RM07M-WVERS2'
    'X'.
    PERFORM BDC_DYNPRO USING 'SAPMM07M' '0421'.
    PERFORM BDC_FIELD USING 'BDC_CURSOR'
    'MSEG-CHARG(01)'.
    PERFORM BDC_FIELD USING 'BDC_OKCODE'
    '/00'.
    PERFORM BDC_FIELD USING 'MSEGK-UMWRK'
    FS_DATATAB-WERKS.
    PERFORM BDC_FIELD USING 'MSEGK-UMLGO'
    FS_DATATAB-LGORT.
    PERFORM BDC_FIELD USING 'MSEGK-UMMAT'
    FS_DATATAB-MATNR.
    PERFORM BDC_FIELD USING 'MSEG-MATNR(01)'
    FS_DATATAB-MATNR.
    PERFORM BDC_FIELD USING 'MSEG-ERFMG(01)'
    FS_DATATAB-ERFMG.
    PERFORM BDC_FIELD USING 'MSEG-CHARG(01)'
    FS_DATATAB-CHARG.
    PERFORM BDC_FIELD USING 'DKACB-FMORE'
    'X'.
    PERFORM BDC_DYNPRO USING 'SAPLKACB' '0002'.
    PERFORM BDC_FIELD USING 'BDC_CURSOR'
    'COBL-KOSTL'.
    PERFORM BDC_FIELD USING 'BDC_OKCODE'
    '=ENTE'.
    PERFORM BDC_FIELD USING 'COBL-KOSTL'
    FS_DATATAB-KOSTL.
    PERFORM BDC_DYNPRO USING 'SAPMM07M' '0410'.
    PERFORM BDC_FIELD USING 'MSEG-UMCHA'
    FS_DATATAB-CHARG1.
    PERFORM BDC_FIELD USING 'DKACB-FMORE'
    'X'.
    PERFORM BDC_DYNPRO USING 'SAPLKACB' '0002'.
    PERFORM BDC_FIELD USING 'BDC_CURSOR'
    'COBL-KOSTL'.
    PERFORM BDC_FIELD USING 'BDC_OKCODE'
    '=ENTE'.
    PERFORM BDC_FIELD USING 'COBL-KOSTL'
    FS_DATATAB-KOSTL.
    PERFORM BDC_DYNPRO USING 'SAPMM07M' '0421'.
    PERFORM BDC_FIELD USING 'BDC_OKCODE'
    '/EBCK'.
    PERFORM BDC_FIELD USING 'BDC_CURSOR'
    'MSEG-ERFMG(01)'.
    PERFORM BDC_FIELD USING 'BDC_OKCODE'
    '/00'.
    PERFORM BDC_FIELD USING 'BDC_OKCODE'
    '=BU'.
    PERFORM BDC_FIELD USING 'DKACB-FMORE'
    'X'.
    PERFORM BDC_DYNPRO USING 'SAPLKACB' '0002'.
    PERFORM BDC_FIELD USING 'BDC_CURSOR'
    'COBL-KOSTL'.
    PERFORM BDC_FIELD USING 'BDC_OKCODE'
    '=ENTE'.
    CALL TRANSACTION 'MB1B' USING BDCDATA[] MODE 'A'
    MESSAGES INTO IT_BDC_MSGS.

    Hi,
    I could not give the exact solution as i dont have access to my SAP system temporarily. According to your inputs i can guess that the issue happened because of pop-up or message prompt will be coming for MB1B movement.
    Generally we could not capture the pop-up kind of things using SHDB recording. You must include one BDC_OKCODE logic in the place where POP-UP is coming inside your BDC Coding part.
    I hope this will give you some idea.
    Thanks:)

  • How do I get the codec for .mov files recorded on an ipad, so I can edit them in premiere El. 12?

    I have .mov files recorded from an ipad with these specs:
    AAC, Mono, 44.100 KHZ
    H.264 320x568 (yes the ipad was used vertically, not horizontally)
    29.96 fps
    I want to edit them in premiere 12, but get this error message:
    This type of file is not supported or the required codec is not installed.
    What are my options? Thanks!

    linn749
    Thanks for the reply.
    As for orientation, there is a rotation feature in Premiere Elements 12....at the Timeline level, you can right click the clip and select Rotate 90 Left or Rotate  90 Right. So that may help.
    This is what you may want to try and see what this looks like
    1. Open Premiere Elements 12 to its Expert workspace
    2. Go to File Menu/New/Project and Change Settings
    3. In the Change Settings dialog, change the project preset to NTSC DV Widescreen.
    4. Before you exit that area, in the last dialog that you see (new project dialog), make sure you have a check mark next to "Force Selected Project Setting on this Project".
    5. Back in the Expert workspace, use Add Media/Files and Folders/ to bring your video into Project Assets from where you will drag it to Video Track 1. We can talk about edits if necessary.
    6. Publish+Share/Disc/DVD disc with preset set for NTSC_Widescreen_Dolby DVD.
    7. Place your DVD 4.7 GB/120 min disc in the burner, in the burn dialog, have a check mark next to "Fit Content to Available Space". Hit Burn.
    If you decide to take the Timeline to YouTube instead,
    Publish+Share/Social Websites/YouTube, using Presets = Flash Video for YouTube (Widescreen)
    Hit Next and follow the instructions.
    (Upload to YouTube from within Premiere Elements 12 has limits of 2 GB and 15 minutes. Anything exceeding that, you need to export to file saved to the computer hard drive and then upload that file to YouTube at the YouTube web site where you might be able to get extended limits.
    Please let us know if you are OK with the above information.
    Thanks.
    ATR
    Add On...If you want to "decorate" the black borders in the Timeline content, drag the video to Video Track 2 and put a colored background on Video Track 1 directly below the Video Track 2 content.

  • DB tools move to record N rows disappear

    Hi All,
    I really don't understand what's happening... I created a vi that queries the rows in a table (the result is a recordset), and the number of the rows (the result is an integer). than, here comes a for-loop, where N is equal to the previous integer. In this loop, I use DB tools move to record N to retreive the data of each row. In the first round (i=0), I get the results for each column right, I save this row into an another database, than I delete it from here, from this table. Than, i=1 is the next one, but here the vi, move to record N (=1) pops up an error, that we reached BOF or EOF, which means that we have no more rows. It seems if the row was erased from the recordset, too. However, the resultset shoud be untouched, at least the query is out of the loop, of course.
    could somebody help me in this topic?
    I use Labview 8.2 and DB connectivity toolset
    Attachments:
    localsaved.vi ‏65 KB

    Hi all, I think I solved it, but still curious why it didn't work in the first version. Now at the Move to record N vi I wired a constant 0, so it takes every time the first row in the resultset, which is always the next one after deleting... crazy, isn't it?

  • Unknown recorder error CS6 premiere pro

    I know work with CS6 for over 7 months. Always smoothly till this week. I wanted to capture a film via tape (sony HVR-V1E), my system diretly gave the following message: unknown recorder error. I klicked "okay" and gladly, I thought,  it started to capture the whole tape. It looked great on my canvas.
    I have edit the film but when I look at the final film on HD TV screen, I see a lot of noise, the footages are in bad shape. Cant sent that to my customer.
    Also Premiere Pro crashed a couple of times while editting. It never did that before/
    Some extra information. Maybe it has nothing to do with the above mentioned problem but still I want to write it down, one never knows. This is the only thing that is changed on my system:
    Working on an iMac (with SSD), Quicktime needed an extra mpeg2 component for footages from a camcorder. Have replace the quicktime with a backup. Does that cost the problem?
    I am on Lion Mountain. Have an SSD. The Suite is on the SSD, the footages on another internal drive.
    What I have done already to solve this:
    - checked google and checked this forum and checked, read and searched for hrs.
    - checked if there were faillures on my SSD or the other HD drive (HD2, where I keep my footages)
    - Updated my suite
    - project sequence is HD 1440x1080
    - Checked the footages if they were HD, and they were. (I am in Europe, so in PAL, 25 frames_
    File Path: /Volumes/Macintosh HD 2/Video/project/xxxx.mpeg
    Type: MPEG Movie
    File Size: 67,3 MB
    Image Size: 1440 x 1080
    Frame Rate: 25,00
    Source Audio Format: 48000 Hz - compressed - Stereo
    Project Audio Format: 48000 Hz - 32 bit floating point - Stereo
    Total Duration: 00:00:20:16
    Pixel Aspect Ratio: 1,3333
    - firewire is 800 (from camera connected to imac with an adapter from FW400 to FW 800, was never a problem).
    - Have checked the above mentioned values with earlier projects and they are the same values. Earlier projects are very clear and really HD, nice to watch.
    - loaded the files into iMovie and also into FCP 7. output was the same problem
    - exported the final film to H.264
    - Exported the final film via Media Encoder
    - HD (both) have >125 gig space not used.
    - Put the footages on the SSD, thats where PPR is installed
    - cleaned the media caches
    - checked it on our HD smart TV and the output of the tape is fine, sharp.
    What can I try more. Please your help, the deadline is friday.. so I have one day to solve this problem/
    Thanks in advance.

    INEF1- Have you got an answer to this-Premiere pro cs 6 have started with me:
    It comes up with Blackmagic design intensity shuttle usb 3.0 and with the direct firewire into the pc.
    I have:
    -Installed latest updates
    - change the firewire
    -Taking out the firewire card and re inserted it
    -reset bios
    -Tried capturing through the live editing desk DATAVIDEO SE-500-that captured for about 39minutes but then same problem.
    2nd-It gives a low level error occurred capture device..I've look through the forums but don't find any related to this  capture device error
    thanks

  • "Recording Error: Recorder Captured No Frames"

    Hi all,
    I'm very frustrated right now because I'm not sure what I'm doing wrong. :(
    I have a Canon HV20.
    I have it connected to my PC (Running Windows XP) via Firewire.
    PE4 DOES recognize my camera because when I hit "Get video" on the capture panel. my camera does start playing the video and I see the timer on the capture panel.
    However, if I get "Stop Capture", I get the error mentioned above:
    "Recording Error: Recorder Captured No Frames."
    The capture panel is also BLACK when it's supposedly capturing the movie.
    Is there a setting on my camera or PE4 that I don't have correctly set?
    I'm really not sure what I'm doing wrong...
    I could use any help you're willing to offer.
    Thanks very much!
    Ted

    When you start a new project, click on the Settings button and choose the presets that fit the workflow for your project. If you're just working with standard definition DV, select that.
    If you are working with standard DV, you'll get the best results if you downsample the video to standard DV as you capture it, as described in our FAQs.
    http://www.adobeforums.com/webx/.3bc434fa
    You'll also find lots of great tutorials and lots of my helpful "Steve's Tips" articles at our "sister" site http://www.muvipix.com.
    Muvipix is a site set up by several of this forum's regular, with some help from Adobe, to support amateur and semi-professional videomakers. Registration is free, and that gets you access to the forum and lots of ad-free display space. On the products page, you'll find dozens of free tips, tutorials, motion backgrounds, DVD templates, sound effects, royalty-free music and stock video clips. Hundreds more are available for individual purchase or, for a small annual subscription fee that we use to keep the site running, you can have unlimited downloads from the ever-growing library of support materials and media.

  • No required validation windows wnen move next record

    Hi master
    Sir I have master detail block
    In master block key-commit I put this code
    if :ystatus ='P' then
         message('Can not be update becuase this year Completely Closed');
         message('Can not be update becuase this year Completely Closed');
         go_item('voumaster.entdate');
    elsif :ystatus ='T' or :ystatus ='N' then
    commit_form;
    go_item('voudetail.accid');
    end if;
    means if condition true then commit other wise not commit
    and in detail block I put this code in key-commit event
    if :ystatus ='P' then
         message('Can not be update becuase this year Completely Closed');
         message('Can not be update becuase this year Completely Closed');
         go_item('voumaster.entdate');
    elsif :ystatus ='T' or :ystatus ='N' then
         IF :ITEM62=:ALLTOTAL THEN
         commit_form;
         go_item('voumaster.entdate');
         ELSE
         MESSAGE ('RECORD NOT SAVE BECUSE DEBIT AND CREDIT NOT BALANCE');
              go_item('voDETAIL.CREDIT');
         END IF;
    end if;
    sir when I change in master block then system not give me error then check condition if true then save otherwise move entdate textbox
    but
    when I change in detail block and press F10 then system not give me error and move entdate textbox but when I change record or go next previous record then system give me error ‘ do you want to save then change you have made?
    Yes no cancel Button
    Sir my need is system not required this message and easily go to next record only when I press f10 then show message and save my record
    Please give me idea where I put my code or which event I disable
    Thank
    Aamir

    thank for your reply
    sir i use your code
    message('Can not be update becuase this year Completely Closed');
    pause;
    but not sovle my problem
    sir my problem is when i change in detial block and go to master block without save detail block in master block i move to next record then system give me save validation windows
    i not need validation window when move mext record and move next record without save detail block
    please give idea
    thak
    aamir

  • On iTunes while downloading a movie it say error please check that the connection to the network is active and try again what does this mean i have an internet connection !!!

    Help
    I dont understand when i download a movie or tv series on my mac book air i get this error message after buying it! its iTunes while downloading a movie it say error please check that the connection to the network is active and try again what does this mean i have an internet connection !!!

    Hello.
    Certain types of software can affect the way a computer sends and receives information from the Internet. This article may help you resolve the issue:
    Information about error -50 and downloading videos
    http://support.apple.com/kb/TS1583
    If it did not work, contact iTunes Store via (http://www.apple.com/support/itunes/store/) and/or Apple Tech Support via 1-800-275-2273.

  • BI 7.0 - Duplicate Record Error while loading master data

    I am working on BI 7.0 and I am trying to load master data to an info object.
    I created an Infopackage and loaded into PSA.
    I created transformation and DTP and I get an error after I execute the DTP about duplicate records.
    I have read all previous threads about duplicate record error while loading master data and most of the them suggested to check 'Ignore duplicate records' option in the infopackage. But in 7.0, I can only load to PSA with infopackage and it doesn't have any option for me to ignore duplicate records.
    My data is getting loaded to PSA fine and I get this error while loading to info object using DTP.
    I would appreciate your help to resolve this issue.
    Regards,
    Ram.

    Hi,
    Refer:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/45/2a8430131e03c3e10000000a1553f6/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d0/538f3b294a7f2de10000000a11402f/frameset.htm
    With rgds,
    Anil Kumar Sharma .P

  • Getting Duplicate data Records error while loading the Master data.

    Hi All,
    We are getting Duplicate data Records error while loading the Profit centre Master data. Master data contains time dependent attributes.
    the load is direct update. So i made it red and tried to reloaded from PSA even though it is throwing same error.
    I checked in PSA. Showing red which records have same Profit centre.
    Could any one give us any suggestions to resolve the issues please.
    Thanks & Regards,
    Raju

    Hi Raju,
            I assume there are no routines written in the update rules and also you ae directly loading the data from R/3 ( not from any ODS). If that is the case then it could be that, the data maintained in R/3 has overlapping time intervals (since  time dependency of attributes is involved). Check your PSA if the same profit center has time intervals which over lap. In that case, you need to get this fixed in R/3. If there are no overlapping time intervals, you can simply increase the error tolerance limit in your info-package and repeat the load.
    Hope this helps you.
    Thanks & Regards,
    Nithin Reddy.

  • How to avoid 'duplicate data record' error message when loading master data

    Dear Experts
    We have a custom extractor on table CSKS called ZCOSTCENTER_ATTR. The settings of this datasource are the same as the settings of 0COSTCENTER_ATTR. The problem is that when loading to BW it seems that validity (DATEFROM and DATETO) is not taken into account. If there is a cost center with several entries having different validity, I get this duplicate data record error. There is no error when loading 0COSTCENTER_ATTR.
    Enhancing 0COSTCENTER_ATTR to have one datasource instead of two is not an option.
    I know that you can set ignore duplicates in the infopackage, but that is not a nice solution. 0COSTCENTER_ATTR can run without this!
    Is there a trick you know to tell the system that the date fields are also part of the key??
    Thank you for your help
    Peter

    Alessandro - ZCOSTCENTER_ATTR is loading 0COSTCENTER, just like 0COSTCENTER_ATTR.
    Siggi - I don't have the error message described in the note.
    "There are duplicates of the data record 2 & with the key 'NO010000122077 &' for characteristic 0COSTCENTER &."
    In PSA the records are marked red with the same message (MSG no 191).
    As you see the key does not contain the date when the record is valid. How do I add it? How is it working for 0COSTCENTER_ATTR with the same records? Is it done on the R/3 or on the BW side?
    Thanks
    Peter

  • Error compiling movie. Unknown error. In both Premiere and Media Encoder

    I am trying to export a a batch of six sequences, out of Premiere Pro CC to my internal hard drive using the Apple ProRes 422 Quicktime setting. All of the sequence exports are failing in the first couple of seconds. This happens if I do them individually directly out of Premiere and if I export them out as a batch to Media Encoder. All get the same "Error compiling movie. Unknown error." error message. I have tried restarting the computer, that didn't fix it. I had the same problem with some other files yesterday but I was able to export them out individually OK. But with this batch, no dice. The sequences are all fully rendered. There aren't any problematic clips in the sequences, not that I can tell. None of the sequences is very long, only about 1-2 mins each.
    Any ideas?
    My system details are:
    MacBook Pro (Retina, 15-inch, Mid 2014)
    2.5 GHz Intel Core i7
    16GB 1600 MHz DDR3
    Graphics NVIDIA GeForce GT 750M 2048 MB
    plenty of space on my startup disk

    Error Compiling Movie... some past discussions and ideas
    -http://helpx.adobe.com/premiere-pro/kb/error-compiling-movie-rendering-or.html
    -http://helpx.adobe.com/premiere-elements/kb/error-error-compiling-movie-render.html
    -and nested sequences http://forums.adobe.com/thread/955172

  • "Error compiling movie. Unknown error" while rendering a .PSD or .PNG

    Hi,
    I have this problem: When I try to make a "Render Selection" or export my video, everything is ok until I reach a .PSD file I've placed almost in the end of the clip.
    The same is for .PNG file, a dialog appears saying "Error compiling movie. Unknown error".
    I've tried to delete the effects, but it's the same. To be more specific, I've applied a simple "Cross Dissolve": Until the transition is working, and the picture is not entirely visible, the rendering works. When the picture is "complete", the render stops and the error appears.
    When I tried to delete the transitions, the error appeared in the beginning of the .PSD picture.
    Any help?
    Thanks

    Are you stills in RGB format? what pixel size are they?

  • Error compiling movie. Unknown error - When exporting

    Hi everyone.
    Exporting movies in Premiere PRO won't work for me. This error shows every time I export movie.
    - Source File: C:\Users\addo\AppData\Local\Temp\Merianna_5.prproj
    - Output File: C:\Users\addo\Desktop\Sequence 03.m2v
    - Preset Used: Custom
    - Video: NTSC, 720x480, 29.97 drop frame [fps], Lower, Quality 3,1
    - Audio: 192 [kbps], 48 kHz, Dolby Digital
    - Bitrate: VBR, 1 Pass, Min 1,50, Target 4,00, Max 7,00 [Mbps]
    - Encoding Time: 03:10:33
    17.5.2009 21:07:25 : Encoding Failed
    Error compiling movie.
    Unknown error.
    And when i'm opning the same project with CS2 I get this messege when it loads the project.
    C:\Users\addo\Documents\Adobe\Premiere Pro\3.0\Meriana.prproj
    Video Transition missing:  ADBE Dip To White
    The format of the movies that I'm exporting is wmv and iv'e tryed exporting into other format like avi or wmv but the same result.
    The hardware spec..
    Intel Core 2 Duo @ 3.2 GHZ
    Ram : 3 GB
    8800 GT Nvidia 512 MB
    Harddrives : 320 GB + 160 GB
    Windows 7 RC1 (Could be the problem?)
    Here are the site's that iv'e been shecked.
    Error:Error compiling movie    
    dvinfo.net
    Thanks for the help evry one...

    That error can happen for many reasons...one of the reasons that I occassionaly get it is because I try exporting a movie to an external drive that has been formated in the old FAT32 instead of the NTSF standard.  FAT32 only allows for file sizes up to 2 gigs.  And as soon as it reaches that...I would get that error.  I don't know if that is why you are getting that error...but it would be easy to check.  1) are you generating a file that is over 2 gigs?  2) is your drive that you are exporting to FAT 32 (just right click the drive in My Computer and select "properties" then just look for what it says next to "file system".

Maybe you are looking for

  • Duplicated text in TO, CC,  BCC lines (very weird...)

    I'm using Mail 3.1 on 10.5.1 and it was fine for weeks, but now... not so much. I'm not even sure what to look for to solve my own problem, so I'm hoping to get some help. So here's what happens when I type anything into any of these fields. Let's sa

  • PSE9 Time Stamp

    I was happily using PSE8 but 'upgraded' to PSE9.  Since then I've been suffering from the following problem. Somehow it looks like PSE knows that I'm in the UK and assumes that my camera's clock is set to GMT.  So now we are in BST it adds one hour t

  • Outlook Calendar Not Syncing

    Ever since 2.1 my iPhone hasn't been able to sync to Outlook. I've tried a lot of different things and followed the instructions on http://support.apple.com/kb/HT1692 but nothing so far has worked. I also erased all my information and reset my iphone

  • HT1222 What do I do if it says 'Software Update Unavailable, try again later'?

    I've downloaded the new IOS7 but now it keeps saying that it's unavailable to install, any suggestions?

  • Notes should sync with stickies

    am I the only one who would like the see the Notes application on the iPhone sync with the Stickies application on my Mac? I know there is a desire for Notes to sync with the Notes function of Mail on the desktop but I'm just curious if anyone else w