tags:

views:

126

answers:

3

I have a strange issue in WSS 3.0. It uses forms-based authentication and is under ISA. I can check out any file except PDF files. When I check out a PDF I get "Value does not fall within the expected range." I suspect this has something to do with ISA and where SSL is terminated. I have had problems before where links that should be https were showing up as http in the site.

For the present issue I have tried various AAM settings and nothing seems to make any difference at all in the operation of the site.

A: 

I saw the "value does not fall within the expected range" the other day in a forms service form that had an upload field. The fix for me was to add the enctype= multipart/formdata to the application.master form tag. Probably unrelated but it's worth looking into.

UJ
Thanks but this had no apparent effect in my case.
strongopinions
A: 

Did you ever found a solution to this? I have the exact same problem, except i can check out the files if I browse from within the server. It also applies på zip-files. I tried the above tip with enctype without any success.

aw
No solution yet. I have another project where the error is thrown for other file types, including Doc, txt, PDF, and jpg if you try to check them out from the context menu. So it seems it can be different for different installations and maybe that's why you get it on zip files.
strongopinions
A: 

We have had this error when trying to save a file to a location that does not exist.

Check that it is PDF files that are failing, not that it is files from list x, where all PDF files are only in list x.

Shiraz Bhaiji
I can't get as far as specifying the location to save because it throws the error before I get to the save dialog. I have looked in the SharePoint javascript and while there are some lists of file extensions there, PDF is not in any of those lists. On this project I have not been able to find any other file type that causes it, although on a different project it seems to happen when you check out any file.
strongopinions