Author |
Message |
Jason Thompson
Joined: 27 Jan 2008 Posts: 8
|
Posted: Sun Jan 27, 2008 6:12 pm Post subject: Two trusted domains. DFS. Error 256 character. |
|
|
I am having a 256 character issue across a DFS Link. The data will need to be moved across one way transitive trust between two domains. This has been tested and is working. I can drag and drop across the domains into the respectful folder. When I try to move the data using VV Pro it errors out with the notorious 256 character issue. I have used the unc path: \\x.x.x.x\folder e.t.c. Which follows the \\?\ theory noted in the forums. Also tested successfully plus credentials.
Any help. Thanks |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
|
Back to top |
|
|
Jason Thompson
Joined: 27 Jan 2008 Posts: 8
|
Posted: Mon Jan 28, 2008 1:22 pm Post subject: |
|
|
Yes, keep in mind this is accross different forest. Different subnet e.t.c.
VV works great up until it hits the 256 threshold.
The way I got it to work \\10.10.10.1\share name \data.
The trust relationship tested good. The Domain admin was added to the trusted root of the DFS structure. All works except the extended folder. Errors out with the 256 character issue. Any ideas on what to do?
Side note: \\?\ means adding the i.p address of the target, correct?
In this case you would have to, because VV Pro would not have a clue what "\\?\" is. |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Tue Jan 29, 2008 1:31 am Post subject: |
|
|
Hi, for UNC paths use the "\\?\UNC\" prefix.
For example: \\?\UNC\<server>\<share>
\\?\UNC\10.10.10.1\share name\data\ _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
Jason Thompson
Joined: 27 Jan 2008 Posts: 8
|
Posted: Tue Jan 29, 2008 4:07 am Post subject: |
|
|
I have tried: \\?\domain name\i.p address\share\folder.
I have tried: \\?\domain name\i.p address\e:\share\folder
I have tried: \\domain name\i.p address\share name\folder.
Still fails: errors,
(1)the target folder does not exist, would you like to create it.
(2)256 error
(3)unable with the creditials provided
(4)muiltiple connections are not allowed.
What does work:
\\i.p address\share\folder
Just errors out with the 256 issue.
Keep in mind. Creditintials are in place.
Distributed File System accross two domains. Same subnet.
One way transitive trust.
Thanks for the help. I am going to bed. |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Tue Jan 29, 2008 9:20 am Post subject: |
|
|
Quote: | What does work:
\\i.p address\share\folder
Just errors out with the 256 issue. |
try this
\\?\UNC\i.p address\share\folder
thanks _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
Jason Thompson
Joined: 27 Jan 2008 Posts: 8
|
Posted: Tue Jan 29, 2008 1:08 pm Post subject: |
|
|
Define UNC?
\\?\domain name of the DFS Root\x.x.x.x\share\folder
Example: \\?\widgets\1.2.3.4\\smallwidgets\sales. This is a UNC path.
Under profile settings you have two places to input this information. From the top level you have target/sorce. Then @ the bottom you have "NETWORK" where you can test the connection. Do I leave the top level target blank and just fill in the network portion? Do I fill in:
\\x.x.x.x\share\folder @ target level then ad \\?\unc\x.x.x.x\share\folder at the network level?
Again Thanks for the help. |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Wed Jan 30, 2008 1:40 am Post subject: |
|
|
Fill in :
\\?\UNC\x.x.x.x\share\folder @ target level
and
\\x.x.x.x\share\folder at network level (for login)
literally use \\?\UNC\ as prefix for the target
thanks _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
Jason Thompson
Joined: 27 Jan 2008 Posts: 8
|
Posted: Wed Jan 30, 2008 2:56 am Post subject: |
|
|
Yes, you were very correct. Using exactly \\?\unc\ worked.
I hate to mention this but the 256 error still rears up his head.
I am using the backup sorce to target method. Should I try a different method?
If it were a few that errored out I would leave it be, but it has over 400 256 character errors @ the end. 300 plus gigs to replicate. Massive amount of data. This is just one share.
Any suggestions, Thanks. |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
|
Back to top |
|
|
Jason Thompson
Joined: 27 Jan 2008 Posts: 8
|
Posted: Wed Jan 30, 2008 12:59 pm Post subject: |
|
|
I think I see what you are getting at.
I was using: e:\share\folder.
Now I am going to try source: \\?\UNC\server\share\folder.
I am comparing the two now, I will post a reply as soon as I exacute it.
Thanks |
|
Back to top |
|
|
Jason Thompson
Joined: 27 Jan 2008 Posts: 8
|
Posted: Wed Jan 30, 2008 1:21 pm Post subject: |
|
|
Thanks for your patience. This worked combining the \\?\UNC on both source and target.
Last problem and I will leave it alone.
Issue copying Share/folder and NTFS permissions? Any resolution to this? |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Wed Jan 30, 2008 1:23 pm Post subject: |
|
|
If it is not a UNC path just use:
\\?\e:\share\folder
the prefix \\?\ is for non UNC paths , the prefix \\?\UNC\ is for UNC paths.
thanks _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Wed Jan 30, 2008 1:25 pm Post subject: |
|
|
Quote: | Issue copying Share/folder and NTFS permissions? Any resolution to this? |
Sorry, can you describe the issue once again? thanks _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
Jason Thompson
Joined: 27 Jan 2008 Posts: 8
|
Posted: Wed Jan 30, 2008 1:32 pm Post subject: |
|
|
The 256 character issue was resolved. Much Thanks.
Copying owner and permissions over is the only error left. |
|
Back to top |
|
|
|