Issue running Load Test Scripts in an SSO environment

Hello,
I am performance testing some of our web applications that use SSO. Any script I record will play back fine but upon running them in the Navgation Editor I am getting HTTP/1.1 401 Unauthorized error messages. To combat this I configured Internet Explorer securuty settings to always prompt me for a username and password to access this site. I then used the dialog and authentication managers to have e-Tester automatically enter login information.
However even with all of that configured I still get the error message when playing back in the navigation editor or Load Teser. How can i get around this issue short of having a login page as oppossed to the dialog message i use to login now?

Yes I understand your SSO authentication scheme as well as the 401 error you receive. What type of authentication is your SSO using? Is it NTLM or something different?
When you run in the navigation editor, which Options->Playback Agent have you chosen? The best agent to use is "Java Agent", though to debug authentication problems you should test the other 2 options, which is Thin Client with and without Wininet.
I did not mention it before, but if you are only interested in creating performance testing scripts you may consider the new OpenScript tool. In the near future you will also be able to use this tool for Functional UI scripting. See my comments in [this thread|http://forums.oracle.com/forums/message.jspa?messageID=3356340#3356340]

Similar Messages

  • Errors while running load test scripts in Oracle Load Test

    I am a QA Analyst and this is my first time using the Oracle Load Test application. Acutally this is the first time I have done anything related to load test scripts. The Oracle Load Test version I am using is 9.10.0219. When I run some of the scripts with a user ramp up of 1 user per step, the load tests complete successfully. When I begin to adjust the number of VUs per step to 2 or more, I begin to get some of the following errors. By the looks of these errors can you provide any feedback as to whether these are issues with OLT or with the application I am running the load test against? Any help would be greatly appreciated.
    Thanks
    John
    - ThinBrowserException occurred. HTTP response code: 500 Internal Server Error
    - VariableNotFoundException occurred. Variable "web.jscript.httplbosinl1cccsmo_2468" not found for string: http://lbosinl1.ccc.smo.com:9595/Tmo/H5/portal/lipo_portal/{{web.jscript.httplbosinl1cccsmo_2468,Scenario}}
    - VariableNotFoundException occurred. Variable "web.jscript.httplbosinl1cccsmo_5617" not found for string:
    {{web.jscript.httplbosinl1cccsmo_1984,Suif_Context_Period_Date}}=
    {{web.jscript.httplbosinl1cccsmo_5617,12/05/2010}}

    Hi,
    It looks like an application issue since you are getting a HTTP 500. The other errors relate to the fact that ti can't resolve some dynamic values in needs to extract from the resonse content since the pages are different (probably due the 500 error).
    Regards,
    Jamie

  • Error while running ebs/forms load test scripts

    Hi, I´m new using the oracle application testing suite tools, i need to know the reasons of the following errors generated when running load test scripts in some of the virtual users:
    "ThinBrowserException", "VariableNotFoundException".
    how can i solved that?

    Tell me How many VUsers are given?

  • Using tcm to load test scripts into mtm, but action fails.

    Hi,
    I am trying to load test scripts into mtm but action fails saying : "The work item cannot be saved because at least one field contains a value that is not allowed."
    My guess is that this issue is due to the parameters/attributes we give to a test case([testmethod], [description()], etc.). I am unable to find what all parameters/attributes that can be given to a test case.
    Please help me with this issue.
    Regards,
    Payal Prajapati
    Payal Prajapati.

    Hi,
    I use VS 2012.
    One of my test method code is:
    /// <summary>
            /// Test Scenario to validate auto escalation of chat if within some time analyst does not respond to user.
            /// </summary>
            [TestMethod]
            [Description("Validating scenario, Auto-Escalation of chats to other Analyst.")]
    [Priority(2)]
            [TestCategory("Acceptance")]
    public void ValidatingAutoEscalationOfChatsToOtherAnalyst()
                User alice = new User(User1);
                alice.SubmitChatInfo();
                Analyst admin = new Analyst(Analyst_Admin);
                admin.Login();
                Analyst analysttier1 = new Analyst(Analyst_Tier1);
                admin.SelectQueues(Tier1Queue);
                admin.MakeAvailable();
                alice.USendMessage("I have a problem.");
                admin.AnalystWaitForAutoEscalation(25000);
                string Message1 = alice.GetAnalystName();
                analysttier1.Login();
                analysttier1.SelectQueues(Tier1Queue);
                analysttier1.MakeAvailable();
                alice.USendMessage("I have a problem.");
                string Message2 = alice.GetAnalystName();
                analysttier1.ASendMessage("hello, i'm here to help.");
                SprtTestContext.sprtTestContext.WriteLine("Earlier agent was: '" + Message1 + "' and present agent is: '" + Message2 + "'.");
                Assert.AreNotEqual<string>(Message1, Message2, "=> Issue in auto escalation.");
                analysttier1.WrapChatClose(4, "fixed", "comments");     }
    Payal Prajapati.

  • When i run load test on oracle RDF i get the following modelname_RI busy

    Hi
    Issue:
    When running load test for 250 VU on oracle RDF getting the following error:
    modelname_RI table busy
    This happens for all methods that use inferencing.
    Inferencing used in the application is:
    graph.performInference();
    Kindly suggest wts the remedy for the issue

    database:Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    Jena:2.0
    Stack trace:
    SEVERE: rethrew: oracle.spatial.rdf.client.jena.InvalidStatusException: executeBindings: ORA-20000: We do not have a valid rules index for this Model-Rulebase combination
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 695
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 222
    ORA-06512: at line 1
    oracle.spatial.rdf.client.jena.InvalidStatusException: executeBindings: ORA-20000: We do not have a valid rules index for this Model-Rulebase combination
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 695
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 222
    ORA-06512: at line 1
         at oracle.spatial.rdf.client.jena.OracleSemQueryPlan.executeBindings(OracleSemQueryPlan.java:329)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterBlockTriplesQH$StagePattern.<init>(QueryIterBlockTriplesQH.java:89)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterBlockTriplesQH.nextStage(QueryIterBlockTriplesQH.java:55)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterRepeatApply.makeNextStage(QueryIterRepeatApply.java:92)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterRepeatApply.hasNextBinding(QueryIterRepeatApply.java:54)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorBase.hasNext(QueryIteratorBase.java:69)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterSort.sort(QueryIterSort.java:47)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterSort.<init>(QueryIterSort.java:39)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterSort.<init>(QueryIterSort.java:34)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compile(OpCompiler.java:355)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.visit(CompilerDispatch.java:163)
         at com.hp.hpl.jena.sparql.algebra.op.OpOrder.visit(OpOrder.java:28)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.compile(CompilerDispatch.java:33)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compileOp(OpCompiler.java:94)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compile(OpCompiler.java:361)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.visit(CompilerDispatch.java:170)
         at com.hp.hpl.jena.sparql.algebra.op.OpProject.visit(OpProject.java:38)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.compile(CompilerDispatch.java:33)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compileOp(OpCompiler.java:94)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compile(OpCompiler.java:72)
         at com.hp.hpl.jena.sparql.engine.main.QueryEngineMain.eval(QueryEngineMain.java:44)
         at com.hp.hpl.jena.sparql.engine.QueryEngineBase.createPlan(QueryEngineBase.java:86)
         at com.hp.hpl.jena.sparql.engine.QueryEngineBase.getPlan(QueryEngineBase.java:75)
         at com.hp.hpl.jena.sparql.engine.main.QueryEngineMain$1.create(QueryEngineMain.java:67)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.getPlan(QueryExecutionBase.java:282)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.startQueryIterator(QueryExecutionBase.java:259)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execResultSet(QueryExecutionBase.java:264)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execSelect(QueryExecutionBase.java:92)
         at my.mimos.stp.kbinterface.impl.rdbms.common.UtilCommon.doSparqlSelect(UtilCommon.java:320)
         at my.mimos.stp.kbinterface.impl.rdbms.oracle.OracleKBInterfaceDAO.processSPARQLQuery(OracleKBInterfaceDAO.java:1722)
         at my.mimos.stp.kbinterface.impl.rdbms.oracle.OracleKBInterfaceDAO.processSPARQLQuery(OracleKBInterfaceDAO.java:1613)
         at my.mimos.stp.kbinterface.impl.rdbms.common.RdbmsImpl.processSPARQLQuery(RdbmsImpl.java:245)
         at my.mimos.stp.kbinterface.webservice.KBInterfaceService.processSPARQLQuery(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:246)
         at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:146)
         at com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(EndpointMethodHandler.java:257)
         at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:93)
         at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:598)
         at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:557)
         at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:542)
         at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:439)
         at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:243)
         at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:470)
         at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:244)
         at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:135)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:129)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:160)
         at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:75)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
         at java.lang.Thread.run(Thread.java:619)
    com.hp.hpl.jena.shared.JenaException: rethrew: oracle.spatial.rdf.client.jena.InvalidStatusException: executeBindings: ORA-20000: We do not have a valid rules index for this Model-Rulebase combination
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 695
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 222
    ORA-06512: at line 1
         at oracle.spatial.rdf.client.jena.OracleSemQueryPlan.executeBindings(OracleSemQueryPlan.java:352)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterBlockTriplesQH$StagePattern.<init>(QueryIterBlockTriplesQH.java:89)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterBlockTriplesQH.nextStage(QueryIterBlockTriplesQH.java:55)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterRepeatApply.makeNextStage(QueryIterRepeatApply.java:92)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterRepeatApply.hasNextBinding(QueryIterRepeatApply.java:54)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorBase.hasNext(QueryIteratorBase.java:69)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterSort.sort(QueryIterSort.java:47)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterSort.<init>(QueryIterSort.java:39)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterSort.<init>(QueryIterSort.java:34)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compile(OpCompiler.java:355)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.visit(CompilerDispatch.java:163)
         at com.hp.hpl.jena.sparql.algebra.op.OpOrder.visit(OpOrder.java:28)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.compile(CompilerDispatch.java:33)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compileOp(OpCompiler.java:94)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compile(OpCompiler.java:361)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.visit(CompilerDispatch.java:170)
         at com.hp.hpl.jena.sparql.algebra.op.OpProject.visit(OpProject.java:38)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.compile(CompilerDispatch.java:33)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compileOp(OpCompiler.java:94)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compile(OpCompiler.java:72)
         at com.hp.hpl.jena.sparql.engine.main.QueryEngineMain.eval(QueryEngineMain.java:44)
         at com.hp.hpl.jena.sparql.engine.QueryEngineBase.createPlan(QueryEngineBase.java:86)
         at com.hp.hpl.jena.sparql.engine.QueryEngineBase.getPlan(QueryEngineBase.java:75)
         at com.hp.hpl.jena.sparql.engine.main.QueryEngineMain$1.create(QueryEngineMain.java:67)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.getPlan(QueryExecutionBase.java:282)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.startQueryIterator(QueryExecutionBase.java:259)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execResultSet(QueryExecutionBase.java:264)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execSelect(QueryExecutionBase.java:92)
         at my.mimos.stp.kbinterface.impl.rdbms.common.UtilCommon.doSparqlSelect(UtilCommon.java:320)
         at my.mimos.stp.kbinterface.impl.rdbms.oracle.OracleKBInterfaceDAO.processSPARQLQuery(OracleKBInterfaceDAO.java:1722)
         at my.mimos.stp.kbinterface.impl.rdbms.oracle.OracleKBInterfaceDAO.processSPARQLQuery(OracleKBInterfaceDAO.java:1613)
         at my.mimos.stp.kbinterface.impl.rdbms.common.RdbmsImpl.processSPARQLQuery(RdbmsImpl.java:245)
         at my.mimos.stp.kbinterface.webservice.KBInterfaceService.processSPARQLQuery(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:246)
         at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:146)
         at com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(EndpointMethodHandler.java:257)
         at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:93)
         at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:598)
         at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:557)
         at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:542)
         at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:439)
         at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:243)
         at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:470)
         at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:244)
         at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:135)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:129)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:160)
         at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:75)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.spatial.rdf.client.jena.InvalidStatusException: executeBindings: ORA-20000: We do not have a valid rules index for this Model-Rulebase combination
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 695
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 222
    ORA-06512: at line 1
         at oracle.spatial.rdf.client.jena.OracleSemQueryPlan.executeBindings(OracleSemQueryPlan.java:329)
         ... 65 more

  • A way to run bundle tests scripts with EBS 11.5.10.2

    Hi,
    looking for a way to run bundle tests scripts with EBS 11.5.10.2. We prepare our tests scenarios and run them manually now but would rather job them and verify results of testing on logs created by the automatic execution of these scripts.
    We use UPK for preparing and supporting our training activities and I read that UPK features a way to prepare and run bundle tests scipts. Does anybody from the community knows something about that? I haven't found a guide to explain how to do it.
    Hoping someone to lead me to the topic I'm looking for. Does any release of UPK can do this and how or the community uses another tool to do so
    Alain

    UPK allows you to create manual test scripts which can be imported into a variety of testing suites. UPK does not provide automated test scripts. In the current release, the name of the publishing style is "HP Quality Center". This will create a spreadsheet document that can then be imported into a variety of testing suites as a test script. The product documentation should give you all the information you need to start using the HP Quality Center output. If not, here is a blog post describing how to use UPK to create an output for IBM Rational Quality Manager, which may help describe how this process works:
    http://blogs.oracle.com/UPK/2010/05/upk_and_rqm.html
    I hope this helps.
    Best regards,
    Marc

  • [svn:bz-trunk] 10026: Fixed a bug around handling ping commands while running load-testing-tool against Servlet-based endpoints .

    Revision: 10026
    Author:   [email protected]
    Date:     2009-09-04 10:28:18 -0700 (Fri, 04 Sep 2009)
    Log Message:
    Fixed a bug around handling ping commands while running load-testing-tool against Servlet-based endpoints.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/MessageBroker.java

  • OutOfMermory errors running load test

    We are running load tests on VS 2013 - 2k users - and are consistently getting out of memory errors. When we look at the services we can see that the QTController service has (32 bit) after it. Our assumption is that this is what is causing the problem,
    but we are not able to get the controller - or agents - to run in 64-bit mode.
    Entire lab is running on Windows 2012 R2 Enterprise.
    Thanks!

    Hi SharonBjeletich,
    Your assumption is right. Running test agents on 64 bit OS in a 32 bit test run may cause Out of Memory exception in load test.
    In order to set test agents to run on 64 bit process if the test agent is a 64 bit machine, please you’re your test settings file in this solution and select
    Hosts --> Run tests in 32 bit or 64 bit process --> Run tests in 64 bit process on 64 bit machine
    About how to resolve ‘out of memory exception’ in web/load test, the following blogs gave detailed explanations and troubleshooting methods:
    Resolve “Out of Memory exception“ in VSTS Web/ Load test
    Visual Studio 2010 Load Test – Out of Memory Exceptions On 32 bit Machines
    OR 32 bit Run
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error While trying to Run load test  on OATS using Command prompt

    Getting the below error message while trying to execute command line to start OATS load test.
    log4j:WARN No appenders could be found for logger (oracle.oats.server.jndi.JndiL
    ookup).
    log4j:WARN Please initialize the log4j system properly.
    log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more in
    fo.
    Error initializing controller connection to t3://rws21410019.us.oracle.com:8088/
    weblogic\n\n(message id=ctl.initError)
    oracle.oats.client.controller.ControllerException: Error initializing controller
    connection to t3://rws21410019.us.oracle.com:8088/weblogic\n\n(message id=ctl.i
    nitError)
            at oracle.oats.app.controller.client.ControllerClient.initController(Con
    trollerClient.java:268)
            at oracle.oats.app.controller.client.ControllerSyncedClient.<init>(Contr
    ollerSyncedClient.java:137)
            at oracle.oats.app.controller.client.OltCommandLine.<init>(OltCommandLin
    e.java:43)
            at oracle.oats.client.CommandLine.initController(CommandLine.java:748)
            at oracle.oats.client.CommandLine.run(CommandLine.java:179)
            at oracle.oats.client.CommandLine.main(CommandLine.java:61)
    Caused by: javax.naming.AuthenticationException [Root exception is java.lang.Sec
    urityException: User: weblogic, failed to be authenticated.]
            at weblogic.jndi.internal.ExceptionTranslator.toNamingException(Exceptio
    nTranslator.java:42)
            at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLIni
    tialContextFactoryDelegate.java:788)
            at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialCo
    ntextFactoryDelegate.java:682)
            at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:469)
            at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:376)
            at weblogic.jndi.Environment.getContext(Environment.java:315)
            at weblogic.jndi.Environment.getContext(Environment.java:285)
            at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialCont
    extFactory.java:117)
            at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
            at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
            at javax.naming.InitialContext.init(Unknown Source)
            at javax.naming.InitialContext.<init>(Unknown Source)
            at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(Unkno
    wn Source)
            at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Sourc
    e)
            at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Sourc
    e)
            at oracle.oats.app.session.SessionClient.initSession(SessionClient.java:
    104)
            at oracle.oats.app.controller.client.ControllerClient.initController(Con
    trollerClient.java:262)
            ... 5 more
    Caused by: java.lang.SecurityException: User: weblogic, failed to be authenticat
    ed.
            at weblogic.common.internal.RMIBootServiceImpl.authenticate(RMIBootServi
    ceImpl.java:116)
            at weblogic.common.internal.RMIBootServiceImpl_WLSkel.invoke(Unknown Sou
    rce)
            at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
            at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    146)
            at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.jav
    a:518)
            at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.jav
    a:118)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Please make sure the OLT server is running!
    Thanks

    This issue was resolved after changing the user name to "oats" this is the user name of weblogic server and not the OATS console.

  • How to run a Test Script through RFC

    I created a Test Script A in system A.
    And I created  Test Script B in system B.
    I  want to refer Test Script A in in Test Script B.
    But there is an information "Test Script A cannot found in local system.",
    because the 2  Test Script  are in different systems.
    I do not want upload Script A into system B.
    Is there a way to call Test Script A in system B?

    Hi Uwe,
    Thanks for your help.
    I have a question about the Function module   ECATT_EXECUTE.
    I want to to run a eCATT Test Configuration with External Variants.
    So I enter the following valus into import parameters
    TO_EXECUTE-OBJ_TYPE = 'ECTC'
    TO_EXECUTE-OBJ_NAME = '/SMB91/ARTICLE_O001_R80'
    IT_VAR_EXT-OBJ_TYPE = 'ECTC'
    IT_VAR_EXT-OBJ_NAME = '/SMB91/ARTICLE_O001_R80'
    IT_VAR_EXT-VAR_EXT_MODE = 'X'
    IT_VAR_EXT-VAR_EXT_FILE = 'SMB99_RETAIL_MM41_711.TXT'
    IT_VAR_EXT-VAR_EXT_PATH = 'C:\DATA\RETAIL'
    When EXECUTE the Function,
    the ecatt is not get the External Variants 'SMB99_RETAIL_MM41_711.TXT'
    from the path 'C:\DATA\RETAIL'  I entered.
    it use a  different path which is form  the Start profile values .
    How to make the ecatt  use the path I entered ?
    Hope for your reply , thanks.
    Weston

  • How to run multiple Test Script versions at once

    HI
    How to Run different versions of Test Scripts ( TCD record & SAP GUI) continiously.
    Thankyou

    >
    d s wrote:
    > HI
    > How to Run different versions of Test Scripts ( TCD record & SAP GUI) continiously.
    >
    > Thankyou
    Hi DS,
    If I understand your question correctly,you want to execute different version of TCD and SAPGUI continously,then please find the steps below:
    1)Create a new script.
    2)Call the individual scripts created in TCD and SAPGUI in the new script using REF command in the pattern you want to execute.
    3)eCATT will automatically choose the relevant version automatically suitable for the system.
    4)Maintain the input and output paramters in the main script.
    5)Paramterize the input and output values.
    6)Once the script is without errors,you can execute the scripts and they run continously.
    Hope this answers your query.
    Regards,
    SSN.

  • Load test script

    I am having some problems with a script for remote desktop load simulation.
    the script launches as it should, my problem is when i try to launch word and type text.
    '// start Word
    RUIDCOM.SendKey "winword.exe"
    RUIDCOM.PressKeyAndWaitForEvent "Open Word ", VK_RETURN, VKeyFlag, "Document 1 Microsoft Word", WINDOW_EVENT
    WScript.Sleep (2000)
    RUIDCOM.SendKey "some text"
    WScript.Sleep (2000)
    Word opens as it should but the script will not type any text.
    here is the example that words for notepad.'// start notepad
    RUIDCOM.SendKey "notepad.exe"
    RUIDCOM.PressKeyAndWaitForEvent "Open Notepad", VK_RETURN, VKeyFlag, "Untitled - Notepad", WINDOW_EVENT
    WScript.Sleep (2000)
    RUIDCOM.SendKey "some text"
    WScript.Sleep (2000)
    If any one has a example of a script that will point me in the right direction that would be great.
    Thank you
    Shane
    Shane Bohannan

    Sorry but you will have to contact the vendor of RUIDKEY to get help with this.  We cannot support third party utilities.
    ¯\_(ツ)_/¯

  • ATS load testing for E-Business Suite using IE8 issue

    Hi,
    I am trying to record a load testing script using Oracle Application testing SUite for E-Business Suite R12.1.3 application. When I start recording I get a pop up asking me to change/disable XSS filter in IE8. I have altready done that and restarted the browser. But the same pop up message comes up.
    My queries are:
    1) Is ATS 9.3 supported for use with Internet Explorer 8? I am using Windows 7
    2) How can I overcome this issue so that I can records EBS script in openscript.
    I have run the runDiagnosis.bat file under openscript install folder and the output is as follows:
    10:40:17,892 INFO [Application] Log files stored in: C:\OracleATS\logs\odt
    10:40:17,905 INFO [DiagnosisExecutor] Starting diagnosis...
    10:40:17,908 INFO [DiagnosisExecutor] Log files for all diagnosis categories are stored in: "C:\OracleATS\logs\odt"
    10:40:18,105 INFO [DiagnosisExecutor] Environment Info - Date Tue Oct 11 10:40:17 BST 2011
    Windows Vista 6.1 , x86
    OpenScript
    Internet Explorer 8.0.7600.16385
    FireFox 7.0.1
    10:40:18,108 INFO [DiagnosisExecutor] Openscript install directory: C:\OracleATS\openScript
    10:40:18,117 DEBUG [DiagnosisExecutor] Diagnosing Oracle EBS/Forms Functional Testing - Forms FT Diagnoser
    10:40:18,532 ERROR [Forms FT Diagnoser] JInitiator was not found on the system.
    10:40:18,537 INFO [Installer] JRE option cache is available: false
    10:40:18,541 ERROR [Installer] Failed to backup JRE options! FormsFT helper installation will continue...
    java.io.FileNotFoundException: C:\Users\Rian\AppData\Roaming\Sun\Java\Deployment\deployment.properties (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.oats.scripting.modules.forms.common.utility.FileUtility.copyFile(FileUtility.java:26)
         at oracle.oats.scripting.modules.forms.common.helperInstaller.Installer.installJREPatchImpl(Installer.java:119)
         at oracle.oats.scripting.modules.forms.common.helperInstaller.Installer.installJREPatch(Installer.java:105)
         at oracle.oats.scripting.modules.forms.common.helperInstaller.WindowsInstaller.installJREPatch(WindowsInstaller.java:68)
         at oracle.oats.scripting.modules.forms.common.helperInstaller.Installer.doInstall(Installer.java:75)
         at oracle.oats.scripting.modules.formsFT.common.api.internal.helperInstaller.InstallerManager.doInstall(InstallerManager.java:130)
         at oracle.oats.scripting.modules.formsFT.diagnosis.FormsFTDiagnoser.checkFormFTHelperInstallation(FormsFTDiagnoser.java:141)
         at oracle.oats.scripting.modules.formsFT.diagnosis.FormsFTDiagnoser.diagnose(FormsFTDiagnoser.java:50)
         at oracle.oats.scripting.diagnosisTool.api.DiagnosisExecutor.diagnose(DiagnosisExecutor.java:146)
         at oracle.oats.scripting.diagnosisTool.api.DiagnosisExecutor.diagnose(DiagnosisExecutor.java:90)
         at oracle.oats.scripting.diagnosisTool.Application.runSilently(Application.java:191)
         at oracle.oats.scripting.diagnosisTool.Application.run(Application.java:90)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
         at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
         at org.eclipse.core.launcher.Main.main(Main.java:30)
    10:40:22,867 WARN [Installer] FormsFT Helper is installed without cache
    java.io.FileNotFoundException: C:\Users\Rian\AppData\Roaming\Sun\Java\Deployment\deployment.properties (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.oats.scripting.modules.forms.common.utility.FileUtility.copyFile(FileUtility.java:26)
         at oracle.oats.scripting.modules.forms.common.helperInstaller.Installer.installJREPatchImpl(Installer.java:193)
         at oracle.oats.scripting.modules.forms.common.helperInstaller.Installer.installJREPatch(Installer.java:105)
         at oracle.oats.scripting.modules.forms.common.helperInstaller.WindowsInstaller.installJREPatch(WindowsInstaller.java:68)
         at oracle.oats.scripting.modules.forms.common.helperInstaller.Installer.doInstall(Installer.java:75)
         at oracle.oats.scripting.modules.formsFT.common.api.internal.helperInstaller.InstallerManager.doInstall(InstallerManager.java:130)
         at oracle.oats.scripting.modules.formsFT.diagnosis.FormsFTDiagnoser.checkFormFTHelperInstallation(FormsFTDiagnoser.java:141)
         at oracle.oats.scripting.modules.formsFT.diagnosis.FormsFTDiagnoser.diagnose(FormsFTDiagnoser.java:50)
         at oracle.oats.scripting.diagnosisTool.api.DiagnosisExecutor.diagnose(DiagnosisExecutor.java:146)
         at oracle.oats.scripting.diagnosisTool.api.DiagnosisExecutor.diagnose(DiagnosisExecutor.java:90)
         at oracle.oats.scripting.diagnosisTool.Application.runSilently(Application.java:191)
         at oracle.oats.scripting.diagnosisTool.Application.run(Application.java:90)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
         at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
         at org.eclipse.core.launcher.Main.main(Main.java:30)
    10:40:22,936 INFO [Installer] JRE option cache is available: false
    10:40:24,044 DEBUG [DiagnosisExecutor] Diagnosed Oracle EBS/Forms Functional Testing - Forms FT Diagnoser. Analyzing results.
    10:40:24,063 DEBUG [DiagnosisExecutor] Diagnosing Sun JRE Version 1.6.0_24
    10:40:24,077 DEBUG [DiagnosisExecutor] Diagnosing Forms FT Helper Installation
    10:40:24,080 DEBUG [DiagnosisExecutor] Diagnosing Web Functional Testing - IE Helper
    10:40:24,238 INFO [IEBhoUtil] DotNet Framework found. Version is 4.0.30319
    10:40:24,404 INFO [RunCommand] [Cmd execute] cmd.exe /C C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm.exe
    10:40:26,187 INFO [IEBhoUtil] DotNet Framework works well.
    10:40:26,318 INFO [IEBhoUtil] OpenScript IE Toolbar/BHO is found.
    10:40:26,458 INFO [RunCommand] [Cmd execute] cmd.exe /C "C:\OracleATS\openScript\Oracle IE ToolBar\OpenScriptToolBar.exe"
    10:40:27,357 ERROR [IEBhoUtil] Run Oracle IE Toolbar error:Attempted to perform an unauthorized operation.
    10:40:27,594 INFO [IEBhoUtil] IE Enhanced Security Administrator Setting: null
    10:40:27,675 INFO [IEBhoUtil] IE Enhanced Security Users Setting: null
    10:40:27,677 INFO [IEBhoUtil] IE Enhanced Security Settings Disabled
    10:40:27,681 DEBUG [DiagnosisExecutor] Diagnosed Web Functional Testing - IE Helper. Analyzing results.
    10:40:27,683 DEBUG [DiagnosisExecutor] Diagnosing .NET Framework
    10:40:27,685 DEBUG [DiagnosisExecutor] Diagnosing IE Helper Installation
    10:40:27,686 DEBUG [DiagnosisExecutor] Diagnosing IE Helper Accessibility
    10:40:27,687 ERROR [DiagnosisExecutor] Failure found when diagnosing Web Functional Testing IE Helper
    10:40:27,689 DEBUG [DiagnosisExecutor] Trying to fix IE Helper Accessibility
    10:40:27,691 INFO [IE Helper] Try to fix an issue: IE Helper Accessibility
    10:40:27,860 INFO [IEBhoUtil] OpenScript IE BHO/Toolbar has been enabled.
    10:40:27,864 INFO [DiagnosisExecutor] Auto-fixed IE Helper Accessibility
    10:40:27,866 DEBUG [DiagnosisExecutor] Diagnosing IE Helper Conflict
    10:40:27,869 DEBUG [DiagnosisExecutor] Diagnosing IE Zoom Factor
    10:40:27,871 DEBUG [DiagnosisExecutor] Diagnosing IE Enhanced Security Setting
    10:40:27,982 DEBUG [DiagnosisExecutor] Diagnosing Web Functional Testing - Firefox Helper
    10:40:28,076 INFO [FFExtUtil] OpenScript WebDom Firefox extension is already installed.
    10:40:28,156 INFO [FFExtUtil] OpenScript WebDom Add-on is compatible with the installed Firefox 7.0.1
    10:40:28,174 INFO [FFExtUtil] Firefox profiles are found.
    10:40:28,179 INFO [FFExtUtil] Firefox profiles are found.
    10:40:28,182 DEBUG [DiagnosisExecutor] Diagnosed Web Functional Testing - Firefox Helper. Analyzing results.
    10:40:28,191 DEBUG [DiagnosisExecutor] Diagnosing Firefox Helper Installation
    10:40:28,193 DEBUG [DiagnosisExecutor] Diagnosing Firefox Version
    10:40:28,199 DEBUG [DiagnosisExecutor] Diagnosing Firefox Helper Accessibility
    10:40:28,201 DEBUG [DiagnosisExecutor] Diagnosing Reset Firefox content preferences.
    10:40:28,207 DEBUG [DiagnosisExecutor] Diagnosing Operating System - WebDom Platform Diagnosor
    10:40:30,798 DEBUG [DiagnosisExecutor] Diagnosed Operating System - WebDom Platform Diagnosor. Analyzing results.
    10:40:30,801 DEBUG [DiagnosisExecutor] Diagnosing Environment Variables
    10:40:30,803 DEBUG [DiagnosisExecutor] Diagnosing IE Toolbar/BHO Remover
    10:40:30,806 DEBUG [DiagnosisExecutor] Diagnosing Oracle EBS/Forms Load Testing - Forms LT Diagnoser
    10:40:31,647 DEBUG [Forms LT Diagnoser] Proxy settings for Sun Java 1.5 and higher are set correctly to "Use Browser Settings". Proxy settings for older versions of Sun Java and JInitiator should be manually verified.
    10:40:31,650 DEBUG [DiagnosisExecutor] Diagnosed Oracle EBS/Forms Load Testing - Forms LT Diagnoser. Analyzing results.
    10:40:31,654 DEBUG [DiagnosisExecutor] Diagnosing IE8 XSS Security Settings
    10:40:31,655 ERROR [DiagnosisExecutor] Failure found when diagnosing Oracle EBS/Forms Load Testing Forms LT Diagnoser
    10:40:31,659 DEBUG [DiagnosisExecutor] Trying to fix IE8 XSS Security Settings
    10:40:31,671 ERROR [DiagnosisExecutor] Did not auto-fix the problem.
    10:40:31,674 ERROR [DiagnosisExecutor] Suggestion for fixing: Local intranet: XSS Filter is disabled
    Trusted sites: XSS Filter is enabled
    Internet: XSS Filter is disabled
    Restricted sites: XSS Filter is enabled
    To Change setting:
    Go to Tools > Internet Options and Choose Security Tab
    Select the Zone to modify and Press Custom level
    Find Enable XSS filter Setting - Select Disable and click Ok
    10:40:31,680 DEBUG [DiagnosisExecutor] Diagnosing Sun Java proxy settings
    10:40:31,683 DEBUG [DiagnosisExecutor] Diagnosing Helper Service - Helper Service
    10:40:32,282 DEBUG [DiagnosisExecutor] Diagnosed Helper Service - Helper Service. Analyzing results.
    10:40:32,284 DEBUG [DiagnosisExecutor] Diagnosing Helper Service Installation
    10:40:32,287 DEBUG [DiagnosisExecutor] Diagnosing Helper Service Status
    10:40:32,289 DEBUG [DiagnosisExecutor] Diagnosing Helper Service Connection
    10:40:32,612 DEBUG [DiagnosisExecutor] No Eclipse configuration .log file available.
    10:40:32,774 INFO [DiagnosisExecutor] Diagnosis Complete.
    Please advise.
    regards
    CP

    Hello
    1/ ATS 9.3 is supported with IE8, not IE9 at the moment
    2/ Did you disable xss settings for the four different security zones?
    You can also try to add the EBS url to the trusted sites and disable xss settings for that zone only.
    Let us know and good luck
    JB

  • Remove test run from Load Test Manager in Visual Studio Online Load Testing

    I have been using the Visual Studio Online Azure load testing for a while now, and I have a number of test runs that I would like to remove.  I am not referring to my local Load Test Results Store (on-premise SQL DB), as I can remove test runs no problem.
     I mean, how to remove them from "the cloud" so we can no longer re-download the test results.  

    Hi David,
    As far as I know, it's not supported for Visual Studio Online to run load tests for solutions hosted on GitHub. You can submit a user voice
    here.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • HTTP Load Test - Stop Proxy info to be set by open Script

    Created a HTTP Load testing script in OpenScript. As soon as the browser(Firefox) opens up, the HTTP proxy settings were set to localhost: 7777.
    Our application would not work on that proxy. Please help on how we can override the proxy details.
    I tried the option in View -> OpenScript Properties -> Record(HTTP)-> Use broswer's proxy. It did not work either.
    Please help.

    Hi
    Port 7777 is the proxy that OpenScript uses to record the HTTP traffic, if you are using a proxy to access the application you will need to chain it.
    Regards
    Alex

Maybe you are looking for

  • How do I transfer the information on my Mac to an external hard drive?

    I bought a Segate 500 GB external hard drive because my computer keeps telling me my start up disk is almost full but I don't know how to transfer everything onto it and still be able to access it. I can't add photos, songs, update my software, or an

  • How to make the photo on web can be got buy google...

    who can give me some suggests..

  • Analyze the Field Mapping in a Query Transform

    My client is running Data Services 3.1 SP1 on WIndows Server 2003.  They have the following scenario: A data flow has muliple flat file source transforms of different file formats, each of which is connected to a query transform.  On the output side

  • How to design an active print button.

    Hi, I have designed a web page which includes the details of all the customer lying in one particular locality. Now i want to include a button on the page which sends a command to the printer attached to the computer to print the page. I am not able

  • Dasboard widget - disappears on form.submit()

    Hi all, I have a problem with a dashboard widget I'm developing. My html looks (in extremely simplified form ) like this: (body) (div id="front") (/div) (div id="back") (/div) (div id="myform" style="visibility:hidden;") (form action="http://myhost.c