You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hello all
i would like to set the context file location after installing the jobs used in OEM mode.
i have a main job which launches a tcontextLoad filled up with a tFileInputDelimited
the tFileInputDelimited file name is entered in the context.ContextFileURL context variable of the job
is it possible to retrieve the URL of the context file somewhere in order to modified it according to the actual installation
path ?
i have a Default.properties file for each job launches from my main job but not for the main job itself.
thanks for help
Offline

Hi
If you want to export this job, you can edit the JobName_run.bat or JobName_run.sh and add code below.
--context_param ContextFileURL=C:/DelimitedFile.txt.
Here is just an example. You can change any file path you want.
Regards,
Pedro
Offline
Pages: 1