CanoScan 4200F gives error - "Twain data transfer error".

I have a new Windows 7 PC and unable to use CanoScan 4200F, he returns with "Twain data transfer error".  Worked fine with Windows XP.  What should I do

to make it work?

Check the manufacturers technical support for latest drivers site, they have Windows 7 drivers that you can download and install. Download little correct level for your computer - 32 or 64 bit - and then install them.

CanoScan 4200F drivers:
http://www.USA.Canon.com/Cusa/support/consumer/scanners/canoscan_series/canoscan_4200f?selectedName=DriversAndSoftware

To see if you have Windows 7 32-bit or 64-bit:

  1. Open system by clicking the Start button, right-click computer, and then clicking Properties.
  2. Under system, you can view the type of system, it will say 32 or 64 bits.

Tags: Windows

Similar Questions

  • I have a new Apple and made a Migration of Applications. data etc old Apple Apple again. Creative cloud gives error re damaged and to download and install again, however, after doing this installation starts but keeps giving the same error re C

    I have a new Apple and made a Migration of Applications. data etc old Apple Apple again. Creative cloud gives error re damaged and to download and install again, however, after doing this installation starts but keeps giving the same error re file creative cloud. How to solve?

    Uninstall, use the CS cleaning tool, and then reinstall.

    Adobe Creative Suite Cleaner Tool allows to solve the problems of installation for CS3 thru CS6 and creative cloud

    http://www.Adobe.com/support/contact/cscleanertool.html

  • Windows give error 0x8DDD100A during the validation of windows Xp Professional SP3

    Windows give error 0x8DDD100A during the validation of windows Xp Professional SP3

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->
    Validation status: sync clock error
    Validation code: 10
    Code of Validation caching: n/a
    Windows product key: *-* - XC4Q9 - W7RTD-7Q8G6
    Windows Product Key hash: Py7sqDcPBx6etfYqog5bPl/YZ9E =
    Windows product ID: 76487-OEM-2211906-00826
    Windows product ID type: 2
    Windows license Type: OEM SLP
    The Windows OS version: 5.1.2600.2.00010100.3.0.med
    ID: {5DBB45BE-2BA5-44AD-92B3-2FE66CB59B95} (3)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: Registered, 1.9.42.0
    Signed by: Microsoft
    Product name: n/a
    Architecture: n/a
    Build lab: N/A
    TTS error: n/a
    Validation of diagnosis: 025D1FF3-230-1_E2AD56EA-765-d003_E2AD56EA-766-0_E2AD56EA-134-80004005
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a
    Version: n/a

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: Yes
    Version: 1.9.9.1
    WgaTray.exe signed by: n/a, hr = 0x80004005
    WgaLogon.dll signed by: n/a, hr = 0x80004005

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Office status: 109 n/a
    OGA Version: Registered, 2.0.48.0
    Signed by: Microsoft
    Office Diagnostics: B4D0AA8B-604-645_025D1FF3-230-1

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program Files\Mozilla Firefox\firefox.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->
    Office details: {5DBB45BE-2BA5-44AD-92B3-2FE66CB59B95}1.9.0027.05.1.2600.2.00010100.3.0.medx 32*-*-*-*-7Q8G676487-OEM-2211906-008262S-1-5-21-1232634059-1876962941-2206964983Sony Corporation,VGN-AR11MPhoenix Technologies LTD.R0130J620060626000000.000000 + 000Sony Corporation, Sony Corporation, Sony Corporation2BD13F07018400FE08090409New Zealand Standard Time(GMT+12:00)02Corporation SonyVAIO VGN - AR series109

    License data-->
    N/A

    Windows Activation Technologies-->
    N/A

    --> HWID data
    N/A

    Activation 1.0 data OEM-->
    BIOS string matches: Yes
    Marker of the BIOS string: 1FF90:Sony Corporation | 1FF90:Sony company ITCNC
    Marker of OEMBIOS string. DAT: Sony Corporation, Sony Corporation, Sony Corporation

    Activation 2.0 data OEM-->
    N/A

    Check your region settings, Date and time in Control Panel - you are a clock synchronization error.

  • CRA geometries give error in CDO_CS. TRANSFORM

    Seems that SDO_CS has problems in the transformation of the geometries of the CRA:

    -LINE geometry works very well

    SELECT SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT(geom,0.01) val
           ,SDO_CS.TRANSFORM(geom,4326) trafo
    FROM
    (SELECT sdo_geometry
    (2002, 25832, NULL,
       sdo_elem_info_array (1,2,1),
       sdo_ordinate_array(
       500014,5650010,
       500010,5650014,
       500006,5650010)
       ) geom
    FROM dual);
    
    

    TRUE

    MDSYS. SDO_GEOMETRY (2002,4326, NULL,

    MDSYS. SDO_ELEM_INFO_ARRAY (1,2,1),

    MDSYS. () SDO_ORDINATE_ARRAY

    9.0001995237432,51.0016646160954,

    9.00014251706963,51.0017005861695,

    9.00008551017565,51.0016646162345))

    -ARC geometry gives ERROR

    SELECT SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT(geom,0.01) val
           ,SDO_CS.TRANSFORM(geom,4326) trafo
    FROM
    (SELECT sdo_geometry
    (2002, 25832, NULL,
       sdo_elem_info_array (1,2,2),
       sdo_ordinate_array(
       500014,5650010,
       500010,5650014,
       500006,5650010)
       ) geom
    FROM dual);
    
    
    

    ORA-13285

    Transformation of the coordinates of geometry error

    Cause: A pair of coordinates was outside the valid range for a conversion/projection.

    Action: Check that the data to be transformed are consistent with the desired conversion/projection.

    The range of coordinates are valid IMO. This bug (?) exists in ORACLE 11.2.0.3 and 12.1.0.1.

    Found a workaround to SpatialAdvisor:

    http://spatialdbadvisor.com/oracle_spatial_tips_tricks/318/circular-arcs-in-geodetic-polygons

    Changed the SDO_GTYPE and the Ansdo_elem_info to MULTIPOINT, transformed and changed their return:

    SELECT sdo_geometry(2002,trans.tgeom.sdo_srid, NULL,
             trans.geom.sdo_elem_info,
             trans.tgeom.sdo_ordinates)
      FROM
    (SELECT SDO_CS.TRANSFORM(
               sdo_geometry(2005,orig.geom.sdo_srid, NULL,
                 sdo_elem_info_array(1,1,sdo_util.getNumVertices(geom)),
                 orig.geom.sdo_ordinates),4326) tgeom,
                 geom
          FROM
          (SELECT sdo_geometry
          (2002, 25832, NULL,
             sdo_elem_info_array(1,2,2),
             sdo_ordinate_array(
             500014,5650010,
             500010,5650014,
             500006,5650010)
             ) geom
          FROM dual
          ) orig
    ) trans; 
    

    MDSYS. SDO_GEOMETRY (2002,4326, NULL,

    MDSYS. SDO_ELEM_INFO_ARRAY (1,2,2),

    MDSYS. () SDO_ORDINATE_ARRAY

    9.0001995237432,51.0016646160954,

    9.00014251706963,51.0017005861695,

    9.00008551017565,51.0016646162345))

    Thank you very much Simon!

  • On a windows 2003 R2 SP2, gives error 1053 SNMP service startup

    On a windows 2003 R2 SP2, start the service SNMP gives error 1053 (below)

    In the event log are event ID: 7000 & 7009 back (below)

    Already tried: https://support.microsoft.com/en-us/kb/886695 (check the "allow service to interact with desktop").

    I have also run the Windows updates for all high priority updates, replaced the files %windir%\system32\snmp*.* with those of another R2 SP2 server that is not the problem (after rename the original to the *.old files & copy the same files in the folder DLLcache so SFC would stop interfering ;)) and checked for other errors that may show a reason for this - the only thing that I can connect to it) , it is that services IISAdmin & GoogleUpdate (gupdate & gupdatem) having the same problem, but unrelated to seams...

    TNX in advance for any response.

    Kobi

    Hello

    Post your question in the TechNet Server Forums, as your question kindly is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    See you soon.

  • Cannot access Pathname you have the appropriate permissions. Cannot download updates gives error code 643 and error code 5. Always gives access denied.

    Cannot access Pathname you have the appropriate permissions. Cannot download updates gives error code 643 and error code 5. Always gives access denied. You do not have the appropriate permissions. I am the administrator. Change all the complete control. Any other suggestions? Possible virus?

    Hello

    You are unable to download the updates?

    Try the following steps to resolve the problem:

    Method 1: Temporarily disable any security (including firewalls) software and check if the problem persists.

    Check out these links:
    http://Windows.Microsoft.com/en-us/Windows7/turn-Windows-Firewall-on-or-off

    http://Windows.Microsoft.com/en-us/Windows7/disable-antivirus-software

    If disabling the security software solves the problem, then contact the manufacturer of the specific security software to fix the problem.

    Important: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable
    your antivirus software. If you do not disable temporarily to install other software, you must reactivate as soon as you are finished. If you are
    connected to the Internet or a network during the time that your antivirus software is disabled, your computer is vulnerable to attacks.

    Method 2:
    See the article mentioned below and run the Fixit diagnostic tool to fix the error 643.

    You receive error code 80070643 0 x or 0 x 643, code error when you use the Windows Update or Microsoft Update Web sites to install updates:
    http://support.Microsoft.com/kb/958052


    Kind regards
    Afzal Taher-Microsoft Support.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • my computer gives error 80080005. Can not find new downloads.

    Who can help me. My computer gives error 80080005. He can not find new downloads.
    I used Windows Vista Edition home premium.

    Peter

    Here's a huge thread on the same topic. It might be useful. http://social.technet.Microsoft.com/forums/en/itprovistaapps/thread/21e0dd42-44AE-4E07-9A9A-b0a3263345ec

    Marin

  • I had a request on Windows Live Solution center and request still pending, cannot not find post or even open window Live Solution gives error!

    request lost post on window for e-mail folder

    I post a request on Windows Live Solution center about 27 July give my email name - and request still pending, not found or even open window Live Solution gives error!

    the application in question was: when I put in order my window live folders mail had become unstable, I remove a double folder which appear empty, I moved subfolder of a folder and subfoulders lost.

    I've lost Business-Optus DSL-city of Luigi Swan - Bank - various - Computer.They contain information that was not save on my important document

    My request was if possible to recover them. Happened this week is so cool to be given there.

    Thank you

    Luigi

    Hello

    The question you have posted is related to Windows Live, and would be better suited in the Windows Live forum. Please visit the link below to find a community that will provide the support you want. http://windowslivehelp.com/product.aspx?ProductID=10

  • shared folder t could not access gives error that you have not permission to use network resources

    folder t couldn't access gives error that you have not permission to use network resources while I connect with administrator

    Hello

    1. were you able to access the folder shared earlier?
    2. don't you make changes on the computer before this problem?
    3. What is the full and exact error message?
    4. how the computers are connected?

    Please answer these questions and provide us with more information. This could help us help you better. However, you can view the Sub articles that may be useful.

    Error message when you try to access a network Windows XP computer: "you might not have permission to use this network resource".
    http://support.Microsoft.com/kb/913628

    You cannot access shared files and folders or browse computers in the workgroup with Windows XP
    http://support.Microsoft.com/kb/318030

  • Operating system does not start; F11 gives error.

    HP Pavilion dv7

    0xc000000f error code

    -does not start the o/s

    -not boot to safe mode (or whatever it is)

    -System gives error F11 recovery

    -friend did not restore system cd

    -OS is Windows 7

    I removed the hard drive and slave it to my office (using 2.5 USB cable).  The files are accessible except the \USERS directory is MIA.  If I can see the C: and D: (recovery partition)-

    Can I run the program on my desktop computer to create the recovery CD?  (faster you proceed your order/delivery/arrival)

    Other suggestions?

    Thank you...

    ACETech says:

    p/n: NM295UA #ABA

    Installation media (recovery dvd) was not made by the user.  That's why I asked if I could make running the hard drive from outside the laptop (enslaved at my office).  Thanks for the info, I can't do that.

    Will be there without you say the o/s?  It is not sure that vista or 7 32-bit or 64-bit.

    Looking at his hard drive Windows and a Linux flash player, I don't see his user under the \users Directory directory.  It of funny, just might be blown away...

    It's Windows Vista Home Premium 64-bit with Service Pack 1.

    Here link to the specs page.

    Best regards

    ERICO

  • Windows Search 4.0 service used with XP Professional SP3 gives error ID: 3100

    Windows gives error ID search service: 3100 category: Gatherer

    Can not initialize filterhostproces. Will be stopped.

    Details: Invalid access (0 x 80070006)

    It seems to be the cause of my computer is very slow sometimes.

    I recently also received a blue screen

    1 stop (0 x 00000024) Internet suggested that this could be a NTFS problem

    2 stop (0 x 00000077)

    I don't know if there is a relationship. Could this be a virus? I use Bitdefender and it gives no alarm.

    Hi Joost23,

    The question associated with Windows install, I suggest you run the patch from the link below: Windows search does not work and research is slow or stops: http://support.microsoft.com/mats/windows_search/en-us

    If this does not help then you can uninstall and reinstall Windows search 4.0 on the computer.

    Follow the steps below to uninstall:

    a. click on start

    b. click Control Panel

    c. Select Add or remove programs

    d. place a check on 'Show updates'

    e. you will see Windows Desktop Search 4.0 and uninstall it.

    Reinstall back, you can see the link below:http://www.microsoft.com/windows/products/winfamily/desktopsearch/choose/windowssearch4.mspx

    For the problem with the blue screen, you can check the link below: you receive an error message on a Windows XP-based computer: "Stop 0 x 00000077" or "KERNEL_STACK_INPAGE_ERROR": http://support.microsoft.com/kb/315266

    With regard to:

    Samhrutha G S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Unable to turn on windows defender gives error

    Unable to turn on windows defender gives error

    Hello

    If you use Norton, AVG, Avira, Microsoft Security Essentials, McAfee, etc. the default action is for Windows Defender must be disabled, that these AntiVirus programs have their own Antispyware Applications.

    There is nothing to worry.

    Using both programs at the same time can cause system conflicts, etc.

    If you are using one of the above AntiVirus programs, this Information from David O - Support Engineer shows you how to manually enable Windows Defender (disregard information from uninstalling; not possible in Vista):

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-security/how-do-i-manually-start-Windows-Defender-in-Vista/dab845b2-9ba5-47F3-9518-c4c6781e7d5b

    "Go to start, Control Panel, Administrative Tools, Services. Look for Windows Defender.

    Right click and select Properties , ensure that Startup Type is automatic.

    Once modified, click apply and OK.

    Quit and restart your computer. Check the back take the same path to confirm that Windows Defender has started"

    .

    If you want to have additional protection against malware using the version FREE of Malwarebytes AntiMalware:

    http://www.Malwarebytes.org/products/malwarebytes_free

    And for now, change startup Vista programs without using Defender, use one of these methods:

    "How to use MSCONFIG in Windows Vista"

    http://netsquirrel.com/Msconfig/msconfig_vista.html

    Or the program Autoruns for FREE:

    "V11.21 Autoruns for Windows"

    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902

    See you soon.

  • I try to run windows update and it will not update gives error code 80070005

    I try to run windows update and it will not update gives error code 80070005, I also ran fix and it tells me that it is fixed but it is not getting the same error code when I try to update after running it help please?

    Hello

     
     

    1. which Microsoft Fixit did you?

    2 have you installed new hardware or software before the show?

    3. who is the antivirus installed on the computer program?

    4 update you are trying to install?

    5. are you logged on as administrator on the computer?


    If this isn't the case, I suggest you to log on as an administrator and check for the issue.
     
    Method 1:
    One of the other reason for the 80070005 error is caused by software running on your computer security.
    Temporarily disable the security software on the computer and see if that makes a difference.
    Disable the anti-virus software
    http://Windows.Microsoft.com/en-us/Windows-Vista/disable-antivirus-software
    Note: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.
     
    Method 2:
    I suggest you perform the steps described in the article:
    Error: 0x80070005 when you try to install updates by using Microsoft Update or Windows Update
    http://support.Microsoft.com/kb/968003
    This problem may occur if access is denied when accessing or copying files during the process of Windows Update or Microsoft Update. Access may be denied if you have logged on to the computer as a standard user and this account does not have permission to install updates. I suggest you to follow the steps and check if it helps.

    Method 3:
    Perform a clean boot, and then check if it helps.
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    See also:
     
     
     
     
     
    I hope this helps.
  • Windows updates give error 0 x 80096001.

    Original title : Automatic updates mean that windows cannot check the updates.

    Try to run windows updates give error 0 x 80096001.

    Runs the tool Windows gives the same error.

    Did not work for a while, no miracle I can find work.

    Hello
     
    Method 1:
    Run the fixit given in the following link and check if it works.
    How to reset the Windows Update components?
    http://support.Microsoft.com/kb/971058
    Important:
    This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:
    (http://support.microsoft.com/kb/322756) how to back up and restore the registry in Windows

    Method 2:
    Perform the clean boot and check updates.
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: After troubleshooting, be sure to set the computer to start as usual as mentioned in step 7 in the above article.
     
    Method 3:
    Run the Analysis System File Checker and check if this solves the problem. See the following article to do the same thing:
    http://support.Microsoft.com/kb/929833
     
    I hope this helps!

  • Windows mail gives error when you try to send 0x800ccc0e

    Windows mail gives error when you try to send 0x800ccc0e

    Check if you can access your e-mail via webmail.  If it works fine and that you always have problems in WinMail, then delete your account e-mail, then compact and repair the database (www.oehelp.com/WMUtil/) and then add your account to e-mail back again.  Often, this solves these problems.

    Steve

Maybe you are looking for

  • HP Pavilion Notebook 15-n225se: Cap lock does not work

    Hello everyone The cover lock does not work, or no led light upward.  She went to work, to work from time to time and now not al all. Because passwords often have caps there is problem enough. I got tired of doing a hard reboot, but the f10 key not g

  • OfficeJet 4630: right side of cut printscreen image. Normal in print preview.

    Help please. New Office jet 4630 for a month. All fine until today. Paste a picture of 'print' Screen in the text in a Word document. Page and image, normal looked on screen and in print preview before printing, but when mode about 25% of the image h

  • change a doc at the end in pdf, jpg or txt.

    I need to download a resume I typed on microsoft works, but the site that I need to download it takes only documents in pdf, jpg and txt. How can I change my paper please.

  • Google Chrome fail then leave and I can not click on any links in the Playstation forums...

    I can do very well on Firefox, but I can't when I use the site on Google Chrome. Reached there last night, but for some reason, it does not work now. I can connect there, but that's all I can do. Anyone else encounter this problem on other sites? I t

  • Synaptic touchpad

    I recently updated my pc (dell inspiron n5010) of windows 7 to windows 8. initially my touchpad worked perfectly normal but to improve the device I tried to install some drivers but who did the slow touchpad... Now I have to press hard enough even to