Application Accessing using X-manger is getting disconnected

Hi,
I have Pix 525(pix722.bin), when iam trying to access some applicaton using X-manger ,iam getting disconnected frequently (normally when the connection is ideal) .how can i increase the xdmcp time out values in pix?
Thanks in advance
Dinesh

To change the time out value Open your "X Client Manager Look at the bottom-right area of the window. You'll see the "Advanced" button. You can change the connection timeout value from there.

Similar Messages

  • Server load balancing for application access using multiple servers

    1.what are the methods supported by cisco switches for load balancing
    2. I want to achive users to access 1 particular ip from different locations but phsically few servers which handle the application and data

    well some servers allow you to install routing protocols on them. you could OSPF some links together.
    or you could NLB if it is a microsoft server. this uses a heartbeat network, a virtual mac and an IP address bound to the vmac.
    you could use NIC teaming. broadcom nics on dell servers allow you to configure them for loadbalancing, failover and a few other options.
    or if the servers are mirrored using MSCS or something similar (i.e configured the same but independant) you could just load balance using DNS.
    hope this helps. jsut some ideas quickly off the top of my head

  • 5508 - iPad getting disconnected from WLAN Using EAP-TLS

    We are seeing an issue with an ipad connecting to a WLAN configured for EAP-TLS using ISE 1.2, getting disconnected.  The ipad will hop top another SSID.  It will connect back to the other ssid when selected.  Any ideas? I have a debug client for when this happened.
    *apfMsConnTask_0: Apr 08 14:03:57.508: Association request from the P2P Client Process P2P Ie and Upadte CB
    *apfMsConnTask_7: Apr 08 14:04:57.855: Association request from the P2P Client Process P2P Ie and Upadte CB
    *apfMsConnTask_5: Apr 08 14:05:17.345: 04:54:53:7b:9e:7a Association received from mobile on BSSID 54:78:1a:2f:84:56
    *apfMsConnTask_5: Apr 08 14:05:17.345: 04:54:53:7b:9e:7a Global 200 Clients are allowed to AP radio
    *apfMsConnTask_5: Apr 08 14:05:17.345: 04:54:53:7b:9e:7a Max Client Trap Threshold: 0  cur: 4
    *apfMsConnTask_5: Apr 08 14:05:17.345: 04:54:53:7b:9e:7a Rf profile 600 Clients are allowed to AP wlan
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a 172.30.230.213 RUN (20) Skipping TMP rule add
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a apfMsRunStateDec
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a 172.30.230.213 RUN (20) Change state to DHCP_REQD (7) last state RUN (20)
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a 0.0.0.0 DHCP_REQD (7) State Update from Mobility-Complete to Mobility-Incomplete
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a 0.0.0.0 DHCP_REQD (7) Reached ERROR: from line 6355
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a pemApfDeleteMobileStation2: APF_MS_PEM_WAIT_L2_AUTH_COMPLETE = 0.
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a 0.0.0.0 DHCP_REQD (7) Deleted mobile LWAPP rule on AP [54:78:1a:2f:84:50]
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a Applying Interface policy on Mobile, role Unassociated. Ms NAC State 2 Quarantine Vlan 0 Access Vlan 730
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a Re-applying interface policy for client 
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a 0.0.0.0 DHCP_REQD (7) Changing IPv4 ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:2018)
    *apfMsConnTask_5: Apr 08 14:05:17.346: 04:54:53:7b:9e:7a 0.0.0.0 DHCP_REQD (7) Changing IPv6 ACL 'none' (ACL ID 

    Use profiles for the wifi settings on the iPad
    A reset of network settings will clear the network history, but the profile will add it back in automatically
    http://images.apple.com/ipad/business/docs/iOS_Deployment_Technical_Reference_EN_Feb14.pdf
    Great Cisco doc for BP and troubleshooting of Apple devices:
    Enterprise Best Practices for Apple Mobile Devices on Cisco ...
    Make sure the app uses URIPersistWifi call 
    https://developer.apple.com/library/ios/documentation/iphone/conceptual/iphoneosprogrammingguide/PerformanceTuning/PerformanceTuning.html

  • Problem storing date in MS Access using JSP

    Hi all,
    Can anyone please help me storing date in MS Access using Java i am getting errors. I think it is probably because MS Access take "date/month". I am entering a string with date and month example
    1st October as "0110". I don't know how to enter a date in MS Access.
    Here is my code.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <%@page import="java.io.*"%>
    <%@page import="java.sql.*"%>
    <HTML>
    <HEAD>
    <TITLE>  </TITLE>
    </HEAD>
    <BODY>
    <%
       String emplno = request.getParameter("emplno");
       String date = request.getParameter("date");
       String proposal = request.getParameter("proposals");
       String network1 = request.getParameter("network");
       String suppassociates = request.getParameter("suppasso");
       String intmngt = request.getParameter("intmgt");
       String client[] = request.getParameterValues("client");
       String client1= request.getParameter("client1");
       String clientunit[] = request.getParameterValues("clientunit");
       String clientunit1=request.getParameter("clientunit1");
       int staffid = Integer.parseInt(emplno);
       double proposalunit=Double.parseDouble(proposal);
       double suppliersunit=Double.parseDouble(suppassociates);
       double networkunit=Double.parseDouble(network1);
       double internalmgtunit=Double.parseDouble(intmngt);
       Class.forName( "sun.jdbc.odbc.JdbcOdbcDriver" );
       Connection con = DriverManager.getConnection("jdbc:odbc:finalmp" );
       String activities= "INSERT INTO StaffActivities (StaffID,Date,ProposalUnit,NetworkingUnit,SuppliersAssociatesUnit,InternalMGTUnit) VALUES (?,?,?,?,?,?)";
       PreparedStatement pstmt = con.prepareStatement(activities);
       pstmt.setInt(1,staffid);
       pstmt.setString(2,date);
       pstmt.setDouble(3,proposalunit);
       pstmt.setDouble(4,suppliersunit);
       pstmt.setDouble(5,networkunit);
       pstmt.setDouble(6,internammgtunit);
       pstmt.executeUpdate();
       //String emplno="hello";
       //String entered_date="hello";
       //int access_date=0;
       //int user_date=0;
       if(pstmt!=null)
         pstmt.close();
       if(con!=null)
         con.close();
    %>  
    </BODY>
    </HTML>

    i hope this can help you
    public static String convertToISOFormat(Date dateTime) {
            // ISO Format: 'YYYY-MM-DD HH:MM:SS'
            String returnValue = fillLeft(String.valueOf(dateTime.getYear()+1900), 4,
                    '0')
                    + "-"
                    + fillLeft(String.valueOf(dateTime.getMonth()+1), 2, '0')
                    + "-"
                    + fillLeft(String.valueOf(dateTime.getDate()), 2, '0')
                    + " "
                    + fillLeft(String.valueOf(dateTime.getHours()), 2, '0')
                    + ":"
                    + fillLeft(String.valueOf(dateTime.getMinutes()), 2, '0')
                    + ":" + fillLeft(String.valueOf(dateTime.getSeconds()), 2, '0');
            return returnValue;
        }

  • I have an ipod that I have been using for iTunes, when I connect now to sync, and hit the eject ipod, I get a warning it can't eject due to applications being used in another program. I am having trouble disconnecting. Help!

    I am having a problem with the new iTunes store. I can connect my ipod, and it will show that it is syncing. Once the sync is complete on iTunes, my ipod still shows that it is connected, do not eject. I have not had a problem with this until the new verision of iTunes. When I go to eject my ipod, it tells me that it can't eject due to application being used in another program. I did receive an ipad 2 for Christmas, that I also sync with iTunes, but only the ipad shows up in my devices on the site, what happened to my ipod device and how to add it back to devices? Help is greatly appreciated. Thanks.

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen        
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • I Published a report on the report server but it's not showing in the internal application we use to access reports

    Hi, 
    I Published a report on the report server but it's not showing in the internal application we use to access reports. The name of the application we use is called MAMA and this application has access to all the reports on the SQL report server. My email is
    [email protected] my cell phone number is 201-888-7952. 
    Thanks. 

    Hi Roger,
    Based on my understanding, you publish a report on the report server. When you access reports with internal application, the report doesn’t display, right?
    In your scenario, since you mentioned you have published the report to report server, please go to report manager, check if you can see the published report and open the report properly. If the published report is displayed on report manager, it should not
    be the issue in Reporting Services. In this scenario, since the MAMA application has established connection with on report server, it may not update items on report server after you publish your report onto report server. So please try to “refresh” in MAMA
    or reconnect the report server. If issue persists, I suggest you contact the MAMA application vendor to get some more effective advices.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • When using OS X yosemite 10.10.2 trying to access a web page I get sever error 403

    When using OS X yosemite 10.10.2 and trying to access a web site I get the message server error 403 only with one site (loan application)

    Web server error 403 = Forbidden - It's nothing to do with Yosemite nor Safari.  The web server may be having a problem.  Usually it's a permissions issue on the server side.  But one thing that can happen is that you have a bookmark that is pointing somewhere that is not allowed.  Try navigating to the page from the root of the server.  You might have to start at an earlier authentication page then navigate to the "loan application" page.  It's possible you bookmarked a page that requires authentication and the web server loan application software was not written in a friendly manner to redirect you back to a login page.  Also try clearing your cache and cookies.  Safari menu -> Clear History and Website Data.  You might have an old cookie that needs to be deleted. 

  • Problems accessing application when using SmartView

    Hi friends,
    Getting the below error while connecting to applications using smart view.Any suggestions could be of very helpful.
    Unable to access the application when using SmartView. The user has access to the application DB however:
    Either user doesn't get authenticated at all or he gets the following error message:
    Cannot open cube view. Analytic Server Error (1051025): User joseph is not permitted to access application 8_RPT
    Regards.

    You need to provision in Shared Services the user 'Joseph' to have access to the 8_rpt application.

  • Background Script if database get disconnect Re open an application

    Dear Sir,
    we prepare a shell script to Re open an application if database get disconnect,
    and the details as showing below:
    *#  -1-to check if we are not connecting to Database Re-open*
    tnsping80 tnsname > c:\test.txt
    FOR /F "skip=6" %%A IN (C:\test.txt) DO IF %%A NEQ OK GOTO reset
    del c:\test.txt
    *#  -2- to check if there is any job waiting on database Re-open*
    sqlplus -s username/password@tnsname @jobWaiting.sql
    FOR /F "skip=3" %%A IN (C:\test.txt) DO IF %%A EQU 1 GOTO reset
    del C:\test.txt
    My problem is when the database get disconnecting after calling statement-1-, statement -2- failed and the background process stop working,
    so how i can catch the error when I'm calling sqlplus -s username/password@tnsname.
    Regards,

    First try to sqlplus -l option to ask sqlplus to exit after first connection failure otherwise sqlplus retries to connect and prompts for new connect string:
    >
    -L[OGON]
    Specifies not to reprompt for username or password if the initial connection does not succeed. This can be useful in operating system scripts that must either succeed or fail and you don't want to be reprompted for connection details if the database server is not running.
    >
    Then on Windows use %errorlevel% to check sqlplus return code. If sqlplus connection fails, errorlevel should be set to a non zero value.

  • HT5624 when ever i log any application on my 4s phone i get notification ie connect to iTunes to use push notification

    when ever i log any application on my 4s phone i get notification ie connect to iTunes to use push notification

    Hello there, ajinkyab.
    The following Knowledge Base article provides some great. practical steps for troubleshooting the issue you're describing:
    iPad and iPod touch: Unable to use YouTube or Push notifications
    http://support.apple.com/kb/TS3305
    To use certain services, iTunes must download and install an authentication token on the device. Because iPad and iPod touch do not require an active Internet connection to activate, these tokens may not be downloaded and installed during initial setup.
    You can resolve this issue by verifying that iTunes has an active Internet connection. Use the following steps:
    Open iTunes on your Mac or PC.
    Verify that your Mac or PC has an active Internet connection by accessing the iTunes Store in iTunes.
    Connect your iPad or iPod touch to your Mac or PC.
    After the sync completes, verify you can access YouTube.
    This article also provides a great resource for troubleshooting apps installed on your iOS device:
    iOS: An app you installed unexpectedly quits, stops responding, or won’t open
    http://support.apple.com/kb/TS1702
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • How to get web application to use Tuscany without conflicting with SAP SDO

    Hi,
    We are attempting to run a web application on SAP NetWeaver CE 7.1 SP1 which uses Tuscany SDO.  As it now stands We must use Tuscany because the web application will not run with the SAP SDO implementation provided by Netweaver. To ensure that Tuscany is loaded with priority, we have packaged the Tuscany JAR files and their dependencies as a heavy resource, as described here:
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60642a88-95fe-2b10-d387-a245d48fc257?overridelayout=true
    The final check showed that Tuscany was correctly deployed as a heavy resource and included the following JAR files:
    common-2.2.3.jar
    ecore-2.2.3.jar
    ecore-change-2.2.3.jar
    ecore-xmi-2.2.3.jar
    tuscany-sdo-impl-1.1.1.jar
    tuscany-sdo-lib-1.1.1.jar
    tuscany-sdo-tools-1.1.1.jar
    xsd-2.2.3.jar
    We also verified that the web application using Tuscany has a hard reference to the Tuscany heavy resource.
    However, when we try to run the web application, the following error is logged:  java.lang.LinkageError: Class commonj/sdo/DataGraph violates loader constraints
    The issue is definitely due to some kind of classloading conflict with the SAP SDO library, as the application runs normally when SAP SDO is manually removed from the classpath. Doing this on a production system is unfortunately not an option, though.
    So the question is: how to get web application to use Tuscany without conflicting with SAP SDO?

    I took a look at the "printerReady" example.  Looks like I may be able to use the InetPing (...) function to ping through a range of IP addresses looking for a response.
    Any ideas on how to find the MAC address associated with the IP addresses that respond?
    We may have multiple units responding and the MAC address will allow the operator to determing which unit to connect to.
    I'll try the InetPing to see how it works,
    Kirk

  • HT204266 I no longer have access to an in application purchase. How do I get it back?

    I no longer have access to an in application purchase. How do I get it back? I have not backed up my system since I originally bought the application. Is there anyway of getting it back?

    Very unlikely. Try checking with the developer?
    May want to check with iTS just in case....
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • HT4410 I have just installed Windows 7 64-bit full version Home Premium using Bootcamp and cannot get access to the internet. I installed on a Macbook Air Mid 2012 with Mountain Lion. Are there some drivers that are missing from the Windows 7

    Dear Apple. I have just installed Windows 7 64-bit full version Home Premium using Bootcamp and cannot get access to the internet. I installed on a Macbook Air Mid 2012 with Mountain Lion. Are there some drivers that are missing from the Windows 7 bootcamp install download from Apple

    It is a Total Misconception that the Support files are installed when you are installing Windows, even if the USB drive that holds them is inserted in the system when doing the Windows install.
    You must always Run the Setup.exe files from the support files or run the drivers individually once Windows has finished installing and booted to the desktop.
    Also you really need to run the Boot Camp Control Panel Applet and check for updates as not all the newest drivers for full function of all the hardware is included with the original support download. That download is basically a generic version to get the system working and without doing the updates not everything will work properly.

  • After updating to mavericks I have to constantly enter my apple ID for mail, iBooks, iTunes and many other applications that used to be part of my keychain. How can I get my log-in to work again?

    After updating to mavericks I have to constantly enter my apple ID for mail, iBooks, iTunes and many other applications that used to be part of my keychain. How can I get my apple ID log-in to work again?

    Several times I've re-entered my passwords under Preferences/Internet Accounts/iCloud and it won't save since I've installed Mavericks.  Also, the iCloud icon in the left column in Preferences/Internet Accounts/iCloud is greyed out but allows me to click on it to set-up.  When I click on iCloud the password is filled out but the "Enable this account" check-box is not checked.  I check it, and all seems correct.  The icon is no longer grey, the password is correct, the "activate this account" check-box is checked.  Then, when I launch mail, notes etc. I'm still prompted to re-enter my apple ID.  The log-in loop continues.  For years my keychain has worked perfectly.  What has changed in Mavericks?

  • When trying to open Pages 4.0.1 I get a message stating "Pages cannot be opened because of a problem, check with the developer to make sure Pages works with this version of Mac OS X. You may need to reinstall the application." Using OS X 10.6.8

    When trying to open Pages 4.0.1 I get a message stating "Pages cannot be opened because of a problem, check with the developer to make sure Pages works with this version of Mac OS X. You may need to reinstall the application. Be sure to install any available updates for the application and Mac OS X."
    I've run the software update several times. Pages is located in my iWork '09 folder in Applications. Using OS X 10.6.8

    Delete and reinstall it.
    (104030)

Maybe you are looking for

  • SORT in a BSP applicaiton doesnt work

    Hi Experts, In my BSP Application , I use a table and below is code for the       <htmlb:tableView id              = "WRKLST"                        headerText      = "My Worklists"                        headerVisible   = "true"                     

  • Since OS Lion, iPhoto creates libraries but I can't see my pictures

    iPhot can rebuild my librairy, I see the number of pictures per album, event, ... but he can't display the thumnails, he runs and can't fx the problem

  • Wherabouts of Solaris 8 x86 MU3

    Hi, I am trying to find out where I can obtain/download the MU3 update for Solaris 8 x86. I am specifically interested in the nVidia TNT2 driver that appears to be available on this release. TIA

  • Standalone Web Service Client: NullPointerException

    Hello, I failed running a standalone SAP Web Service application. I built the jar using Netweaver Developer Studio and wrote an application using the stubs. When running the client I get a NullPointerException with its root cause in a SAP provided cl

  • String Letter Count

    I must create a program that reads in a string from the user then prints out the occurance of each letter of the alphabet using the charAt() method. Can I get a little help starting?