Hello, I have a table with Blob column (and the needed supporting metadata fields, in order to map it to "binary"), but I can't view\download it from the app.
We're using Oracle 11g in the backend.
We can upload a file using a listGrid or a DynamicForm on the dataSource properly.
The problem starts when trying to view or download the binary.
The error in the logs is IOException - "Must be logged on to server". obviously we are connected, we just fetched the record without the binary.
A bit before the ERROR there is an INFO from the SQLDataSource class-
"builtinApplication.FILES_viewFile ..... Performing fetch .. criteria{id:1,download_fieldname:"data",download_filename:"bla"} "
This is followed by a WARN from the SQLWhereClause that states that the download_filename and download_fieldname do not exist.
I feel like the request is coming to the wrong place.
Have you every encountered this error?
Thank you!
We're using Oracle 11g in the backend.
We can upload a file using a listGrid or a DynamicForm on the dataSource properly.
The problem starts when trying to view or download the binary.
The error in the logs is IOException - "Must be logged on to server". obviously we are connected, we just fetched the record without the binary.
A bit before the ERROR there is an INFO from the SQLDataSource class-
"builtinApplication.FILES_viewFile ..... Performing fetch .. criteria{id:1,download_fieldname:"data",download_filename:"bla"} "
This is followed by a WARN from the SQLWhereClause that states that the download_filename and download_fieldname do not exist.
I feel like the request is coming to the wrong place.
Have you every encountered this error?
Thank you!
Comment