Unable to see 'Result' option in MTM test plan in VS 2012

Hello,
I am unable to see 'Result' Tab in the MTM Test plan view of MTM in VS 2012.
It only displays two options - 'Contents' and 'Properties'
How can I get to view this option? Please help.
Thanks,
DR

Hi DR,
What’s the detail version of your TFS and VS?
I think you may connect to TFS 2010, if that is the case, please connect to TFS 2012 and check the result.
There is a similar thread:
# MTM 2012 RC - Test Results not displayed in Test Plan Tab - Visual Studio 2012 RC Ultimate
https://social.msdn.microsoft.com/Forums/en-US/b737b083-0c0d-4e01-8d1b-96c8a4b357ba/mtm-2012-rc-test-results-not-displayed-in-test-plan-tab-visual-studio-2012-rc-ultimate?forum=vsmantest
Regards
Starain
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

  • Unable to see PDF option in Broadcaster

    Hi,
    I am unable to see the option to send email attactment in PDF format through BEx Broadcaster.
    only HTML, MHTML options are available.
    Kindly help me.
    Regards,
    Suri.

    Hi,
    Normally using BEx Broadcasting you can save the report in diff. format.
    First check the setting for BEx Broadcasting in
    SAP Reference IMG u2192SAP Customizing Implementation Guide  u2192SAP NetWeaver u2192Business Intelligence u2192Settings for Reporting and Analysis u2192Settings for Information Broadcasting u2192Settings for Distributing E-Mails .
    And also Plz check the below link.
    Email :
    http://help.sap.com/saphelp_nw70/helpdata/en/cf/700b405bacdd5fe10000000a155106/content.htm
    Print :
    http://help.sap.com/saphelp_nw70/helpdata/en/13/f76f422f91c153e10000000a1550b0/content.htm
    Calling the BEx Broadcaster :
    http://help.sap.com/saphelp_nw70/helpdata/en/ce/faec40d3328531e10000000a1550b0/content.htm
    Functions of the BEx broadcaster :
    http://help.sap.com/saphelp_nw70/helpdata/en/bf/220c40ac368f5ce10000000a155106/content.htm
    Some more Info ;
    http://help.sap.com/saphelp_nw04/helpdata/en/20/0dfa40fe14f523e10000000a155106/content.htm
    Regards
    Ram.
    Edited by: Ramakanth Deepak Gandepalli on Dec 2, 2009 8:00 AM

  • Unable to see SAP option in Authentication tab in CMC

    Hi All,
    We installed BusinessObject and its related softwares on RedHat EL5 in the following order,
    1. BusinessObjects Enterprise XI 3.1
    2. Installed SAP Java Connector 2.1.8
    3. BusinessObjects Integration Kit XI 3.1 for SAP solutions
    The installation got completed without any issues.
    We can able to see SAP option and Window AD in the logon screen of CMC. But, both of the options (SAP and Window AD) is not appearing inside Authentication in CMC.
    Following is the environment:
    RHEL5, Tomcat, Mysql
    Kindly, let us know how to resolve the issue.
    Regards,
    Sivashankar.

    Dear Ingo,
    yes, we are able to see bothfolders SAP and PartnerPlatformServices. We reinstalled SAP Kit but still no use. We can able to see on the logon page of CMS, but the same is not coming in Authentication inside CMC.
    Regards,
    Ramesh R

  • Unable to see few options in User management console - Hyp S 9 SS

    In the User management console, unable to find the option "Add new user" under the browse pane 'User Directories'.
    Is there any changes required in the configuration ?
    Thanks

    Sandeep,
    Thanks for your reply
    I assume once the Hyperion system 9 Share services is configured for the particular user. The user management console should have the provision to "Add New users" to the "User Directory"
    I think this is not related to user/groups that we add in the analytic server security option.
    Since this is the administration activity in the HFM, this option should exist for the issue. To bring this option is there any feature/option that needs to installed ?
    Are you able to understand the situation ?
    Thanks

  • Unable to see Applications under navigate tab in Planning browser

    Unable to see Applications under navigate tab in Hyperion(9.3.1) workspace I have installed all Hyperion 9.3.1 products as per installation document
    Please Can any one tell me the solution.
    i have one more question .already i installed Hyperion Shared Services,Essbase (includes
    Essbase Server and Essbase Administration Services),Hyperion Planning - System 9 .Essbase Integration Services,Hyperion Smart View for Office.
    i am using Tomcat web server only .
    what are the applications need to install if i want to work on planning

    Hi,
    Have you read this post > Unable to see Applcation under navigate tab in Hyperion(9.3.1) workspace
    I answered the same question on the subject only a few days ago.
    Hope it works for you.
    Cheers
    John

  • Re: BB curve-8520 :Unable to see the option "add existing e-mail account" in the e-mail set up wizard

    Hi there!
    This is Md. Ashikur Rahman purchased a BB curve , model-8520 from India. Now I am in bangladesh & my service provider is Grameenphone. In the e-mail setup wizard I can see only one option which requires BB enterprise password to complete the set up. I think the other option- 'Add existing e-mail account' is locked.
    My service provider is unable to unlock. How can I use that option so I can complete my e-mail set up & comunicate over internet?
    Thanks.
    Ashikur

    Hi and Welcome to the Forums!
    Your service provider is exactly that...the provider of all of your services. If they cannot delivery PUSH email to you (or, for that matter, any other BIS-level services), then there's nothing anyone else can do.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Unable to see select options in view

    HI ,
    I have the following code in the WdDOINIT method of my view for viewing a field as a select option...
    DATA: l_ref_cmp_usage TYPE REF TO if_wd_component_usage.
    l_ref_cmp_usage =   wd_this->wd_cpuse_select_options( ).
    IF l_ref_cmp_usage->has_active_component( ) IS INITIAL.
      l_ref_cmp_usage->create_component( ).
    ENDIF.
    DATA: l_ref_interfacecontroller1 TYPE REF TO iwci_wdr_select_options .
    l_ref_interfacecontroller1 =   wd_this->wd_cpifc_select_options( ).
      DATA:
        l_r_helper_class TYPE REF TO if_wd_select_options.
      l_r_helper_class = l_ref_interfacecontroller1->init_selection_screen(
    data lt_range_table type ref to data.
    CALL METHOD l_r_helper_class->create_range_table
      EXPORTING
        i_typename     = 'BUKRS'
       i_length       =
       i_decimals     =
      receiving
        rt_range_table = lt_range_table
    CALL METHOD l_r_helper_class->add_selection_field
      EXPORTING
        i_id                         = 'BUKRS'
       i_within_block               = mc_id_main_block
        i_description                = 'Empresa'
       i_is_auto_description        = abap_true
        it_result                    = lt_range_table
       i_obligatory                 = abap_false
       i_complex_restrictions       =
       i_use_complex_restriction    = abap_false
       i_value_help_type            = if_wd_value_help_handler=>co_prefix_none
       i_value_help_id              =
       i_value_help_mode            =
       i_value_help_structure       =
       i_value_help_structure_field =
       i_help_request_handler       =
       i_lower_case                 =
       i_memory_id                  =
       i_no_extension               = abap_false
       i_no_intervals               = abap_false
       i_as_checkbox                = abap_false
       i_as_dropdown                = abap_false
       it_value_set                 =
       i_read_only                  = abap_false
       i_dont_care_value            =
    Besides this, the WND_SELECTION_SCREEN view is embedded in the respective container as follows...
    Tray - >Container - this container has the WND_SELECTION_SCREEN.
    I can see the tray in the view cannot see any field (expectation was to see a select-option for BUKRS.
    Any hints? Am i missing something. I have followed the tutorial for select options in webdynpro abap.
    regards,
    Priyank

    Hi Sascha,
    No i cannot see the buttons either.
    Following is how the view is embedded.
    View - > Tray - >viewcontaineruielement-> wnd_selection_screen.
    Am i missing something?
    regards,
    Priyank

  • Unable to see local (LAN)_share drive and pc on server 2012

    Hello, 
    we have windows server 2012 and almost everything is working well. 
    we have installed AD and domain controllers but we do not use domain controllers.  we use mostly for RDP connection.
    What we are trying to do is that other users on the same network can see the share folder setup on windows 2012 but no sucess
    they see all other network devices but not windows 2012.... they even see our old 2003 server.
    I am banging my head for almost 1 week to fix this issue.
    and also, the w2012 server does not see any others local share device
    the firewall is disable and sharing is on for pubic on w2012.
    is there a gpo that is blocking it or something else
    the fact that is not is on the same workgroup (but 2003 is on different workgroup and other people can see the see that server )
    any guide or indices because i am out of idea and i am nearly to throw my server  because of that :(
    Thank you

    Sorry for my English and for misunderstanding.
    We have 2 servers only : one 2003 and other 2012 
    2003 is running but rarely used.
    2012 is a new server : AD, RDP Licensing Server and file share server are on the same OS (same machine)
    You also have another server (2) that's running windows 2003 and is not joined to the domain (workgroup only).
    No, it is configured as domain too but not same as 2012.
    Users are bringing in their own devices, plugging it into a LAN network (that's on the same subnet as the servers) and are not able to see the 2012R2 file server but they can see and connect to 2003 server.
    Correct
    Thank you

  • Unable to see option interactive

    hello all,
    i am unable to see the option interactive, in web intelligence options for select view format and also the select a report panel is missing in the web intelligence document preferences.
    i am using BO XI r2.
    thanks

    You can check in CMC-> Applications if the interactive options have been provided for your user.

  • Unable to see export to avi option

    HI all,
    Earlier i was able to export  flash movie files to avi movie. but now unable to see that option. Please tell the solution.

    I followed the exporting of the .fla file to .mov and after several minutes wai - stalling on 'Recording Flash Content' - i get a massage like '....out of memory' ....which is IMPOSSIBLE because I have more than half the memory.  Im only opening Flash so the RAM is not used much as well. 
    I never really had a problem doing that with Flash CS5.5
    So I am exporting the SWF and go online and use Flabacco browser conversion for free to convert the SWF to MP4.  If you know another way I appreciate any info.  thanks

  • Cannot see Ecatt option in context menu in web dynpro abap in SE80 ECC 6.0

    Hi ,
    I saw a presentation by Thomas in which there is option of recording ecatt script on context menu in web dynpro abap application.we are on ECC 6.0 we are trying to record WDA applications and test them by using Ecatt but I am unable to see the option of recording the ecatt script in SE80 editor.
    Why could this be happening

    Thanks ,
    I saw that disappointing note ...any other way to automate web dynpro abap testing ? please advise.

  • Unable to see integration of IDM in mozilla 4.0

    up to the 3.6 version of Firefox it shows the integration of IDM [Internet Download Manager] in the form of right click menu,
    after clicking right click it shows options like-download with IDM,
    download all files with IDM.
    But in Firefox 4.0 i unable to see that option.
    Waiting for positive reply.
    Regards,
    Chetan S. Joshi
    [email protected]
    +91-9730675308

    Make sure you have the latest version of IDM, versions 6.9.8 and older are blocked in Firefox 4 as they were causing crashes.

  • Unable to see 'Search Dialog Box  Component' option

    In trying to follow Thilo Brandt's article to 'Develop a Serach Component for KM Search iView', but I'm unable to see Content Management -> User Interface -> Mapping -> Search Dialog Box Component. Is there something I need to 'turn on' so that I can view that option?
    We are using EP6 SP2.
    thanks,
    Biju.

    Forgot to mention that the article is available at: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/developing a search component for km search iview.article

  • Unable to see "New from Par" option while creating Custom portal layout

    Hi All,
    I am unable to see "New from Par" option in Content Administrator. I am trying to create a custom page Layout for which I am need create layout using new par file. I am not able to see this menu option. Does anyone know from where to enable this option?
    Nitesh

    There is no option like "new from par" from ep 7.
    Create an iview based upon portal components.
    check the below link for creation
    http://help.sap.com/saphelp_nw04/helpdata/en/f5/eb50360e6a11d7b84900047582c9f7/frameset.htm
    Koti Reddy

  • In my MacBook Pro, finder is crashing after logging in. It is showing crash report with Relaunch option, when i click on Relaunch option finder is working properly but i am unable to see top bar(Apple, Date, Wifi). Even in safari address bar not accepting

    In my MacBook Pro(10.7.5), finder is crashing after logging in. It is showing crash report with Relaunch option, when i click on Relaunch option finder is working properly but i am unable to see Top bar(Apple logo, Date and Wifi etc... bar). Even in safari address bar, TextEdit not accepting any text means when type something not showing up and also i am unable operate any thing from keyboard. Plz help me…..

    One thing that you can try is installing a 'fresh' version of OS X Lion. Boot into your Recovery partition (holding down the command and R keys whilst booting) and elect to install OS X from the Recovery screen. You need not erase your hard drive and you should not lose any of your data.
    Oh, and just as a precaution, I would use Disk Utility, once you're in Recovery mode, to verify your hard drive before trying to install the OS again.
    Clinton

Maybe you are looking for

  • Problems setting up a Domain - javax.management.InstanceNotFoundException

    I am having problems setting up a Domain. The following steps summarize what I have done. 1. Created FooDomain in d:/bea/wlserver6.0/config and created appropriate config.xml, startup scripts, security, etc... (FooDomain boots ok) 2. Moved console.wa

  • Foreign Currency Valuation - GL at the time of clearing of open items

    Hi experts, We valuate the open items (Balance sheet items) in Company Code Currency without checking the reversal option. At the time of clearing of these open items, the GL used for reversal of the valuation difference is been different. GL mapped

  • Problem updating the Firmware on a PCI-7334

    About me: I am pretty new to the Labview/NI landscape so I may be missing something here! That said im very technically aware in general and believe I understand what is going on here. Background: This NI PCI-7334 board has been taken from currently

  • Java.io.file.list(FileFilter) problem

    When I add the following filter within the parentheses of the .list() method, I get a "cannot resolve symbol" error. It seems odd to me that all of a sudden the classpath needs to be different because I add this (unless I am mistaken as to the soluti

  • Maintenace fromMobile Hand held device

    hi I want to use mobile hand held device to plan my maitenace activities from remote areas. can some one have any idea about the process how to integrate , interface and config setting in SAP. Thanks in advance Shail