IBM cognos TM1 Executive viewer is not working on direct Access

Hi,
We are implementing DirectAccess in our environment and testing applications in test lab. It has been observed that executive viewer is not working on Direct Access but working fine over VPN mobile checkpoint. When DA client click on open view button it
gives error
" Additional information:
Unable to connect to server XYZ.com using TCP-IP port 7112. Please make sure that IBM cognos TM1 executive viewer server is started and the port is not blocked by any proxy server or firewall"
but from client telnet is working on port 7112. All ports between DA server and application server are open 3389,7112 and 80.
Also select database option is grayed out and user is unable to select the database. When switching to VPN its working fine.
We are using Executive viewer 9.4. 
Any help would be appreciated.

It sounds like this program may not be capable of talking over IPv6, which DirectAccess uses. First make sure that when you connect it is trying to talk to a hostname and not an IPv4 address. If your program is calling for "192.168.1.100" - this is never
going to work over DirectAccess. It must call for a name that DirectAccess can resolve to an IPv6 address for communication over DA.
If you confirm it is talking to a name, and then if you confirm that you can do other things to that same name (can you RDP into the server for example?), then that confirms that DirectAccess traffic flow is working to that name/server.
If RDP works but the application still doesn't work, then the application is probably incapable of IPv6. You can either ask IBM if they have a newer version that does talk IPv6, otherwise I have a utility available that can intercept packets from these kinds
of problematic applications and flip the packets into IPv6 on the DA client. Let me know if you need any further information on that: http://www.ivonetworks.com/news/2013/05/ivo-networks-announces-app46-for-directaccess/

Similar Messages

  • If statement within a view is not working correctly ?

    Hi all,
    maybe i am wrong but i think the if statement within a view is not working correctly. See code down below.
    I would like to use the Hallo World depending on the page attribute isFrame with or without all the neccessary html tags. Therefore i have embedded the htmlb tags in an if statement. But for any reason if isframe is initial it isn't working. It would be great if anybody could help me.
    <%@page language="abap"%>
    <%@extension name="htmlb" prefix="htmlb"%>
    <% if not isframe is initial. %>
      <htmlb:content design="design2003">
         <htmlb:page title = "Top Level Navigation view">
    <% endif. %>
    hallo world
    <% if not isframe is initial. %>
         </htmlb:page>
      </htmlb:content>
    <% endif. %>
    thanks in advance and best regards
    Matthias Hlubek

    Matthias,
    The short answer: your example is <b>NOT</b> going to work. The long answer will probably 5 pages to describe. So first let me rewrite the example so that it could work, and then give a short version of the long answer. Do not be disappointed if it is not totally clear. It is rather complicated. (See the nice form of IF statements that are possible since 620.)
    <%@page language="abap"%>
    <%@extension name="htmlb" prefix="htmlb"%>
    <% if isframe is <b>NOT</b> initial. %>
    <htmlb:content design="design2003">
      <htmlb:page title = "Top Level Navigation view">
        hallo world
      </htmlb:page>
    </htmlb:content>
    <% else. %>
      hallo world
    <% endif. %>
    So why does your example not work? Let us start with a simple tag:
      <htmlb:page title = "Top Level Navigation view">
      </htmlb:page>
    Now, for each tag, we have effectively the opening part (<htmlb:page>), an optional body, and then the closing part (</htmlb:page>). We are now at the level of the BSP runtime processing one tag. What the runtime does not know, is whether the tag wants to process its body or not. Each tag can decide dynamically at runtime whether the body should be processed. So the BSP compiler generates the following code:
      DATA: tag TYPE REF TO cl_htmlb_page.
      CREATE OBJECT tag.
      tag->title = 'Top Level Navigation view'.
      IF tag->DO_AT_BEGINNING( ) = CONTINUE.
      ENDIF.
      tag->DO_AT_END( ).
    You should actually just debug your BSP code at ABAP level, and then you will immediately see all of this. Now, let us mix in your example with our code generation. First you simplified example:
    <% if isframe is NOT initial. %>
      <htmlb:page title = "Top Level Navigation view">
    <% endif. %>
    <% if isframe is NOT initial. %>
      </htmlb:page>
    <% endif. %>
    And then with our generated code. Look specifically at how the IF/ENDIF blocks suddenly match!
    if isframe is NOT initial.
      DATA: tag TYPE REF TO cl_htmlb_page.
      CREATE OBJECT tag.
      tag->title = 'Top Level Navigation view'.
      IF tag->DO_AT_BEGINNING( ) = CONTINUE.
    endif.
    if isframe is NOT initial.
      ENDIF.
      tag->DO_AT_END( ).
    endif.
    You can see that your ENDIF statements are closing IF blocks generated by the BSP compiler. Such a nesting will not work. This is a very short form of the problem, there are a number of variations, and different types of the same problem.
    The only way to solve this problem, is probably to put the body into a page fragment and include it like I did above with the duplicate HelloWorld strings. But this duplicates source code. Better is to put body onto a view, that can be processed as required.
    brian

  • Help viewer does not work after update to 10.4.4

    Since updating to 10.4.4 my Help viewer does not work, and all of the troubleshooting fixes suggested in other threads have not had any success in resolving this. I've noted that when I go to Users>Library>Documentation>Help there is no mac.help file - can someone tell me if that means that I've lost the file altogether and need to reinstall it? I get to the first screen of the viewer, but the links from there don't work. Thanks for any help that you can provide!

    Thanks for your suggestion. I downloaded OnyX and ran the cleaning function. After restarting, I opened Help and once again the first screen appeared fine. But again most of the links did not work, though those under the "What's New" heading did work. I might add that I had previously tried a variety of suggestions posted in another thread, which included deleting from the caches folder in Home>Library several files such as com.apple.helpui and help.plist in the Preferences folder. (As noted in my previous post this evening, I also created another user but that also did not have any effect.) Any other ideas? Thanks

  • Chart view is not working in obiee11.1.1.5.0

    Hi,
    All types of chart views are not working(analysis compunt layout) in obiee11.1.1.5.0 version.please refer my below scren short
    http://imageshack.us/photo/my-images/209/chatnotworkingobiee1111.jpg/
    note:
    1) no luck below link
    OBIEE 11g - Cannot view charts
    2) some of the servers working fine. after deployed skin some times making this kind of problem
    Thanks
    Deva
    Edited by: Devarasu on Apr 4, 2012 10:51 AM
    Edited by: Devarasu on Apr 4, 2012 11:20 AM

    Hi,
    Its reolved. our sking and style dvn files not yed updated earliear...after updated and restarted its working fine.
    thanks
    Deva

  • Icon view is not working

    Icon view is not working in my mac book pro.I tried other types of view, they all are working but icon view stopped working all of the sudden. Any suggestions how to fix it ???

    1st i reinstalled snow leapord......d problem was fixed icon view was working and yesterday i installed lion....and everything is working properly....
    try reinstalling......shuld work

  • Dremweaver CS6. Design View is not working.

    Hello.
    Design View is not working.
    I got this instead of normal View.
    What wrong with it?
    Regards,
    Nata

    Sometimes it is just a temporary problem and by shutting down the DW and rebooting the system resolves such problems.  Otherwise, you can try to reset the preferences using the instructions given here:
    <Restore preferences | Dreamweaver CS6, Dreamweaver CC>
    Or even try deleting the cache file using these instructions:
    <Deleting a corrupted cache file>
    Good luck.

  • Brushes app question: does anyone know how to upload a brushes painting as a video? "Brushes Viewer" is not working for me ;-(

    Brushes app question: does anyone know how to upload a brushes painting as a video? "Brushes Viewer" is not working for me.
    Thanks! KAR

    Hi, Dave.
    If you're using the BlackBerry browser, you can't configure anything to bypass the RIM servers.  I believe you may do so by using the Opera browser, but I haven't tried it myself so cannot comment with authority.
    I hope that clears up the issue for you. 
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • My Help Viewer is not working for mac help

    My Help viewer is not working for mac help. Everytime i choose mac help the window opens then closes. But when i open another help like safari help it opens and works fine. If i switch it back to mac help the window just closes and the application quits.
    If you know how to fix please telll!

    noname212,
    Using "Search Discussions" with the term "Help Viewer" you will lead you to numerous posts which refer to Troubleshooting Help Viewer by Dr. Smoke.
    Good Luck
    ;~)

  • Submit is not working in direct execution

    Hi All,
    I want to pass multiple values to the order number(select-options) in the selection screen,
    and skip this first screen and should change these order values in the screen.
    for this i am using submit statement,it is working in debug mode but not working in direct execution.
    Could please any one tell me why it's happening like this.
    Below is the code for submit if there is any wrong correct me.
              SUBMIT riaufk20 USING SELECTION-SCREEN '1000'
                                    WITH SELECTION-TABLE lt_rsparams
                                    WITH dy_tcode = lc_tcode
                                    AND  RETURN.
    Thanks,
    Suresh.

    Hi Suresh,
    Your question has been asked many times but there is no direct solution found till now.
    Your one option is Copy the code from RIAUFK20 after event START-OF-SELECTION. and call it in your own program
    Note that you will have to also declare the data(selection criteria and other tables) as well fill them in your program
    Example.
    RANGES: gr_date  FOR sy-datum.
    DATA: datuv TYPE i_termab,
          datub TYPE i_termbi.
    PERFORM create_date_range_f67(riaufk20) TABLES gr_date
                                    USING  datuv datub.
    Regards,
    Jovito

  • MOH not working in Directed call park

    Hello All,
    After upgrading the voice gateway from 15.1(2)T2 to15.1(3)T4 im facing this issue.
    MOH is not working in Directed call park. We have 10 Directed call park numbers 100-109, users are parking the calls by pressing trasfer key (transfer key-->dial 100-->transfer key). The Music is stopped playing after the user presses the transfer key for the 2nd time. MOH is working fine in hold and call  park. I can see the MOH session in Show ccm-manager music-on-hold and the same MOH session is continuing after pressing the transfer for the 2nd time, only the music is stopping. There are some sites in the same cluster which MOH working in all conditons but the router is rnning with
    Using: 2900 series voice gateway with H.323, Centralized cluster.
    Assistace will be musch appricidated
    Thanks,
    Murali

    This issue has been identified as new BUG. Cisco is working on this.
    -M

  • Umm I just got this iPhone 5 and cellular data is not working, can't access apps, heck can't even download any and Safari...ummm yeah not happening.  I'm with Sprint if that makes any difference.

    Umm I just got this iPhone 5 and cellular data is not working, can't access apps, heck can't even download any and Safari...ummm yeah not happening.  I'm with Sprint if that makes any difference.

    Are you in an area where there is no coverage?
    You can try a reset, hold down the home/sleep button together until you see the apple logo and then release, then wait for the phone to boot back up.
    If that doesn't help, then yOu'll need to contact Sprint again.

  • Data source could not able select NOT ALLOWED DTP Direct Access

    He Experts,
    I have a Problem, I have searched in Fourms and Blogs also but I did get any solution .
    I am developing HCM reports, as per my requirement extracting data through customized Function Module.ZGET_REQUI_DETAILS_NEW1.
    I can find data in RSA3 and it is loaded sucessful in BI, this I was comformation with the monitor screen
    all indicators are in Green Trafic signals.
    then I came to PSA but I cann't see data here one pop up is comming Error & in help message no D0313
    I found one thing the request which is in PSA come with GREEN (request updated to Target)
    rest of all standard are in Red untill transfer to targets.
    I found secound thing in the DATA SOURCE in Extraction Tab option Direct Access is selected with
    Allowed, but I want to sent data to standard DSO.
    that options are in disable mode even in edit selection.
    Queires:
    1. How to change the option NOT ALLOWED DTP Direct Access insted of Allowed in Data Source(ZREQUI_FM)
    2. what is will do to see data in PSA.
    Regards
    Vijay

    Dear Vijay,
    Iu2019m going to try helping you,
    In the ECC DataSource setting tcode: SBIW. You should check in your ZREQUI_FM DataSource the following setting of value in the DataSource: Costumer Version Edit field u201CExtractionu201D the following field ExtractStruct, Direct Access and Delta Update:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/fb69a990-0201-0010-64ab-cbbfc6f0f75b
    I hope this guideline can help you to find the answeru2026.
    Luis

  • In portal BookMark and save view are not working

    we already published the web application via iView in our portal.
    What I am looking for is to bookmark an already published web application within EP portal. E.g. I open the web application with specific filter and make some drills. Now I want to bookmark this report situation and save the generated url under my favorites.
    For me this is not working. When I click the bookmark option noting happened. My address bar url also not changed; no bookmark URL was created.
    Save view also is not working
    Please help ......

    Hi SKM,
    did u solve your problem?
    Greetingz
    Lars

  • Validation-code of a view is not working in portal

    my validation code is working fine when testing in local view's application. the same view is attached to portal through fpm. while testing the same view in srm portal it is not working.can anybody suggest me why it is happening so. i will be thankful.

    have you checked in debugging.....

  • The internal html viewer is not working in coldfusion builder 2.

    It is so frustrating how hard this is. I finished setting up coldfusion and coldfusion builder 2 with an apache local webserver and was hoping to make use of the internal html viewer but it won't come on! All I see is a blank grey page with no content. After creeping around the forums for a while it seemed that the simplest solution was to use the internal coldfusion server so I uninstalled everything and did just that, reverting my administrator page to http://localhost:8500/CFIDE/administrator/index.cfm (working and launchable from the IDE), placing my webroot at C:\ColdFusion9\wwwroot and with all the folders in their right place. The server is running ok and when I launch the run as "coldfusion administrator" option to run my index file, it succesfully opens the external browser and displays the page.
    I have the same setup on my desktop at home, the same files, installation, everything! and it works but not on my laptop. I followed Ben Forta's instructions to a T and yet I still am not getting the html preview. I even tried to hard code the absolute url in the html preview settings and still nothing but that annoying grey.
    Is this a bug? There doesn't seem to be anything about it in the bug reports. It is quite infuriating how something that seems so miniscule could be such an annoyance. I have already gotten quite used to the preview pages and coldfusion and I would prefer to code that way rather than making use of dreamweaver which I feel I am being forced to use, but at least it's consistent.
    Please if anyone could provide some answers and help I would really appreciate it! I have only so much hair left!
    Thanks!

    Perhaps others may recognize and resolve this for you. I and others here often can and do offer quick solutions to many problems. And I can appreciate that it’s reasonable to think that something so simple should just work. But in this case I think are simply too many variables that could explain why things are not working for you. And while I can also appreciate that you will prefer to get a solution for free if anyone can offer it, I just can’t even begin to offer all the possible problems and solutions, at least by email, in this case. Again, maybe someone else will make a quick connection.
    But I will point out that if you’re willing to pay US$75, I offer a service of remotely troubleshooting any one CFBuilder problem for that fixed price. Hopefully I might help you solve it quickly (when I can see exactly what’s going on in your environment), but you will not pay if I don’t solve the problem in up to 2 hours effort. If you may be interested, see www.carehart.org/consulting/ for more, and if you want to set up a time to get together (over the web), drop me an email at [email protected]
    Finally, please note that I don’t often point out this service here on the forums. I generally just offer suggestions (sometimes lengthy ones) without any commercial expectation, so please don’t regard this as me engaging in “abusive unsolicited commercial email”. I’m just offering a possible solution, given the OPs sincere challenge in solving things.
    /charlie

Maybe you are looking for

  • Vista Black screen with Cursor after Startup

    Recently, I had a crash in a Skype call with someone, and everything went downhill from there really. I started up my computer again, and I was able to get past the welcome screen, and to a black screen with a cursor. I tried opening up task manager,

  • Calendar won't print lines on it ( to make it look like a calendar)

    i had windows xp and everything worked great. now with vista everything works and hot syncs fine but printing the calendar is just a blank piece of paper with the dates and events on it... i have to draw in lines to block of the days.. this is drivin

  • ATP determination per Order Type

    Hi My customers request that for the same material, they want to have a different number of stock per order type. For example, for Material A, they also always keep stock of 20. If they have more stock than 20, they want to deliver to the customer. H

  • Set focus on particular cell in a JTable when using TableModel.

    I want to implement validation in my table cells. I the value does not satisfy certain condition then the focus should remain on the same cell and the user should be asked to enter valid value. I am using TableModel and i have tried implementing vali

  • Windows 10, Display at 100%, 1920 x 1200 = Very blurry and tiny Eclipse

    Besides changing my display scaling to 125% (which makes Eclipse look good, but everything else larger), is there a setting on Eclipse or updates coming to improve Eclipse scaling for HDPI? Eclipse Kepler Windows 10 Pro 1920 x 1200 Display Scale 100%