Error:
REP-51019: System user
authentication is missing.
Solution:
First take a back/rename up of your rwserver.conf original file.
Some changes required in rwserver.conf
remove security tag from
<job jobType="report"
engineId="rwEng" securityId="rwJaznSec"/>
to
<job jobType="report"
engineId="rwEng"/>
And
Comment the line below from
<security id="rwJaznSec"
class="oracle.reports.server.RWJAZNSecurity"/> to <!--security id="rwJaznSec"
class="oracle.reports.server.RWJAZNSecurity"/-->
You will find the rwserver.conf file from the below
path.
C:\Oracle\Middleware\Oracle_Home\user_projects\domains\Classic_domain\config\fmwconfig\components\ReportsServerComponent\Your_report_server_name\rwserver.conf
C:\Oracle\Middleware\Oracle_Home\user_projects\domains\Classic_domain\config\fmwconfig\servers\WLS_REPORTS\applications\reports_12.2.1\configuration\rwserver.conf
C:\Oracle\Middleware\Oracle_Home\user_projects\domains\Classic_domain\config\fmwconfig\components\ReportsToolsComponent\reptools1\rwserver.conf
1)
Make single signon yes
2)
Add the below <webcommandaccess>L2</webcommandaccess>
Path may be different from machine to machine.
Check with your path.
Restart your Report Server….
No comments:
Post a Comment