Cannot launch/connect to my database since i updated windows from 8 to 8.1

Hello,
Firstly, don't be surprised, i don't speak english very well. Yesterday, everything worked. However, since i updated windows 8 to the 8.1 version, it doesn't work anymore. When i launch sqlplus and i try to access to my database, i get the error below:
D:\>sqlplus 
SQL*Plus: Release 12.1.0.1.0 Production on Ven. DÚc. 13 11:20:24 2013
Copyright (c) 1982, 2013, Oracle.  All rights reserved.
Entrez le nom utilisateur : SYSTEM@VINOUDB
Entrez le mot de passe :
ERROR:
ORA-12154: TNS : l'identificateur de connexion indiquÚ n'a pas pu Ûtre rÚsolu
When i look at the listener status, i get :
D:\>lsnrctl status
LSNRCTL for 64-bit Windows: Version 12.1.0.1.0 - Production on 13-D╔C. -2013 11:
26:17
Copyright (c) 1991, 2013, Oracle.  All rights reserved.
Connexion Ó (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(KEY=EXTPROC1521)))
TNS-01103: Le composant spÚcifique au protocole de l'adresse est incorrect
TNS-12533: TNS : paramÞtres ADDRESS illÚgaux
  TNS-12560: TNS : erreur d'adaptateur de protocole
TNS-00503: ParamÞtres ADDRESS illÚgaux
Connexion Ó (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
TNS-12541: TNS : aucun processus d'Úcoute
TNS-12560: TNS : erreur d'adaptateur de protocole
  TNS-00511: Pas de processus d'Úcoute
  64-bit Windows Error: 61: Unknown error
Now, i am going to put each configuration file:
TNSNAMES.ORA
# tnsnames.ora Network Configuration File: D:\app\vincent\product\12.1.0\dbhome_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
ORACLR_CONNECTION_DATA =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
      (SID = CLRExtProc)
      (PRESENTATION = RO)
BDVINOU =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = BDVINOU)
LISTENER_BDVINOU =
  (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
LISTENER.ORA
# listener.ora Network Configuration File: D:\app\vincent\product\12.1.0\dbhome_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = CLRExtProc)
      (ORACLE_HOME = D:\app\vincent\product\12.1.0\dbhome_1)
      (PROGRAM = extproc)
      (ENVS = "EXTPROC_DLLS=ONLY:D:\app\vincent\product\12.1.0\dbhome_1\bin\oraClr12.dll")
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(KEY = EXTPROC1521))
      (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
SQLNET.ORA
# sqlnet.ora Network Configuration File: D:\app\vincent\product\12.1.0\dbhome_1\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.
# This file is actually generated by netca. But if customers choose to
# install "Software Only", this file wont exist and without the native
# authentication, they will not be able to connect to the database on NT.
SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
Thank you for your help
cordially,
Vincent

I tried what you said. Here are the results:
lsnrctl services BDVINOU
D:\>lsnrctl services BDVINOU
LSNRCTL for 64-bit Windows: Version 12.1.0.1.0 - Production on 13-D╔C. -2013 13:
49:46
Copyright (c) 1991, 2013, Oracle.  All rights reserved.
Connexion Ó (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))(CON
NECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=BDVINOU)))
RÚcapitulatif services...
Le service "CLRExtProc" comporte 1 instance(s).
  L'instance "CLRExtProc", statut UNKNOWN, comporte 1 gestionnaire(s) pour ce se
rvice...
    Gestionnaire(s) :
      "DEDICATED" Útabli : 0 refusÚ : 0
        LOCAL SERVER
La commande a rÚussi
The result in the listener.log file after the previous command execution :
13-DÉC. -2013 13:56:49 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=vincent))(COMMAND=services)(ARGUMENTS=64)(SERVICE=BDVINOU)(VERSION=202375424)) * services * 0
And the result in the listener.log file when i try to connect to the database using sqlplus:
Fri Dec 13 13:54:24 2013
13-DÉC. -2013 13:54:24 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=BDVINOU)(CID=(PROGRAM=D:\app\vincent\product\12.1.0\dbhome_1\BIN\sqlplus.exe)(HOST=VINOU-LT)(USER=vincent))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51407)) * establish * BDVINOU * 12514
TNS-12514: TNS : le processus d'écoute ne connaît pas actuellement le service indiqué dans le descripteur de connexion
And when i try to get data about the status (lsnrctl status), i get:
D:\>lsnrctl status
LSNRCTL for 64-bit Windows: Version 12.1.0.1.0 - Production on 13-D╔C. -2013 14:
10:22
Copyright (c) 1991, 2013, Oracle.  All rights reserved.
Connexion Ó (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
STATUT du PROCESSUS D'ECOUTE
Alias                    LISTENER
Version                  TNSLSNR for 64-bit Windows: Version 12.1.0.1.0 - Produ
ction
Date de dÚpart                      13-D╔C. -2013 14:08:00
DurÚe d'activitÚ                    0 jours 0 heures 2 min. 21 sec
Niveau de trace          off
SÚcuritÚ                  ON: Local OS Authentication
SNMP                      OFF
Fichier de paramÞtres du processus d'Úcoute    D:\app\vincent\product\12.1.0\db
home_1\network\admin\listener.ora
Fichier journal du processus d'Úcoute            D:\app\vincent\diag\tnslsnr\Vi
nou-LT\listener\alert\log.xml
RÚcapitulatif d'Úcoute des points d'extrÚmitÚ...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
RÚcapitulatif services...
Le service "CLRExtProc" comporte 1 instance(s).
  L'instance "CLRExtProc", statut UNKNOWN, comporte 1 gestionnaire(s) pour ce se
rvice...
La commande a rÚussi
I am always a little lost. I am sorry but i am a newbie.

Similar Messages

  • Cannot provide connect data for database target system CONFIG_DB

    Hello,
    I'm trying to install SP22 in NW04 but I'm getting an error on step 11 Deploy JDDI
    Cannot provide connect data for database target system "CONFIG_DB".
    Cannot connect to database: Cannot create class loaders for DB target system CONFIG_DB.
    ERROR      2008-10-01 17:51:09
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR      2008-10-01 17:51:09 [iaxxinscbk.cpp:289]
               abortInstallation
    MUT-02041  SDM call of deploySdaList ends with returncode 4. See output of logfile C:\Program Files\sapinst_instdir\PATCH\MSS\callSdmViaSapinst.log.
    callSdmViaSapinst.log:
    com.sap.sdm.apiint.serverext.servertype.TargetServiceException: Cannot provide connect data for database target system "CONFIG_DB".
    Additional error message is:
    com.sap.sdm.serverext.servertype.dbsc.DatabaseConnectException: Cannot connect to database: Cannot create class loaders for DB target system CONFIG_DB.
    Additional error message is:
    com.sap.sdm.util.classloaders.SDMClassLoaderException: Cannot create class loader for component com.sap.sdm.serverext.servertype.dbsc.SERVEREXT_DBSC_EXTERN(CONFIG_DB): Referenced loader #0 for component com.sap.sdm.serverext.servertype.dbsc.JDBC_DRIVER(D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\base.jar;D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\util.jar;D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\spy.jar) is not available.
    Additional error message is:
    com.sap.sdm.util.classloaders.SDMClassLoaderException: Cannot create class loader for component com.sap.sdm.serverext.servertype.dbsc.JDBC_DRIVER(D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\base.jar;D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\util.jar;D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\spy.jar).
    Additional error message is:
    com.sap.sdm.util.classloaders.SDMClassLoaderException: Cannot create class loader instance: Jar file #1 cannot be read: D:\usr\sap\WDA\DVEBMGS00\j2ee\jdbc\base.jar
    Oct 1, 2008 5:51:08 PM   Info: Summarizing the deployment results:
    Oct 1, 2008 5:51:08 PM   Error: Admitted: D:\Software\parches\del18_al22\J2EE-RUNT-CD\J2EE-ENG\JDD\SYNCLOG.SDA
    Oct 1, 2008 5:51:08 PM   Error: Aborted: D:\Software\parches\del18_al22\J2EE-RUNT-CD\J2EE-ENG\JDD\J2EE_JDDSCHEMA.SDA
    Oct 1, 2008 5:51:08 PM   Error: Admitted: D:\Software\parches\del18_al22\J2EE-RUNT-CD\J2EE-ENG\JDD\COM.SAP.SECURITY.DBSCHEMA.SDA
    Oct 1, 2008 5:51:08 PM   Error: Admitted: D:\Software\parches\del18_al22\J2EE-RUNT-CD\J2EE-ENG\JDD\XML_DAS_SCHEMA.SDA
    Oct 1, 2008 5:51:08 PM   Error: Admitted: D:\Software\parches\del18_al22\J2EE-RUNT-CD\J2EE-ENG\JDD\JMS_JDDSCHEMA.SDA
    Oct 1, 2008 5:51:08 PM   Error: Processing error. Return code: 4
    the spy.jar was there but some how it got deleted.
    Any ideas?
    Thanks

    For others who may be facing the same problem and would like to have a permanent fix, you can download the largest JDBC drivers from http://service.sap.com/msplatforms and refer to note 639702 and if your system is NW7.0 with EHP1 or SR3, you should also refer to note 1109274.

  • I have a 80gb ipod classic and i cannot get it to sync anymore since I updated my itunes. Does anyone have any suggestions on what i should do

    I have a 80gb ipod classic and i cannot get it to sync anymore since I updated my itunes. Does anyone have any suggestions on what i should do?

    Does the device show up in Windows Explorer when connected?
    Have you tried going into Control Panel > Programs & Features > iTunes > Repair?
    Have you proved the cable with a different device, or the device's connectivity with a different computer?
    tt2

  • On Mac - Android File Transfer stopped working.   It says Unable to connect after installing the Verizon Software Update Utility from phone

    On Mac - Android File Transfer stopped working.   It says Unable to connect after installing the Verizon Software Update Utility from phone.

        Hi JoeC695,
    That's not good! We want your software to work properly. Have you tried uninstalling the Verizon Software Utility from your MAC? Do you receive a specific error message?
    Thanks,
    PamelaF_VZW
    Tweet us vzwsupport

  • Could not connect to a DATABASE with localhost as Hostname from SQL develop

    I am not able to connect to any Database from SQL Developer by providing "localhost" as Hostname. I could able to connect by providing the IP(192.168.1.50) of the system.
    The problem here is If I am out of internet, My system does not have IP, So I am not able to connect to DB
    But I need to submit a project wheere I will not have any internet. Could you please let me know how to connect to DB using localhost
    Following are the listener.ora and tnsnames.ora files.
    listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.50)(PORT = 1521))
    =============================
    tnsnames.ora
    # tnsnames.ora Network Configuration File: D:\oracle\product\10.2.0\db_2\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORA9 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.50)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ora9)
    ORA8 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.50)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ora8)
    EMP =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.50)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = emp)
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.50)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Thanks in advance,
    Srini

    Oracle always uses DNS.
    DNS consults the local host file.
    Try in a command box
    ping localhost
    This should work.
    If this doesn't work you need to edit
    %WINDOWS%\'systems\drivers\etc\hosts
    The first line needs to read
    127.0.0.1 localhost
    Sybrand Bakker
    Senior Oracle DBA

  • Cannot send imessage to my wife since she updated to iOS7

    I updated iOS7 yesterday on my iphone. Then my wife updated to iOS7 this morning on her iphone. Since she updated it will not allow us to send imessages. We share an itunes account, but that was never a problem before. When I tried to send as imessages it would come up as "not delivered". Now it sends everything between the two of us as text messages. But we can both send imessages to all the other iphone users on our contact lists.

    On at least one of the phones, go to Settings/ Messages/ Send & Receive and then tap the e-mail address to turn that option off.  That should force the iMessage to be sent to the unique phone numbers of the phones, not the e-mail address that is common between the phones.
    Or alternatively, create a new e-mail address for one of you and select that as the e-mail option to receive at on one of the phones instead of the shared e-mail.

  • Have not been able to access Itunes store since 11 update (windows 7)

    I'm not getting any error messages. Whenever I attempt to log in, it just continuously says "Accessing iTunes Store". I've re-installed it, made sure the firewalls aren't blocking it and it still isn't working. It's only been happening since I updated to iTunes 11.

    This usually is caused by third party security software. It may have allowed the older version of iTunes connect but it now sees the newer version as different software and needs to allow access.

  • Cannot establish connection with Oracle database

    Hello
    This is the first time I use BOE server with Crystal Report to execute some tests, and one issue is blocking me now, and I am not even sure if this is the right Forum where I should post it.
    I installed BOE server XI 3.1 SP4 on Linux machine (new installation), and then I uploaded some existing Crystal Report templates that are working fine on another BOE server. Those CR templates have to establish a connection with a remote Oracle database to get the data, and we pass all credentials for this purpose.
    The first time I run my first test I received this error that I could not find anywhere on the web :
    ErrorLog 2011  8 10  7:05:52.505 14215 356 (Administrator:82) (../reporthandler.cpp:12462): CReportHandler::buildReportViewerError: CSResultExceFailed to open the connection." FileName:"../reporthandler.cpp" LineNum:12458 ErrorCode:756 ErrorMsg:"Failed to open the connection.
    {FBAD55EE-BEAF-11E0-BC1C-005056813A72}.rpt" DetailedErrorMsg:""
    I believe that the CR was not able to establish the connection with Oracle, so I install Oracle Client on the same machine (test remote connection ==> pass), I set the ORACLE_HOME variable, and I edit the file <installation_home>/ bobje/java/CRConfig.xml to add the path to ojdbc14.jar, and finnaly restart the tomcat server. However I am still getting the same error message.
    Is there any hint that can help me troubleshooting this issue?
    Thank you

    do the reports use native oracle connectivity or JDBC ?
    what version of Oracle client did you install ?
    was it 32bit or 64bit client ?
    what your LD_LIBRARY_PATH variable set to ?
    what does it say in the CMC when you look at CR report's DB properties ?

  • Cannot create connection to Oracle database

    Hello all,
    I would like to create a winform that connects to an Oracle 10g database. I followed the below steps:
    1- Create a Winform project
    2- Go to Server Explorer>Data Connection to add a new connection
    3-In the "Add Connection" window, change the data source to "Oracle database"
    4- Type in the required information (server name, user, password)
    5- when testing the connection, i get an error message telling:
    ORA-12154: TNS: could not resolve the connect identifier specified
    Please to note that I have:
           - 64bit OS, Visual Studio 2012
           - Visual Studio 2012 Version 11.0.61030.00 Update 4
           - Oracle client 10.2.0.4 for MS Windows 64bit
           - ODAC10.2
    Any idea about the issue ?
    Best regards,
    Nassim

    Hello,
    No solution provided, instead resources. I believe the issue is in the connection string no matter which way you connnect.
    As you can see on
    this page for creating strong typed datasets there is not much to it and would recommend the following stated below.
    The first thing to do is located the error (it is on this page) on
    the following page, go through the checklist and see if anything there can help.
    Lastly,
    Oracle data provider will be removed in a future version of Visual Studio.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.

  • Connect to Oracle Database on a Guest VM from the  - Problem

    Hello All,
    I've been facing an issue with my Oracle VM. Let me explain:
    I have a VM running CentOS 6 with Oracle Database 11g 11.2.0 installed. What I want to do is use SQL Developer, Toad, SQL*PLUS from the host machine that is running Windows 7 64bits.
    The VM is using a Host-only Adapter as network connection and a bridged adapter (for when I need to use internet in the box).
    Here is the issue, I can ping the VM from the Host without problems and also I can ping the Host from the VM. But I cannot tnsping from the host to the VM.
    Listener is configured as default (port 1521) and the tnsnames.ora in the host is correct, but when I tnsping it I get time out messages.
    Is it something related to the network between host and VM? Can anyone assit?
    Please let me know if you need more information about.
    Thanks in advance.

    Jaumzors wrote:
    Hello All,
    I've been facing an issue with my Oracle VM. Let me explain:
    I have a VM running CentOS 6 with Oracle Database 11g 11.2.0 installed. What I want to do is use SQL Developer, Toad, SQL*PLUS from the host machine that is running Windows 7 64bits.
    The VM is using a Host-only Adapter as network connection and a bridged adapter (for when I need to use internet in the box).
    Here is the issue, I can ping the VM from the Host without problems and also I can ping the Host from the VM. But I cannot tnsping from the host to the VM.
    Listener is configured as default (port 1521) and the tnsnames.ora in the host is correct, but when I tnsping it I get time out messages.
    Is it something related to the network between host and VM? Can anyone assit?
    Please let me know if you need more information about.
    Thanks in advance.http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/

  • How to connect to External Database, if say SQL server, from Adobe LC

    Hi everyone,
    I have one application, which needs to save and load data from/to an external database,SQL server.I have no idea on how to implement this.But with my knowledge I managed to create DSs and using new data connection wizard, some how I managed to list the fields in the Data View.BUT i still worrying about the way i did is rigt or wrong?.. how can i save and load data to sql server from Adobe LC..Please help me
    Thanks,
    Vinod

    You created the data source on the app server which is the first step. Now you can use the JDBC service to query the database:
    http://livedocs.adobe.com/livecycle/8.2/wb_help/000632.html
    scott

  • Cannot launch iWork after installing 9.2 ML update

    Hi guys,
    Since one week now my iWork09 is crashing when I try to launch it. I get an Error " check whether your version of iWork is compatible with this OS"
    Here are the steps which led to this:
    -  keynote, pages and numbers' are in the  iwork09 folder in the Application folder
    - recently I upgraded to ML by doing a complete erase and install of ML on my 17"MacBook pro (2008/09) running Lion.
    - I have made a new user/admin account with ML (had diff user acc for Lion)
    - Restored  iWork09 folder from time machine backup.
    - tried to install 9.2 update for iWork's, but software update couldn't detect it.
    - Downloaded 9.2update manually...installed it(don't know where?)
    Tried launching keynote, pages and numbers and got the error.
    To find a fix for this I checked the forum at apple and other sites on the internet and here is what I have tried so far:
    1- As I couldn't update iWork's 09 thru software update. I erased iWorks09 folder from the application folder, other iWork09 content from application support folder-rebooted. Checked/deleted again for any remaining .plist files.
    2- Again restored iworks09 from time machine.
    3- ran disk utility for repair permission and rebooted.
    4- launched App Store and ran software update. Luckily! App store showed the iWork's09, 9.2 update
    - downloaded the update, restarted my Mac and when i double click on keynote, pages or numbers, I get the SAME error about check the compatibility??
    I have done the uninstall/re-install 2 times so far and still can't launch iWork. I don't understand where am I going wrong or how to FIX this.
    I would appreciate if any of you guys can help.
    (I do not have the iWork install disk with me,  AND iWork 09 works fine without any problem with CC 10.7.8 Lion backup)
    Thank you.

    I guess the text coloring didn't stick. I'm referring to the "INFO: JNDI not configured for solr (NoInitialContextEx)" section of the log.

  • ICloud on Mail not connecting to IMAP server since Lion update

    Since the latest lion update, my Mail has been unable to recieve or send any mail.
    Mail connection Dr is showing the following error; "Could not connect to this iCloud IMAP server."
    Here's a few screenies showing the problems; http://imgur.com/a/VA7x1
    Does anyone know what this could be? Thanks.

    Thanks for the responces, both!
    I've tried re-signing in, in both mail and through system pref. I just get the following error at the starting "Welcome to mail" splash screen
    The iCloud IMAP server “p04-imap.mail.me.com” is not responding. Try checking the network connection, and that the server name is correct. Otherwise, the server might be temporarily unavailable. If you continue, you might not be able to receive messages.
    As to the mail server, I can only assume no! As far as I can remember it was just a case of username+password and I was good to go. Really stumpped as to why this has happened.

  • 4s STILL not connecting to home wifi since ios6 update

    My wife and I both have the 4s.  We have not been able to use our home wifi since the ios6 update in Sept'12.
    Our macbook, ipad, and tivo all connect just fine.  Our 4s's work fine on any other wifi we need - just not the same dlink router dir-615 we've been using for years.
    I've reset my phone, i've reset the router, i'm on WPA/WPA2.  We're able to use wifi on the 4s for apps and google for about 2 minutes (this is when i assume everyone says "yey! it's fixed") only then stops working, but still shows we're connected to wifi.
    Apple blames the router (some threads speak of apple router's not even working)
    Dlink blames the iphone software (i've read even brand new iphones still don't work)
    Verizon doesn't care because neither of the products are theirs and i'm using more of my data plan - so they win.
    i'm growing increasingly embarassed to be "all apple" when i see the thousands of others with the same problem - and NO HELP from Apple.  We're basically on our own here - when we used to be able to rely on the company for expert solutions.
    I need a solution that is simple.  I want a solution that's easy for guests to use my wifi with out taking their phone apart, rewiring it, hooking it up to my car battery, deciphering 4 different codes, and taking an online course at MIT.  I just want to use my password and get on my wifi.
    please help - and if you can provide any tips, please ensure you're read the above first!

    i checked for updated firmware on the d'link dir-615 router back in september when this first happened (after the ios6 update) but the firmware was already up to date - although the last update was 2009. 
    This was my first clue.
    After further research, I discovered that all DIR series products have been discontinued by D'Link.  This means that when apple is preparing for a software update, it requests all software/hardware specs from wifi router companies like D'Link, Netgear, Garmin, Cysco, etc.  Since D'LInk no longer produces DIR series routers, they did not provide the info.  D'Link only provided info for it's newest line of wireless routers. 
    Leaving all existing DIR users in the dust, with a failed strategy that we'd all buy the new line of wifi routers.
    Yesterday, I purchased an Apple wifi router, although pricey at $99, i plugged it in, typed the network name and pw want to use, and it was up and running in less than 5 minutes.  The apple router will recieve software/firmware updates just as my iphone, macbook, & ipad does. Everything is working perfectly, and the higher price is worth the convenience and reliability.
    If anyone makes it this far, the only thing left would be to check with your internet service provider (comcast, RCN, etc) and make sure you have the most up to date modem.  some folks are unable to send text & pic messages on wifi using an out of date modem. (i didn't have to replace mine, but i'm also not having this issue now that i have the new apple wifi router.)
    Hope this helps at least a few people out there.

  • IPAD2 not connecting to some sites since IOS update

    Since the recent IOS 8 update, my IPAD will not connect to some sites.  It reads servere not found.  I'm trying to get onto my work site which is very important.  Now, my IPAD seems useless for work.  I have turned off and back on which did not help.  I have read that resetting it doesn't help either.  Please help.

    i checked for updated firmware on the d'link dir-615 router back in september when this first happened (after the ios6 update) but the firmware was already up to date - although the last update was 2009. 
    This was my first clue.
    After further research, I discovered that all DIR series products have been discontinued by D'Link.  This means that when apple is preparing for a software update, it requests all software/hardware specs from wifi router companies like D'Link, Netgear, Garmin, Cysco, etc.  Since D'LInk no longer produces DIR series routers, they did not provide the info.  D'Link only provided info for it's newest line of wireless routers. 
    Leaving all existing DIR users in the dust, with a failed strategy that we'd all buy the new line of wifi routers.
    Yesterday, I purchased an Apple wifi router, although pricey at $99, i plugged it in, typed the network name and pw want to use, and it was up and running in less than 5 minutes.  The apple router will recieve software/firmware updates just as my iphone, macbook, & ipad does. Everything is working perfectly, and the higher price is worth the convenience and reliability.
    If anyone makes it this far, the only thing left would be to check with your internet service provider (comcast, RCN, etc) and make sure you have the most up to date modem.  some folks are unable to send text & pic messages on wifi using an out of date modem. (i didn't have to replace mine, but i'm also not having this issue now that i have the new apple wifi router.)
    Hope this helps at least a few people out there.

Maybe you are looking for

  • Wong calculation of Withholding Tax on vendor INvoice

    Dear Cheetaz, In Pakistan rate of withholding tax on freight is 2% and same has been updated in vendor master record. As i am going to make payment to vendor through t ocde F-48 , system is calculating tax @ 1.98% instead of 2% kindly advice where sh

  • The system cannot find the file specified.Windows sockets error code:2.

    Hi All,   I am on MDM 5.5 SP6.   I am getting the following error message when trying to logging in to the DM. The system cannot find the file specified.Windows sockets error code:2.This application will now exit. Runtime Error : Program C :\Program

  • Use of field type in tables

    Hi ppl, Is there any disadvantage if I create a table with fields for which I don't assign a data element. Instead, I write the Data Type, Length and Short Text manualy ? Eg, I have a field COST_CTR for which I don't assign the field type as KOSTL. I

  • Query Not Showing result

    Hi all, I am having one query which i have included into Workbook. and query is based on purely Zee datasource and Zee infoprovider. While refreshing my workbook it is not brining any result. but cube has reporting status available. I have tried all

  • Temp table Question

    In Oracle... can we use temp tables in procedures??? what would be the performance issue if I use a temp table in procedure?? After the procedure is run.. how can I assure that the temp table is deleted???