I have an error where the message is
Exception in Task: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
I have checked the various elements that make up both the directory name and the FQ File name and the total for these are both less than the figures quoted in the message
When i run the test to check the files in the set up screen the result comes back positive for the files
I noticed in the URL that VC embeds the user name in the connection and I was wondering if it also embeds that user password as a hidden token in the connection string as well - this would take it over the two figures quoted in the error message
Has anyone come accross this issue before ?