Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
--context_param:params_file=/home/stephane/blog/articleContexts/execution/params_prod.csv
Java uses / instead of \
\ is a string escape character which can produce strange effects.
Can you try with --context_param file="c:/toto.txt" and see if it works?
Hi all!
I have a main job with subjobs (in java with TOS 2.4.1).
One of my subjob read a file.
I want my batch to take in its parameters in the command line the path of this file.
I have in the context of my subjob a context variable for this file and in my command line I've added --context_param file="c:\toto.txt".
But it doesn't work.
Any ideas?