MoveFile activity is failing and showing following character limit error.
RemoteException wrapping System.IO.PathTooLongException: 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.
Any inputs to overcome this issue… , would be greatly appreciated.
Well I did the same but some times my file name will come very large in length. During that time script is failing. I can manage making resume on error as True but that will execute smoothly, it won’t solve my problem . I will miss those long length files to move.
Any solution to increase file character limit…