I want to configure reports server on oracle forms 14c for windows 10. When I am trying to connect wlst.cmd with command: connect("weblogic","Password123*","localhost:7001")
But I found the error as below:
Connecting to t3://localhost:7001 with userid weblogic ...
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "<iostream>", line 19, in connect
File "<iostream>", line 586, in raiseWLSTException
__main__.WLSTException: Error occurred while performing connect : User 'principals=[weblogic, Administrators]' has administration role. All tasks by administrators must go through an Administration Port.
Use dumpStack() to view the full stacktrace :
Is there anybody can help to configure report server above command is working find with oracle forms 12c but not working with forms 14c
Thanks in advance for your cooperation