I am trying to take documents as added to one repository and automatically replicate them to a second repository. Workflow successfully creates the new directory (if it does not exist), however it never copies the document. I can manually copy documents back and forth from each repository to the other, just can't get it to work automatically.
If I change the workflow to replicate from one directory to a different directory in the same repository, it runs fine.
I can not see it as being a permissions issue, as it has no problem creating the folder structure on the destination repository.
The error report does indicate that the Username or Password is incorrect, however both connection profiles validate.
Thanks,