Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have create a sample job to read a data from file and print the content using tlogRow.
In this the input file path is D:/Sample/input.txt
Now when i would deploy this on linux, it will fail since the location D:/Sample will not be present on linux server, so what changes are to be done to make it run on linux server.
Thanks
Hi @TRF,
Have created the context for file path, but what would be its value since its a linux server.
for windows its D:/ but for linux what shud be it? (like how do i define the path for linux server in context variable)