If I add reval on 4.0, which default to having -u 1 , I am getting access error as -u 1 does not allow read above current directory over IPC
// Server .z.pg:{reval(value;enlist x)} // Client q)h"select from tab where date=.z.d-1" 'access: /…/2/2021.12.09/tab/sym [0] h"select from tab where date=.z.d-1"
The only workaround I could think of is to move to root directory under which the segments exists :
For the purpose of this topic thread and our fellow community members, the internal advice shared was a workaround by creating symlinks under the main hdb dir, pointing to the relevant directories above.