Solution 1
Go to oracle directory and search for rwbuilder.bat it will show three results, one is in the path i.e
"<OracleHome>\Middleware\asinst_1\config\reports\bin\rwbuilder.bat"
Solution 2
Open cmd go to oracle path
<OracleHome>\Middleware\asinst_1\bin>
opmnctl createcomponent -adminUsername weblogic -adminHost SERVERNAME -adminPort 7001 -oracleInstance c:\oracle\middleware\asinst_1 -instanceName asinst_1 -componentName MYREPSERVERNAME -componentType ReportsServerComponent
opmnctl startproc ias-component=MYREPSERVERNAME
Solution 3
- Search for your cauprefs.ora file
- Backup: cauprefs.ora
- Edit: cauprefs.ora you may need to update two entries e.g.
- Reports.root_x = “-32000”
- Reports.root_y = “-32000”
- Reports.root_x = 0
- Reports.root_y = 0
2 comments:
Thank you very much, my problem solved in first attempt
Muchas gracias, me funcionó con el paso 3.
Post a Comment