Hello
I have created a solution on my dev machne. It uses a file send adapter to a locations like this ….
\\\\server\\ftpsite\\ftplocation\\directory
On the dev machine it works fine.
When I deploy to staging I get this error in Event Viewer
Error Cannot send to location
File://\\server
tpsite
tplocation\\directory
First of all it removes the one of the slashes before server then it goes to a newline everytime it sees a ‘\\f’ and then removes the ‘\\f’ but \\directory is fine.
Can anyone shed some light on this phenomenon.
Like I said it works fine on dev but not in staging.
Regards
JMan