Hi all.
This is an Oracle Forms 12c (12.2.1.4) on Windows. When i try to call any reports from Forms i get the following error:
El informe ha terminado con error:
REP-56048: Motor rwEng-0 bloqueado., job Id: 5.
El informe ha terminado con error:
REP-0: p£o.
I even tried to run a basic report (select object_name,object_tyoe,status from user_objects) using rwservlet with this on browser:
http://aaosabqto:7777/reports/rwservlet?server=rep_wls_reports_aaosabqto+report=OBJETOS.rep+userid=USER/PASSWORD@WFIGO+desformat=pdf+DESTYPE=cache
but get another error:REP-501: No se puede conectar a la base de datos especificada.
This is the tnsnames.ora in use:
WFIGO =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = AAOSABQTO)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = PDB_WFIGO)
)
)
I'm a 100% sure the sercive is well defined as we can connect wihout issues from Forms.
Any ideas on this? Kind of stuck here. Never encounter this type of problems on Linux. Am i missing some configuration, env variables?