Failed to use command "getElementAttribute" in webDrvier.

Hi Microsoft guys,
I have written a practice to learn IEDC webDriver (based on the webdriver C# demo)
Everything worked ok but failed during using 'getElementAttribute'
WorkFlow:
1. open "http://www.bing.com" - passed
2. find element for "input[name='go']" - passed.
3. find element attribute "class" for #2 element by using "getElementAttribute" command
always response will be like
Response received: {"response":{"sessionId":null,"status":"unknown error","value":"Parsing error"}}
Q:
As it is a parsing error, i doubt i write the wrong joson for getElementAttribute
But i checked the msdn, i don't know where i was wrong.
Could your guys help to have a check on my code ?
http://msdn.microsoft.com/en-us/library/ie/dn768404%28v=vs.85%29.aspx
Source code
           //Execute a "get" command - Navigate to http://bing.com
            const string getCommand = @"
                ""command"": {
                    ""name"": ""get"",
                    ""parameters"": {
                        ""url"": ""http://www.bing.com""
                    ""sessionId"": ""{sessionId}""
            response = ExecuteCommand(getCommand, strSessionId);
            //"Page Loading Strategies" are not currently supported
            //"get" commands will return immediately and not wait for the page to load
            //The 20-second polling is added to wait for the page to load
            //This issue will be addressed and fixed in the next IEWebDriver release.
            WaitForPageToLoad(20, strSessionId);
            //Execute a "findElement" command - Find the Bing search field
            const string findElementCommand = @"
                ""command"": {
                    ""name"": ""findElement"",
                    ""parameters"": {
                        ""locator"": ""css selector"",
                        ""value"": ""input[name='go']""
                    ""sessionId"": ""{sessionId}""
            response = ExecuteCommand(findElementCommand, strSessionId);
            //Retrieve the ElementId from the response
            try
                strElementId = response["response"]["value"]["id"];
            catch (Exception e)
                HandleError("Exception thrown when trying to access strResponse[\"response\"][\"value\"][\"id\"] from the response.", e);
            const string getAttrCommand = @"
                ""command"": {
                    ""name"": ""getElementAttribute"",
                    ""parameters"": {
                        ""elementId"": ""{elementId}"",
                        ""name"":""title"",
                    ""sessionId"": ""{sessionId}""
            response = ExecuteCommand(getAttrCommand, strSessionId, strElementId);

Hi MartinLiao,
This forum is to discuss HTML, CSS and Javascript programming for IE, I think you are posting on wrong forum. I’m not familiar with WebDriver API, so what I can do is to provide code sample for WebDriver. Please refer to the following link to download it.
http://code.msdn.microsoft.com/windowsdesktop/Internet-Explorer-02ac106f.
Thank you for understanding.
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.

Similar Messages

  • NFS Sharing Tab is not found..NFS sharing provisioning fails with error....NFS sharing using command fails in windows 2008 r2

    Hi All,
         Operating System: Windows 2008 R2 Enterprise SP1
    H/w:  VMware virtual machine vmx 09
    Installed: File server role with "Services for network file system"
    Server for NFS and Client for NFS services and up and running.
    But when I try to create an NFS share using the folder properties the NFS Sharing tab is missing.
    I tried to provision an NFS share using server manager "New NFS share folder cannot be created"
    Noticed Event ID 1015 from NFSserver " Server for NFS was unable to validate licensing information at this time, the server will be nonfunctional until this information can be validated"
    Tried to create the NFS share using command line but that too failed.
    Request all to kindly assist me in isolating and fixing this issue.
    Thank you so much
    Shaji P.K.
    Server for NFS was unable to validate licensing information at this time, the server will be nonfunctional until this information can be validated

    Hi All,
         Operating System: Windows 2008 R2 Enterprise SP1
    H/w:  VMware virtual machine vmx 09
    Installed: File server role with "Services for network file system"
    Server for NFS and Client for NFS services and up and running.
    But when I try to create an NFS share using the folder properties the NFS Sharing tab is missing.
    I tried to provision an NFS share using server manager "New NFS share folder cannot be created"
    Noticed Event ID 1015 from NFSserver " Server for NFS was unable to validate licensing information at this time, the server will be nonfunctional until this information can be validated"
    Tried to create the NFS share using command line but that too failed.
    Request all to kindly assist me in isolating and fixing this issue.
    Thank you so much
    Shaji P.K.
    Server for NFS was unable to validate licensing information at this time, the server will be nonfunctional until this information can be validated
    NFS server is so weak (especially for 2008 R2) and keeping in mind you run that all hosted by VMware ESXi the best thing you can do is to get rid of using Windows as a NFS server completely and spawn a FreeBSD or Linux VM with a decent and recent version
    of Samba.
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • Could not execute auto check for display colors using command /usr/

    I am trying to Install Oracle 10g R2 on Solaris X86 32 bit
    I am connecting to system from my windows vista laptop through putty... I get the following error...
    $ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.10. Actual 5.10
    Passed
    Checking Temp space: must be greater than 250 MB. Actual 1214 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 1799 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/openw
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,at which time they will be rechecked.
    Continue? (y/n) [n] n
    User Selected: No
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/Or
    I have done the following:-
    # DISPLAY=192.168.1.133:0.0; export DISPLAY
    # echo $DISPLAY
    192.168.1.133:0.0
    # xhost+
    xhost+: not found
    # xclock
    xclock: not found
    I know that I have to do the following:-
    1. Install SUNWxwplt package ========> Is already Installed
    2. Set DISPLAY variable
    3. Execute xhost + on target (set in DISPLAY) computer
    # pkginfo -i SUNWxwplt
    system SUNWxwplt X Window System platform software
    Some sites claim xming and some xwindows etc.... Plz give me a step by step instruction as how to overcome this..
    bash-3.00# /usr/openwin/bin/xclock
    Error: Can't open display:
    bash-3.00# DISPLAY=192.168.1.133:0.0; export DISPLAY; echo DISPLAY
    DISPLAY
    bash-3.00# echo $DISPLAY
    192.168.1.133:0.0
    bash-3.00# /usr/openwin/bin/xclock
    Error: Can't open display: 192.168.1.133:0.0
    bash-3.00# pwd
    bash-3.00# find . -name xhost
    ./usr/openwin/bin/xhost
    ^C
    bash-3.00# /usr/openwin/bin/xhost +
    /usr/openwin/bin/xhost: unable to open display "192.168.1.133:0.0"
    bash-3.00#
    # echo $PATH
    /usr/sbin:/usr/bin
    I have also gone through the below ... but was not of much help
    Unable to execute runInstaller: Check if the DISPLAY variable is set
    Plz help
    Edited by: [email protected] on Feb 11, 2009 5:16 AM

    bash-3.00# echo $SHELL
    /sbin/sh
    bash-3.00# echo $DISPLAY
    bash-3.00# DISPLAY=192.168.1.133:0.0;export DISPLAY
    bash-3.00# echo $DISPLAY
    192.168.1.133:0.0
    bash-3.00# /usr/openwin/bin/xclock
    Error: Can't open display: 192.168.1.133:0.0
    bash-3.00# man xclock
    No manual entry for xclock.
    bash-3.00# /usr/openwin/bin/xhost +
    /usr/openwin/bin/xhost: unable to open display "192.168.1.133:0.0"
    bash-3.00#

  • Oracle EM Grid Control Error: Failed to run command in process

    I am trying to change "Backup Settings". After entering the Host Credentials, when I click the OK button, I receive the following error message.
    Validation Error
    Examine and correct the following errors, then retry the operation:
    Error - Connection to host as user <user> failed.ERROR: Failed to run command in process
    Any Suggestions? Thanks in advance!

    Hi,
    If you are using linux/windows the hostname credentials should be the user who has installed the oracle 10g database software, if Windosw the user you are using need to be member of the ora_dba group and have Local Security privilege 'Log on as a batch job'.
    What you need to do is go to start----> Programs----> admin tools----> Local security policy --->local policies ---> user rights assignments
    In the list to your right, look for 'Log on as a batch job', double click and add the same OS local user you using to access OEM web to the group.
    I hope this will solve your problem.
    Cheers,
    Francisco Munoz Alvarez
    http://www.oraclenz.com

  • FRM-99999 FAILED TO EXECUTE COMMAND IEXPLORE

    Hi there,
    When I attempt to call the report from my forms (from the browser using IE4), an error message was returned:
    FRM-99999: Failed to execute command.
    Command=iexplore http://<webserver>:89/sdq.pdf
    FULL Details: CreateProcess:iexplore http://<webserver>:89/sdq.pdf error=0
    Few users experienced this problem when using IE4, some do not have this problem.
    For users using Netscape 4.7 and above, so far have not encountered this problem.
    I am using
    Developer 6.0 Patch 7
    OAS 4.0.8.1
    Please help. Thanks.

    My remark regarding "PeymentMethodCode" was but a rant, heartfelt though it be. I mean those gits have left bloody spelling errors in their XML-Schemas -- talk about professionalism, talk about seriousness, talk about something you actually have to PAY for.
    Note also that BOTH spellings are used: the correct one (with an "a"), below the "BPPaymentMethods" element, and the wrong one below the "BusinessPartners" element.
    I don't know why you get that error. As told, the errorcode in the response seems to indicate that the "Object isn't supported".
    If you tried with the default sample provided in the doc, that would be quite unlikely.
    Dunno, really. Maybe you're lacking permissions?

  • Chromium OS - cros_sdk:make_chroot / chroot fails to run command ...

    Hi,
    Anyone encountered this error recently when working with cros_sdk and make_chroot?  I previously had no problem building ChromeOS with Archlinux earlier this year.  But now it appears there are some fundamental issues with the chroot set-up that are incompatible.  I realize that only Ubuntu is supported, however any tips on isolating this issue so that I can get it working myself would be much appreciated.  Details below.
    [seanvk@arch chromiumos]$ ./chromite/bin/cros_sdk
    Attempting download: https://commondatastorage.googleapis.co … 004.tar.xz
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  349M  100  349M    0     0  2245k      0  0:02:39  0:02:39 --:--:-- 2185k
    Cleaning up old tarball: cros-sdk-2013.07.20.203602.tar.xz
    INFO    cros_sdk:make_chroot: Unpacking STAGE3...
    INFO    cros_sdk:make_chroot: Set timezone...
    INFO    cros_sdk:make_chroot: Adding user/group...
    chroot: failed to run command ‘groupadd’: No such file or directory
    Running ['/data/chromiumos/src/scripts/sdk_lib/make_chroot.sh', '--stage3_path', '/data/chromiumos/.cache/sdks/cros-sdk-2013.07.21.084004.tar.xz', '--chroot', '/data/chromiumos/chroot', '--cache_dir', '/data/chromiumos/.cache'] failed!
    [seanvk@arch chromiumos]$
    [seanvk@arch chromiumos]$ uname -m
    x86_64
    [seanvk@arch chromiumos]$ uname -a
    Linux arch 3.9.9-1-ARCH #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013 x86_64 GNU/Linux
    Thanks,
    Sean

    WELL.  A quick 'df' shows that I am using 100% of my filesystem.  How embarrassing.

  • Database is not getting shutdown when using command "stopsap all"

    I installed ERP 2005(ECC6.0) using oracle on HP-UX with SID=ER1, The installation was successful, but I am facing two issues now.
    1. When I stop sap using command 'stopsap all' only instances is getting shutdown not the database, I have to Explicitly shutdown the database (oracle).
    rp34-109:er1adm 26> stopsap all
    Checking ER1 Database
    ABAP Database is running
    Stopping the SAP instance DVEBMGS01
    Shutdown-Log is written to /home/er1adm/stopsap_DVEBMGS01.log
    Instance on host rp34-109 stopped
    Waiting for cleanup of resources............................
    Stopping the SAP instance SCS02
    Shutdown-Log is written to /home/er1adm/stopsap_SCS02.log
    Instance on host rp34-109 stopped
    Waiting for cleanup of resources.........
    Database is still running on remote DB server
    Log on to DB server and stop database
    TRANS.LOG
    OCI-call failed with -1=OCI_ERROR                   2066  0.175292
    4 ETW000  [dev trc     ,00000]     SQL error 942: 'ORA-00942: table or view does not exist'
    4 ETW000                                                                              71  0.175363
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => ORA-942 when accessing table SAPUSER
    4 ETW000                                                                             115  0.175478
    4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 942          50  0.175528
    4 ETW000  [dev trc     ,00000]  Disconnecting from connection 0 ...                  205  0.175733
    4 ETW000  [dev trc     ,00000]  Rolling back transaction ...                         127  0.175860
    4 ETW000  [dev trc     ,00000]  Closing user session (con_hdl=0,svchp=0x80000001010858c0,usrhp=0x8000000101075a70)
    4 ETW000                                                                             272  0.176132
    4 ETW000  [dev trc     ,00000]  Now I'm disconnected from ORACLE                     844  0.176976
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  42  0.177018
    4 ETW000  [dev trc     ,00000]  Connecting as SAPER1/<pwd>@ER1 on connection 0 (nls_hdl 0) ... (dbsl 700 010307)
    The Second issue that I am facing is with the dbs_ora_schema= SAPSR3,
    but my SID is ER1, it should display SAPER1, can anyone help in changing this.
    I tried changing this in .dbenv_hostname.csh & sh files but changing that I even unable to start sap again

    Hi
    Pls follow the notes 400241,662644.
    If u follow above notes you get the result.
    Feel free to revert back
    Pls provide the points if u get the answer.
    ---venakt.

  • Could not execute auto check for display colors using command /usr/bin/X11/

    Hello,
    In a work trying to install ORACLE 11gR2 software in AIX 5.3,
    export DISPLAY=local_IPXXX:0.0
    xclock
    it works, can see the clock.
    then go to dowloaded oracle, run
    /xxx/11g203_AIX64_5L/database-> ./runInstaller
    Your platform requires the root user to perform certain pre-installation
    OS preparation. The root user should run the shell script 'rootpre.sh' before
    you proceed with Oracle installation. rootpre.sh can be found at the top level
    of the CD or the stage area.
    Answer 'y' if root has run 'rootpre.sh' so you can proceed with Oracle
    installation.
    Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.
    Has 'rootpre.sh' been run by root? [y/n] (n)
    y
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 190 MB. Actual 7470 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 6144 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/bin/X11/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,
    Continue? (y/n) [n] n
    User Selected: No
    any idea to fix?
    thanks a lot in advance

    thank you for response
    in log, it shows
    Using paramFile: /xxx/11g203_AIX64_5L/database/install/oraparam.ini
    Checking Temp space: must be greater than 190 MB. Actual 7194 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 6144 MB Passed
    Checking monitor: must be configured to display at least 256 colors Failed <<<<
    >>> Could not execute auto check for display colors using command /usr/bin/X11/xdpyinfo. Check if the DISPLAY variable is set.
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,Continue? (y/n) [n]
    User Selected: No
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2012-09-17_04-08-40PM/installActions2012-09-17_04-08-40PM.log
    ~
    --so nothing new as screen shows.
    --ok, anonther way, say yes, shows..
    continuing with the installation,
    Continue? (y/n) [n] y
    Ignoring required pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-09-17_04-00-30PM. Please wait ...xxxx:/xxx/11g203_AIX64_5L/database-> Exception in thread "main" java.lang.NoClassDefFoundError: sun.awt.motif.MToolkit (initialization failure)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)
    at java.lang.Class.forNameImpl(Native Method)
    at java.lang.Class.forName(Class.java:130)
    at java.awt.Toolkit$2.run(Toolkit.java:864)
    at java.security.AccessController.doPrivileged(AccessController.java:192)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:847)
    at com.jgoodies.looks.LookUtils.isLowResolution(LookUtils.java:484)
    at com.jgoodies.looks.LookUtils.<clinit>(LookUtils.java:249)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
    at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:135)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)
    at java.lang.Class.forNameImpl(Native Method)
    at java.lang.Class.forName(Class.java:163)
    at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1812)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:510)
    at oracle.install.commons.util.Application.startup(Application.java:780)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:165)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:182)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:348)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:124)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:155)
    Edited by: 951932 on Sep 17, 2012 2:12 PM

  • Send email using command line

    Hi all,
    I was looking for a command to send emails but couldn't find proper setup to do so. What I'm trying to achieve is to be able to send emails from a workstation using command line. I do not run any mail server so i will have to use my ISP email servers.
    Can somebody provide some help on how to do this?

    when i try this:
    mail -s test_terminal myemailaddress
    i get the email but mail.log shows following entries
    Feb 4 17:50:21 iMacG5 postfix/master[1203]: daemon started -- version 2.1.5
    Feb 4 17:50:22 iMacG5 postfix/pickup[1204]: C528054663D: uid=501 from=<local_username>
    Feb 4 17:50:22 iMacG5 postfix/cleanup[1205]: C528054663D: message-id=<[email protected]>
    Feb 4 17:50:23 iMacG5 postfix/qmgr[1207]: 32F30546609: from=<[email protected]>, size=336, nrcpt=1 (queue active)
    Feb 4 17:50:23 iMacG5 postfix/qmgr[1207]: 32F30546609: removed
    Feb 4 17:50:23 iMacG5 postfix/qmgr[1207]: 48552546502: from=<[email protected]>, size=315, nrcpt=1 (queue active)
    Feb 4 17:50:23 iMacG5 postfix/qmgr[1207]: C528054663D: from=<[email protected]>, size=336, nrcpt=1 (queue active)
    Feb 4 17:50:53 iMacG5 postfix/smtp[1209]: connect to mx1.myISP.com[IP.add.res.s]: Operation timed out (port 25)
    Feb 4 17:50:53 iMacG5 postfix/smtp[1208]: connect to mx1.myISP.com[IP.add.res.s]: Operation timed out (port 25)
    Feb 4 17:51:21 iMacG5 postfix/master[1203]: master exit time has arrived
    Feb 4 17:51:23 iMacG5 postfix/smtp[1209]: connect to mx1.myISP.com[IP.add.res.s]: Operation timed out (port 25)
    Feb 4 17:51:23 iMacG5 postfix/smtp[1208]: connect to mx1.myISP.com[IP.add.res.s]: Operation timed out (port 25)
    Feb 4 17:51:23 iMacG5 postfix/smtp[1208]: warning: 48552546502: trace service failure
    Feb 4 17:51:23 iMacG5 postfix/smtp[1208]: warning: 48552546502: defer service failure
    Feb 4 17:51:23 iMacG5 postfix/smtp[1208]: 48552546502: to=<myemailaddress>, relay=mx2.myISP.com[IP.add.res.s2], delay=1213, status=deferred (48552546502: trace service failed)
    Feb 4 17:51:23 iMacG5 postfix/smtp[1208]: warning: 48552546502: trace service failure
    Feb 4 17:51:23 iMacG5 postfix/smtp[1208]: warning: 48552546502: trace service failure
    Feb 4 17:51:53 iMacG5 postfix/smtp[1209]: connect to mx2.myISP.com[IP.add.res.s2]: Operation timed out (port 25)
    Feb 4 17:51:53 iMacG5 postfix/smtp[1209]: C528054663D: to=<myemailaddress>, relay=mx2.myISP.com[IP.add.res.s], delay=92, status=sent (250 ok dirdel)
    I was really surprised to get the email since my ISP requires authentication to send emails and it's using port 587.

  • SCCM TS that runs a net use command in WinPE

    I need to make a TS that boots the machine into WinPE and then runs some commands equivalent to a startnet.cmd file like a traditional wds would but not immediately restart and require user interaction to move forward.  When I gave sccm the boot.wim
    that had a custom startnet.cmd file in it from our existing wds the task sequence pushed the pc into winpe and then just restarted without running the startnet.cmd.  The startnet.cmd file goes as such...
    x:> net use \\server\share /u:domain\user password >nul
    x:>set paht=%path%;x:\bin;y:\bin\
    y:>bin\start.cmd
    When we boot to our wds the boot.wim and startnet.cmd works just fine.  I then tried to add the commands as part of the task sequence but that caused it to fail and drop out of the TS when it ran the net use command, log below...
    http://i.imgur.com/yXRiaxR.png
    I tried both the wim file from our wds server (pe 4.0) and the one in sccm (pe 5.0), I also updated the drivers in the 5.0 wim file thinking maybe it was unable to resolve the unc but as you can see from the log it looks like its rejecting the command all
    together.
    The simple solution would be to make a TS that runs the wds stuff or boot to our existing wds server but due to long and stupid reasons neither are an option for this specific scenario.  Any input or advice would be excellent.    

    Why not using the built in task sequence step to connect to a share?
    Torsten Meringer | http://www.mssccmfaq.de

  • I get the Save As dialog when trying to Save, whether using Command-S or File menu

    When trying to Save a document, I am presented with the Save As dialog. The file name has a serial number added  to the old file name and the default destination is the Documents file. This happens whether I have tried to save using Command-S or using the Save option in the File menu. This started after I upgraded to Mavericks.

    I checked and the files are not stationery pads, Permissions show me as having read and write authority.
    But, when I  opened the files from the finder, the problem disappears and they saved normally. I then removed the files from the Dock and re-placed them in the Dock via drag and drop. The problem re-appears and changes will not save normally. Not being able to use the Dock is inconvenient but at least there is a workaround. Thanks for your help! Before declaring victory, I'd like to watch it for a while for other quirks.

  • Adding key figures using commands in Web Application Designer?

    Hello, all.
    I have a query the contains several key figures.  From that query, I created a query view in which only one of the key figures is displayed.  I'm using this query view for one of the data providers in a web template.  In Web Applicaiton Designer, I would like to be able to hide the key figure from the data provider and show a different one.  How can I accomplish this using the built-in commands?
    I know I can hide all key figures using the CLEAR_SELECTION_STATE command, but I can't figure out how to use a command such as SET_SELECTION_STATE_SIMPLE to show a different key figure.  Any help would be great!  Thanks.

    I've tried that using the GUI to configure the command, but WAD crashes when I try to open the window where I choose the member name.  The error says:
    "4A6DM1A4LTXPJKA1BA3LD9TTD is not a valid characteristic for InfoProvider MQM_M01."
    I also tried entering the commands as you suggested in the XHTML editor, but that resulted in an error when I tried to execute the command.
    Maybe I can do what I'm trying to do using some method other than changing key figures.  Basically all I want do is change the date range of the data shown using offsets.
    The key figures that I'm trying to add and remove are restricted in Query Designer to different date ranges.  These date ranges use offsets to set the restriction.  For example, one key figure is restricted to display values for only the last 7 days and I'm trying to replace it with a key figure that's restricted to the last 14 days.
    If I knew how to set a filter with offsets using commands in WAD, then I'd use that method, instead.  Any suggestions would be appreciated.

  • Safari 7.0.2 Location bar will not stay open and I must use command L each time to with go back or use the address bar

    Safari 7.2.2 loction bar wil not stay open and I must use command L to either go back or to use the address bar

    View > Show Toolbar

  • When creating a new window in safari, using command T, the marker have not activated the search field. It means you have to click there every time. Changed after upgrading to Mavericks. Anyone knows how to change this?

    When creating a new window in safari, using command T, the marker have not activated the search field. It means you have to click there every time. Changed after upgrading to Mavericks. Anyone knows how to change this?

    Yes, you can do something like that. What you would do is create a button for each image and then hide them. When I do this type of thing I place all of the buttons on a template page and then hide the template.
    You can then use JavaScript to copy the icon from any of the hidden buttons to the main button that you've set up to display the image. For example, suppose you set up 10 buttons named b1, b2, b3, ...b10. The code to copy the icon from one of them to the button used to display the image (b0) would be something like this:
    // Get the icon from the b3 button
    var oIcon = getField("b3").buttonGetIcon();
    // Get  reference to the b0 button
    var f = getField("b0");
    // Set the icon of the b0 button to the icon retrieved from the hidden button
    f.buttonSetIcon(oIcon);
    // Show the b0 button
    f.display = display.visible;
    This code would go in the Mouse Up event of the smaller button.

  • How to print a specific page from a given PDF document, using command line, please?

    Hello,
    I need your advise, please. My customer requires to print a specfic page from a pdf document they receive, using command line or 3rd party solution.
    Anything you can advise, please? I have seen AcroRD32.exe options, but can only print the whole document.
    Kind Regards

    Not sure if there are any examples. The Acrobat SDK is a must, but it is best treated as documentation to study rather than examples to copy. The examples only illustrate a tiny fraction of the capabiliies.
    (One other note: the solution must involve the client owning Acrobat; Acrobat is not for server use).

Maybe you are looking for

  • WEBI Java Error when starting report form the portal

    Hi when i'm starting a BO WEBI report out from the  portal the next error is apearing: error on set doc title. Details: Version:12.1.0.882 Toepassingsserver: http://pcl09009.magma-it.local:8080/AnalyticalReporting/Webi/cdzServlet Stapeltracering: net

  • *URGENT HELP REQUIRED* java.sql.SQLException: Invalid Oracle URL specifed

    Hi all, In the middle of the last week for my final year project and having to convert to an Oracle database due to compatibility problems with university Tomcat Server and MS Access. I'm having trouble connecting to the Oracle database and would app

  • PDF document apparently not created, because it does not appear

    I am temporarily booting up from a cloned backup of my hard drive located on an external hard drive, because my G4 Powerbook (containing my actual hard drive) is being repaired.  I use Acrobat Standard 7.0, on a Tiger operating system (Mac OS X v. 10

  • Stored Procedures with Date data types and Oracle

    This should be easy.... But i keep getting the error: [Macromedia][Oracle JDBC Driver][Oracle]ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'RETRIEVE_TS' ORA-06550: line 1, column 7: PL/SQL: Statement ignored A

  • Load JSPs with a custom ClassLoader

    Hello all.           Here's what we're trying to do. We want to be able to have different versions of our JSPs and be able to switch between them on the fly. So, we're going to have a ServletFilter that will look at the request to determine the JSP v