iR3300i scan to file (SMB) failed when using Vista

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sgcopiertech
    • Jul 2025

    #1

    iR3300i scan to file (SMB) failed when using Vista

    hi there,

    I am trying to scan pdf files (smb) into Windows Vista computers.

    When I try to transfer the file, the file would just be 0kb or 1kb.

    I have read that Vista is using SMB 2.0

    anybody know how to make it work?

    thanks!
  • prada
    Technician
    • Sep 2008
    • 27

    #2
    I would consider disabling SMB for troubleshooting purposes, mostly in an environment that has mixes operating systems, you might want to consider disabling SMB 2.0. You need to do so on both the "client" and the "server" operating systems.

    To disable SMB 2.0 for Windows Vista or Windows Server 2008 systems that are the “client” systems run the following commands:

    c config lanmanworkstation depend= bowser/mrxsmb10/nsi
    sc config mrxsmb20 start= disabled


    Note there's an extra " " (space) after the "=" sign.

    To enable back SMB 2.0 for Windows Vista or Windows Server 2008 systems that are the “client” systems run the following commands:

    sc config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
    sc config mrxsmb20 start= auto


    Again, note there's an extra " " (space) after the "=" sign.

    Comment

    Working...