-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Text File Output, the file is not created when executing on a remote server and using the filename instead of the filename from field option. #4789
Comments
we do not support SMB paths (\servername), it does not work consistently on all transforms. The safest way is to mount it as a drive letter. That being said, what do you mean by executed on a remote server? Do you mean using a remote Hop Server run configuration? |
try forward slashes or double backslashes |
I tried
There's a strange behavior because when I don't put anything in the file name. I get an error at runtime. On hop gui local execution it works with this 2 options on the Filename On remote serveur nothing work except using the option filename from field |
one more test -> all works good with hop-run |
not sure but it looks like a similar problem |
Apache Hop version?
2.11
Java version?
22
Operating system
Windows
What happened?
jdk 22
hop 2.10 or 2.11
Text File Output
When workflow/pipeline is executed on remote serveur and if I use the filename, the file is not created and there is no error.
When I use the filename from field option, it works well like as expected.
I do some tests with network path, local path and/or parameter.
I got always the same result.
No problem if I use the filename via hop gui and local execution.
thx !
Issue Priority
Priority: 2
Issue Component
Component: Hop Server
The text was updated successfully, but these errors were encountered: