ACE - TCP 60 minute idle timer?

Hi Gilles,
is there a tcp idle timeout with exact 60 minutes within ACE Software for NON LB connections?
I have a certain TCP Connection from a FrontendServer to a certain Backend Server which gets a TCP RST every 60 minutes.
The application guys blame the network for this tcp reset. In my opinion all the timing values which are e.g. set in a connection map are only for the Ports designated within the corresponding loadbalancing rules.
So if i am not wrong any other connection traversing the ACE module should be treated as "simple" connection over any other layer 2/3 switch in a network with the exception that the ace is in charge for the routing of this network.
As i am not hundert percent sure that there isn't a timer comparable to the xlate timeout on PIX or ASA for idle sessions i thought maybe you have an idea.
Have a look at the attached textfile.
Thanks for reading
Roble

Hi,
good information, but i have a doubt.
I have an existing policy L3/L4 multi-match like the one below.
I   would like to increase the inactivity timeout on every TCP  connections.  Can i nest the new class map (match all) to my policy-map,  as shown  below in bold?
This can create problems for the existing policy?
Can you confirm me that i can apply only one L3L4 policy map to the interface Vlan?
In necessary to remove and apply the policy to see the effect of the new timeout?
Thanks in advance
Best Regards
policy-map multi-match L4_VIP3_POLICY
  description Multi-Match VIPs on Vlan 18 to ServerFarms
  class L4-FARM-RDP
    loadbalance vip inservice
    loadbalance policy L7-FARM-RDP
    loadbalance vip icmp-reply active
  class L4-FARM-RDP-TOKYO
    loadbalance vip inservice
    loadbalance policy L7-FARM-RDP-TOKYO
    loadbalance vip icmp-reply active
  class L4-FARM-RDP-NY
    loadbalance vip inservice
    loadbalance policy L7-FARM-RDP-NY
    loadbalance vip icmp-reply active
  class L4-FARM-RDP-KUALA
    loadbalance vip inservice
    loadbalance policy L7-FARM-RDP-KUALA
    loadbalance vip icmp-reply active
  class L4-FARM-RDP-NY
    loadbalance vip inservice
    loadbalance policy L7-FARM-RDP-NY
    loadbalance vip icmp-reply active
  class TCP-CLASS
     connection advanced TCP-PARAM
where:
parameter-map type connection TCP-PARAM
set timeout inactivity 36000
class-map match-all TCP-CLASS
  match port tcp any

Similar Messages

  • BizTalk : MQSeries adapter throwing error after 30 minutes idle time

    We have BizTalk and windows MQSeries on separate servers. As long someone logged on to MQseries server, BizTalk able to communicate with MQSeries server and able to receive and send messages to MQs.  If there is no session active on MQSeries server,
    after 30 minutes BizTalk strat throwing following error.  Once you log back to MQSeries server, it will work 30 more minutes.
      Error: The adapter "MQSeries" raised an error message. Details "Retrieving the COM class factory for remote component with CLSID {....} from machine 192.... faied due to the following error : 8000401a 192....
    Has any one encountered similar issue? 
    Thanks,
    Chirag

    Hi,
    This seems to be permission issue. Please refer the similar thread
    http://social.msdn.microsoft.com/Forums/en-US/biztalkgeneral/thread/13427a41-edd7-45fc-9d43-69838720d923
    http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/p/5085/26750.aspx
    Hope it can help you

  • Modify a tcp idle time-out on ACE

    Hi.
    I have a question about tcp idle-time out on ace.
    I configured like below
    set timeout inactivity 600000
    class-map match-any TCP_Connection_IP
    2 match virtual-address 100.254.130.0 255.255.255.0 tcp any
    policy-map multi-match TCP_Connection_Policy
    class TCP_Connection_IP
    connection advanced-options TCP_Connection_Timer
    interface vlan 30(Client Vlan)
    service-policy input TCP_Connection_Policy
    interface vlan 330(Server Vlan)
    service-policy input TCP_Connection_Policy
    Is it a correct?,
    If ok, How can I check the tcp-idle?
    as show command,

    You can't use the virtual-address keyword if you don't want to loadbalance the traffic.
    If you just want to the timeout for traffic routed, you need to use a class-map with an acl.
    ie:
    access-list net1 extended permit tcp any 100.254.130.0 255.255.255.0
    class-map net1
    match access-list net1
    policy-map multimatch TCP_Connection_Policy
    class net1
    connection advanced-options TCP_Connection_Timer
    Now, if you have multiple virtual ip address and want to set the timeout for this virtual ip, you have to assign the connection timeout to all individual virtual ip.
    You can't do it in one shot like you did.
    There is no command to see if a connection has the right idle timeout.
    All you can do is a 'show conn detail' and see if the idle timeout increases up to your configured value.
    Gilles.

  • Is it possible to end a program with frontend after idle time?

    Hi guru's,
    Our users are using TMW (trx PTMW) on a regular basis for entering time data.  It would be real nice to encourage them to close their TMW screens when they have done.
    It would be real nice if the TMW gui (or any other program they leave idle) would get cancelled after X minutes of idle time.  Any pending non saved changes may get lost.
    I' ve looked at the rdisp/gui_auto_logout parameter.  But this cancels the whole session and so they need to log on again.  We'd just like it if they return to their easy access startmenu.
    Any suggestions how to do this? (a system parameter? repair of TMW? job that ends idle gui's?)  I'll reward any usefull suggestion
    Kr,
    Jonathan

    If you want your LabVIEW program from Windows to run on Linux, you need to compile it first with a LabVIEW for Linux version. Be aware that path management is slightly different under Linux. So your Windows application won't run under Linux if you don't prepare for it.
    If you want a LabVIEW / Windows application to interface with LabVIEW / Linux, you can do this with TCP/IP functions, or perhaps even with global variables (not sure if they work under Linux).
    Can't help you with the second question(s). I'd be worried about getting any camera working under Linux and LabVIEW, but I'm not sure if this is a valid concern.
    Regards,
    Wiebe.

  • SSRS 2012 report integrated with SharePoint 2013 issue :Report refreshing after some idle time

    we have SSRS 2012 report integrated with SharePoint 2013  , when we click on any toggle item after some idle time of 60 secs and try again to expand
    another toggle item then  complete report is getting refreshed and  if we are in child report it is redirecting to parent report. . we didn’t set any refreshing property at report level. I hope there will be some idle time setting at sharepoint site
    level.
    what we observed.
    1. there is no problem when we expand toggle items without any idle time.
    2. when we open the report and expand few toggles and keep idle for 60 seconds and try
    again to expand another toggle item then  complete report is getting refreshed (all toggle items are collapsing).
    3. If you keep idle for 60 minutes and if you didn’t do any action like expanding toggle
    items it is not refreshing.
    why it is happening and how to stop that complete refresh.
    Surendra Thota

    Hi Surendra,
    I have tested on my local environment and the issue can be caused by the session time out ,the time out of the report precessing, database timeout,DataSet query execution timeout and so on.
    I would like to confirm that the refresh you have mentioned is the page refresh or the report reloading?
    Please reference to the setting below to don't limit the timeout values if you got the report reloading:
    Point to a report in the library.
    Click the down arrow, and select Manage processing options.
    In Processing Time-out, select Do not time out report processing or
    Limit report processing in seconds if you want to override that value with no time-out or different time-out values.
    If you got the session timeout that refresh the page, please reference to the setting in below article:
    http://msdn.microsoft.com/en-us/library/gg492284.aspx#bkmk_session_settings_section
    Details information in the article below about the timeout setting for your reference:
    Set Processing Options (Reporting Services in SharePoint Integrated Mode)
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • Windows 7 desktop locks after 10 minutes idle - Policy setting?

    Is there a policy setting to lock the desktop after a certain amount of idle time?  I can't seem to find one, and searches on the web only seem to uncover lock up issues with software, rather than security policy settings.
    Right now our Win 7 desktops lock after 10 minutes of inactivity (set by old IT staffer who is no longer here).  This is way too short and we need to change it.  However, I can't find where the setting is.  The screensaver is disabled and the power settings are set to maximum.  The only policy setting that looks like it could be what I'm looking for is "Microsoft network server: Amount of idle time required before suspending session", but that wasn't set to 10.  I went and set it to 0 anyway and the desktop still locks after 10 mins.
    Can someone point me in the right direction for this setting?
    Thanks!

    When you leave your computer, it’s best to start a screensaver that can only be turned off with a password.
    On the Start menu, click Control
    Panel.
    Click Personalization, and then click Screen
    Saver.
    In the Wait box, choose 15 minutes
    (or less)
    Click On resume, display logon screen, and then click OK.
     just try reverse , it may work !!!!!!!!!!!!! :)

  • SSRS sharepoint integrated report refershes after 60 secs of idle time

    Hi All
    we have SSRS 2012 report integrated with sharepoint 2013  in which when we click on any toggle item after some idle time of 60 secs then  it refreshing complete report .
    what we observered.
    1. there is no problem when we expand toggle items without idle item.
    2. when we open the report ond expand few toggles and keep idle for 60 seconds and try to expand another toggle item then  complete report refresh is happening with all toggle items are collapsing.
    3. If you keep idle for 60 minutes and if you didnt do any action like expanding toggle items it is not refreshing.
    why it is happening how to stop that complete refresh.
    Surendra Thota

    Hi Surendra_Thota,
    According to your description, there is SSRS drilldown report of sharepoint integrated mode, when you expand toggle after 60 seconds idle time, the report will be completely refreshed, and all toggle items are collapsed.
    The report session keeps alive by pinging the server periodically for every N-1 second, where N being the timeout of the session set within Reporting Service. In this case, the report session has already expired in one minute and hence whenever we access
    the page after one minute, the report will be completely refreshed. To solve the problem, we can increase the report session timeout for Reporting service 2012 in SharePoint integrated mode by following steps:
    Browse the SharePoint central administration URL and navigate to Application Management -> Manage service applications (Under Service Applications).
    Select the Reporting services service application and click on manage.
    Click on System Settings.
    Locate the Session Timeout setting. We can change it to 1200.
    Click on OK.
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • How to handle user idle time in portal?

    Hi Gurus,
    We want to make the portal and its content area use the same session time-out on client side. When it reaches the maximal user idle time, let's take 30 minutes for example, it will automatically log out the portal.
    There is already a wonderful solution to handle portal user idle timeout on client side: https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/epSnippet-Portaluseridletimeoutforlogoff-custom+javascript
    But it does not meet our requirement exactly.
    We want to reset user idle time to zero not only for 'urn:com.sapportals:navigation' event, but also for 'onclick', 'onkeypress' and 'onmousemove' events in portal header/footer and content area.
    Is it possible to realize our requirement? Or, is it possible to handle the 'onclick', 'onkeypress' and 'onmousemove' events from portal content area in portal header level(masthead)?
    Thanks,
    Bobby

    Hi Bobby,
    We have the same requirement and need to subscribe to button click and other such events as well.
    Would you let me know if you have implemented such a solution ?
    Regards,
    Melwyn

  • [ZM] Problem with idle shutdown.(or idle tim

    My zen micro's current firmware is ..0
    I found this problem months ago, but didn't try to figure it out.
    There is centainly problem with idle shutdown timer.
    I guess the IDLE SHUTDOWN TIMER SHOULD NOT RUN IF THE PLAYER IS PLAYING.
    Idle = player is on, but not playing or not performing any task.
    My current setting is
    Idle timer = 5 min
    Sleep timer = 45 min
    This problem occurs,
    When the player is turning on from deep sleep mode (after 4 hrs of stand-by mode)
    I left my player playing mp3 after turning on.
    And eventually the player shuts down itself after about 5 min (which is setted as idle timer)
    So I checked the screen when the player shut down itself, and the screen was displaying 'Idle Shutdown'
    Once the player shut down, it will not shut down again after turing on.
    Summary,
    . Turn on player after deep sleep mode(4hr)
    2. leave player as playing music
    3. after time amount of idle timer, it shuts down itself.
    4. the screen displays 'idle shutdown' when it shuts down itself.
    anyone noticing this problem?

    Jason-CL wrote:mcramen,I tested by taking the battery out(this will simulate as a deep sleep), and also turning on and off the player a few times without taking the batttery out with the same setting. The player are still playing now.Jason
    Jason, there is a critical difference your test missed: He turned his player off, let it go into "deep sleep" after 4 hours, then turned it back on and left it playing; it then went into "idle shutdown" after 5 minutes. This can only happen with 4-hour-standby firmwares (..02, 2.20.05, and the deprecated .0.02) turned off while playing, which then go into "deep sleep" after 4 hours; if you "simulate" it by resetting, it won't start playing when you turn it back on. And if you press any button, "idle shutdown" will work normally and the bug won't occur. (Older firmwares will lose your place when entering "deep sleep" after 24 hours, so they won't exhibit the problem.)
    Sounds like a firmware bug where it fails to recognize that a player turned on from "deep sleep" doesn't need a button punched to be playing. Get ready for .2 and possibly 2.2 firmwares, maybe?
    In the meantime, the workaround would be to press any button (menu, pause/unpause, anything) if it's playing when turning on from "deep sleep". (Much like the previous post, but I suspect any button other than the power switch will work, not just pause. But I could be wrong.)Message Edited by RBBrittain on 0-9-2005 02:4 PM

  • ACE TCP connection timeout

    Hello,
    our customer has a problem with correct closing TCP connections on the ACE. TCP session (HTTP protocol) is closed _correctly_ (we can see it in the sniffer output), but 'sh conn' on the ACE shows it as 'established' (session is already closed). TCP timeout is set to default (60min).
    Any new connection from the same src port (because many connection to the service) is closed after TCP session is established.
    When I try generate 200 concurrent sessions TCP sessions in my lab, this are on the ACE closed correctly. Customer's traffic is around 20-30.000 concurrent session, but I can't generate so much traffic.
    SW version on the ACE: 3.0(0)A1(3b)
    thx
    martin

    Thanks Gilles!
    The problem occurs only with traffic from WAP nodes (too many short HTTP requests).
    We try it upgrade to A1(5b), but I'm not sure, if this is our problem...
    Bug description:
    Symptom:
    With L7 LB configuration, Some times connections do not close.
    Conditions:
    SYN sent to Real server may result in ACK coming from server. ACE TCP module was not handling this ACK correctly.
    ...but our traffic is only L4 LB and we have a problem with connection state on the ACE from both sides (client and server). on the client and server side is connection closed properly, but on the ACE module ('sh conn') we can see it in 'established' state. It's closed after TCP timeout and that is not correct.
    martin

  • Report Server does not respond after certain idle time

    We have an oracle 10g application server on solaris 10.
    The report server has the defaul settings for time out , callback etc..
    After the report server stays idle for 2 or 3 hours and the first report that comes after that takes around 8 to 10 minutes to generate. The report server engine does not seem to be getting active immediately.
    Is there any parameter I can change so that the reports do not get effected.
    Thanks

    I have put the idle time out at 300 minutes and the max idle time as 350 minutes. But that does not seem to have helped.And also I have min engine as 1 , max as 10.
    Even with the above settings , When the report engine is idle after 30 minutes the 1st report to generate after 30 minutes takes 9 minutes.
    please let me know if there are any other parameters I need to change.
    thanks

  • Scheduled Tasks - System Idle Timer

    I recently upgraded to Windows 8.1. Unfortunately, my NIC prevents the system from automatically entering Hibernate (if I disable/unplug it the system sleeps properly). To work around this, I thought I would use a Scheduled Task to run shutdown /h after
    x minutes of inactivity (probably an hour).
    I set my task's trigger to be an hourly check indefinitely.
    I set the action to be shutdown /h
    I set the conditions to be:
    Start the task only if the computer is idle for: 1 hour (checked)
    Wait for idle for: Do not wait
    The problem I have found is that the task runs if the computer has been idle for only four minutes as per the Task Idle Conditions states (http://msdn.microsoft.com/en-us/library/windows/desktop/aa383561%28v=vs.85%29.aspx). In my mind I should leave the
    computer alone, the hour ticks over and the task is initiated. It should then check to see how long the system has been idle for:
    >= 1 hour? Run the task
    < 1 hour? Do nothing until the next hour
    What seems to be happening is it is checking for an idle state and running the task, even if the computer has only been idle for the minimum four minutes.
    Has anyone else found this issue? Are there any ideas on how I can fix this? My next idea is to write a batch file to sleep for an hour and then hibernate and to have the task cancel the batch process when the system is no longer idle. Seems like it could
    work.
    Thanks in advance.

    Hi vdboots. The question is regarding Task Scheduling and the idle timer, not the issues my system has with hibernating automatically.
    To answer your query, yes I have disabled all devices from waking the computer. The Microsoft drivers for my NIC for some reason keeps the machine awake. I installed the manufacturer's Windows 7 drivers (of course they didn't release any Windows 8 ones...)
    and the machine would sometimes enter hibernation, but mostly would just stay on. The only way I could get the computer to automatically hibernate was to disable the NIC altogether, but that is hardly a solution.
    As I said, this question is about why Windows doesn't seem to be waiting for 1 hour idle time before initiating the task. The action of the task is fairly irrelevant, in fact for my testing I just launch cmd and run time /t.

  • IP device tracking and idle timer problem

    Hi,
    We are deploying 802.1X in our network and have encountered problem with a type of payment terminal.
    The problem is that the terminal do not 'speak' to the network after the first initial DHCP request, the terminal waits for incoming packets from a counter to start the payment process. After the idle-time the MAC is flushed from the switch and the port is not authorized any more.
    To solve this we set 'authentication control-direction in' on the port and use 'ip device tracking' to keep the client on the network, ip device tracking sends an arp request every 30 seconds to clients.
    Our ISE is sending Radius:Idle-Timeout = 300 and the timer start to count down when the client is authenticated.
    In Wireshark, I can see that the ARP request is going out and the ARP reply coming back in but this does not update the inactivity timer for the client. So after 5 minutes the port is gone, and there is no way to get the port up again from the network. Traffic from the client brings up the network.
    This looks like a bug to me, anyone seen this, or a similar behaviour?
    Running:
    ISE 1.2p6
    IOS 12.2(55)SE6
    From Trustsec 1.99 Wired 802.1X Deployment Guide:
    Tip Enable IP Device Tracking with inactivity timers to keep quiet endpoints connected. When IP Device Tracking is enabled, the switch periodically sends ARP probes to endpoints in the IP Device Tracking table (which is initially populated by DHCP requests or ARP from the end point). As long as the endpoint is connected and responds to these probes, the inactivity timer is not triggered and the endpoint is not inadvertently removed from the network.
    From CLI output
    SW03#sh auth sessions int fa0/4
                Interface:  FastEthernet0/4
              MAC Address:  xxxx.xxxx.5289
               IP Address:  10.10.10.64
                User-Name:  XX-XX-XX-XX-52-89
                   Status:  Authz Success
                   Domain:  DATA
           Oper host mode:  multi-auth
         Oper control dir:  both
            Authorized By:  Authentication Server
               Vlan Group:  N/A
          Session timeout:  N/A
             Idle timeout:  300s (server), Remaining: 2s
        Common Session ID:  0A17BD07000000A925152A7B
          Acct Session ID:  0x00000458
                   Handle:  0x090000A9
    Runnable methods list:
           Method   State
           dot1x    Failed over
           mab      Authc Success
    SW03#
    SW03#
    SW03#
    SW03#sh auth sessions int fa0/4
                Interface:  FastEthernet0/4
              MAC Address:  Unknown
               IP Address:  Unknown
                   Status:  Running
                   Domain:  UNKNOWN
           Oper host mode:  multi-auth
         Oper control dir:  both
          Session timeout:  N/A
             Idle timeout:  N/A
        Common Session ID:  0A17BD07000000AA251A0019
          Acct Session ID:  0x00000462
                   Handle:  0x800000AA
    Runnable methods list:
           Method   State
           dot1x    Running
           mab      Not run

    Here is the port config.
    Just to clarify, everything is working except that the terminal is losing the authentication. The terminal works again if traffic is initiated from the terminals menu, like with ping.
    interface FastEthernet0/4
     description Standard
     switchport access vlan xxx
     switchport mode access
     switchport block unicast
     switchport voice vlan xxx
     switchport port-security maximum 2
     switchport port-security
     switchport port-security aging time 5
     switchport port-security violation restrict
     priority-queue out
     authentication control-direction in
     authentication event fail action next-method
     authentication event server dead action reinitialize vlan xxx
     authentication event server dead action authorize voice
     authentication event server alive action reinitialize
     authentication host-mode multi-auth
     authentication order dot1x mab
     authentication priority dot1x mab
     authentication port-control auto
     authentication periodic
     authentication timer reauthenticate server
     authentication timer inactivity server
     authentication violation restrict
     mab
     no snmp trap link-status
     dot1x pae authenticator
     dot1x timeout tx-period 5
     storm-control broadcast level pps 100
     storm-control multicast level pps 100
     storm-control action trap
     spanning-tree portfast
     service-policy input users

  • Custom screen saver idle time

    Is there a way to set a custom screen saver idle time? Through terminal? I tried "defaults -currentHost write com.apple.screensaver idleTime 160" for 3 minutes but that makes it go to 20 when I view it in preferences... lol, wow. This is hilarious. It's too much to have a slider or let the user enter any number? Too much for Apple, I know. It's tough. 100 billion dollar company. Can't even adjust the mouse acceleration either. Apple is Christ reincarnate.

    i got it to work
    I was runing it as root and you have to run it as Current console user on target computer in order for it to work.
    just in case someone else ever needs it.
    ~X

  • CLOSED: MAPVIEWER LONG PREPARATION TIME AFTER LONG IDLE TIME

    SR # 6896831.994
    Customer: NEDGRAPHICS BV
    Mapviewer Release: 9.0.4
    This issue was posted to the Field Service Forum. They responded with
    For Map, we do create the datasource and related maps, themes, styles to be used for Map. The exeuction part is done by Mapviewer and we don't have much control on the mapviewer code on performance tuning point of view.
    Please post this question in mapviewer forum
    Issue:
    After MapViewer being idle for some time (+/- 60 minutes) it takes a long time to generate the first map image --> 5 minutes.
    In the MapViewer logfile with log-level=finest, I see that there is a very long preparation time.
    After producing the first map image the next (same!) image is produced very fast.
    What could be the reason?
    What does MapViewer do during "preparation"?
    Customer statement:
    I am a very experienced Oracle specialist and a very experienced MapViewer developer.
    Could you please pass on my request to the MapViewer developers?
    I have to know what is going on during preparation time.
    Is there a possibility to get more detailed logging of the preparation time?
    SEE log file at:
    http://workbench.oraclecorp.com/cgi-bin/tools/its_reltar?tar=6896831.994
    FILE: mapviewer_37.log
    Additional customer info.
    UPDATE from customer
    ================
    The first time after long idle time it takes between 100 and 300 seconds.
    After that it takes less than 2 seconds.
    Can it be a dabase connection issue?
    Will it make a difference if I use a database connection via data-sources.xml
    instead of a direct data-source in mapviewerConfig.xml?
    This is what I mean :
    Method 1:
    <map_data_source name="NBG"
    jdbc_host="plutonium"
    jdbc_sid="ods"
    jdbc_port="1521"
    jdbc_user="nbgex"
    jdbc_password="ELvaJ7axzKQl0aKtjikuKT7JUFTjukU3"
    jdbc_mode="thin"
    number_of_mappers="3"
    />
    Method 2:
    <map_data_source name="NBG"
    container_ds="jdbc/NBG"
    number_of_mappers="3"
    />
    data-sources.xml:
    <data-source
    class="oracle.jdbc.pool.OracleDataSource"
    name="NBG"
    location="jdbc/OracleCache"
    ejb-location="jdbc/NBG"
    xa-location="jdbc/xa/OracleXADS"
    connection-driver="oracle.jdbc.driver.OracleDriver"
    username="nbgex"
    password="nbgex
    url="jdbc:oracle:thin:@plutonium:1521:ods"
    inactivity-timeout="30">
    <property name="connectionCacheName" value="ICC"/>
    <property name="connectionCachingEnabled" value="true"/>
    <property name="fastConnectionFailoverEnabled" value="true"/>
    </data-source>
    Thanks
    Message was edited by:
    user639281

    RESPONSE from customer
    ====================
    The database is restarted once a day in the morning. That could explain the problems in the morning. But there are also problems during day time after some hours of idle time when the database in not restarted.
    After testing we noticed that we don't have the problem if we use database connection through OC4J (data-sources.xml).
    If we use that method every database connection is cleaned up if it is not used for 15 seconds or so.
    If we use the other method (database connection in mapviewerconfig.xml) then the database connection is open for a long time and then we have the problem with the long preparation time.
    This problem only occurs in a DMZ environment. MapViewer is installed on a DMZ server and connects through the firewall with a intranet database.
    Is it possible that the firewall software prevents communication of an open database connection after a long period of idle time?
    Thanls.

Maybe you are looking for

  • My apple mac is not charging

    My MacBook doesn't seem to be charging when it's plugged into the power outlet. I have tried restarting, plugging it in again and other outlets...at least 3 times each. It was working earlier today.

  • Updating to Camera Raw 7.2

    When in Lightroom and going to Photoshop to edit a photo LR says I need to update Camerea Raw to 7.2 using Help in PS. But PS help says everything is up to date and shows Camera Raw version as 6.7.0.339. So how do I update? I did just update LR to ve

  • Script for copy and compile objects from one schema to another

    Hi, I have 2 schemas like schema1 and schema2 in both schemas i have same procedures/function like p_test1 .If i modify a procedure in schema1 i want same modifications in schema2 so i want a script to apply these changes to schema 2. except bellow p

  • Lines please!

    Am I missing something obvious? Line styles would obviously be lovely (dotted/dashed) Having no lines at all (other than object "stroke" borders) and making the user create 1px tall rectangles is just plain bizarre. Tell me I'm missing something.

  • Replacement ipad - how do I sync with previous device's backup?

    Due to cracked screen, I bought a replacement ipad 1 from the Genius Bar (and had to hand over my old device). I wanted to simply synch this new device with the back-up of my old device in order that the passwords I have stored in a password storage