I noticed the long URL, 344 characters. The length maybe causing the problem. You can set in IIS 6.0 / IIS 7 the parameter “Max URL Length Limit” or “URLscan max URL limit”
Check on the IIS webserver - In the Registry:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters
Add :
DWORD Value Name ="UrlSegmentMaxLength"
Value Data (as hex) =“00000200” which is 512 characters.
If this value is not working, try to set the value to 0 (Zero) which means “allow up to the max possible value”. After the change restart IIS and test the export to CSV again.
See the following Microsoft KB article regarding which services need to be restarted in order for these changes to take effect: http://support.microsoft.com/kb/820129
This limit can also be imposed by URLscan if it’s installed. If this is the case, the setting that controls this is “MaxUrl” in the URLScan.ini file.