Unable to execute a Web functional Open script in OTM
842462Apr 1 2011 — edited Apr 8 2011Hy everybody !
I try to schedule via OTM a record openscript.
- When I run the record from OpenScript everything works fine
- When I run the test from OTM a browser appears but it stay on blank page
I've tried the solution on the readme documentation :
For Siebel and Oracle Forms, the named user's account must have visited the Siebel or Oracle Forms site at least once to ensure that all necessary ActiveX controls and plug-ins are installed in the named user's browser.
+2.On the Oracle Test Manager agent machine that will run the scripts, stop the "Oracle Application Testing Suite Agent Service" and configure it to start manually.+
+3.On the Oracle Test Manager agent machine, login as the named Windows user account that will run the scripts. From a command prompt, run the following all as one command. The .conf file is an argument for the .exe.+
C:\OracleATS\agentmanager\bin\AgentManagerService.exe -c C:\OracleATS\agentmanager\bin\AgentManagerService.conf
where C:\OracleATS is the OATS installed folder.
+4.The named user account must remain logged into the system at all times that scripts will be run.+
So here what I've done :
Go on C:\OracleATS\agentmanager\bin\AgentManagerService.conf modifie line in wrapper.ntservice.starttype= DEMAND_START
Stop the service via C:\OracleATS\agentmanager\bin\stopAgentService.bat
Open a cmd prompt and launch C:\OracleATS\agentmanager\bin\AgentManagerService.exe -c C:\OracleATS\agentmanager\bin\AgentManagerService.conf
You can see below what happend on the cmd prompt :
wrapper | --> Wrapper Started as Console
wrapperp | port 1787 already in use, using port 1788 instead.
wrapper | Launching a JVM...
jvm 1 | Wrapper (Version 3.0.3)
jvm 1 |
Even with theese actions there are no changes. Any ideés ?
Thanks by advance
Brice
-