I'm debugging a Stored Process Web Application that writes a PDF to _webout
.
I'd like to avoid the following ERROR when running in a workspace session:
ERROR: Function is only valid for filerefs using the CACHE access method.
I've tried filename _webout temp
and filename _webout dummy
, to no avail.
Any tips from the field?
Have you tried
filename _webout cache;
That seems to work in my version, but I have no idea where the output goes.