Tech forums for copier repair  

Go Back   Copytechnet.com > Technical Forums > Copier Technical Discussion > Toshiba

gl-1020 scan to file issue with Win2003 domain

Toshiba

Reply

 

LinkBack Thread Tools Display Modes
Old 10-10-2007   #1 (permalink)
bmusgrove
Guest
 
Tournaments Won: 12

Posts: n/a
gl-1020 scan to file issue with Win2003 domain

I have a problem with scanning to a file using a GL-1020 on a windows 2003 server domain (win2000 native mode). This worked fine before the upgrade form NT4 domain to Win2003. I understand the GL-1020 cannot digitally sign SMB, so that has been turned off on the domain controllers using GPO.

It is definitely a authentication issue. I took a domain pc and set up a share on it. I created a local user, gave the local user and a domain user access to the share. Using the local user in the scan template, the scan worked fine. Using the domain user, the scan failed each time with a

"Specified \\\\pcname\\scan path is invalid. Check destination path"

error. The user name and password was the only thing changed in the scan template. I have tried several different naming conventions for the domain user includung

username
domain\username
username@dominname (fully qualified as yyy.zzz.org)

In the hopes that may work. No joy.

Suggestions?
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 05-20-2008   #2 (permalink)
Technician
 
Join Date: May 2008

United States us south dakota
Posts: 38
Rep Power: 4oeshuron is on a distinguished road
Quote:
Originally Posted by bmusgrove
View Post
I have a problem with scanning to a file using a GL-1020 on a windows 2003 server domain (win2000 native mode). This worked fine before the upgrade form NT4 domain to Win2003. I understand the GL-1020 cannot digitally sign SMB, so that has been turned off on the domain controllers using GPO.

It is definitely a authentication issue. I took a domain pc and set up a share on it. I created a local user, gave the local user and a domain user access to the share. Using the local user in the scan template, the scan worked fine. Using the domain user, the scan failed each time with a

"Specified \\pcname\scan path is invalid. Check destination path"

error. The user name and password was the only thing changed in the scan template. I have tried several different naming conventions for the domain user includung

username
domainusername
username@dominname (fully qualified as yyy.zzz.org)

In the hopes that may work. No joy.

Suggestions?
We are having the same issue. Will not scan to folder on a domain user.
oeshuron is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-22-2008   #3 (permalink)
Junior Member
 
Join Date: May 2008

Posts: 5
Rep Power: 0jreed is on a distinguished road
I had this exact problem. I am trying to remember, but I think we had to add a "\" to the end of the path. So, it would end up being \\pcname\\scan\

I would verify this, but our controller on our 550 has crashed again, for the 5th time in 3 months. So, I dont have access to it at this point.
jreed is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-22-2008   #4 (permalink)
Technician
 
Join Date: May 2008

United States us south dakota
Posts: 38
Rep Power: 4oeshuron is on a distinguished road
Quote:
Originally Posted by jreed
View Post
I had this exact problem. I am trying to remember, but I think we had to add a "" to the end of the path. So, it would end up being \pcname\scan

I would verify this, but our controller on our 550 has crashed again, for the 5th time in 3 months. So, I dont have access to it at this point.
If this works, I'm going to feel sooooooo stupid for not trying it.
oeshuron is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-23-2008   #5 (permalink)
Technician
 
Join Date: May 2008

United States us south dakota
Posts: 38
Rep Power: 4oeshuron is on a distinguished road
I haven't had a chance to try that yet, but if anyone has the discs (I believe there are 4) I would really appreciate it if you could contact me via PM. Or see my thread about them in the For Sale/Wanted Section.
oeshuron is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-29-2008   #6 (permalink)
Technician
 
Join Date: May 2008

United States us south dakota
Posts: 38
Rep Power: 4oeshuron is on a distinguished road
Quote:
Originally Posted by oeshuron
View Post
If this works, I'm going to feel sooooooo stupid for not trying it.
This didn't work. Always destination not found type message. Is this a domain problem? Too old of a controller? Someone HELP please
oeshuron is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-12-2008   #7 (permalink)
Trusted Tech
50+ Posts
 
Join Date: Feb 2007

Location: Dallas, Texas
Posts: 74
Rep Power: 6DallasTech is building a good name for himself
If you are scanning successfully to a non-server 2003 computer and having problems with authentication, you want to make sure SMB signing is turned off. The easy way to check this is by looking at the registry Start->Run->type "regedit"

Both of the following registry entries need to be disabled.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanManServer\Parameters

Value Name: EnableSecuritySignature
Data Type: REG_DWORD
Data: 0 (disable), 1 (enable)

Note The default value in Windows Server 2003 domain controllers and Windows 2000 domain controllers is 1 (enabled). The default value in Windows NT 4.0 domain controllers is 0 (disabled).

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanManServer\Parameters

Value Name: RequireSecuritySignature
Data Type: REG_DWORD
Data: 0 (disable), 1 (enable)

Note The default value in Windows Server 2003 domain controllers and Windows 2000 domain controllers is 1 (required). The default value in Windows NT 4.0 domain controllers is 0 (not required).
DallasTech is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-20-2008   #8 (permalink)
Arative
Guest
 
Tournaments Won: 12

Posts: n/a
Quote:
Originally Posted by DallasTech
View Post
If you are scanning successfully to a non-server 2003 computer and having problems with authentication, you want to make sure SMB signing is turned off. The easy way to check this is by looking at the registry Start->Run->type "regedit"

Both of the following registry entries need to be disabled.

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesL anManServerParameters

Value Name: EnableSecuritySignature
Data Type: REG_DWORD
Data: 0 (disable), 1 (enable)

Note The default value in Windows Server 2003 domain controllers and Windows 2000 domain controllers is 1 (enabled). The default value in Windows NT 4.0 domain controllers is 0 (disabled).

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesL anManServerParameters

Value Name: RequireSecuritySignature
Data Type: REG_DWORD
Data: 0 (disable), 1 (enable)

Note The default value in Windows Server 2003 domain controllers and Windows 2000 domain controllers is 1 (required). The default value in Windows NT 4.0 domain controllers is 0 (not required).
I'm having the same problem. Checked the SMB and it was disabled. Any suggestions?
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-28-2008   #9 (permalink)
Junior Member
 
Join Date: Jun 2008

United Kingdom au queensland
Location: home
Posts: 9
Rep Power: 0Humedss is on a distinguished road
GL1020

These controllers do not log into Domain controllers, if you have problems scanning with the name of the computer..... use the IP. \\10.10.10.10\file\etc instead of \\server\file\etc.
Humedss is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
domain, file, gl1020, issue, scan, win2003

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Google

All times are GMT +1. The time now is 03:24 PM.


Your Link Here
Toner Chip Resetter
Your Link Here

Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Ad Management plugin by RedTyger