Skip to Main Content

Oracle Forms

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!

Oracle Forms & Reports 12.2.1.0 installation: reports server provisioning using WLST

user4273679Mar 3 2016 — edited Jul 22 2016

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!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 19 2016
Added on Mar 3 2016
22 comments
7,866 views