Hi all
I've trying to finish the build of a new Oracle Forms and Reports installation on 12c.
I have the forms installation working and accessible at this stage but have run into problems with reports. I encountered difficulties with the provisioning of the server using WLST. The installation guide advises the following:
Use WLST to create Reports Components
Create a reports tools targeted to machine 'AdminServerMachine' - <reportsToolsName>
Create a reports server targeted to machine 'AdminServerMachine' - <reportsServerName> (optional)give credentials of adminserver to connect
connect("weblogic","welcome1", "localhost:7001")
createReportsToolsInstance(instanceName='<reportsToolsName>', machine='AdminServerMachine')
createReportsServerInstance(instanceName='<reportsServerName>', machine='AdminServerMachine')
exit()
Unfortunately, after following the above, I get the following error:
Already in editCustom tree
Traceback (innermost last):
File "<console>", line 1, in ?
File "/E:/Oracle/Middleware/Oracle_Home/ReportsToolsComponent/plugins/wlst/reptools-wlst-dependencies.jar!/wlstScriptDir/OracleReportsTools.py", line 22, in createReportsToolsInstance
File "/E:/Oracle/Middleware/Oracle_Home/ReportsToolsComponent/plugins/wlst/reptools-wlst-dependencies.jar!/wlstScriptDir/reports_tools_handler.py", line 118,
in reportsTools_createReportsToolsInstance
File "<iostream>", line 164, in cd
File "<iostream>", line 553, in raiseWLSTException
WLSTException: Error occurred while performing cd : Attribute oracle.reports:Type=ReportsToolsComponent,Name=ReportsToolsComponentManager not found. Use ls('a') to view the attributes
Other than the above, I have nothing else to go on and obviously cannot get the reports server to work.
I would be keen on some pointers if anyone could very kindly provide them!