ECATT - Actual page not viewable when executing testscript

As you can see when I run ECATT I dont see the actual page anymore. I only see the recorded page. I think I mis some settings.

Can you please ellobrate the issue. When you execute the script it will show what has been recorded. If this is not the same as the actual screen (if any changes in the screen) then the script will throw error and the script needs to be corrected.
Thanks,
Aj

Similar Messages

  • Video not viewable when published

    I have tried posting a video to the web. I have used the podcast pages and the movie page. Neither one works. I called apple, and the guy that I talked to said that it might be a size issue. So, I tried posting a very small version of the video, and it still was not viewable once published.
    What appears when I click on the page is a transparent quicktime "Q" with a question mark over it. When I tried publishing the video as a podcast the rss that iweb assigned was the address. Can someone tell me how to fix this?

    What format is the video? I have uploaded a 50MB (just to test I could do it) video to iweb pages exported from imovie '06 and also used Quicktime to compress for web. Visual Hub is also good for compressing videos for the web.

  • Form in Dynamic page not working when checkbox is used.

    I have created a form using dynamic page. The form most have display fields and a checkbox field. When I check a box, it assigns 'Y' value and when unclick, it assign 'N' to the database field.
    When I submit the form, the procedure which is supposed to save the form data never gets executed. Well, at least it says, page not found HTTP 404 error.
    Interestingly if I make this field a text box and manually enter 'Y' or 'N', and then submit the form, the procedure is executed. Data gets saved.
    Is the checkbox not supposed to be used for a database field because checkbox value can be assigned only using javascript and the procedure never get that value ?
    Can you please tell me how to use a checkbox for a database field using dynamic page ?
    thanks,
    Mainak

    Sharmila,
    When I said, the form does not get submitted, I meant that the procedure does not work. The form gets submitted but the procedure does not work. It gives HTTP 404 error. That is what perplexes me. I am unable to understand why the procedure does not work when I click a checkbox.
    May be you can make this work. I am hopeless about this.
    Here is the code for the procedure sumbit_form:
    NOTE: I ADDED TWO FIELDS CALLED PROMOT VARCHAR2(1), PROMOTID NUMBER(4) TO THE EMP TABLE AND CREATED A NEW TABLE CALLED PROMOTEMP. THIS IS A TEST CASE.
    create or replace procedure sumbit_form
    (p_empno IN portal30.wwv_utl_api_types.vc_arr, p_promot IN portal30.wwv_utl_api_types.vc_arr, p_action IN VARCHAR2)
    is
    begin
    if p_action = 'save' then
    for i in 1..p_empno.count LOOP
    update scott.promotemp
    set promot = p_promot(i)
    where empno = p_empno(i);
    END LOOP;
    end if;
    commit;
    htp.p('<b>Saved Successfully</b>');
    htp.p('<table border=1 bordercolor="red">');
    for c1 in (select * from promotemp where promot='Y')
    LOOP
    htp.p('<tr><td>');
    htp.p(c1.ename);
    htp.p('</td><td>');
    htp.p(c1.job);
    htp.p('</td><td>');
    htp.p(c1.mgr);
    htp.p('</td><td>');
    htp.p(c1.sal);
    htp.p('</td><td>');
    htp.p(c1.deptno);
    htp.p('</td></tr>');
    end loop;
    htp.p('</table>');
    EXCEPTION
    when others then
    raise;
    end;
    Here is the code for the dynamic page.
    <HTML>
    <HEAD>
    <TITLE>Promot Emp</TITLE>
    <script language="JavaScript1.1">
    function include(form) {
    var thisform = form;
    for (var i=0; i<thisform.length; i++) {
         if (thisform.elements.type == 'checkbox') {
              if (thisform.elements[i].checked) {
                   thisform.elements[i].value = 'Y'; }
              else { thisform.elements[i].value = 'N'; }
    form.submit();
    function show(form) {
    var thisform = form;
    for (var i=0; i<thisform.length; i++) {
         if (thisform.elements[i].type == 'checkbox') {
              if (thisform.elements[i].value = 'Y') {
                   thisform.elements[i].checked = true; }
              else { thisform.elements[i].checked = false; }
    </script>
    </HEAD>
    <BODY>
    <FORM action="scott.sumbit_form" method="post">
    <table border=1 bordercolor="red">
    <tr>
    <td> </td>
    <td>Name</td>
    <td>Job</td>
    <td>Manager</td>
    <td>Hire Date</td>
    <td>Commission</td>
    <td>Department#</td>
    <td>Include</td>
    </tr>
    <ORACLE>declare
    i number;
    begin
    i := 0;
    for c1 in (select * from scott.promotemp where promotid = :promotid)
    loop
    htp.p('<tr><td>');
    htp.p('<input type="hidden" name="p_empno" value='||c1.empno||'>');
    htp.p('</td><td>');
    htp.p(c1.ename);
    htp.p('</td><td>');
    htp.p(c1.job);
    htp.p('</td><td>');
    htp.p(c1.mgr);
    htp.p('</td><td>');
    htp.p(c1.hiredate);
    htp.p('</td><td>');
    htp.p(c1.comm);
    htp.p('</td><td>');
    htp.p(c1.deptno);
    htp.p('</td><td>');
    if (c1.promot = 'Y') then
    htp.p('<SELECT NAME="p_promot" SIZE="1">
    <OPTION SELECTED VALUE="'||c1.promot||'">Yes
    <OPTION VALUE="N">No
    </SELECT>');
    else
    htp.p('<SELECT NAME="p_promot" SIZE="1">
    <OPTION SELECTED VALUE="'||c1.promot||'">No
    <OPTION VALUE="Y">Yes
    </SELECT>');
    end if;
    htp.p('</td></tr>');
    end loop;
    htp.p('</table>');
    htp.p('<input type="submit" value="save" name="p_action">');
    end;
    </ORACLE>
    </form>
    </BODY>
    </HTML>
    thanks,
    Mainak

  • Page not found when connecting to server (if not logged in on server)

    Hi,
    When we try to connect to the presentation server (http://esddev02:9704/analytics/saw.dll?Dashboard) we get a page not found error if I don't open a remote desktop connection session on the server first.
    I suppose the problem originates in the fact that the installation of the software has been done with my credentials on the server.
    The windows services start with 'Local System' as logon but the OC4J seems to start only when I log on with my user.
    I don't see a reason for this as in the registry the OC4J start command is found under HKEY_LOCAL_MACHINE.
    Changing this to "D:\OracleBI\oc4j_bi\bin\oc4j.cmd -start& " did not change anything.
    Has somebody got a clue?
    Tx for any advice,
    Kris

    Hi,
    I checked further on this today. Problem is not solved yet. I need to find a way to start the OC4J server independent from my session on the server.
    Has anybody got some advice?
    Brgrds,
    Kris

  • Syncing files constantly issue & page not found when trying to access a file on web

    Can anyone assist with syncing issue. Syncing runs all day and new files are not syncing. I can see the files in web browser (not in desktop APP) however when I try to access the files I get page not found.
    I went into archive (after reading all the forums I coudl find) and I think there are a couple of damaged files as when I tried to delete them I received an encountered 'error' and could not permanently delete.
    I need assistance to get my syncing fixed, and page not found fixed.
    Help!
    Thanks@

    There can be a number of causes for not being able to access file form web browser.  One, you might be writing to wrong directory.  Two, you might not have sufficient privileges to either write to directory or overwrite files already in that directory.  From your description, it's the latter of the two, so you need to get a hold of creative cloud support and get file/folder permissions fixed.  Good luck.

  • Getting error "Column is not indexed " when executing query on ORACLE 10g

    Hi all,
    When executing the below query im getting the error "ORA-20000:Column is not indexed"
    query:
    select xmlelement("nexml:result",xmlattributes('http://namespaces.nextance.com/nex/xml' as "xmlns:nexml"),xmlelement("nexml:value",count(*))).getClobVal()
    from "permission"
    where ( ((contains(object_value,'(searchDocument) inpath(/permission/action)') > 0)) and ((existsNode(object_value,'/permission[resource/resourcekey/@type[. = "document"]]') = 1)) and ((contains(object_value,'(GeneralUser) inpath(/permission/principal/@name)') > 0)) and ((existsNode(object_value,'/permission[principal/@type[. = "group"]]') = 1)) and ((existsNode(object_value,'/permission[type[. = "allow"]]') = 1)) and ((contains(object_value,'(nexip) inpath(/permission/resource/resourcekey/field/@value)') > 0) or (contains(object_value,'(Corporate) inpath(/permission/resource/resourcekey/field/@value)') > 0) or (contains(object_value,'(ProcurementAgreement) inpath(/permission/resource/resourcekey/field/@value)') > 0) or (contains(object_value,'(Procurement) inpath(/permission/resource/resourcekey/field/@value)') > 0) or (contains(object_value,'(SalesAgreement) inpath(/permission/resource/resourcekey/field/@value)') > 0)) )
    Then after checking some forum, i replaced "contains" with "ora:contains" and executed the query. Now im not getting the first error but got a new error "invalid relational operator"
    So please help me in resolving the errors?
    Thanks in advance.

    Anil kumar wrote:
    Hi,
    Thanks for your reply. Could you please explain your solution in detail?Hi,
    I just have a try...
    create table t (id int,my_lob clob)
    begin
    insert into t values(101,'Oracle redwood shores USA');
    insert into t values (102,'HP palo alto USA');
    insert into t values(103,'Capgemini  FRANCE');;
    end;
    create index my_idx on t(my_lob) indextype is ctxsys.context
    select *
    from t
    where contains(my_lob,'USA',1)>0
    Output
    ID      MY_LOB
    101     Oracle redwood shores USA
    102     HP palo alto USA Hope it helps,
    CKLP

  • Spool not creating when executing in background

    Hi All
    When i try to execute background printing for transaction code MCBA, system is finishing the job but not creating the spool. But for other transactions it is creating the spool corectly.
    Please Advice.
    Thanks
    Ravindra Suvarna

    Hi ravindra,
    1. U are right.
    2. The output does not come when we run this
       in background.
    3. The reason in the program for mcba.
    4. Its program name is :
       RMCB0100
    5. inside this there is one include RMCS00AL
    6. Which has the condition
       <b>IF SY-BATCH</b>
      (for background detecting)
    7. Now what it does afterwords, i could not detect,
      but
    8. This program DOES SOMETHING / DOES NOT DO SOMETHING
       specially for BACKGROUND PROCESS,
       BY DETECTING IT THRU
       SY-BATCH.
    regards,
    amit m.

  • Why HTTP 404 Page not Found when trying to Backup Configuration?

    Good day:
    I bought this RV082 VPN Router.  After configuring it, I tried to save its configuration using the System Management's Backup Utility.  When I set everything up and ready to proceed, as I click on the Backup Configuration button, I get this Page Not Found error.
    After several additional retries, and cold startup of my laptop, I still get this.
    Then I wondered, "Why don't I try to upgrade the firmware instead?".
    Guess what: I get the same page not found error.
    Can anyone tell why is this?  Using Windows 7 Pro 32-bit.
    Thanks in advance!
    Javier.
    P.S. I have replied to another thread about not getting connected with Quick VPN to the RV082, which is another painful trouble I've got with it.

    Hi Rybak,  
    Thanks for your reply.
    Try to clean the Cache for TFS 2013 manually(delete the content of the folder only, not the cache folder itself):
    Clean the Cache folder on Server machine. The folder path is:
    C:\Program Files\Microsoft Team Foundation Server 12.0\Application Tier\Web Services\_tfs_data.  
    After cleaned, on Server machine, click Start and select
    Run… to open the dialog box, then input iisreset.exe and click OK, wait it run completely.
    If clean Cache cannot resolve this issue, please try to repair your TFS 2013 Update 4 Server, then check the result.
    Additionally, you can run TFS 2013 Power Tools BPA to scan the installation of your TFS Server.
    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.

  • PLM search (wda_sea_qs) gives page not found when started from portal

    In NWBC the PLM search works fine. For result it starts the result webdynpro.
    We use PLM from the portal so I have created an iview for the webdynopro wda_sea_qs.
    When I click on advanced search or search for something the navigation to the other webdynpro's is not working.
    All we get is an new portal page with the message "page not found"
    How can I configure the search to work correct from the portal?
    Greetings
    Rob

    I found the answer via this link:
    http://help.sap.com/erp2005_ehp_04/helpdata/en/1c/ffdf5fd56444748bb6af29d796d75a/frameset.htm
    The iView should contain the following Application Parameter:
                               FRW_SYSAlias=<System>
    This solved the problem.

  • SharePoint link says "Page not found" when clicked from an e-mail

    I have a published page that opens if I copy and paste the link on the address bar but redirects to "Page not found" if clicked on directly. It works fine if I navigate through the website to the page but if I copy the url from the same page and
    e-mail it someone and they click on it, it takes them to the default page not found. I have checked every image and attached document on the page and all are approved/published.

    Can you copy the text of the URL that is present in the email as well as the URL itself when navigating to the page directly? My suspicion would be an encoding issue with the URL.
    Trevor Seward
    Follow or contact me at...
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • TFS - Access Level - page not found when trying to add user

    When I'm trying to modify some group under Limited Access Level I cannot do that because of the following error:
    Page not found.
    wrapErrorCallback/</<@server/tfs/_static/tfs/12/_scripts/TFS/debug/Presentation/Scripts/TFS/TFS.Core.Ajax.js:175:37
    endRequest@server/tfs/_static/tfs/12/_scripts/TFS/debug/Presentation/Scripts/TFS/TFS.Core.Ajax.js:114:17
    wrapErrorCallback/<@server/tfs/_static/tfs/12/_scripts/TFS/debug/Presentation/Scripts/TFS/TFS.Core.Ajax.js:141:1
    jQuery.Callbacks/fire@server/tfs/_static/3rdParty/_scripts/jquery-1.8.3.js:984:10
    jQuery.Callbacks/self.fireWith@server/tfs/_static/3rdParty/_scripts/jquery-1.8.3.js:1094:7
    done@server/tfs/_static/3rdParty/_scripts/jquery-1.8.3.js:7815:1
    .send/callback@server/tfs/_static/3rdParty/_scripts/jquery-1.8.3.js:8528:8
    Any ideas why it happens?
    Environment: Windows Server 2012 with latest updates, TFS 2013.4, user which is used for TFS is a member of local administrators group.

    Hi Rybak,  
    Thanks for your reply.
    Try to clean the Cache for TFS 2013 manually(delete the content of the folder only, not the cache folder itself):
    Clean the Cache folder on Server machine. The folder path is:
    C:\Program Files\Microsoft Team Foundation Server 12.0\Application Tier\Web Services\_tfs_data.  
    After cleaned, on Server machine, click Start and select
    Run… to open the dialog box, then input iisreset.exe and click OK, wait it run completely.
    If clean Cache cannot resolve this issue, please try to repair your TFS 2013 Update 4 Server, then check the result.
    Additionally, you can run TFS 2013 Power Tools BPA to scan the installation of your TFS Server.
    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.

  • WRT310N returns "page not found" when attempting to change _anything_

    I just switched from ADSL (Bell Canada) to cable (Rogers). I am trying to change over the settings on my WRT310N. I logged into the router using Safari, which worked perfectly. However, when I selected the pop-up for the connection type, as soon as I let go of the mouse it tries to go a page called "/apply.cgi", which gives me a Page Not Found. After several attempts and checks, it was definitely NOT saving the changes. I then experimented with other pages and found that the same problem happens on every single setting on every page.
    Any ideas? 

    How do you know its a MAC since Safari works for both MAC and PC.  I took a guess.

  • PDF document first page is blank when executing in background

    Hi,
    I am creating spool before displyaing report output by using GET_PRINT_PARAMETERS and NEW PAGE PRINT ON option and displaying report header and report final internal table. calling NEW PAGE PRINT OFF
    finally i am sending mail, by using SO_NEW_DOCUMENT_SEND_API1 function module in foreground executing and background execution.
    When we execute in foreground i am recieveing mail and pdf is perfect.
    when we  execute in background i am recieveing mail. But when i opend the pdf document in mail, PDF doucment first page is balnk and second page onwards i am able to see the report output
    why the PDF first page is blank when i execute the same report with same variant in back ground.
    Please help me in this issue.
    Thanks in advance
    Raju

    Hi Raju,
    <li> Call ABAP4_COMMIT_WORK function module after NEW-PAGE PRINT OFF command.
    NEW-PAGE PRINT OFF.
    CALL FUNCTION 'ABAP4_COMMIT_WORK'.
    Thanks
    Venkat.O

  • Page not found when trying to go to Calling Features

    I am logged into https://www36.verizon.com/fiosvoice/members/default.aspx and when I select "Calling Features" on the left side of the page I get the Verizon Fios Digital Voice "Page Not Found" page. 
    I am using Firefox 3.5.9. 
    Is anyone else having this problem?
    Am I using the correct URL for Digital Voice?

    Same with me and my "Do Not Disturb" feature has been turned on without my knowledge, and now I can't turn it off.
    I was able to get through to a rep for FIOS (on the phone with them right now) and they are trying to get a tech to disable that feature.

  • Page Not Found when trying to find latest BIOS version

    Hi,
    I regularly get a blue screen with the following error code: 0x0000009c.
    According to what I've found online updating my BIOS might solve this.
    However, when trying to download the latest BIOS version I'm sent to a 'Page Not Found'-page after selecting my product.
    Any advice on how I can find the latest available BIOS update for my product?
    My product:
    HP Pavilion Elite HPE-110be Desktop pc (Model: WC694AA)
    My bios:
    5.15 25/06/2010
    OS:
    Windows 7 Home Premium 64-bit
    Thanks in advance,
    Steven

    Hello @StevenHbe,
    You are running the most current BIOS for your computer so at this point the only option you would have is to restore defaults on your BIOS. If you still require help with this please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region. http://www8.hp.com/us/en/contact-hp/ww-phone-assis​t.html.
    I would like to thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

Maybe you are looking for

  • Is it possible to do write-up of depreciation for AUC(investment measure)

    Dear All, In one AUC asset posted some negative value, say -7000.00. After that posted 100000 through WBS internal AUC settlement. Posted the depreciation for one month. After that they have reversed this 100000 AUC settlement. For Book deprn it is 0

  • Does anyone here know anything about parental controls?

    Hey guys! I am an incoming college student, so I recently purchased a shiny new Macbook Pro (which I love!). However, i have an issue. My mother is something of a paranoid android, and wants to install some kind of parental controls. While I really d

  • Canon G9 CR2 images

    Hi I think this question comes up quite a bit. I've been doing some searching to see if the current version of iPhoto will import CR2 files from my Canon G9 camera? It looks like this has not been possible for some time, so I'm wondering if the lates

  • Physical implementation.

    Hi friends, I have Oracle 7.3 and 9i databases on HP UX 11.now I want to deploy 9iAS J2EE and web Cache on same server from remote location connected with T1, which can talk to both of this databases.Should i need specefic user,with specific privs ot

  • Manipulating an XML document!

    Hi every1, I am working on my dissertation which is based on XML. I need 2 b able 2 change the text of a node in an XML document. E.g., <price> </price>. I need 2 insert a value betweem these tags. I have downloaded JAXP, but it seems 2 b mising a pa