Document Upload in ADF protocol using Open script

Hi ,
My transaction is to upload a document into a portal.
I have recorded this transaction in OPEN SCRIPT using ADF protcol.
When i playback the script, it uploads a document with no contents in it.
if i open the uploaded file it has only "Null". The content is missing.
How do i resolve this?
Thanks,
Pradeep

One more observation.
While recording the Contents of the file are getting stored in a resourceFile.
http.postdata(http
                                            .param("{{@resourceFile(2283.postData.rsc, OracleBinary, true)}}")),
But while playing back the script , no content goes
Thanks,
Pradeep

Similar Messages

  • Unable to capture the adf table column sort icons using open script tool

    Hi All,
    I am new to OATS and I am trying to create script for testing ADF application using open script tool. I face issues in recording two events.
    1. I am unable to record the event of clicking adf table column sort icons that exist on the column header. I tried to use the capture tool, but that couldn't help me.
    2. The second issue is I am unable to capture the panel header text. The component can be identified but I was not able to identify the supporting attribute for the header text.

    Hi keerthi,
    1. I have pasted the code for the first issue
    web
                             .button(
                                       122,
                                       "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1824fhkchs_6']/web:form[@id='pt1:_UISform1' or @name='pt1:_UISform1' or @index='0']/web:button[@id='pt1:MA:0:n1:1:pt1:qryId1::search' or @value='Search' or @index='3']")
                             .click();
                        adf
                        .table(
                                  "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1c9nk1ryzv_6']/web:ADFTable[@absoluteLocator='pt1:MA:n1:pt1:pnlcltn:resId1']")
                        .columnSort("Ascending", "Name" );
         }

  • How to remotely deploy adf application using ant script

    Please suggest some pointer on how to remotely deploy adf application using ant script.
    I have created automatic inbuild ant script using jdevloper and ojdeploy that create a war file into my adf application deploy folder.
    Now i want my war to be deploy remotely on weblogic server.
    Is there any inbuld functionality provided by jdeveloper for same.
    Can any one please share build.xml for adf application for deploying application remotely.
    I try to use wlserver but not much success.
    Thanks in advance.
    Sumit Bhasin

    [url http://download.oracle.com/docs/cd/E12839_01/web.1111/e13706/wldeploy.htm]the docs are pretty good.
    John

  • Open script- how to automate RealTimeDecision center using Open Script

    Trying to automate Oracle Real time Decision center, but not able to capture the objects in the page,
    please help if Oracle Application Testing Suite supports Real time Decision center or is there any way to automate  Real time Decision.
    Thanks
    Nikitha

    Hi,
    Thanks for the reply. I know that there is this command which you have specified here this only adds user defined Test comments for a iteration.
    What i am actually looking for is to report a pass or a fail. For example if there are no Object level tests in the Script then can we add our results based on a custom test that we built.
    Forms.textfield.Value1 matches Variable(From Databank) or not. This might be my test but is there a way to tell Open script that i am reporting a pass or fail based on my validation. If you have worked in QTP we have "Reporter.ReportEvent" i am looking some thing like this. This is for overriding the system generated results.
    Anyways i have created my own customized HTML results where i report the pass or fails.
    If there are any options available please let me know.
    Thanks

  • How to open pdf document in other window by using java script

    Hello All,
    I am working in R12 Application.
    My jdeveloper version is 10.1.3.3.0.3
    I want to open pdf document in other window on clicking the button
    for that i have written following code in process request of the controller:
    pageContext.putJavaScriptFunction("doFilterSwitch", "function doFilterSwitch(){window.open('/t01/oracle/TEST/inst/apps/TEST_appsdev2/logs/appl/conc/out/545042.pdf'); }");
    OAButtonBean moHelp =(OAButtonBean)webBean.findChildRecursive("Download");
    moHelp.setOnClick("doFilterSwitch()");
    but when i hit download button it gives me the below error:
    The webpage cannot be found
    HTTP 404
    Most likely causes:
    There might be a typing error in the address.
    If you clicked on a link, it may be out of date.
    What you can try:
    Retype the address.
    Go back to the previous page.
    Go to and look for the information you want.
    More information
    please help me out
    Regards,
    sheetal

    Instead of giving the link in Process form request, give the link directly in Destination URI property of the button and in target property write _blank.
    Note : use normal button not submit button

  • Error while deploying adf application using ant script or jdevloper IDE

    Hi All,
    While deploying adf application into cluster weblogic server I am getting strange error though my weblogic server is working fine as I checked it from weblogic console. Seems that there is some heap memory issue but don’t know the exact cause as it work perfectly if I restart the server.
    Same error i get when i try to deploy application from Jdeveloper IDE though it created the server connection successfully.
    Please help me by provided valuable tips to overcome this problem or any special tips to optimize weblogic server for ADF.
    Thanks in advance
    Error Reference:
    Buildfile: builddeploy.xml
    deploy:
    [wldeploy] weblogic.Deployer -debug -stage -verbose -upload -noexit -name admin -source W:\GRS\TEMP_RELEASE\ADFNEW\RSWG_PROJECTS\RSWGADMIN\GRSWEBAPPADMIN\deploy\admin.war -targets ADR_Cluster_1 -adminurl t3://WebServercom:7001 -user weblogic -password ******** -deploy
    [wldeploy] weblogic.Deployer invoked with options: -debug -stage -verbose -upload -noexit -name admin -source W:\GRS\TEMP_RELEASE\ADFNEW\RSWG_PROJECTS\RSWGADMIN\GRSWEBAPPADMIN\deploy\admin.war -targets ADR_Cluster_1 -adminurl t3://WebServercom:7001 -user weblogic -deploy
    [wldeploy] [WebLogicDeploymentManagerImpl.<init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
    [wldeploy] [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at WebServercom:7001, as user weblogic
    [wldeploy] [ServerConnectionImpl.getEnvironment():286] : setting environment
    [wldeploy] [ServerConnectionImpl.getEnvironment():289] : getting context using t3://WebServercom:7001
    [wldeploy] [ServerConnectionImpl.getMBeanServer():237] : Connecting to MBeanServer at service:jmx:t3://WebServercom:7001/jndi/weblogic.management.mbeanservers.domainruntime
    [wldeploy] [ServerConnectionImpl.getMBeanServer():237] : Connecting to MBeanServer at service:jmx:t3://WebServercom:7001/jndi/weblogic.management.mbeanservers.runtime
    [wldeploy] [DomainManager.resetDomain():36] : Getting new domain
    [wldeploy] [DomainManager.resetDomain():39] : Using pending domain: false
    [wldeploy] [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@1d27069
    [wldeploy] [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@1d27069
    [wldeploy] [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@200db9
    [wldeploy] [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@200db9
    [wldeploy] [ServerConnectionImpl.initialize():169] : Connected to WLS domain: ADR_domain
    [wldeploy] [ServerConnectionImpl.setRemote():480] : Running in remote mode
    [wldeploy] [ServerConnectionImpl.init():159] : Initializing ServerConnection : [email protected]21b
    [wldeploy] [BasicOperation.dumpTmids():706] : Incoming tmids:
    [wldeploy] [BasicOperation.dumpTmids():708] : {Target=ADR_Cluster_1, WebLogicTargetType=cluster, Name=admin}, targeted=true
    [wldeploy] [BasicOperation.deriveAppName():140] : appname established as: admin
    [wldeploy] <23-Sep-2011 11:05:14 o'clock BST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, admin [archive: W:\GRS\TEMP_RELEASE\ADFNEW\RSWG_PROJECTS\RSWGADMIN\GRSWEBAPPADMIN\deploy\admin.war], to ADR_Cluster_1 .>
    [wldeploy] [ServerConnectionImpl.upload():849] : Uploaded app to /data/app/Oracle/Middleware/user_projects/domains/ADR_domain/servers/AdminServer/upload/admin
    [wldeploy] [BasicOperation.dumpTmids():706] : Incoming tmids:
    [wldeploy] [BasicOperation.dumpTmids():708] : {Target=ADR_Cluster_1, WebLogicTargetType=cluster, Name=admin}, targeted=true
    [wldeploy] [BasicOperation.loadGeneralOptions():623] : Delete Files:false
    [wldeploy] Timeout :3600000
    [wldeploy] Targets:
    [wldeploy] ADR_Cluster_1
    [wldeploy] ModuleTargets={}
    [wldeploy] SubModuleTargets={}
    [wldeploy] }
    [wldeploy] Files:
    [wldeploy] null
    [wldeploy] Deployment Plan: null
    [wldeploy] App root: \data\app\Oracle\Middleware\user_projects\domains\ADR_domain\servers\AdminServer\upload\admin
    [wldeploy] App config: \data\app\Oracle\Middleware\user_projects\domains\ADR_domain\servers\AdminServer\upload\admin\plan
    [wldeploy] Deployment Options: {isRetireGracefully=true,isGracefulProductionToAdmin=false,isGracefulIgnoreSessions=false,rmiGracePeriod=-1,retireTimeoutSecs=-1,undeployAllVersions=false,archiveVersion=null,planVersion=null,isLibrary=false,libSpecVersion=null,libImplVersion=null,stageMode=stage,clusterTimeout=3600000,altDD=null,altWlsDD=null,name=admin,securityModel=null,securityValidationEnabled=false,versionIdentifier=null,isTestMode=false,forceUndeployTimeout=0,defaultSubmoduleTargets=true,timeout=0,deploymentPrincipalName=null,useExpiredLock=false}
    [wldeploy]
    [wldeploy] [BasicOperation.execute():440] : Initiating deploy operation for app, admin, on targets:
    [wldeploy] [BasicOperation.execute():442] : ADR_Cluster_1
    [wldeploy] Task 5 initiated: [Deployer:149026]deploy application admin on ADR_Cluster_1.
    [wldeploy] dumping Exception stack
    [wldeploy] Task 5 failed: [Deployer:149026]deploy application admin on ADR_Cluster_1.
    [wldeploy] Target state: deploy failed on Cluster ADR_Cluster_1
    [wldeploy] java.lang.Exception: [DeploymentService:290036]Deployment for request id '1316772356780' is deferred since target 'ADR_ManagedServer_2' is disconnected.
    [wldeploy]      at weblogic.deploy.service.internal.adminserver.AdminRequestStatus.commitFailedDueToServerDisconnect(AdminRequestStatus.java:1870)
    [wldeploy]      at weblogic.deploy.service.internal.adminserver.AdminRequestStatus.access$600(AdminRequestStatus.java:51)
    [wldeploy]      at weblogic.deploy.service.internal.adminserver.AdminRequestStatus$CommitDisconnectListenerImpl.onDisconnect(AdminRequestStatus.java:2042)
    [wldeploy]      at weblogic.deploy.service.internal.transport.ServerDisconnectManager$ServerDisconnectListenerImpl.onDisconnect(ServerDisconnectManager.java:124)
    [wldeploy]      at weblogic.deploy.service.internal.transport.ServerDisconnectManager$ServerConnectDisconnectListenerImpl$2.run(ServerDisconnectManager.java:219)
    [wldeploy]      at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    [wldeploy]      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    [wldeploy]      at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    [wldeploy]
    [wldeploy]
    [wldeploy] Target Assignments:
    [wldeploy] + admin ADR_Cluster_1
    [wldeploy] weblogic.deploy.api.tools.deployer.DeployerException: Task 5 failed: [Deployer:149026]deploy application admin on ADR_Cluster_1.
    [wldeploy] Target state: deploy failed on Cluster ADR_Cluster_1
    [wldeploy] java.lang.Exception: [DeploymentService:290036]Deployment for request id '1316772356780' is deferred since target 'ADR_ManagedServer_2' is disconnected.
    [wldeploy]      at weblogic.deploy.service.internal.adminserver.AdminRequestStatus.commitFailedDueToServerDisconnect(AdminRequestStatus.java:1870)
    [wldeploy]      at weblogic.deploy.service.internal.adminserver.AdminRequestStatus.access$600(AdminRequestStatus.java:51)
    [wldeploy]      at weblogic.deploy.service.internal.adminserver.AdminRequestStatus$CommitDisconnectListenerImpl.onDisconnect(AdminRequestStatus.java:2042)
    [wldeploy]      at weblogic.deploy.service.internal.transport.ServerDisconnectManager$ServerDisconnectListenerImpl.onDisconnect(ServerDisconnectManager.java:124)
    [wldeploy]      at weblogic.deploy.service.internal.transport.ServerDisconnectManager$ServerConnectDisconnectListenerImpl$2.run(ServerDisconnectManager.java:219)
    [wldeploy]      at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    [wldeploy]      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    [wldeploy]      at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    [wldeploy]
    [wldeploy]
    [wldeploy]
    [wldeploy]      at weblogic.deploy.api.tools.deployer.Jsr88Operation.report(Jsr88Operation.java:542)
    [wldeploy]      at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:140)
    [wldeploy]      at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
    [wldeploy]      at weblogic.utils.compiler.Tool.run(Tool.java:158)
    [wldeploy]      at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [wldeploy]      at weblogic.Deployer.run(Deployer.java:70)
    [wldeploy]      at weblogic.Deployer.mainWithExceptions(Deployer.java:62)
    [wldeploy]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [wldeploy]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [wldeploy]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wldeploy]      at java.lang.reflect.Method.invoke(Method.java:597)
    [wldeploy]      at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
    [wldeploy]      at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
    [wldeploy]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [wldeploy]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [wldeploy]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [wldeploy]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wldeploy]      at java.lang.reflect.Method.invoke(Method.java:597)
    [wldeploy]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [wldeploy]      at org.apache.tools.ant.Task.perform(Task.java:348)
    [wldeploy]      at org.apache.tools.ant.Target.execute(Target.java:357)
    [wldeploy]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [wldeploy]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    [wldeploy]      at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    [wldeploy]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [wldeploy]      at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
    [wldeploy]      at org.apache.tools.ant.Main.runBuild(Main.java:758)
    [wldeploy]      at org.apache.tools.ant.Main.startAnt(Main.java:217)
    [wldeploy]      at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    [wldeploy]      at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    [wldeploy] [ServerConnectionImpl.close():332] : Closing DM connection
    [wldeploy] [ServerConnectionImpl.close():352] : Unregistered all listeners
    [wldeploy] [ServerConnectionImpl.closeJMX():372] : Closed JMX connection
    [wldeploy] [ServerConnectionImpl.closeJMX():384] : Closed Runtime JMX connection
    [wldeploy] [ServerConnectionImpl.closeJMX():396] : Closed Edit JMX connection

    Well, I guess you have a problem here. Check http://multikoop.blogspot.de/2012/12/deploying-adf-applications-into-oracle.html and from this
    >
    Note: In its current stage Oracle Java Cloud Service runs WebLogic Server 10.3.6 with the appropriate Runtime ADF 11.1.1.6. Deployment of ADF 11gR2 Applications is currently not supported. Beside this limitation some ADF Features are not supported on the Oracle Cloud. According to the Oracle Cloud Documentation it is not supported to use the following ADF features
    ADF Desktop Integration
    ADF mBean
    ADF MDS (Seeded customizations or cross-session personalization)
    ADF Mobile
    ADF Active Data Services (=> No real-time ADF Web Apps in Oracles Cloud)
    ADF Business Components services interfaces (web services) or events
    ADF Data Controls for BI, Essbase, BAM, and JMX
    Further there are some restrictions which are good to know I think
    No Java Mail API (=>Sending Mails is prohibited)
    No File system access by deployed applications (=>Writing files is prohibited)
    No Direct use of Oracle JDBC Driver APIs
    No Java Message Service (JMS)
    Max Size for deployment archive 95MB
    >
    I hope for you that the information from the blog has changes in the meantime (blog is from end of last year). Check the current doc for the cloud ...
    Timo

  • Problem while recording script using Open script.

    Installaled OpenScript 12.4,When I try to record a script getting the following error.
    Cannot get a connection from the browser helper after 15 secounds.Do you want to continue
    Using the thread available in the portal for the above issue followed the below steps
    1). CLOSE OpenScript and all browser instances IE & FireFox
    2). Run C:\OracleATS\OpenScript\UninstallBrowserHelpers
    - Open Command Prompt, navigate to the OpenScript Install directory
    (i.e.) cd C:\OracleATS\OpenScript
    -Type: UninstallBrowserHelpers and hit Enter.
    3). DELETEd the directory C:\OracleATS\OpenScript\Oracle IE toolBar
    4). Run the script C:\OracleATS\OpenScript\InstallBrowserHelpers
    Getting the following error
    WebDom Browser Helper installation failed
    Cannot save multiuser execution setting for Chrome plugin in registry under Key: :HKLM\software\MozillaPlugins\@oracle.com/npOPenscriptPlugin"
    Environment: IE8
    OATS:-12.4.0.2.129

    Run the files as "Administrator" did the trick for me. Other wise you don't have the permission to write in the registry.
    Kind Regards,
    Van Aerschot Christel

  • Can we get the label name of the particular oracle field using open script

    hi
    can we get the label name of the oracle fields like column name ORDER NUMBER instead of ORDER_ORDER_NUMBER_0 when recording using openscript.

    Good morning
    Do you develop functional or load test scripts?
    I don't think we can in both cases because this is really the name of the field + the index.
    The zero refers to first line normally (then 1 for second line and so on).
    "Order number" is maybe the display label which is not enough to recognize and interact with a field.
    May I ask why you want this, then it could help me (us) to give you a good solution/workaround.
    Cheers
    JB

  • Getting StatusBar Text using Open Script

    Hi!
    Does anyone know how to verify the status bar text?
    I want to enter a record, safe and then check if the StatusBar-Text is like "FRM-40400%".
    Any help would be appreciated.
    Thanks in advance!
    Best regards,
    Thomas

    Hi!
    But that does not work.
    I'd like to have something like "StatusBar Test" in LoadTest in Functional Test.
    Something like:
    nca.assertStatusBarText(
    1673,
    "FormsLT AutoValidation: Verify StatusBar text value",
    "FRM-40400: Transaktion beendet: 1 Sätze übergeben und gespeichert.",
    MatchOption.Exact)
    The "Text Matching Test" does not find the Text in the Status bar:
    System.out.println(forms.getStatusBarMessage());
    web.verifyText("StatusBarText_test", "FRM-40400: Transaktion beendet: 1 Sätze übergeben und gespeichert.",
    Source.DisplayContent, TextPresence.PassIfPresent,
    MatchOption.Exact);
    Do i have to program my own "Status Bar Test" in Functional Tester?
    Something like
    if (forms.getStatusBarMessage().equals("FRM-40400: Transaktion beendet: 1 Sätze übergeben und gespeichert.")) {
    System.out.println("Works fine!");
    // My own code
    Or is there a possibility to crate a variable and stort the Statusbar text in this variable and then do a "Text Matching Test" on this variable?
    Thank you!
    Best regards,
    Thomas

  • Open Script how to Retrive Databank record values

    Hi,
    I am trying get a value from Open script and then assign it to a variable for validation.
    Can anyone let me know if either of the below possible using Open script
    1) Getting Total column count in a Databank file.
    2) Getting a field value and assigning it to a variable.
    I know that getDatabank("") has some options but it does not include the above mentioned also this has {{DatabankName.FieldName, Recorded Value}} for setting a value while running. Apart from these options are there any other keywords using which we can retrive a databank field values and assign it to variables.
    Also there are utilities through which we can access a csv file. But how to assign the value to a Variable.
    Example:
    Table table = utilities.loadCSV("Directory with File name");
              Row row = table.getRow(0);
              getLogger().info(row.get(Field Name));
    I am looking to get the value and assign it to a variable example Variable1 = row.get(Field Name).
    Thanks
    Open Script User
    Edited by: Openscript User 100 on Oct 20, 2009 4:03 AM

    hi,Kate,
    Do you resolve this problem?
    And here i'm trying to compare two column values in the if () {} condition,for example:
    String headerNum1 = eval("{{db.po_tsk_0002b_1.headerNum}}");
    String headerNum2 = eval("{{db.po_tsk_0002b_2.headerNum}}");
    info(" 2_headernum is :"+ headerNum2);
    info(" 1_headernum is :"+ headerNum1);
    if(headerNum2 !=headerNum1 ){
                   fail("The headerNum column is not the same with the header.");
    I can see in the result window,it show:
    2_headernum is :1
    1_headernum is :1
    Error in section Run at line (script.java:47). Failure when running child script po_tsk_po0002b. Caused by: The headerNum column is not the same with the header.
    Can anyone tell me why?
    Thks.

  • Oracle Open script - Automation of Oracle CRM with oracle configurator

    Hi
    I'm facing any issue when recording the Order creation using Open Script (Functional testing)
    as per Oracle CRM functionality while creating an order it launches a configurator to chose the relavent features against an order.
    I'm getting problem when the configurator is launched , the configurator page is slowing down and no response most of of the time and not able to record single order cretion
    Please suggest , is there anything that I need to disable /enable in the Open script or any other place so the configurator works normally
    Note, when I create an order manually (without Open script) the configurator behaves absolutely fine and working with its optimum speed.
    Regards
    Kishore Vedam

    Hi Raj,
    thank you for your answer.
    I can only hope that the new version of OpenScript will support the newest JRE and that it's going to be released soon.

  • Open Script Loadtesting for Peoplesoft application

    Hi,
    I have recorded a Web/HTTP loadtesting script for peoplesoft using Open Script *9.0.0.0 Service Release 1*.
    When i replay the script at one of the steps where i provide the user input i receive this message.
    Failed to solve variable web.option. using path .//OPTION[text()='=']/@value
    oracle.oats.scripting.modules.http.api.exceptions.SolveException: Failed to solve variable web.option. using path .//OPTION[text()='=']/@value
         at oracle.oats.scripting.modules.http.api.exceptions.SolveException.createSolveExceptionPath(SolveException.java:94)
         at oracle.oats.scripting.modules.http.api.HTTPService.solveXpath(HTTPService.java:578)
         at script.run(script.java:268)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:268)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:645)
         at java.lang.Thread.run(Thread.java:619)
    It would be great if someone can direct me in the right direction.
    -Nishant

    So the real question is when you playback is the element referenced in the error there on the page sent back by the server. A fail to solve issue is a parsing problem as the script looks for a potentially dynamic value. If that value can not be found then the exception is generated. I generally try to get to the bottom of this type of error by examining the returned page and comparing it to the page seen during the originally recorded. If they are different then I look to the navigation that brought me to the page - perhaps the error is the side effect of a bad navigation, perhaps there is a data dependency, etc .....
    So, are the pages the same?

  • Opening ADF page from java script

    I am trying to use window.open(url, winName) to open an ADF page from java script.
    I have set the same winName but when i call the window.open method every time it opens up a new window.
    The code is as below:
    <html>
    <head>
    </head>
    <body>
    <script>
    function openwin() {
    window.open("about:blank", "winDocPrint", "width=800,height=600,location=no");
    </script>
    <form action="http://127.0.0.1:7101/RegionRefresh-ViewController-context-root/faces/EnterAndDisplay?_afrLoop=3611588465186&_afrWindowMode=0&_adf.ctrl-state=zoaas2mc3_4" target="winDocPrint" onsubmit="openwin">
    <input type="submit" value="Print Comments Call ADF">
    </form>
    </body>
    </html>
    when I click the button first time, it opens a new window, and keeps opening a new windows on clicking the button again.
    I want it to use the same window that was opened first time.
    Any help would be appreciated.
    Thanks,
    Sandeep M.
    Edited by: user8895611 on Mar 25, 2010 11:44 PM

    Hi,
    you need to keep the window handle reference so you can access the same window
    http://www.irt.org/script/874.htm
    Frank

  • How to add a file in Document Set using ECMA script?

    Hi,
    I want to upload a particular file into Document set using ECMA script.
    I can do it easily through C# but unable to achieve the same using ECMA Script.
    Any pointers or piece of code will be helpful.
    Thanx in advance :)
    "The Only Way To Get Smarter Is By Playing A Smarter Opponent"

    The following blog post provides a way to create a document set using ECMA:
    http://blogs.msdn.com/b/mittals/archive/2013/04/03/how-to-create-a-document-set-in-sharepoint-2013-using-javascript-client-side-object-model-jsom.aspx
    The following blog post provides a way to upload files into a document set using CSOM:
    http://www.c-sharpcorner.com/Blogs/12139/how-to-create-document-set-using-csom-in-sharepoint-2013.aspx
    See if you can follow the logic in the CSOM example to apply it to ECMA. Let me know if you have specific problems with it.
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Oracle ADF - Open Script functional testing - Error Identification scenarios

    Hi All,
    We have been exploring OATS - Open script functional testing tool for ADF application regression testing.
    We were able to record the transactions and play back those recordings, but we were not able to understand the scenarios where tool will detect as error/ issue.
    Based on our understanding, Open script remembers as objects/Xpaths from screens and use them while playing back.
    Could you please provide scenarios how tool identifies as errors..ex.component is removed or modified?
    Simple example:
    1) Open page A
    2) Click on image 1 on page A
    3) Click on image 2 on page A
    4) Click button to navigate to Page B.
    In this scenario, when we play back without changing it works fine
    but if we remove or comment  "image 2 on Page A " it's not throwing as error. it's continuing to next step.
    commenting or removing actions/components is not considered as issue.
    Thanks for your suggestions

    Hello Bala
    What is your Java version? JInitiator or Sun?
    When exactly does this error occur?
    What is your OATS version?
    Have you ran a Diagnose Tool (Help Menu in OpenScript)?
    Thx
    JB

Maybe you are looking for

  • Orange UK skype over wifi

    Is anyone using Skype on an Orange UK iphone. I'm just trying to establish whether i would be able to use Skype over wifi before purchasing one. Read some reports that it's barred and the sales reps in the Orange store would only confirm that Skype i

  • Implementing self-signed SSL on the coldfusion webserver

    We've just recently implemented a self-signed SSL on the coldfusion webserver and find that the scheduled tasks are not running. They don't even appear to "kick off". I'm not receiving an error or notice. I've attempted pulling-in the cert directly i

  • Frozen on the apple

    I've not had any major problems with my 30g photo over the past 5 months, but am all of a sudden having some major issues. First, I plugged in my ipod yesterday to transfer some songs over, but itunes popped up with a must restore message, which is a

  • Signature Schemas/Status values with Signature schemas need to be locked?

    I am tying to assign a signature schema to multiple values in a single status schema.  If I assign a signature schema to a status it automaticaly locks the document into that status so that no further changes to status can be made.  I need to have a

  • Problem on sign in

    Hi, I tried to sign in oracle database,but its showing error like this.. ERROR ORA-01033:ORACLE initialization or shutdown in process How can i resolve that.kindly help me. Thanks Venkadesh