Xcelsius dashboard pulling data after BO session timeout

Hi,
We are working in BO 3.1 Sp2 fp 2.6 environment where in we have built Xcelsius dashboard published on infoview for end users.
These xcelsius dashboard are using Live Office connection to show data from webi and crystal reports and have multiple tabs to navigate apart from Home page.
The scenario is user logs in to infoview using his/her SAP credentials and access these .swf file . The user is presented with a drop down filter box , he can select the values from there and see the data based on that. During this activity if user remains idle for more than 20 mins and comes back to home page after that , a error message is displayed saying session is lost or expired which is quite expected.
Now, if user clicks on OK for that error message and try to put filter values again system allows him to do so and shows him the updated data based on filters.
The question is , is this happening because of cache or something as there is no session active for user still he can put filter and see data and can also navigate across the tabs in dashboards.
As mentioned ,the xcelsius file is using Live Office connection and property "Latest Instance" for reports which are already scheduled.
Appreciate your views on this behavior (after the BO timesout).
Thanks,
Chandra

The issue is not really with standard timeout which is set to 20 mins.
The core problem which annoys users is while they are still moving across the tabs (that means they are active), they'll get this error message if they don't go back to home page within 20 mins time interval .
This is so because when they are navigating between tabs their session somehow is not detected as active in BO and thus expires after 20 mins.
The only suggestion that we could give to users is to go to home page before session expires so that they can continue their analysis without getting this error.
But, still we don't have the reason as why during analysis on tabs session is detected as idle and how data is coming in dashboard even if session expires from BO side.
Hope this clarifies.
Will really appreciate any insight on this.
Thanks,
Chandra

Similar Messages

  • UWC - Invalid URL after a session timeout

    Using Communications Express 6.3 (122793-12), when a user's session times out their browers is redirected to:
    http://my.server.com/base/UWCMain?op=logout
    which generates a 404 File Not Found error. I believe the URL needs to be:
    http://my.server.com/uwc/base/UWCMain?op=logout
    Where can I set this?
    Thanks,
    Scott

    Having a similar issue to the original poster, but not quite the same.
    We've just upgraded to Messaging Server 6.3, with pretty much the latest
    patch sets installed for the various components.
    # imsimta version
    Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 64bit)
    libimta.so 6.3-6.03 (built 17:30:55, Mar 14 2008; 64bit)
    Using Messaging SSO with the following configutil params,
    local.webmail.sso.enable = 0
    local.webmail.sso.singlesignoff = 1
    local.webmail.sso.uwccontexturi = uwc
    local.webmail.sso.uwcenabled = 1
    local.webmail.sso.uwclogouturl = http://webmail.wright.edu/uwc/base/UWCMain?op=logout
    CommExpress is installed on a separate server (Solaris9/Sparc). In our case thought when
    a session times out, the URL that's presented is
    https://base/UWCMain?op=logout
    Note that I have ssl enabled for CommExpress. I initially I had the uwclogouturl set to use
    https which resulted in the same url above which is missing the host information and leading
    url path. I had just changed it this morning to see if the behavior would change with straight
    http with no difference.
    CommExpress is running under Sun Java System Web Server 7.0U3 B06/16/2008. I have a
    similar setup in test with CommExpress running on the same server as the MTA and it works
    ok there, just not in production on a separate server.
    As things stand right now, once a session times out, a user has to shutdown their browser
    to start a new CommExpress session.
    I just put a call in to Sun, but wondering if anyone has run into this before?
    Thanks.
    Update: after talking with support, just realized I'm 2-3 revs behind on the latest UWC patch
    (122793). Not sure how I missed this one. Looks like bug-id 6598975 patched in 122793-18 may
    fix this one.
    Edited by: john_meyers on Sep 2, 2008 10:58 AM

  • Session Timeouts accessing data from Xcelsius

    I am running Business Objects XI R2 SP2 and running Xcelsius 2008 FP1.
    Basically within my models i use LiveOffice to refresh the initial data used within the models and then I use QaaWS to use certain drill through parameters to retrieve more detailed information.
    All this works fine and returns all the data i need, but i get session errors when accessing the models from Infoview.
    When i log into Infoview, i can run 1 model fine and do all the necessary refreshes and further drill downs without any trouble, but when i close the model down and try to go into the next model i get the following error message;
    Your webintelligence session has timeed out WIS: 30553.
    NOw i have updated all the setting i know of eg;
    1) Webi report server timeout in server properties
    2) Configured the command line of the webi report server in CCM to include the timeout parameter.
    3) Web.xml file has been amended to increase the session timout
    4) Web.xml file has been amended to uncomment the listener settings
    5) i have even updated the session timeout on the Tomcat server (tomcat\conf\web.xml)
    Has anyone any other ideas as i can not access the models.
    I know this is not related to Webi reports, as i can fresh reports and open up other reports without any issues, so i think it must be related to Xcelsius in soem way.
    Any help will be gratefully received.
    Anthony
    Edited by: Anthony Jones on Mar 12, 2009 12:32 PM

    Hey thanks a lot your code worked!!
         I wrote it in my procedure and ran it through my job.Its working as needed now.
         I analysed what your code does. Let me know if I'm right or wrong
         The view apex_activity_log is based on query like
         SELECT * FROM wwv_flow_activity_log
    WHERE security_group_id = (SELECT wwv_flow.get_sgid
    FROM DUAL
    WHERE ROWNUM = 1);
    What i understand is when i run query in toad it gets null value in above where clause so my below query doesnot retrieve any data.
         But when i set security_group_id it gets some value through wwv_flow.get_sgid and my query retrieves the data for my app_id
         SELECT l.userid,
    a.application_name,
    l.step_id page_no,
    l.TIME_STAMP,
    l.ir_report_id,
    l.elap,
    l.session_id,
    l.ip_address
    FROM apex_activity_log l, apex_applications a
    WHERE l.flow_id = a.application_id
    AND l.flow_id = 200; --app_id
    Can u pls explain me what is security_group_id and its significance??Are workspace_id and security_group_id same??

  • Error re-logging in after session timeout using form-based authentication

    Hello,
    We have a web app configured for form-based authentication. When the session times out, we're redirected to our login page as expected. However, after re-logging in, we are not redirected to the desired page (e.g., /faces/OurMainPage.jspx) but to /afr/page_lev_idle.gif.
    Do we have to do anything special for session timeouts?
    Thanks,
    Rico

    Some extra information that might help:
    After re-logging in and we're in /afr/page_lev_idle.gif, we hit the browser Back button (showing the login page again) and then hit the browser Refresh/Reload button and voila we're at the page we expect to be.
    Rico

  • Using 2 data (SAP Netweaver BW) connections in Xcelsius dashboard

    I have a situation when using 2 data (SAP Netweaver BW) connections in Xcelsius dashboard.
    Break-down of issue:
    I have a toggle button in our Sales dashboard which displays Top Ten Customers versus Bottom Ten Customers.  I use the value of the toggle button to trigger the data connections.  When a user clicks the toggle button for Top Ten Customers the value of the toggle button would be a 1 which would trigger a BW query to capture sales data for the Top Ten Customers.  When a a user clicks the toggle button for Bottom Ten Customers the value of the toggle button would be a 0 which would trigger a BW query to capture sales data for the Bottom Ten Custoemrs.  NOTE: all the key figures in both querys use a scaling factor of 1000.  So for example, if invoiced sale has a value of 100,000 the scaling factor of a 1000 would display this key figure with a value of a 100.  The issue I am having with the dashboard is when I click the toggle botton for the Top ten Customers, the value shows as 100 and if i click the toggle button for Bottom ten Customers the value would show as 100,000.  I need the toggle button to show the values using the scaling factor coming from the BW queries for both Top Ten Customers and Bottom Ten Customers. It's only using the 1000 scaling factor coming from the Top Ten Customers.
    Any help on this issue would be graetly appreciated... 
    Thanks,
    Joe

    Hi, I get both. I think the errors are connected. On the one hand it is not possible to create any SAP NetWeaver BW connection, because you cannot enter the connection details- just as in the screen above. The only option you have is to use the "browse" button, but then the blank error appears.
    When trying to open a Dashboard from Portal you have to use SAP->Open and then SAP GUI should appear, but here I get the error "Could not open from SAP" instead. I have installed BEx and SAP GUI of course, reinstalled all of them two times just as recommended above, also reinstalled MS Excel, Flash, Java. Furthermore I tried to repair the installation and to change between different editions, personal, departmental etc.
    In the meantime I think it should not be possible at all to connect to BW with the departmental license key. Can somebody confirm that?

  • ViClose session not called after Read operation Timeout in an IVI COM driver

    Hi everybody
    I have a small VI sample that is initializaing an IVI COM driver for an OPM instrument, set some parameters into the instrument then is doing a single Read power measurement. My Read operation receives a single parameter called MaxTimeout that user could change depending on his own interest. Inside the Read function I change temporarily the VISA query timeout to user timeout but at the end of Read operation the original VISA session timeout is reverted to its original value before Read operation was called. If the Read operation timeout is long enough for the Read operation to complete ( 100 ms or more) the VI is doing its job and when finished the viClose is called twice for DefaultHandler and for OpenHandler.
    If the Read operation timeout value decrease ( 50 ms) then Read operation could not be completed and a Read Operation Timeout error is thrown from inside this method. This error is then propagated trough Error path until the VI end in a Simple Error Handler. Now on my VI I close all open references to my driver interfaces but I don't know why VISA itself is not calling viClose on the DefaultHandler and OpenHandler as in the case when was no VI error. I could see all these diferences in my NI Spy window and I could post this if that could be of any help. Bear with me cause I am more a C, C++, VB programmer and much less of a LabVIEW programmer. BTW the Error Handling from LabVIEW looks a a little weird and the only sure thing is that I wired in Error In and Error Out path in all my VI calls. What kind of error handling should I perform on the Read method in order for VISA to close properly both OpenHandlers even if there is an error in my VI?
    Thansk
    sorinvalea

    So viClose is not called by VISA after an error takes place in a VI that is calling some operations on an IVI COM driver.
    I discovered that all VI sessions opened trough VI that encountered a timeout error in Read operation and that were not properly closed after VI completed are in fact viClose by the LabView itself when I am closing LabVIEW application.
    So these left over open vi sessions are kept aside by LabVIEW until it closes itself and then clean them one by one by calling viClose on them....

  • Error in PPT after exporting Xcelsius dashboard

    I exported a Xcelsius dashboard into a MS Power Point. If tried to open in the same sytem it is working fine.
    if tried to open in some other system, I am getting the following error.
    "Some controls in this presentation can't be activated. They might not be registered in this computer."
    The version of the flash player in the system the PPT was created and the system in which we tried to view is 9.0.115.0
    Please suggest a solution to resolve this problem.

    > 9.0.115.0
    This is the version of Flash Player?
    I'm not an expert on this but it sounds like security settings. When I export to ppt, the notes section of the slide generate has this text describing the security settings:
    IMPORTANT INFORMATION ABOUT XCELSIUS CONTENT EMBEDDED INTO THIS SLIDE - PLEASE READ ON IF YOU ARE EXPERIENCING DIFFICULTIES!
    This PowerPoint slide has Xcelsius content embedded into it and certain restrictions apply:
    1). Information message shown when you open this slide deck: "Some controls on this presentation canu2019t be activated. They might not be registered on this computer".
        You need the latest Adobe Flash Player on your machine to view the embedded Xcelsius content:
        a). Close PowerPoint - make sure you DO NOT SAVE this slide deck.
        b). Using Internet Explorer install the latest Adobe Flash Player from adobe.com
        c). Open this PowerPoint slide deck again.
    2). A design-time thumbnail is not shown for the Xcelsius content when you open this slide deck until you enter and exit Slide Show mode.
    3). Office 2007 files (.pptx) do not support Xcelsius embedded content - save as an Office 2003 file (.ppt) instead.
        For more information refer to the Export to Microsoft Word 2007 and PowerPoint 2007 section in the Xcelsius release notes.
    4). The Xcelsius visualization shows error code messages (#2048, etc).
        Flash security restrictions have prevented the embedded Xcelsius content from accessing external data.
        To allow the Xcelsius embedded content to access external data refer to the Adobe Flash Player - Security Issues section in the Xcelsius release notes.
        Note: To allow embedded Xcelsius content in a PowerPoint slide you have to add POWERPNT.EXE as a trusted Adobe Flash application:
              Office 2003 path example -  C:\Program Files\Microsoft Office\OFFICE11\POWERPNT.EXE
              Office 2007 path example -  C:\Program Files\Microsoft Office\Office12\POWERPNT.EXE
    Edited by: Tim Wise on Jun 23, 2010 9:52 AM

  • Info needed on how to design xcelsius dashboards using SAS data sets.

    Is it possible to design a xcelsius dashboard using SAS data sets?  Any info on this subject is highly appreciated.  Thanks.

    Hi,
    I am not much aware of the SAS datasets, but i can definitely provide some pointers on what data Xcelsius could consume.
    Assuming you use Xcelsius 2008 - you can have static data within the embedded excel sheet..
    You can recieve dynamic data using
    1. QAAWS
    2. Web Services
    3. XML data
    4.Live Office
    and more....I am sure some of the Gurus could provide better pointers.

  • Xcelsius Dashboard: Right click on chart data point

    Hello friends.
    I am working on Xcelsius dashboard development and I have question regarding drill down or connectivity from particular point from a chart.
    I have a line chart with different data points and now i want to show some details for a particular point on chart. What are different approaches to connect it to system and show details. I heard we can right click at some data point and then connect to BW system through Webi and show details.
    Can anyone let me know about this? Any pointers will be surely appreciated,
    Thanks,
    Agasti.

    Hi Agasti,
    you can configure the dril down properties of your chart so that the selected value is written in a cell. Add then a URL button (Web Connectivity), assign an openDocument URL to it and set under the Behaviour tab the drill-down cell (ie. the cell where the drill down value is written to) to be the trigger.
    Regards,
    Stratos

  • Data to be persisted in database on session timeout

    Environment :
    weblogic version 8.1 , application based on MVC 2 model.Ours is a web based application using JSP , servlets and java beans.
    Screnario :
    We are collecting the data from different screens where the user travers's and storing it in the session object.
    Problem :
    We want to store the Data in database on session timeout. Whether weblogic provides any API Or Can we use session detroyed method of http session listener for the same. How this solution will work in a clustered environment?
    How stable will be the solution if at all we use session listener ?
    Restrictions :
    We dont want to hit the database each time the user traverses the screens.
    We cant use EJB for the same.
    We cant increase the session timeout as it may hold the resources for use.

    Any suggestions plz

  • ISE 1.1 - switch ignores "Session-Timeout"

    hi all,
    I'm playing around with ISE guest service and have some difficulty with Time Profiles.
    After guest logs in, Radius attributes are sent to the switch (3750G) one of them is Session-Timeout which should be similar to 1h (DefaultOneHour)
    According to ISE logs and switch debugs, ISE did it well and this attribute was sent  but it seems that the switch simply ignores it.
    May 24 07:03:11.658: %SEC-6-IPACCESSLOGP: list ACL-DEFAULT denied udp 10.1.100.194(1029) -> 10.1.100.2(389), 1 packet19:46:57: RADIUS: COA  received from id 36 10.1.100.6:64700, CoA Request, len 18319:46:57: RADIUS/DECODE: parse unknown cisco vsa "reauthenticate-type" - IGNORE19:46:57: RADIUS/ENCODE(00000000):Orig. component type = Invalid19:46:57: RADIUS(00000000): sending19:46:57: RADIUS(00000000): Send CoA Ack Response to 10.1.100.6:64700 id 36, len 3819:46:57: RADIUS:  authenticator 0B 30 6E 9B DF 97 0D A0 - D9 8B A5 5A 11 39 3E 4119:46:57: RADIUS:  Message-Authenticato[80]  18 19:46:57: RADIUS:   11 42 82 E2 52 68 DF 28 CD 43 AE 88 0C 5D 91 10            [ BRh(C]]19:46:57: RADIUS/ENCODE(00000026):Orig. component type = Dot1X19:46:57: RADIUS(00000026): Config NAS IP: 0.0.0.019:46:57: RADIUS(00000026): Config NAS IPv6: ::19:46:57: RADIUS/ENCODE(00000026): acct_session_id: 2719:46:57: RADIUS(00000026): sending19:46:57: RADIUS/ENCODE: Best Local IP-Address 10.1.100.1 for Radius-Server 10.1.100.619:46:57: RADIUS(00000026): Send Access-Request to 10.1.100.6:1812 id 1645/25, len 26719:46:57: RADIUS:  authenticator 6D 92 DC 77 87 47 DA 8E - 7D 6B DD DD 18 BE DC 3319:46:57: RADIUS:  User-Name           [1]   14  "0016d329042f"19:46:57: RADIUS:  User-Password       [2]   18  *19:46:57: RADIUS:  Service-Type        [6]   6   Call Check                [10]19:46:57: RADIUS:  Vendor, Cisco       [26]  31 19:46:57: RADIUS:   Cisco AVpair       [1]   25  "service-type=Call Check"19:46:57: RADIUS:  Framed-IP-Address   [8]   6   10.1.100.194 19:46:57: RADIUS:  Framed-MTU          [12]  6   1500 19:46:57: RADIUS:  Called-Station-Id   [30]  19  "00-24-F9-2D-83-87"19:46:57: RADIUS:  Calling-Station-Id  [31]  19  "00-16-D3-29-04-2F"19:46:57: RADIUS:  Message-Authenticato[80]  18 19:46:57: RADIUS:   AD EB 99 4A F2 B9 4E BB 2E B3 E2 04 BE 5B 0C 72             [ JN.[r]19:46:57: RADIUS:  EAP-Key-Name        [102] 2   *19:46:57: RADIUS:  Vendor, Cisco       [26]  49 19:46:57: RADIUS:   Cisco AVpair       [1]   43  "audit-session-id=0A01280100000016043E0D23"19:46:57: RADIUS:  NAS-Port-Type       [61]  6   Ethernet                  [15]19:46:57: RADIUS:  NAS-Port            [5]   6   50107 19:46:57: RADIUS:  NAS-Port-Id         [87]  22  "GigabitEthernet1/0/7"19:46:57: RADIUS:  Called-Station-Id   [30]  19  "00-24-F9-2D-83-87"19:46:57: RADIUS:  NAS-IP-Address      [4]   6   10.1.100.1 19:46:57: RADIUS(00000026): Sending a IPv4 Radius Packet19:46:57: RADIUS(00000026): Started 5 sec timeout19:46:57: RADIUS: Received from id 1645/25 10.1.100.6:1812, Access-Accept, len 27219:46:57: RADIUS:  authenticator F1 5F 57 72 FD 80 95 20 - 46 47 B5 CE DF 63 6E 1A19:46:57: RADIUS:  User-Name           [1]   19  "[email protected]"19:46:57: RADIUS:  State               [24]  40 19:46:57: RADIUS:   52 65 61 75 74 68 53 65 73 73 69 6F 6E 3A 30 41  [ReauthSession:0A]19:46:57: RADIUS:   30 31 32 38 30 31 30 30 30 30 30 30 31 36 30 34  [0128010000001604]19:46:57: RADIUS:   33 45 30 44 32 33            [ 3E0D23]19:46:57: RADIUS:  Class               [25]  49 19:46:57: RADIUS:   43 41 43 53 3A 30 41 30 31 32 38 30 31 30 30 30  [CACS:0A012801000]19:46:57: RADIUS:   30 30 30 31 36 30 34 33 45 30 44 32 33 3A 69 73  [00016043E0D23:is]19:46:57: RADIUS:   65 2F 31 32 34 30 33 36 37 39 31 2F 32 39 37   [ e/124036791/297]19:46:57: RADIUS:  Session-Timeout     [27]  6   2940 19:46:57: RADIUS:  Termination-Action  [29]  6   0 19:46:57: RADIUS:  Message-Authenticato[80]  18 19:46:57: RADIUS:   26 46 2C B6 75 95 AF 37 E6 3B B1 CB F2 70 E0 8D           [ &F,u7;p]19:46:57: RADIUS:  Vendor, Cisco       [26]  72 19:46:57: RADIUS:   Cisco AVpair       [1]   66  "ACS:CiscoSecure-Defined-ACL=#ACSACL#-IP-Contractors-ACL-4fbcd736"19:46:57: RADIUS:  Vendor, Cisco       [26]  42 19:46:57: RADIUS:   Cisco AVpair       [1]   36  "profile-name=Microsoft-Workstation"19:46:57: RADIUS(00000026): Received from id 1645/2519:46:57: RADIUS/DECODE: parse unknown cisco vsa "profile-name" - IGNOREMay 24 07:03:19.132: %MAB-5-SUCCESS: Authentication successful for client (0016.d329.042f) on Interface Gi1/0/7 AuditSessionID 0A01280100000016043E0D23May 24 07:03:19.132: %AUTHMGR-7-RESULT: Authentication result 'success' from 'mab' for client (0016.d329.042f) on Interface Gi1/0/7 AuditSessionID 0A01280100000016043E0D23May 24 07:03:19.140: %EPM-6-POLICY_REQ: IP 10.1.100.194| MAC 0016.d329.042f| AuditSessionID 0A01280100000016043E0D23| AUTHTYPE DOT1X| EVENT APPLYMay 24 07:03:19.165: %EPM-6-AAA: POLICY xACSACLx-IP-Contractors-ACL-4fbcd736| EVENT DOWNLOAD-REQUEST19:46:57: RADIUS/ENCODE(00000000):Orig. component type = Invalid19:46:57: RADIUS(00000000): Config NAS IP: 0.0.0.019:46:57: RADIUS(00000000): sending19:46:57: RADIUS/ENCODE: Best Local IP-Address 10.1.100.1 for Radius-Server 10.1.100.619:46:57: RADIUS(00000000): Send Access-Request to 10.1.100.6:1812 id 1645/26, len 14419:46:57: RADIUS:  authenticator 1A 52 18 C5 25 A7 5C DC - 29 C9 5C 7C C5 B3 FC 5819:46:57: RADIUS:  NAS-IP-Address      [4]   6   10.1.100.1 19:46:57: RADIUS:  User-Name           [1]   38  "#ACSACL#-IP-Contractors-ACL-4fbcd736"19:46:57: RADIUS:  Vendor, Cisco       [26]  32 19:46:57: RADIUS:   Cisco AVpair       [1]   26  "aaa:service=ip_admission"19:46:57: RADIUS:  Vendor, Cisco       [26]  30 19:46:57: RADIUS:   Cisco AVpair       [1]   24  "aaa:event=acl-download"19:46:57: RADIUS:  Message-Authenticato[80]  18 19:46:57: RADIUS:   2B 6B 13 37 0D 25 11 E9 6A 56 35 D8 91 9F EF F0           [ +k7?jV5]19:46:57: RADIUS(00000000): Sending a IPv4 Radius Packet19:46:57: RADIUS(00000000): Started 5 sec timeoutMay 24 07:03:19.191: %SEC-6-IPACCESSLOGP: list ACL-DEFAULT denied tcp 10.1.100.194(2125) -> 10.1.100.6(8443), 1 packet19:46:57: RADIUS: Received from id 1645/26 10.1.100.6:1812, Access-Accept, len 35919:46:57: RADIUS:  authenticator 31 B0 73 93 CA 0E 5C 7C - 11 29 AA 57 6C A1 53 D819:46:57: RADIUS:  User-Name           [1]   38  "#ACSACL#-IP-Contractors-ACL-4fbcd736"19:46:57: RADIUS:  State               [24]  40 19:46:57: RADIUS:   52 65 61 75 74 68 53 65 73 73 69 6F 6E 3A 30 61  [ReauthSession:0a]19:46:57: RADIUS:   30 31 36 34 30 36 30 30 30 30 30 30 35 44 34 46  [0164060000005D4F]19:46:57: RADIUS:   42 44 44 44 33 37            [ BDDD37]19:46:57: RADIUS:  Class               [25]  49 19:46:57: RADIUS:   43 41 43 53 3A 30 61 30 31 36 34 30 36 30 30 30  [CACS:0a016406000]19:46:57: RADIUS:   30 30 30 35 44 34 46 42 44 44 44 33 37 3A 69 73  [0005D4FBDDD37:is]19:46:57: RADIUS:   65 2F 31 32 34 30 33 36 37 39 31 2F 32 39 38   [ e/124036791/298]19:46:57: RADIUS:  Termination-Action  [29]  6   1 19:46:57: RADIUS:  Message-Authenticato[80]  18 19:46:57: RADIUS:   80 EF 5B 80 76 F1 C9 37 0B 25 34 37 10 57 CC 44          [ [v7?47WD]19:46:57: RADIUS:  Vendor, Cisco       [26]  47 19:46:57: RADIUS:   Cisco AVpair       [1]   41  "ip:inacl#1=permit udp any any eq domain"19:46:57: RADIUS:  Vendor, Cisco SW3750-1# [26]  48 19:46:57: RADIUS:   Cisco AVpair       [1]   42  "ip:inacl#2=permit ip any host 10.1.100.6"19:46:57: RADIUS:  Vendor, Cisco       [26]  57 19:46:57: RADIUS:   Cisco AVpair       [1]   51  "ip:inacl#3=deny ip any 10.0.0.0 0.255.255.255 log"19:46:57: RADIUS:  Vendor, Cisco       [26]  36 19:46:57: RADIUS:   Cisco AVpair       [1]   30  "ip:inacl#4=permit ip any any"19:46:57: RADIUS(00000000): Received from id 1645/26May 24 07:03:19.216: %EPM-6-AAA: POLICY xACSACLx-IP-Contractors-ACSW3750-1#SW3750-1#SW3750-1#L-4fbcd736| EVENT DOWNLOAD-SUCCESSMay 24 07:03:19.216: %EPM-6-POLICY_APP_SUCCESS: IP 10.1.100.194| MAC 0016.d329.042f| AuditSessionID 0A01280100000016043E0D23| AUTHTYPE DOT1X| POLICY_TYPE Named ACL| POLICY_NAME xACSACLx-IP-Contractors-ACL-4fbcd736| RESULT SUCCESSMay 24 07:03:20.147: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (0016.d329.042f) on Interface Gi1/0/7 AuditSessionID 0A01280100000016043E0D2319:46:58: RADIUS/ENCODE(00000026):Orig. component type = Dot1X19:46:58: RADIUS(00000026SW3750-1#SW3750-1#SW3750-1#SW3750-1#): Config NAS IP: 0.0.0.019:46:58: RADIUS(00000026): Config NAS IPv6: ::19:46:58: RADIUS/ENCODE: Best Local IP-Address 10.1.100.1 for Radius-Server 10.1.100.619:46:58: RADIUS(00000026): Sending a IPv4 Radius Packet19:46:58: RADIUS(00000026): Started 5 sec timeout19:46:58: RADIUS: Received from id 1646/35 10.1.100.6:1813, Accounting-response, len 38SW3750-1#
    SW3750-1#sh authe sess int g 1/0/7 Interface:  GigabitEthernet1/0/7 MAC Address:  0016.d329.042f IP Address:  10.1.100.194 User-Name:  [email protected] Status:  Authz Success Domain:  DATA Security Policy:  Should Secure Security Status:  Unsecure Oper host mode:  multi-auth Oper control dir:  both Authorized By:  Authentication Server Vlan Group:  N/A ACS ACL:  xACSACLx-IP-Contractors-ACL-4fbcd736 Session timeout:  N/A Idle timeout:  N/A Common Session ID:  0A01280100000016043E0D23 Acct Session ID:  0x0000001B Handle:  0x2F000017Runnable methods list: Method   State mab      Authc Success dot1x    Not runSW3750-1#
    Has anyone encountered similar thing?
    I tried 12.2(58) and now Im testing
    Cisco IOS Software, C3750 Software (C3750-IPSERVICESK9-M), Version 15.0(1)SE2, RELEASE SOFTWARE (fc3)
    but in both cases it is similar.
    regards
    Przemek

    Hi Sebastian,
    thx a lot those 2 commands solved the issue, my mistake. Now I can see remaining time for the session
    SW3750-1#sh auth sess int g1/0/7 Interface:  GigabitEthernet1/0/7 MAC Address:  0016.d329.042f IP Address:  10.1.100.194 User-Name:  [email protected] Status:  Authz Success Domain:  DATA Security Policy:  Should Secure Security Status:  Unsecure Oper host mode:  multi-auth Oper control dir:  both Authorized By:  Authentication Server Vlan Group:  N/A ACS ACL:  xACSACLx-IP-Contractors-ACL-4fbcd736 Session timeout:  28800s (server), Remaining: 28780s Timeout action:  Terminate Idle timeout:  N/A Common Session ID:  0A012801000000221DE0F555 Acct Session ID:  0x0000002B Handle:  0x99000023Runnable methods list: Method   State mab      Authc Success dot1x    Not run
    regards
    Przemek

  • How are session timeouts handled

    Hi,
    Can anyone tell me how session timeouts are handled by the Servlet
    Engine.
    What is the exact role of the SessionInvalidator class. Are sessions
    correctly timed
    out by iAS, because I get strange behaviour in handling session timeouts
    in my application
    which is following MVC architecture.
    What I am observing is that sessions dont seem to timeout after the
    length of
    time specified and sometimes they do timeout correctly. The difference
    between the
    time the session should have timed out and when it actually does is too
    high, which is
    really a concern for us.
    Thanks in advance to evryone.
    Amar bhat.

    Hi AmarBhat,
    Actually this is a bug in iAS (bug id: 556909, Status: Fixed ). This is
    happeninig because iAS has a bad ( late) cleanup of timed out sessions. The
    getSession method (HttpSession) calls IsRequestedSessionIdValid() as a check
    for timeout and this check returns "Valid" even after a couple of seconds of
    timeout. Thus, the getSession from Java layer returns the valid session. So
    you are still able to read and write data on the session.
    We can specify iAS the session to invalidate itself after being timeout.
    Alternately, we can do it manually with HttpSession method, invalidate().
    Plese get back if you have any issues.
    Thanks,
    Rakesh.
    Developer -support, iAS.
    amar bhat wrote:
    Hi,
    Can anyone tell me how session timeouts are handled by the Servlet
    Engine.
    What is the exact role of the SessionInvalidator class. Are sessions
    correctly timed
    out by iAS, because I get strange behaviour in handling session timeouts
    in my application
    which is following MVC architecture.
    What I am observing is that sessions dont seem to timeout after the
    length of
    time specified and sometimes they do timeout correctly. The difference
    between the
    time the session should have timed out and when it actually does is too
    high, which is
    really a concern for us.
    Thanks in advance to evryone.
    Amar bhat.

  • Activation of Xcelsius Dashboard Business Content in BW

    Hello Experts,
    I'm attempting to install/activate Xcelsius Dashboard queries in BW such as [Human Capital Management Monitor: Organizational Data 1|http://help.sap.com/saphelp_nw70ehp2/helpdata/en/98/cce7bd952a4c18b72ac06c3c393df7/content.htm] but not having any luck.
    When going to RSA1 -> Business Content and attempting to select objects for XCLS queries, the system does not respond with anything.
    I also can't open it directly from xcelsius.
    Any tips from anyone who previously attempted installation of this type of BC?
    Thanks

    Make sure you have the right option selected in the "grouping" button of the BCT collection screen.
    it can be set to:
    - only necessary objects
    - everything before
    - everything after
    - before and after
    For your problem (if you selected the cube), you may have it set to "everything after"... so just before or only necessary would be better options
    Also make sure that all the objects are marked for installation. (the checkbox behind them)

  • Detecting Session Timeout?

    What are the techniques for detecting when a user's session has timed out using a JSF-based application and displaying a message to the user (.jspx, ADF BC, JDev 10.1.3.1)? Note I am not using a session-based bean, all beans are currently request-scope. I am storing information in a View Objects, so if the session times out, I lose that data and I need to notify the user.
    For a production Internet application, this is a must. Any thoughts on approaches or code examples?
    Thanks

    The ADF documentation shows an example of using the poll component to raise a session timeout dialogue after a number of minutes.
    About ADF Faces Poll

  • Add Xcelsius Dashboard to Web Dynpro via Flex Wrapper

    Hello all,
    I'm trying to get my application, similar described in [https://websmp105.sap-ag.de/~sapidb/011000358700001894392008E.pdf].
    When running the app in Flex Builder 3 i got the following error in firefox(i guess flashplayer debugger?!)
    SecurityError: Error #2047: Verletzung der Sicherheits-Sandbox: parent: file u2026bin-release/xyz.swf kann nicht auf file u2026bin-debug/xyz.swf zugreifen.
         at flash.display::DisplayObject/get parent()
         at mx.managers::SystemManager/executeCallbacks()
         at mx.managers::SystemManager/docFrameHandler()
    Help: Because the description of the error is in German, I'll try to translate: file xyz.swf cannot access file xyz.swf!
    (xyz.swf) is both times in the same folder, so I suggest, that would be the same file... But where can I change that? And where in Flex Builder do i have to add my swf exportet from Xcelsius? Any help available?
    Thank you very much in advance.
    Edited by: Bonita Boehmer on Jun 20, 2011 3:53 PM

    Thank you very much for your fast reply.
    I found that documentation before, but my Slider is embedded in an Xcelsius-Dashboard. I tried to get the event-handling working, but only in VC, and not in Web Dynpro4J.
    I use the GenericXcelsiusWrapper.swf as Wrapper for the Xcelsius Dashboard, and I can write data in the Flash Island and display it, but after a change in WD the changed value will not be displayed in the TextView.
    Do I have to handle an GAC-Event-Property, and if yes, which name should I use?
    Hope, anyone has experience with that or has a document, because I didn't find any, and can help.
    Best regards,
    Bonita

Maybe you are looking for

  • How to protect a PIM-SM network from unauthorized pim routers and multicast sources?

    Hi, we're using pim sparse mode in a customer network with catalyst 2/3/4/6K switches, all multicast routers are redundant with pim dr running for access subnets. RPs are configured with anycast rp. A) Is there any possiblity to prevent rogue pim rou

  • Profit Center value for Creation of Cost Center in MDG F

    Hi I am using MDG-F 6.1. I want to create cost center using change request type OG_W003 ( Cost Center single processing) without uploading intial data from ECC check table ( CEPC- Procit Center Master Data ). Is this possible as there is warning mess

  • How can I view more than 2 pages wide?

    I found where to view a document 2 pages wide, but is there a way to view 3 or more wide? I've tried by reducing the size of the pages, but cannot get more than 2 next to each other no matter how small I go.

  • New iMAC - Time Warner POP Email Send (SMTP) Not Working

    Greetings, Have used cinci.rr.com account for years across many different types of PCs. New to mac world. My new @mac.com account works fine for sending and receiving. When I added in my cinci.rr.com pop account, I receive fine, but no joy on the SMT

  • Download Externally held File

    I have recently come into having problems with a flash link. I think it must be some update in IE tha'ts caused it to appear like it is, but I would like to know what your views and ideas are on it. The flash holds a link in an image getURL (' http:/