At some point a 'Default File Path' parameter was added as a system property and it's value may be causing your issue.
System Properties - SAP Manufacturing Integration and Intelligence - SAP Library
Default File Path | DefaultFilePath | The path on the file system (along with the subfolders) used to store files that need to be accessed by the following workbench actions for read/write operations: - File I/O
- CreateDirectory
- CreateZipArchive
- DeleteFile
- GetFileList
- WriteFile
- FTPInput
- FTPOutput
- ADS Printing
- E-Mail
- Logging
- Web
- HTMLSaver
- XMLSaver
- TextSaver
- ImageSaver
- HTMLLoader
- XMLLoader
- TextLoader
- ImageLoader
Note- Access to the files under the previous path (and the subfolders) will be lost if the path is changed.
- If the path is empty, you can access the file system, provided the file system provides read/write permissions. The same holds good for prior releases.
|