Hi!
I'm making a workspace that reads files and folders and upload/recreate these files and folders on a web location. I can't find a good way to upload entire folders to FME Server when submitting jobs.
Instead I made a solution that uploads and unpacks zip files to get the entire folder structure to the server.
Of course it worked fine with all my own files but when trying a zip file my colleague have made I get the following error using the "ZipExtractor":
ZipExtractor_Terminator(TestFactory): ZipExtractor_Terminator: Termination Message: 'Unexpected error: 'ascii' codec can't decode byte 0x94 in position 32: ordinal not in range(128)'
ZipExtractor_Terminator: Termination Message: 'Unexpected error: 'ascii' codec can't decode byte 0x94 in position 32: ordinal not in range(128)'
Error encountered while calling method `input'
ZipExtractor_PythonCaller(PythonFactory): PythonFactory failed to process feature
A fatal error has occurred. Check the logfile above for details
Using the Unzipper I get the workspace to run but not all files and folders make it through the transformer.
Does anyone know a workaround? Or even a better way to upload folder structures to FME Server?
Thanks!