Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting error REP-56048: Motor rwEng-0 bloqueado., job Id: 5. Calling Reports from Forms

myluismJan 24 2022 — edited Jan 25 2022

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?

This post has been answered by myluism on Jan 27 2022
Jump to Answer
Comments
Post Details
Added on Jan 24 2022
5 comments
2,523 views