Trouble starting Netca, Trouble connecting to database

Hello All. I am trying to connect to a remote installation of Oracle XE and using the Enterprise Manager. It gives me a 'cannot parse ...' error when I manually type the db details. netca will not start on my machine to create a tnsnames.ora entry. Any ideas? TIA

Howdys, I am actually not getting any error at all. I click on the link and nothing comes up. I am using windows Vista. Is there a Netca log file I can view that might give clues? Newbie out.

Similar Messages

  • Trouble connect MySql database on cluster

    Dear Friends
    I am trying to connect the MySql database on our cluster which have ROCKS cluster ebvironment on it. My code is just a test code to connect to the "test" database and i got fallowing exception
    Exception: Data source rejected establishment of connection, message from server: "Host 'chemdynm.chem.ttu.edu' is not allowed to connect to this MySQL server"
    Can anybody help me on this problem.My test code is as fallows
    Thanks
    Nav
    import java.sql.*;
    public class dbtest
         public static void main(String[] args)
         Connection con = null;
    try {
    Class.forName("com.mysql.jdbc.Driver").newInstance();
    con = DriverManager.getConnection("jdbc:mysql://chemdynm.chem.ttu.edu/test",
    "root", "secret");
    if(!con.isClosed())
    System.out.println("Successfully connected to " +
    "MySQL server using TCP/IP...");
    } catch(Exception e) {
    System.err.println("Exception: " + e.getMessage());
    } finally {
    try {
    if(con != null)
    con.close();
    } catch(SQLException e) {
              System.out.println("here is the problem " +e);

    Read the MySQL documentation about how to set up permissions. Not only do you have to declare permissions for each user ID, you also have to declare permissions for the hosts they may connect from. This is nothing to do with Java or JDBC.

  • OMS doesn't start - can't connect to database

    Hi all,
    My dev/test environment won't start OMS anymore. This really has us stopped in our tracks...
    It will start the WebTier, but OMS won't come up:
    [oracle@ora-emcc log]$ $OMS_HOME/bin/emctl status oms
    Oracle Enterprise Manager Cloud Control 12c Release 2
    Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
    WebTier is Up
    Oracle Management Server is not functioning because of the following reason:
    Failed to connect to repository database. OMS will be automatically restarted once it identifies that database and listener are up.
    Trying to check oms details results in an error as well:
    [oracle@ora-emcc config]$ $OMS_HOME/bin/emctl status oms -details -sysman_pwd $SYSMAN_PWD
    Oracle Enterprise Manager Cloud Control 12c Release 2
    Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
    Exception in thread "main" java.util.MissingResourceException: Can't find bundle for base name oracle.security.jps.internal.common.resources.keystore.KeyStoreResources, locale
            at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
            at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
            at java.util.ResourceBundle.getBundle(ResourceBundle.java:952)
            at oracle.security.jps.util.JpsBundle.<init>(JpsBundle.java:70)
            at oracle.security.jps.util.JpsBundle.getResourceBundle(JpsBundle.java:151)
            at oracle.security.jps.util.JpsBundle.getResourceBundle(JpsBundle.java:106)
            at oracle.security.jps.JpsLocalizableException.getResourceBundle(JpsLocalizableException.java:157)
            at oracle.security.jps.JpsLocalizableException.getLocalizedMessage(JpsLocalizableException.java:140)
            at oracle.security.jps.JpsLocalizableException.getLocalizedMessage(JpsLocalizableException.java:131)
            at java.lang.Throwable.toString(Throwable.java:343)
            at java.lang.String.valueOf(String.java:2826)
            at java.lang.StringBuilder.append(StringBuilder.java:115)
            at java.lang.Throwable.printStackTraceAsCause(Throwable.java:536)
            at java.lang.Throwable.printStackTraceAsCause(Throwable.java:545)
            at java.lang.Throwable.printStackTraceAsCause(Throwable.java:545)
            at java.lang.Throwable.printStackTrace(Throwable.java:516)
            at org.apache.log4j.spi.ThrowableInformation.getThrowableStrRep(ThrowableInformation.java:59)
            at org.apache.log4j.spi.LoggingEvent.getThrowableStrRep(LoggingEvent.java:342)
            at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:304)
            at org.apache.log4j.RollingFileAppender.subAppend(RollingFileAppender.java:234)
            at org.apache.log4j.WriterAppender.append(WriterAppender.java:159)
            at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:230)
            at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:65)
            at org.apache.log4j.Category.callAppenders(Category.java:203)
            at org.apache.log4j.Category.forcedLog(Category.java:388)
            at org.apache.log4j.Category.error(Category.java:319)
            at oracle.sysman.emctl.oms.PrintOMSSetupInfo.main(PrintOMSSetupInfo.java:240)
    In the WebLogic Admin Console, I can see that BIP, EMGC_ADMINSERVER and EMGC_OMS1 are all in state Running and health Ok.
    Our OMS and OMR servers are (and have always been) 2 different machines. The database on OMR has always been (and is currently) up and available.
    Checking that I can connect to the repository database on OMR from the OMS server:
    [oracle@ora-emcc ~]$ sqlplus sysman/$SYSMAN_PWD@ora-emccdb:1521/emccdb
    SQL*Plus: Release 11.1.0.7.0 - Production on Thu Oct 10 23:34:53 2013
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>
    Any suggestions will be much appreciated.
    Ed

    Hi all,
    Many thanks for responding. I have opened an SR with Oracle 24 days ago. However, I just noticed I haven't heard from them for 13 days!
    Must ping them to see what's happening...
    I will check out your suggestions. The db and the listener are all fine and up anyway.
    After looking in a lot of logfiles (and uploading them to the SR), it looks as if it could have to do with credentials in a wallet:
    [oracle@ora-emcc log]$ cat secure.log
    2013-10-15 20:07:36,265 [main] INFO oms.ListReposDetails logp.251 - Listing repository details from CredStore
    2013-10-15 20:07:36,269 [main] INFO oms.AdminCredsWalletUtil setInstanceHome.177 - Getting credentials from wallet
    2013-10-15 20:07:36,728 [main] INFO oms.AdminCredsWalletUtil setInstanceHome.192 - Read the credentials from wallet
    2013-10-15 20:07:36,728 [main] INFO util.EmctlUtil logp.251 - Connecting over t3s to: ora-emcc.localdomain/7102 using id: weblogic
    2013-10-15 20:07:38,639 [main] INFO mas.CredStoreUtil logp.251 - getCredential : Got creds for mapName -EM keyName - REPOS_DETAILS
    2013-10-15 20:07:38,639 [main] INFO oms.ListReposDetails logp.251 - Exception thrown when getting repos details from CredStore: javax.management.RuntimeMBeanException: oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06516: Failed to get credential store. Reason oracle.security.jps.service.credstore.CredStoreException: JPS-01050: Opening of wallet based credential store failed. Reason java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
    I will ping Oracle Support again (it's now with the security team) and see what the feedback is.
    Regards,
    Ed

  • MySQL Database Connection (two databases at the same time)

    I have never had to open more than one MySQL database from within the same website before, but I do now.  The website I have is designed where all the content comes from within the main database.  I am building an Inventory system that I want within it's own database, in the event I would ever need to move the application to another server or something, I don't want this data residing in the main database.
    Currently, I open the database connection from within a file called "common.php" that resides in a directory called "lib" that can be accessed from the root directory.  Below is the proposed code that would be placed within the "common.php" file:
    // Define Database Variables
    $dbserver = "127.0.0.1";
    $dbuser  = array('clevelan_user1', 'clevelan_user2');
    $dbpass  = array('P@ssw0rd', 'P@ssw0rd2');
    $dbname  = array('clevelan_database1', 'clevelan_database2');
    // Start Session
    session_start();
    // Connect to Databases
    connectdb($dbserver, $dbuser[0], $dbpass[0], $dbname[0]);
    connectdb2($dbserver, $dbuser[1], $dbpass[1], $dbname[1]);
    // Database 1 Connection
    function connectdb($dbserver, $dbuser, $dbpass, $dbname) {
    // connects to db
      global $connection;
      $connection = @mysql_connect($dbserver, $dbuser, $dbpass) or die ("could not connect to server");
      $db = @mysql_select_db($dbname, $connection) or die ("could not select databsase");
      return $connection;
    // Database 2 Connection
    function connectdb2($dbserver, $dbuser, $dbpass, $dbname) {
    // connects to db
      global $connection2;
      $connection2 = @mysql_connect($dbserver, $dbuser, $dbpass) or die ("could not connect to server");
      $db2 = @mysql_select_db($dbname, $connection2) or die ("could not select databsase");
      return $connection2;
    //End of Code Within the "common.php"
    From within any page of the website, I want to access both connections by placing an include at the top of each page:
    include_once("lib/common.php");
    Currently, when I run the code above, any page within the website (the home page) provides error messages with regards to database connectivity (the pages are looking for there content from within the second database.  It's as if the second database is the only database seen by the website.
    I need help figuring out how I can have two MySQL databases open at the same time (the second database will only be open for short periods of time and then closed).  But the main database is always open.

    Create one project using one copy of the exact tables.
    create 2 different sessions.xml files each pointing to the same project. Set the login information in the sessions.xml files.
    That should work fine.
    Peter

  • Having trouble connecting SQL Developer to database on LINUX machine

    Having trouble connecting SQL Developer to database on LINUX machine
    Hello,
    I am trying to connect my windows 7 home premium machine to an oracle database 11g on a RedHat 5 machine using SQL Developer. i got this error message on SQL Developer
    Status : Failure - Test failed :The Network Adapter could not establish the connection
    on Linux
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                03-APR-2013 16:13:13
    Uptime                    7 days 22 hr. 16 min. 41 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.X.X.X)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orc11g" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11gXDB" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11g_XPT" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> and TNSPING
    tnsping 172.x.x.x
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 11-APR-2013 14:32:17
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=172.x.x.x))(ADDRESS=(PROTOCOL=TCP)(HOST=172.x.x.x)(PORT=1521)))
    OK (0 msec)
    [oracle@ltebilling ~]$Tnsnames.ora On Linux ,
    ORC11G =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orc11g)
    )Listner on Linux ,
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    )/ect/hosts Linux ,
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost.localdomain localhost
    172.x.x.x             LTEBillingand there is no problem of ping linux from windows
    Edited by: user11309581 on Apr 11, 2013 3:16 PM

    yes really i'm already enaple the port 1521 and SELINUX=disabled
    [root@ltebilling ~]# /etc/init.d/iptables status
    Table: filter
    Chain INPUT (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain FORWARD (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain OUTPUT (policy ACCEPT)
    num  target     prot opt source               destination
    Chain RH-Firewall-1-INPUT (2 references)
    num  target     prot opt source               destination
    1    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
    2    ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 255
    3    ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0
    4    ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0
    5    ACCEPT     udp  --  0.0.0.0/0            224.0.0.251         udp dpt:5353
    6    ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:631
    7    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:631
    8    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
    9    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:1521
    10   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:22
    11   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibitedbut from windows system when i'm try tnsping i got this error
    C:\Windows\system32>tnsping orc11g
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 11-APR-2
    013 14:44:09
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    D:\app\ubai\product\11.2.0\dbhome_2\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x
    .x)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orc11g))
    TNS-12535: TNS:operation timed out
    C:\Windows\system32>

  • Trouble connecting to remote oracle database

    Hi,
    i'm having trouble connecting to an oracle database (Release 9.2.0.6.0) using the ojdbc14.jar from the oracle website. Can anybody spot the problems that i need to sort out to get it working? Code and error stack below.
    Thanks,
    Pat
    Code:
    import java.sql.*;
    public class Query1 {
    public static void main (String[] args) {
    try {
    Class.forName("oracle.jdbc.driver.OracleDriver");
    String url = "jdbc:oracle:thin:@175.3.41.248/KNWAPROD";
    String user = "username";
    String password = "password";
    Connection conn = DriverManager.getConnection(url,user,password);
    Statement stmt = conn.createStatement();
    ResultSet rs;
    rs = stmt.executeQuery("select count(*) from FACT_FAULT;");
    while ( rs.next() ) {
    // String lastName = rs.getString("Lname");
    System.out.println("In while loop!");
    conn.close();
    } catch (Exception e) {
    e.printStackTrace();
    System.err.println("Got an exception! ");
    System.err.println(e.getMessage());
    Error stack:
    java.sql.SQLException: Io exception: SO Exception was generated
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:274)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:319)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:344)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:148)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:545)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at Query1.main(Query1.java:13)
    Got an exception!
    Io exception: SO Exception was generated

    You have:
    String url = "jdbc:oracle:thin:@175.3.41.248/KNWAPROD";Example URLs I've seen/used are:
    String url = "jdbc:oracle:thin:@//myhost:1521/orcl";
    String URL = "jdbc:oracle:thin:scott/tiger@//myhost:1521/orcl"In other words, I think you've munged your URL; you need some slashes and a port number (1521 is the default).

  • Trouble with ASA9 database

    Hi,
    We've got an ASA9 database that started causing us some trouble yesterday. It appears to not allow any connections to be made to it. Doesn't give any return messages, it just hangs at the client level and never does anything. The service window looks normal. Says the server is started normally, as well as the sharedmemory link, namedpipes link and TCPIP link. Starts on the port and says that it is now accepting requests. Try to connect through our application, scjview, dbisql, dbvalid, etc. all just hang with no response. Go to stop the service, and it just hangs as well. Have to kill all of the processes.
    Had IT get me the backup, and it had the same problem. Had to go back 3 days to get a backup that would actually start and allow connections. I ended up translating the log and applying the sql to the last good backup in order to get us running again. Ran dbvalid against the database and nothing was found to be wrong.
    I'm concerned that there is something else going on. Has anyone seen anything similar? Any thoughts on what the issue could be?
    Thanks!
    John

    Hi John,
    Assuming you still have a copy of the database that hangs, could you try starting it with request level logging enabled?
    dbsrv9 -z -zr ALL -zo C:\path\to\file.txt database.db
    As well as connecting with a client log:
    dbisql -c "UID=DBA;PWD=sql;ENG=database;LOG=C:\path\to\file2.txt"
    Which operating system are you running the server on?
    Thanks,
    Mikel

  • I'm having trouble connecting my iphone to my itunes on my computer

    So for christmas I got an iPhone and currently, I'm having trouble connecting my iPhone to my iTunes on my computer. If I get on my computer and open my iTunes, I can use it perfectly fine but once I tried to connect my phone to it, it told me the software needed to be updated before it would work with my phone. I went to the website and tried downloading the updated version 10 times but every time it told me it couldn't connect with an apple device or something. So then I tried just going to my downloads and stuff and moving the actual song straight to my phone but it would always tell me my device has ended or has been disconnected. All I'm trying to do is move some songs onto my phone from my computer. They weren't purchased straight from iTunes so it's not showung up in my "purchased" on my phone. (I think I got them from amazon and some are cds that I my computer that I got years ago. Maybe thats why they don't show up in the purchased?) Anyway, how can I fix this? I have a windows computer if that can help at all. Thanks!!!

    Also, I just opened my iTunes on my computer then plugged my phone to the computer and a box popped up saying "This iPhone cannot be used because the Apple Mobile Device is not started"
    I have no idea what that means.
    I don't have that option on the side that says what device is connected so I can't sync or anything.

  • I'm having trouble connecting to apps, itunes store, internet on my iPhone 5 running iOS 7.0.4.  I am currently connected to a perfectly running WiFI connection.  Why am I not able to connect anything?  I've tried ALL the fixes suggested.  HELP!!!!!!!!!

    I'm having trouble connecting to apps, itunes store, internet on my iPhone 5 running iOS 7.0.4.  I am currently connected to a perfectly running WiFI connection.  This just started happening today (2/19/14)!  Why am I not able to connect anything?  I've tried ALL the fixes suggested.  HELP!!!!!!!!!  BTW, I know my Wi-Fi connection is good because I'm using it on my desktop and other people in my office are also connected on their iPhones and desktops.  Again, HELP!!!!

    You may not really be connected to your WiFi network.
    Your router may not have given your iPhone a valid IP address. Go to Settings > Wifi > your network name and touch the "i" to the right to see the network details. If the IP address starts with 169 or is blank then your router didn't provide an IP address and you won't be able to access the Internet.
    Sometimes the fix can be as simple as restarting your router (remove power for 30 seconds and restart). Next, reset network settings on your iPhone (Settings > General > Reset > Reset network settings) and then attempt to connect. In other cases it might be necessary to update the router's firmware with the latest from the manufacturer's support web pages.
    If you need more help please give more details on your network, i.e., your router make, model and version, the wifi security being used (WEP, WPA, WPA2), etc.

  • Having trouble connecting column to column using niSwitch on a PXI 2530

    Having trouble connecting column to column using niSwitch vi on a PXI 2530 matrix module.  I have configured my switch using Switch Executive, have identified aliases, and verified routes and route groups.  When I use LabVIEW to connect column to column I get an error reading "cannot find connection between c0 and c1".  c0 and c1 are example columns I want to connect.  Any help is appreciated.

    You can find NISE VIs in the function pallete in LV if you have installed LabVIEW support when you installed NISE (this is selected by default in the installer if you had LV installed before installing NISE).
    Also, choose between niSwitch and NISE based on your need - if all you ever do is connect two channels in your application, then configuring a NISE virtual device is probably an overkill (and so is using a switch in this case:-) . However, if you are going to manage multiple routes, then using NISE configuration will let you create named routes and route groups, which you can then invoke (connect/disconnect) in your application and have the configuration part managed outside your application. The code would then concentrate solely on establishing a necessary connection(s) via connecting a route or a route group, while if you were to use niSwitch for this purpose, you would have to keep the logic of connecting inside your application, together with the list of channels that need to be connected.
    Start with using NISE, and see if you like it.
    http://www.ni.com/pdf/products/us/3msw112-113.pdf
    Srdan Zirojevic

  • Trouble connecting to Iphone software update server

    I am trying to update and Iphone4. When I try to download the new OS 5.1. Itunes tells me its having trouble connecting to the Iphone software update server and to check network connections or try again later.
    I have turned off virus software
    I am running directly from the modem
    I have uninstalled and reinstalled itunes.
    I am getting nowhere with Apple tech support.
    I am running windows XP Media center edition version 2002 service pack 3
    Can anyone help?
    Thanks

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 &amp; above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    iTunes 10.5 for Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • Hi All, hope you can help, why do I have trouble connecting to free wi fi, especially at McDonald?

    Hi All, can someone help please. Having trouble connecting my iPad to free wi if at  caravan parks and also at McDonald, I have no such problem connecting my laptop. Thank you.

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at
    http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are drooping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Fix WiFi Issue for iOS 7
    http://ipadnerds.com/fix-wifi-issue-ios-7/
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    iPad: Issues connecting to Wi-Fi networks
    http://support.apple.com/kb/ts3304
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.hmL
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Signal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    10 Ways to Boost Your Wireless Signal
    http://www.pcmag.com/article2/0,2817,2372811,00.asp
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Some Wi-Fi losses may stem from a problematic interaction between Wi-Fi and cellular data connections. Numerous users have found that turning off Cellular Data in Settings gets their Wi-Fi working again.
    You may have many apps open which can possibly cause the slowdown and possibly the loss of wifi. In iOS 4-6 double tap your Home button & at the bottom of the screen you will see the icons of all open apps. Close those you are not using by pressing on an icon until all icons wiggle - then tap the minus sign. For iOS 7 users, there’s an easy way to see which apps are open in order to close them. By double-tapping the home button on your iPhone or iPad, the new multitasking feature in iOS 7 shows full page previews of all your open apps. Simply scroll horizontally to see all your apps, and close the apps with a simple flick towards the top of the screen.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Trouble connecting Zen V Plus (4

    I've been having trouble connecting my Zen V Plus to the computer. When I connect it I manage to transfer maybe 0-20 songs if I'm quick (I'm using WMP .0.572.545), but then everything freezes. I have to plug out the player before the computer and the player starts responding. If i reconnect it quickly I manage to transfer 0-20 additional songs.
    The player's firmware is .0.03e, and I've got Windows XP Pro with Service Pack 2 installed. I've tried using both WMP and MediaSource, but I have the same problem. I've even tried formatting the hd and installing a fresh XP Pro (with SP2), but I get the same result.
    Does anyone have an idea of what I can do?
    Can this be an error with the player?
    Is this a good enough reason for me to get a new player?

    I have the same product and hooked the player up before download, and now my computer won't recognize it being pluged in, how do i fix it, anybody?

  • I am having trouble connecting to my in-home internet via wireless router. It says it is connected, but when I try to open email, no connection is found. This also occurs for Safari and Facebook. I am connected by Charter Cable.

    I am having trouble connecting to my in-home internet via my wireless router. The IPad says I'm connected to the router, but I am unable to receive email, Facebook and Safari. I run through Charter Cable.  This only occurs on my IPad. My desktop works fine.

    Although it may ultimately be necessary to perform a Factory Default Reset on the AirPort Extreme and start over with a new configution, we can first try to see if things will work with the existing settings on the device.
    Push the reset button (if present) on the cable modem
    Power off the modem by pulling the power cable
    Remove the internal battery from the modem (if easily accessible)
    Power off the AirPort Extreme and every other device on the network....order is not important
    Wait at least 20 minutes....longer is better
    Re-install the battery in the modem if it was removed previously
    Make sure that the Ethernet cable from the modem is connected to the WAN port (circle of dots icon) on the AirPort Extreme
    Power up the modem and let it run 4-5 minutes buy itself
    Power up the AirPort Extreme and let it run 4-5 minutes
    Then power up each other network device one at a time about a minute apart
    Check for a good Internet connection on the network with all devices
    If still no luck, you will need to perfom a Factory Default Reset on the AirPort Extreme as follows:
    Pull the power plug from the back of the AirPort Extreme
    Hold in the reset button and keep holding it another 8-10 seconds while you simultaneously plug the power back in to the AirPort Extreme
    Release the reset button and allow 25-30 seconds for the AirPort Extreme to restart to a slow, blinking amber light
    Then open AirPort Utility end reconfigure the AirPort Express again.

  • Trouble accessing the database

    Hi, am new to java and I am having trouble accessing my database. I have the following code
    import java.sql.Connection;
    import java.sql.Driver;
    import java.sql.DriverManager;
    import java.sql.PreparedStatement;
    import java.sql.CallableStatement;
    import java.sql.ResultSet;
    private static boolean verifyInDB(String username, String password){
    boolean allow = false;
    try {
    Driver d =(Driver)Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance();
    conn = DriverManager.getConnection("jdbc:odbc:SITSDB");
    queryStr = "SELECT username,\"password\" FROM WebAppUsers WHERE username=" + "'" + username + "'" + "AND password=" + "'"+ password + "'" + "AND archive = 'no'";
    myQuery = conn.prepareCall(queryStr);
    //myQuery.setString(1, username);
    //myQuery.setString(2, password);
    rs = myQuery.executeQuery();
    if(rs.next())
    allow = true;
    catch (Exception e) {
    System.out.println("Login::verifyInDB: Error Getting Connection: " + e.toString());
    System.out.println("Login::verifyInDB: QUERY: " + queryStr);
    e.printStackTrace();
    finally{closeConn();}
    return allow;
    I'm almost positive the code it is right however I get an error trying to connect to the database
    Login::verifyInDB: Error Getting Connection: java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'WebAppUsers'.
    Login::verifyInDB: QUERY: SELECT username,"password" FROM WebAppUsers WHERE username='akabeera'AND password='avenash'AND archive = 'no'
    java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'WebAppUsers'.
    at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6958)
    at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7115)
    at sun.jdbc.odbc.JdbcOdbc.SQLExecute(JdbcOdbc.java:3150)
    at sun.jdbc.odbc.JdbcOdbcPreparedStatement.execute( JdbcOdbcPreparedStatement.java:214)
    at sun.jdbc.odbc.JdbcOdbcPreparedStatement.executeQuery( JdbcOdbcPreparedStatement.java:89)
    at com.siac.ManagementReports.Login.verifyInDB(Login.java:43)
    at com.siac.ManagementReports.Login.verify(Login.java:27)
    at org.apache.jsp.doLogin_jsp._jspService(doLogin_jsp.java:60)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
    any suggestions is much appreciated
    Message was edited by:
    ssj_100

    To be clear when you say the command works in query analyzer. Is this the exact string that you are running in query analyzer?
    SELECT username,"password" FROM WebAppUsers WHERE username='akabeera'AND password='avenash'AND archive = 'no'This exact string (the SELECT) looks syntactically incorrect to me, but that doesn't mean your database SQL parser cannot handle it I guess (lack of spaces between quotes keywords), and I'm not sure about the double quotes, but I'm kind of an Oracle guy and all of this could be OK, it just seems messy if nothing else.
    I would recommend using first, a type 4 driver if at all possible (not the JDBC/ODBC bridge), and second To avoid much of this messiness, you should whenever possible use a PreparedStatement rather then Statement for this type (and most types) of queries.

Maybe you are looking for