Cloverleaf 6.2.0.2 on Aix 7.1.
I’m using this code snippet to write messages to file:
set dvr_ctl_str “{FILESET {{OBFILE $ob_file_name}}}”
msgmetaset $mh DRIVERCTL $dvr_ctl_str
If $ob_file_name just has a filename, i.e., <some_file_name.txt>, the file writes to the outbound thread’s process directory.
How does one qualify the filename to write it elsewhere on the Cloverleaf AIX server, or an attached storage device?
Samples for $ob_file_name would be:
— Cloverleaf AIX server: “\hci\<folder>\<sub-folder>\<some_file_name.txt>”
— FAS: “\\fas_name\<folder>\<sub-folder\<some_file_name.txt>”
I think I’ve tried forward slashes, back slashes and UNC path — not sure if I have syntax issue or a permissions issue. What have you all used successfully?
Thanks in advance.