N85 tries to open GPRS-connection by itself

Hi. I have used N85 for couple months now, and after latest software update (20.175) bumped to a problem. Almost every day I notice that my phone has opened packet data connection. When I check running applications there are no extra applications. GPRS-connection can not turned off, only solution is to reboot phone.
My girlfriend bought same phone 2 week ago, and after latest update she had similar problem. Every day some application is asking permission to open GPRS-connection, and also there are now extra applications running.
We both have turned off automatic email checking, automatic updates, connecting to net when using GPS but no avail. Both phones has Opera Mini (using wlan by default) and Nokia Maps, but no other third party applications. Any hints what could be done would be appreciated.
P.S  Pardon my terrible english.

hi there,
Since u r saying the problem is after the Firmware upgrade u can have a go at these options
*#7780# Resets ur mobile to the Factory settings no data loss
*#7370# Formats ur Phone memory All PHONE data will be lost
3 finger reset Hold on '3' ,'*" ,'Call answer key' at the same time also hold on the power key until u see the Nokia handshake symbol
Try one by one till ur problem gets resolved
u no need to go this much the problem may get resolved atmost to the second level
check out
cheers.....
Message Edited by krizanand on 24-Jun-2009 07:21 PM
If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

Similar Messages

  • Cannot open a connection

    solaris: 8
    bea: 6.1
    jdk 1.3.0
    I configured a connection pool and a datasource with the console
    then i tried to open a connection referring to the datasource, modifying the example
    simplesql.java as follows:
    // Put connection properties in to a hashtable.
    Hashtable ht = new Hashtable();
    ht.put(Context.INITIAL_CONTEXT_FACTORY,
    "weblogic.jndi.WLInitialContextFactory");
    ht.put(Context.PROVIDER_URL,
    "t3://localhost:7050");
    // Get a context for the JNDI look up
    ctx = new InitialContext(ht);
    System.out.println( "got context: " + ctx );
    javax.sql.DataSource ds
    = (javax.sql.DataSource) ctx.lookup ("datasource-crmsvi");
    System.out.println( "got datasource: " + ds );
    System.out.println("Making connection...\n");
    conn = ds.getConnection();
    // execute some SQL statements to demonstrate the connection.
    stmt = conn.createStatement();
    running it i get the following error, what kind of mistake i made???
    thanks
    weblogic.common.ResourceException: weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: invalid arguments in call
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:156)
    at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:803)
    at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:175)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:198)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:251)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:158)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:114)
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:653)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:492)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:383)
    at weblogic.common.internal.ResourceAllocator.reserveNoWait(ResourceAllocator.java:351)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:161)
    at weblogic.jdbc.common.internal.ConnectionPool.reserveNoWait(ConnectionPool.java:122)
    at weblogic.jdbcbase.common.internal.RmiDataSource.getPoolConnection(RmiDataSource.java:180)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:49)
    at weblogic.jdbc.common.internal.RmiDataSource_WLSkel.invoke(RmiDataSource_WLSkel.java:102)
    at weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:128)
    at weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.java:118)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:17)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    Hi Michele,
    This exeption is normally thrown when the pool
    is misconfigured. Check the correctness of the
    URL. Also it's quite possible that you user
    username instead of user in the connection
    properties.
    Could you also show me the pool definition?
    Regards,
    Slava Imeshev
    "michele quaini" <[email protected]> wrote in message
    news:[email protected]...
    >
    solaris: 8
    bea: 6.1
    jdk 1.3.0
    I configured a connection pool and a datasource with the console
    then i tried to open a connection referring to the datasource, modifyingthe example
    simplesql.java as follows:
    // Put connection properties in to a hashtable.
    Hashtable ht = new Hashtable();
    ht.put(Context.INITIAL_CONTEXT_FACTORY,
    "weblogic.jndi.WLInitialContextFactory");
    ht.put(Context.PROVIDER_URL,
    "t3://localhost:7050");
    // Get a context for the JNDI look up
    ctx = new InitialContext(ht);
    System.out.println( "got context: " + ctx );
    javax.sql.DataSource ds
    = (javax.sql.DataSource) ctx.lookup ("datasource-crmsvi");
    System.out.println( "got datasource: " + ds );
    System.out.println("Making connection...\n");
    conn = ds.getConnection();
    // execute some SQL statements to demonstrate the connection.
    stmt = conn.createStatement();
    running it i get the following error, what kind of mistake i made???
    thanks
    weblogic.common.ResourceException: weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: invalid arguments in call
    atoracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
    atoracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:156)
    at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:803)
    at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:175)
    atoracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:198)
    atoracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:251)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
    atweblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Connection
    EnvFactory.java:158)
    atweblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Connection
    EnvFactory.java:114)
    atweblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.j
    ava:653)
    atweblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:49
    2)
    atweblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:38
    3)
    atweblogic.common.internal.ResourceAllocator.reserveNoWait(ResourceAllocator.j
    ava:351)
    atweblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:161
    atweblogic.jdbc.common.internal.ConnectionPool.reserveNoWait(ConnectionPool.ja
    va:122)
    atweblogic.jdbcbase.common.internal.RmiDataSource.getPoolConnection(RmiDataSou
    rce.java:180)
    atweblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java
    :49)
    atweblogic.jdbc.common.internal.RmiDataSource_WLSkel.invoke(RmiDataSource_WLSk
    el.java:102)
    atweblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
    atweblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
    :128)
    atweblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    atweblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:118)
    atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
    7)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

  • Hi, i am trying to open and view a report that comes from another server with different odbc connection

    hi, i am trying to open and view a report that comes from another server with different odbc connection
    i created a crystal report for a mysql database on my machine and everything works great
    but we have other reports that come from other machines with different odbc connection
    and this its not working when opens the report asks for credentials
    and i cannot use the remote ip for these reports that come from other machine
    question
    if i cannot connect to remote ip to open the report
    for each report i have to create a database the report database on my machine and then open the report ?
    or there is some other way to open the report ?
    i am using visual studio 2013 and mysql and
       <add key="MYSQLODBCDRIVER" value="{MySQL ODBC 5.3 UNICODE Driver}"/>
    thanks

    short
    i have a report that it was created on another server with a specific dsn
    now i am trying to open the report on my machine
    the database from the other server does not exist on my machine
    the server machine where the report was created the ip its not accessible
    question ?
    can i open the report on my machine or its impossible ?
    thanks

  • Error: there is a problem connection to the GPRS service in your registered home network, error trying to make data connection. this may be casued by a voice call, a wired activesync connection or inncorrect network setting

    like 2 weeks ago i called in to att to see how much is the data plan and it would end up costing $30.
    so i was like screw that. well they figured that i got a new phone replacing the LG shine. so they asked
    for to call this number so they can recieve data which would updated the system that i have a plam treo 750.
    ever since this conflict i can't send picture messages. i get that problem. everytime i attempt to send a picture
    i recieve this.
    - there is a problem connection to the GPRS service in your registered home network.
    - then i get a test that says error trying to make data connection. this may be casued by a voice call,
    a wired activesync connection or inncorrect network setting.
    please someone help me.
    btw. hard reset and soft reset did not work for me.
    Post relates to: Treo 750 (AT&T)

    problem fix, i had to call in. customer serivce. and when i called to ask about the plan. they blocked it. so i had to unblock my internet.
    Post relates to: Treo 750 (AT&T)

  • Getting error "Error connecting to MDEX" while trying to open micro browser

    Hi,
    I am using endeca Tools and framework 3.1.0 and MDEX 6.3.0.
    While trying to open micro browser from Workbench UI to create page template configurations,I am getting following message in popout:
    Error connecting to MDEX. The data service associated with this editor is not correctly configured.
    Please guide the if you have any clue.
    Thanks,
    Mayank Batra

    I have successfully configured RecordSpotlight editor to use a different endeca instance. What I did is modify apps\[your app name]\config\editors_config\services\dataservice.json file with updated endeca search configuration, save the file, and run apps\[your app name]\control\set_editros_config.bat to apply the change.
    To verify, you can run apps\[your app name]\control\export_site.bat command to export your site configuration, the updated data service config should show in the site xml file exported.
    Hope it helps,
    Michelle

  • Error while trying to open the discoverer connections page

    Dears,
    please your kindly help!!!
    Error while trying to open the discoverer connections page
    When I tried to open the link http://192.168.4.222:7778/discoverer/viewer
    I received the error:
    An error occurred while handling the event. See the application log for more details.
    A fatal application error has occurred. Please consult with your OracleAS administrator or look at the application log file.
    I checked the OC4J application.log file and I found the following:
    10/03/11 10:34:16 discoverer: [ERROR] [AJPRequestHandler-ApplicationServerThread-6] oracle.discoverer.applications.framework.
    GlobalExceptionHandler.execute null
    java.lang.NullPointerException
    at java.io.FileOutputStream.<init>(FileOutputStream.java:172)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at java.awt.Font$2.run(Font.java:606)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Font.createFont(Font.java:600)
    at oracle.discoverer.renderer.pdf.XDOConfig._discoverFonts(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.<init>(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.getNewInstance(Unknown Source)
    at oracle.discoverer.renderer.pdf.PDFGenerator.initPDF(Unknown Source)
    at oracle.discoverer.applications.viewer.model.ViewerApplication.init(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationFactory.create(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.getApplication(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:824)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forward(ServletRequestDispatcher.java:222)
    at oracle.discoverer.applications.viewer.url.URLServlet._process(Unknown Source)
    at oracle.discoverer.applications.viewer.url.URLServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFil
    ter(ResourceFilterChain.java:65)
    at oracle.discoverer.applications.framework.ApplicationEncodingFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.proces
    sRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor
    $MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    10/03/11 10:34:16 discoverer: [ERROR] [AJPRequestHandler-ApplicationServerThread-6] oracle.discoverer.applications.framework.
    ApplicationController._logException error.handling.event
    oracle.discoverer.applications.framework.ApplicationException: error.handling.event
    at oracle.discoverer.applications.framework.GlobalExceptionHandler.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:553)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:824)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forward(ServletRequestDispatcher.java:222)
    at oracle.discoverer.applications.viewer.url.URLServlet._process(Unknown Source)
    at oracle.discoverer.applications.viewer.url.URLServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFil
    ter(ResourceFilterChain.java:65)
    at oracle.discoverer.applications.framework.ApplicationEncodingFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.proces
    sRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor
    $MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.NullPointerException
    at java.io.FileOutputStream.<init>(FileOutputStream.java:172)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at java.awt.Font$2.run(Font.java:606)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Font.createFont(Font.java:600)
    at oracle.discoverer.renderer.pdf.XDOConfig._discoverFonts(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.<init>(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.getNewInstance(Unknown Source)
    at oracle.discoverer.renderer.pdf.PDFGenerator.initPDF(Unknown Source)
    at oracle.discoverer.applications.viewer.model.ViewerApplication.init(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationFactory.create(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.getApplication(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    ... 21 more
    10/03/11 10:34:16 discoverer: TemplateUINode, localName='documentTemplate': /u01/oracle/ias/j2ee/OC4J_BI_Forms/applications/d
    iscoverer/discoverer/cabo/styles/dc-blaf.xss: Parsing error, line 5, column 22: <laf> is not an understood element.
    This sometimes means the element's namespace (http://xmlns.oracle.com/uix/style) is set incorrectly. This may also be an issue with the syntax of its parent element.
    Please anyone can help.
    Best Regards ,
    Yasser

    Welcome to the forums !
    Pl see if MOS Doc 360403.1 (Launcing Discoverer Plus Fails With Error "Oracle.Discoverer.Applications.Framework.Globalexceptionhandler.Execute Null" in Application.log File) is applicable in your case
    HTH
    Srini

  • Can't open a document linked in a PDF. "This document tries to establish a connection". What can I do?

    When I try to open open a document which is linked in a PDF(I opened the PDF with Adobe Reader) there comes a safety warning:
    This document tries to establish a connection:
    file://(fileserver)
    Is this Website confidential, click on "allow". Is the website not confidential click on "Block".
    How can I set the memory location as confidential, so that this warning doesn't come anymore?
    Many thanks.

    No, the icon is the old one that got the new ones graphical appearence but is still link to the old Pages 09.
    To make certain you open the document in the application you want use Right click (CTRL click) insted on the document and choose the Pages version you want.

  • I have a partition on my IMac disk and Windows 7 loaded on one partition.  I tried to open and W7 will not open and cannot repair itself.  Is there a diagnostic/disk repair from Apple that I can try before reloading W7?

    I have a partition on my IMac disk and Windows 7 loaded on one partition.  I tried to open and W7 will not open and cannot repair itself.  Is there a diagnostic/disk repair from Apple that I can try before reloading W7?

    Csound1 What Ive been trying to explain is that I have been running bootcamp, I open the app where the first screen is the introduction, i hit continue, the first time I select "download the latest windows support software fromm Apple" then I return and instead select "Install Windows 7." Then hit continue. The third screen is where I "Create a Partition for Windows" I set Windows to 80 gigs then hit INSTALL. As stated before Bootcamp cannot find the install drivers saying "The installer disc could not be found." My windows software is on a USB drive not a disc, I tried using a virtual disc reader to make it appear that the windows software was running on a disc, still no luck. What I would like to know is how to install windows on bootcamp.

  • LMS 4.0.1 tries to connect to itself through proxy

    Hello,
    I am experiencing a weird issue with LMS 4.0.1 running on Windows 2008 R2 Standard Edition.
    LMS 4.0.1 can connect to the Internet through a web proxy. This proxy does not require authentication. I need to configure proxy in LMS in order to quickly update LMS (by doing Device Updates for CiscoView and Inventory Config)
    As soon as I configure proxy settings for CCO connection (i.e, under Admin -> Cisco.com settings -> Proxy Server Setup), LMS stops working properly. In particlar, ANI database breaks down (this is actually still running, but connection to ANI is impossible).
    After doing packets capture, I noticed that LMS server (which is called SRVLMS01) tries to connect to itself *through the proxy* when configured. Of course, this does not work (the proxy refuses such connection) - see below (especially packet #8):
    4 0.002564 <LMS IP address> <Proxy IP address> HTTP POST http://SRVLMS01:1741/CSCOnm/servlet/com.cisco.nm.cmf.servlet.LwmsMainServlet?fromCLI=true HTTP/1.1
    5 0.002585 <LMS IP address> <Proxy IP address> HTTP Continuation or non-HTTP traffic
    6 0.003617 <Proxy IP address> <LMS IP address> TCP http-alt > 34514 [ACK] Seq=1 Ack=763 Win=64938 Len=0
    7 0.007023 <Proxy IP address> <LMS IP address> TCP [TCP segment of a reassembled PDU]
    8 0.007025 <Proxy IP address> <LMS IP address> HTTP HTTP/1.1 403 Forbidden  (text/html)
    Everything recovers when removing proxy settings and restarting LMS processes (that is, ANI server comes back online).
    FYI, Internet Explorer on LMS server is configured so that proxy settings are bypassed when connecting to http://srvlms01 or to http://<LMS server IP address>. Using IE on the server itself to connect to LMS works just fine.
    Of course, I could remove LMS proxy settings and download all CiscoView packages manually, but that would be really painful.
    Kind regards
    Pierre-Loic

    Bonjour Pierre-Loic,
    Can you try on the server to use the resolver.pl in /opt/CSCOpx/bin to resolve the hostname of the server and it's IP address.
    Do they resolve to what  you think they should?
    Meanwhile, download the device package updates can be done quite quickly, installing them can take longer I noticed.
    Cheers,
    Michel

  • Trying to open Premiere elements 12 for the first time even though I had it loaded for a while.  It gives me a message that I need to be connected to the internet (which I am) or that my clock is off (it is correct).  Any suggestions?

    Trying to open Premiere elements 12 for the first time even though I had it loaded for a while.  It gives me a message that I need to be connected to the internet (which I am) or that my clock is off (it is correct).  Any suggestions?

    First we need to check , whether the LAN settings is set to detect settings Automatically or not.
    Follow below steps .
    1)Open Control Panel and then click on the option "Network and Internet" .
    2)Click on Internet options, click on 'Connections' tab.
    3)In the 'Connections' tab, select 'LAN' settings, you will be able to view the Local area network settings box.
    4)Check the box-"Automatically Detect Settings" and then "uncheck" all the other check boxes like 'Use automatic configuration script', 'Use a proxy server' , Bypass proxy server' ,then click on ok button .
    5)Click on "LAN settings" button again , make sure "Automatically Detect Settings" is the only option selected, keep the LAN properties window open.
    Then launch Premiere Elements 12 and try to sign in.
    If the settings were already set like that or you face same issue after signing in , let me know

  • Trying to change NAT connection from moderate NAT connection to an open NAT connection for XBOX LIVE

    Hi, I have a Linksys Wireless-N Broadband Router/WRT160Nv2 and I have been trying to change my NAT connection from a moderate NAT connection to a open NAT connection for my Xbox Live on my Xbox 360. I can sign into my Xbox Live account but it is working on a moderate NAT connection. I have already enabled the UPnP and put in the proper port numbers. After doing that I signed into my Xbox Live on my Xbox 360 and tested my Xbox Live connection and still it says that I a moderate NAT connection. I do not know what elso to do and I would greatly appreciate step by step help from anybody who knows what they are doing. PLEASE HELP ME AS SOON AS POSSIBLE!!!!
    Thank you

    A known issue with Linksys routers is the NAT Type 3 or anything related to dropping of Internet connectivity during play time.  Network Address Translation (NAT) is the ability of a router or firewall to translate a public IP address to a private IP address and vice versa.  It adds security to the network by keeping the private IP addresses hidden from the outside world.
    Here is the link, which will you in resolving the concern:  http://www6.nohold.net/Cisco2/ukp.aspx?vw=1&docid=2902de6218ed4dc1a4c595595ca1f60a_Resolving_NAT_Typ...

  • Trying to open app, but it says try again when I have internet connection

    Trying to open app, but it says try again when I have internet connection, but I do have a connection. Now what?

    Hi Marymi,
    Please refer the Kb Doc : http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    Regards,
    Rave

  • ORA-28575: unable to open RPC connection to external procedure agent when trying to connect ORE.connect

    Hello,
    I had installed ore 1.3.1 windows server 2008 on top of Oracle DB 11.2.0.3 ,but when I connect the database,it didn't work.
    That is my code and error code.
    ore.connect(user = "rquser", sid = "db11g", host = "....", password = "....", all = TRUE)
    Got error as below:
    error.oci.GetQuery(conn, statement, data = data, prefetch = prefetch, :
    ORA-28575: unable to open RPC connection to external procedure agent
    ORA-06512: at "RQSYS.RQEVALIMPL", line 17
    ORA-06512: at "RQSYS.RQEVALIMPL", line 14
    ORA-06512: at line 4
    Also i have follwed the below link:
    ///ORE1.3-ore-server-win-x86_64-1.3,error ORA-28575: unable to open RPC connec
    But failed to resolve the problem.
    Below are the TNS and Listener file entry:
    # listener.ora Network Configuration File: F:\OracleDB\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = EXTPROC)
          (ORACLE_HOME = H:\ORA11G\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:H:\ORA11G\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.168.11.69)(PORT = 1521))
    ADR_BASE_LISTENER = H:\ORA11G
    -============================
    # tnsnames.ora Network Configuration File: F:\OracleDB\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
        (CONNECT_DATA =
          (SID = EXTPROC)
          (PRESENTATION = RO)
    DB11G = 
    (DESCRIPTION =   
      (ADDRESS_LIST=
       (ADDRESS = (PROTOCOL = TCP)(HOST = 10.168.11.69)(PORT = 1521)) 
      (CONNECT_DATA =   
        (SERVER = DEDICATED) 
        (SID = DB11G)
    ====================================================
    Thanks
    Sandy

    Hi Sandy,
    If you set EXTPROCS_DLLS=ANY in the listener and then restart the listener, does it fix the problem?
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = EXTPROC)
          (ORACLE_HOME = H:\ORA11G\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ANY")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.168.11.69)(PORT = 1521))
    Sherry

  • I tried to update my phone to ios 6.x and when i updated my screen tells me to connect to itunes to allow my phone to open. ive connected it to itunes but it still isnt working

    When i updated my phones iOS to 6.1.1 i got screen when i looked at my phone after the update finished and it's teling me to connect to itunes.
    Even when i connect to itunes its still showing the screen. i use my phone for everything can someone please help me fix my problem.
    The connect to itunes is the picture that takes up my screen with the USB cord below the itunes symbol.
    Please help.
    Thank you for your help.

    Im having this exact problem. I updated my Iphone yesterday and now nothing will come on but connect to itunes. I have also tried several times to connect to itunes but every time I do nothing happens.

Maybe you are looking for

  • Is there a way to report a complaint about a moderator here in the Apple Support Communities?

    I spent a long time writing a question about an issue I'm having and submitted it to the OS X Mavericks section because I couldn't find an OS X Yosemite Beta section. I got a rapid response from a member of the community who I assume is a moderator o

  • Extending LOV VO - is it always possible?

    I am attempting to extend a VO used into a LOV within iProc 11.5.10. I have successfully done this a number of times now within this module. Following these exact steps I am attempting to do this again with the Project LOV on the checkout summary pag

  • Payment advice printing wrong address

    Hello, When i am printing Payment advices using PaymentRun program for Travel Mgmt,It is picking wrong address of the employee,i checked IT0006 and it is maintained properly. can you please suggest where to check and from where Payment run program pi

  • 5800: How can I select access points manually in a...

    The access point management of the 5800 is somewhat different: using Web you can select the access point every time you start it, but other applications using network (e.g. Opera Mini) start connecting Wifi or 3G whatever comes first which means when

  • Wls 9.1 doesn't pick up changes to static content in production mode

    Hi Everybody,           I'm running wls 9.1 on XP in production mode as a stand-alone server. My web app is deployed in exploded format in an external directory.           I'm trying to force the server to pick up the changes to static content like J