Home Access Plus v7.2 - Outstanding Issues
Specifically; "7 Config UI writes server shares as //servername/share rather than \\servername\share causing "given key was not present in disctionary" errror in browser"
Check your hapconfig.xml file and ensure that the slashes are the correct way around!![]()

so should the slashes be \ or / ? just looking at the hapconfig and all the slashes are \\svr\share_name
Yeah, that is the correct way, so it is not the same cause as mine was
Just incase there is a typo or some such, my <mappings> section from hapconfig.xml looks like this:
Otherwise, you need help from someone more capable that me!Code:<mappings> <mapping drive="N" name="My Documents" enablereadto="All" enablewriteto="All" enablemove="True" usagemode="Quota">%homedir%</mapping> <mapping drive="K" name="Pupils Shared" enablereadto="All" enablewriteto="Domain Admins, Staff" enablemove="True" usagemode="Quota">\\servername\pupilsshared</mapping> <mapping drive="R" name="Teachers Shared" enablereadto="Staff, Domain Admins" enablewriteto="Staff, Domain Admins" enablemove="False" usagemode="Quota">\\servername\teachersshared</mapping> </mappings>![]()

no all appears to be the same :/
The address bar, any chance you can change the lowercase n to an uppercase N. The drive mapping letters need to be in uppercase
awesome thanks alot just changed it in the xml config to an uppercase N and works perfectly
I've added additional javascript into the setup.aspx page to convert the drive letter to uppercase always
There are currently 1 users browsing this thread. (0 members and 1 guests)