Hello
I have connected to our IBMi Access ODBC Driver for JDE Edwards using the input tool and I am able to access any World Writers/Queries created in the standard library using the select table option however I want to access the actual underlying tables to access the real time directly. I am assuming I could do this via the SQL editor but when trying to enter I get the error "Error SQL Prepare: [IBM] System i Access ODBC Driver][DB2 for i5/os]PWS9801 - Function rejected by user exit program SAFENET in PCSECLIB."
Here is what I entered into the SQL Editor
Select ABAN8 from GFGO.JCFSCAP1. F0101
JCFSCAP1 is the library and F0101 is the file/table.
I am assuming because I can access the query data without issue I have the driver settings correct and I am just entered into the SQL editor incorrectly?