OpenScript Oracle EBS/Forms Functional Script Playback Login Problem

I use Openscript 9.2.1 and want to playback functional scripts that I recorded. When I push playback button, IE browser opens, EBS login screen appears. However username and password boxes are not filled automatically. After some time "find object timeout" error appears. I increased this quantity(600sec) from object timeout preference but username and password boxes are still empty. Playback process does not continue to other pages. How can I fix it?

Hi,
This is failed part of scipt playback report.
Find Object
60.155 Failed Find Object timeout. Detail information:/web:window[@index='0' or @title='Google Accounts']/web:document[@index='0']/web:form[@id='gaia_loginform' or @index='0']/web:ınput_text[@id='Email' or @name='Email' or @index='8'].
setText
0.008 Failed Find Object timeout. Detail information:/web:window[@index='0' or @title='Google Accounts']/web:document[@index='0']/web:form[@id='gaia_loginform' or @index='0']/web:ınput_text[@id='Email' or @name='Email' or @index='8'].
Error message appears only at the timeout. It doesn't give error about login failure. Can be databank related to this problem?
Thanks,
Nahit

Similar Messages

  • EBS Forms functional script runs fine in OpenScript but not from OTM

    Hi,
    I have an EBS forms functional test script which runs fine in OpenScript, but when scheduled from OTM, the web part runs fine but when it comes to forms, the script fails with the following error:
    Forms Object Not Found! XPath: //forms:window[(@name='NAVIGATOR')], Type: oracle.oats.scripting.modules.formsFT.helper.test.FormWindow, Cause: No Matches <Less>
    I have performed all the steps below already:
    1) Stopping the OATS Agent service and changing it to manual.
    2) Starting the command prompt and running the AgentManagerService command as mentioned in your forum.
    3) The console displays
    C:\>C:\OracleATS\agentmanager\bin\AgentManagerService.exe -c AgentManagerService
    .conf
    wrapper  | --> Wrapper Started as Console
    wrapper  | Launching a JVM...
    jvm 1    | Wrapper (Version 3.0.3)
    jvm 1    |
    4) I have added the test in the OTM with the following command line settings:
    -browser.type InternetExplorer -formsft.startup_timeout 30 -formsft.action_timeout 20 -formsft.response_timeout 10 -delayPercentage -1 -delayMin 0 -delayMax 5 -FormsAutomationEnabler.bat -enableForms true
    But each time the script fails, please note that my script has assets and they are placed within the script folder.
    Please help me on this at earliest.
    Thanks,
    Aarti

    Hello Aarti!
    I had the same problem and this steps help to solve the problem:
    You need to enable Forms Automation under agent. Please follow by below steps.
    1.open command prompt
    2.cd C:\OracleATS\agent
    3.FormsAutomationEnabler.bat -enableForms true
    4. Run script from OTM
    Attila

  • Is it possible to test a text in a Oracle ebs form ...?plz help me..

    Hello,
    Is it possible to test a text in a Oracle ebs form ...?
    If possible then please tell me. It is working in Http /web based application.
    and table test is possible.. in Oracle ebs form?. Is it possible to capture a data from a text field and make comparison to check it. Though i want it all to be done in Oracle Ebs forms .
    Please help me..
    Regards
    Srinivas
    Edited by: 850579 on Apr 26, 2011 7:30 AM

    Hi,
    Thank u Alex i have tested with object test its working. I have got the result. can u tell me is it possible to insert table test in oracle ebs forms.
    can we insert iteration in the middle of the script.
    Regards
    Srinivas

  • Forms crashing while executing Oracle Forms Functional script in OTM

    Hello,
    We're trying to execute Oracle Ebiz forms related functional test scripts developed in Open Script in Oracle Test Manager.
    Exactly when the forms get launched, the JRE is getting crashed, and the script is failing. What could be the reason.
    I've added the class path in Java control panel for the JRE which comes with OATS, and enabled 1.6.33 version, which works absolutely fine when same script is run using OpenScript and not through OTM.
    Also, in windows services we have provided the valid admin login credentials to the run the service as, instead of local machine user.
    Any help and insight on this problem would be of great help.
    Regards,
    Nishant
    Edited by: 958623 on Oct 29, 2012 5:09 AM

    Yes as mentioned i have used run time setting "-formsft.startup_timeout 30".
    Per release notes, i am starting the agent service using the command line "C:\OracleATS\agentmanager\bin\AgentManagerService.exe -c
    C:\OracleATS\agentmanager\bin\AgentManagerService.conf".
    But what's happening is, OTM is not actually waiting for the applet to load. The moment the forms are invoked and about to load after signing in and selecting the responsibility and menu, the script and forms are crashing. OTM is giving the below error though its not waiting to connect to the forms.
    Failure when running child script GL_JournalEntry_Batch. Caused by: Failed to connect to the Oracle Forms applet after 30 seconds. Verify that the applet launching page opens, and that the Forms Startup Timeout setting is high enough for this site

  • Security Certificate issue in Application Testing Suite for EBS/Forms Test Script

    I am running an OpenScript EBS/Forms test in OATS and my test is failing when it tries to load the first screen.  It appears to be hitting a page stating that there is a problem with this website's security certificate.  I have not had this problem before, and would like some advice on fixing the issue.  Thanks.

    HI ,
    I am facing same problem. If anyone has any way out / work around for  the same, please share
    Thanks in advance for your support

  • Copied an existing Oracle 6i Form and made change and problems when compiling.

    I copied an existing Oracle 6i Form and made numerous changes to the form. The biggest change I made was taking on of the existing data blocks and I renamed it and also removed some of the items within the data block. After the additional changes to the form to make it look like I wanted it to, I tried to compile the form.
    When trying to compile the form I received an error that it could not resolve item reference. The item it is talking about was one within the data block that we renamed and hence after renaming the data block we removed this item.
    I have check via search for sql and plsql code to see if I could find this item it was referencing, no luck.
    Does anyone have and idea of where this item may exist so we can remove it.
    Please let me know.

    Could it be one of the properties on another item that is referencing the missing item? e.g. the Synchronize with Item property.
    Save your form to a text file and do a text search.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • How to write Oracle EBS/Forms script results to Excel spreadsheet?

    Hi All,
    I developed a scripts that tests hundreds of forms and my idea is to output specific test results into a Excel spreadsheet.
    I like the Basic and Functional Test Reports...but if I send it to other people they have difficulties to get required information out if it.
    My plan is to use "info", "warn" and "fail" statements to populate the spreadsheet.
    Does anyone has any idea how to accomplish this?
    Regards,
    Michael

    Something like that:
    import oracle.oats.scripting.modules.webdom.api.elements.DOMTable;
              // in initialize section only
              DOMTable maTable = null;
              // column number in the excel spreadsheet. Whatever you want here
              int myColumn = 1;
              // After each action you want to export the result
              getVariables().set("myResult", "{{result.code}}",
                        Variables.Scope.GLOBAL);
              // getIteration().getTotalIterationsCompleted() is equal to the iteration number
              String myResult = eval("{{myResult}}");
              maTable.storeCell(myResult, getIteration().getTotalIterationsCompleted(), myColumn);
              // in the finish section
              maTable.exportToCSVFile("c:\\temp\\export.csv", false);
    But it would be quite tough to implement.
    Why not exporting the report into Excel and transform it using macro? (don't know macro BTW :) )
    JB

  • How to disable Blind Query in Oracle EBS Forms

    Hi all,
    I am creating a new form in EBS and one of the requirements is to disable the blind query, could you please help me developing this requirement.
    Thanks
    Ramez

    Ramez,
    This forum is for general Oracle Forms questions. Please post your question in the General EBS Discussion forum. If you have a general Forms question, by all means, ask it here! ;-)
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Changing Host/Server for an EBS form Load script

    I am trying to create load scripts which can be reused. I"m having issues with the New Journals and New Invoices functionality. For some reason I cannot convert or change a load script for either of these processes for a new server (HTTP address). I am able to do this convert for Inquiry of Journals and invoices fine. so it has to be something to do with adding new data. Does anyone have any knowledge or know of any tips for doing this? I really would prefer not having to record multiple scripts, one for each environment.

    Just thought I would report back on this as I have managed to test the provisioning script with the 'network profile' option at last:
    After using 'network profile' in the networking / interface setup of the boot interface, and running the provisioning script - the following occurs:
    1) /etc/dhcpd.conf is updated on the staging server to reflect all MAC addresses entered in
    2) The network profile auto allocates hostnames / IP addresses for each MAC address - again these are entered for each host in dhcpd.conf
    3) Each host is set to take filename "/pxelinux.0"; even if the path to the boot directory is set to "linux-install/pxelinux.0" in (Infrastructure/Boot configuration) - manual change is required.
    So from a dhcpd.conf - it all looked very promising apart from the pxelinux.0 change....
    However, after the provisioning install had completed, the hostname did not end up as that which was set in dhcpd.conf - but again - a combination of 'ovs-MAC'.
    In addition /etc/hosts on the newly provisioned OVM server was not updated to reflect the host name either. This is a problem as it's very important to have a correctly formatted /etc/hosts for OVM to actually work.
    The only good news is that the IP address that was set in the network profile (and set in dhcpd.conf) did end up being the IP of the new OVM servers configuration - so the network profile is actually working.
    And the dhcpd.conf file is actually being updated to reflect the auto pattern / iterative hostname naming.
    So I don't understand why the IP setting worked, but the hostname did not......
    It's not really workable to have your Oracle VM servers hostname set as 'ovs-MAC' - you just can't remember which server is what.... especially as it's not possible to change it afterwards.
    Cheers,
    Jeff

  • How to export into excel in oracle ebs forms

    Hi all,
    I am trying to export form data into excel through Internet explorer , When I select all records and try to export it into excel after some time it open other windows for login ,
    Please tell me how to export it into excel.
    Thanks

    start/control pannel/java(java icon) you see.
    I can see on my desktop...
    see following note.
    File Export From Form Opens "Session Expired" Window And Requests New Sign-On [ID 1061882.1]
    Edited by: user10994730 on Apr 18, 2012 7:04 AM

  • Oracle EBS forms not working after dataguard switchover.

    Hi Guys,
    I have followed steps in document 1070033.1 to configure a data guard for R12 E-business suite and it's working properly now. i tried to perform a switchover to test the data guard, the switchover for the database tier was successful also i was able to configure and start the apps tier with no errors but when logging into the application and trying to run any form an error message is displayed saying "unable to communicate with run time process". the result of "odopmnctl status" show that all OC4Js are running and active. no errors exist in the log files. so why are the forms not running
    omari

    hi Helios,
    The error that raises up when calling the form is "FRM-92101". the application.log file shows the error stack below. your help will be appreciated.-
    formsweb: Forms session <2> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <2> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:736)
    regards,
    omari

  • File -- Export in oracle EBS forms- headings missing and order incorrect

    We have a custom form for our custom billing processes. It lists all the draft invoices that are ready to be released along with multiple custom fields. When the user tries to export the data in this form, tsv file is saved.
    We have the following issues with the file.
    -- We have some fields missing
    -- Some column headings are missing
    -- Fields are not exported in the right order
    Can someone help how we can fix these 3 issues?
    Thanks!

    Please post the details of the application release, database version and OS.
    Please see the links/docs referenced in this thread -- File -> Export Option Functionality is not working with CUSTOM 10g Form
    Thanks,
    Hussein

  • Script playback session number - get programatically?

    OpenScript
    Oracle EBS/Forms Functional
    "script playback session number" - can I get value of this system variable programatically?

    hi,
    thanks of your letter,
    but I mean about specific variable - "script playback session number" - Oracle EBS/Forms Functional using during script playback session.
    for example:
    if I playbacked script 3 times, 3 subcatalogs containing playback results are created by OpenScript under catalog "\results":
    "Session1"
    "Session2"
    "Session3"
    and, when I will start script playback 4th time, subcatalog "Session4" will be created. Number "4" is the number I need now during my 4th playback.
    btw, I already found workaround of my problem by analysing "session results catalog list" during playback and cuting "max number" using standard java string manipulation functions..

  • Login Button for Oracle EBS 12.1.3

    We have an environment of Oracle EBS 12.1.3 with OracleAS SSO Server 10g. Now with this configurations, if the login page of Oracle EBS is accessed directly, the login butting gives a dynamic value by generating a random number with it, <button title="Login" class="x7m" id="SubmitButton" style="background-image: url(/OA_HTML/cabo/images/swan/btn-bg1.gif);" onclick="submitForm('DefaultFormName',1,{'_FORM_SUBMIT_BUTTON':'SubmitButtong3weV873'});return false" type="submit">.
    However, on a different installation of Oracle EBS 12.1.3 without the OracleAS SSO Server, the login button does not present this dynamic value. We did some troubleshooting and found out that this value of the login button changes because of the OracleAS SSO server. Now although we have removed and de-registered the Oracle EBS from OracleAS SSO server, the value of the login button is still dynamic.
    Now need help here to know if there is any setting of the OracleAS SSO Server still present which has the Oracle EBS perform this way. How can I ensure a complete removal of OracleAS SSO server.
    Secondly, if anybody might be aware of the cause of the dynamic value of the login button only in this installation.
    Need some urgent help here.

    Yes, based the the value of the dynamic value of the login button
    This should not be the reason of suspecting that SSO is not completely deregistered from the application.
    Please run the SSO diagnostic script(s) to verify the above.
    R12.0.6+ : Oracle Application Object Library Is SSO Mode On Health Check Test (Doc ID 732285.1)
    Diagnostic Test Catalog for 12.1.3 (Doc ID 1083807.1) -- SSO Setup Tests
    Thanks,
    Hussein

  • Oracle EBS financials/Manufacturing/HRMS Functional consultants vacancies

    TES (The Employment Solution) is searching for an experienced professionals for our client's various projects around Canada.
    We are currently searching for the following professionals:
    Oracle EBS Manufacturing Functional Consultant
    Required skills:
    - Experience with Oracle EBS 11i.10 process manufacturing
    - Nice to have experience with internal work orders and procurement
    Oracle EBS Manufacturing Functional Consultant
    Required skills:
    - Experience with Oracle EBS 11i.10 ASCP
    - Exp. with OPM, Food commodity distribution industry- Nice to have
    Oracle EBS Financials Functional Consultant
    Required skills:
    - Experience with EBS 11i.10 Financials modules (GL,AP,AR)- Must have
    - Inventory costing experience- Must have
    - Experience with PO, Fixed assets or iExpenses- Nice to have
    - Experience with finance implementation in a SCM context
    Oracle HR Functional consultant
    Required skills:
    - Implementation exp. with Oracle iRecruitment and iLearning modules
    Oracle HR Functional Consultant
    Required skills:
    implementation exp. with any of the following modules: Core HR skills, Time and labour, Standard or Advanced benefits
    If your skills and experience match the requirements of this position, please forward your resume to Keren Arush at TES (The Employment Solution)
    APPLY TO: [email protected]
    Please, include the following job number OB11 with a word version of your resume and in your email header.
    All enquiries and applications will be held in strict confidence.
    We regret that only those candidates qualifying for an interview will be contacted.
    If you're not interested, but know someone who is, please help a current or former colleague in their career development by referring them.

    hello, can somebody help on this?

Maybe you are looking for

  • Adding new customized column in the Bex Report

    Hi Experts, I have an existing column (say A ) in Bex and I want to add one more column (say B) based on the values that I have in column A. For e.g., A          B   5          5   (=A1) 8          3   (=A2 - A1) 15        7   (=A3 - A2) I am able to

  • How can I make my movies always start from the beginning?

    I want to use my iPod to present short videos as part of a live presentation. I've conquered the hurdles, and have the iPod sending video out to my projector, but I want to ensure that every movie starts at the beginning, even if I had cut it short i

  • I have opened an attached document .doc in a mail. how to close it? I cannot come back to my mail...

    On y recently acquired ipad4, I have opened a word .doc file that I received as an attachment in an email, just by touching it. It opened directly and I see it very well My problem is that I don't find how to close it now, and each time I go back in

  • Sql to retrieve XML from a website

    i am using the following stmt in a plsql package/procedure to retrieve a xml from a url select sys.xmltype.createXML(u.myurl.getClob()) from store_url u (and the table definition is - create TABLE store_url   myurl_name VARCHAR2(100),   myurl SYS.URI

  • Distributed Document Capture internationalization

    Hi, Is there any way to internationalize Distributed Document Capture. One of customers requires all user interfaces in national language (in this case - Polish). Regards Kuba