Archive Hierarchy UNC link error
-
- Newbie
- Posts: 2
- Joined: Fri Sep 22, 2023 7:05 pm
Archive Hierarchy UNC link error
We are trying to process files in a Network Drive, we have Submit Hierarchy pulling the files just fine using a UNC link, but when we try to put the same link in the Archive Hierarchy to put the files back it gives us an error and inverts all of the \ . We are new to switch and learning as we go but this has us stumped. Any help is appreciated. Thanks
-
- Member
- Posts: 102
- Joined: Fri Jul 08, 2011 10:31 am
- Location: The Netherlands
Re: Archive Hierarchy UNC link error
You should use forward slashes, even while Windows uses bask slash.
So: //myshare/some/path is okay to use in Switch. Switch will translate it in the background
So: //myshare/some/path is okay to use in Switch. Switch will translate it in the background
-
- Newbie
- Posts: 2
- Joined: Fri Sep 22, 2023 7:05 pm
Re: Archive Hierarchy UNC link error
Thanks for the tip, unfortunately it makes no difference. It is automatically doing this on its own, and I get the error "the values of the following properties are not valid: path." While the error is pretty clear, it is also vague. What is wrong with the path? I am using the same on for the submit hierarchy and it has no issues. It also gives the same error if I give it the explorer path (Z:/)r.zegwaard wrote: ↑Tue Jul 30, 2024 7:05 am You should use forward slashes, even while Windows uses bask slash.
So: //myshare/some/path is okay to use in Switch. Switch will translate it in the background
Re: Archive Hierarchy UNC link error
If it is a shared volume from another server you must use the server name or ip-number instead.
Like //192.168.0.1/volume/folder
Like //192.168.0.1/volume/folder