after getting the launcer installed and the executable on our target LINUX server, I tried running the GREPDSN from the sample jcl and get the following error:
CoZLauncherÝN¨: version: 2.4.5 2014-05-29
CoZLauncherÝN¨: Copyright (C) Dovetailed Technologies, LLC. 2006-2013. All righ
CoZLauncherÝE¨: spawnp(cozserver) - EDC5129I No such file or directory. (errno2
CoZLauncherÝE¨: CoZLauncher ended with RC=102
EDC5129I No such file or directory
Re: EDC5129I No such file or directory
The path to the Co:Z launcher installation needs to be specified in your COZCFGD JCL member. The two following properties must be set:
See the details in the Co:Z Launcher installation guide here:
http://www.dovetail.com/docs/coz/config ... r_required
Code: Select all
server-path
server-ports
http://www.dovetail.com/docs/coz/config ... r_required
Re: EDC5129I No such file or directory
Thanks, that worked!!