Stop connecting as SID

Below are example of two entries in my listner alert log file(log.xml). which is having CONNECT_DATA with "Service_Name" and CONNECT_DATA with "SID".
For SID i made changes in "listener.ora" file.
For Service Name i made changes in "tnsnames.ora" file.
i want to ask you just for my information ,
Is it possible to make connection with only Service name. I.E. CONNECT_DATA with "Service_Name"
or can we stop connection via SID?????????????
Thanks for your great reply.
my
</msg>
<msg time='2009-04-16T10:55:23.946+10:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='*******'
host_addr='**.*.***.**'>
<txt>16-APR-2009 10:55:23 * (CONNECT_DATA=(SERVICE_NAME=*****)(CID=(PROGRAM=C:\WINNT\System32\inetsrv\inetinfo.exe)(HOST=ADMINWOTIF1B)(USER=***_admin))) * (ADDRESS=(PROTOCOL=tcp)(HOST=**.*.***.**)(PORT=****)) * establish * &&&& * 0
</txt>
<msg time='2009-04-16T10:57:29.125+10:00' org_id='oracle' comp_id='tnslsnr'
type='UNKNOWN' level='16' host_id='******'
host_addr='**.*.***.**'>
<txt>16-APR-2009 10:57:29 * (CONNECT_DATA=(SID=******)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))) * (ADDRESS=(PROTOCOL=tcp)(HOST=**.*.***.*)(PORT=******)) * establish * &&&&&* 0
</txt>
Here is listner.ora file content:--
SID_LIST_LISTENER_10g =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /u01/app/oracle/product/10.1.0/db_2)
(PROGRAM = extproc)
(SID_DESC =
(SID_NAME = ****)
(ORACLE_HOME = /u01/app/oracle/product/10.1.0/db_2)
LISTENER_10g =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = *****)(PORT = ***))
TRACE_LEVEL_LISTENER_10g=admin
TRACE_DIRECTORY_LISTENER_10g=/u01/app/oracle/product/10.1.0/db_2/network/log
TRACE_FILE_LISTENER_10g=listener10g.trc
TRACE_TIMESTAMP_LISTENER_10g=true
SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER=OFF
and here is "tnsname.ora" file content:
******* =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = ******)(PORT = ***))
(LOAD_BALANCE = yes)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = *****)
****_** =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = *****)(PORT = **))
(LOAD_BALANCE = yes)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = ******)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)

Prashant,
Yes you can create a service and configure your tnsnames.ora and connect SERVICE name to connect to your database.
Here is example
OLTP =
  (DESCRIPTION =
    (LOAD_BALANCE = ON)
    (FAILOVER = ON)
    (ADDRESS = (PROTOCOL = TCP)(HOST = server01)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = server02)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = server03)(PORT = 1521))
    (CONNECT_DATA =
      (SERVICE_NAME = OLTP_SERVICE)
      (FAILOVER_MODE =
        (TYPE = SELECT)
        (METHOD = BASIC)
        (RETRIES = 20)
        (DELAY = 1)
BATCH =
  (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = server01)(PORT = 1521))
       (CONNECT_DATA =
      (SERVICE_NAME = BATCH_SERVICE)
  )

Similar Messages

  • 11g R2(11.2.0.2)-Not able to connect using SID - Win 7 32 bit

    Hi Experts,
    I have installed 11gR2(11.2.0.2) on Win 7 32 bit OS.
    I am able to start database and listener services without any problem. ORACLE_BASE and ORACLE_HOME variables are set.
    I am even able to connect to database using "sqlplus user/pass". (With ORACLE_SID variable set)
    However, sqlplus command hangs when I try to connect using SID "sqlplus user/pass@o11gr2".
    (No error, after waiting for >20 minutes I have to kill the command.)
    =================
    Following in "C:\Oracle\product\11.2.0.2\dbhome_3\RDBMS\trace\o11gr2_ora_6352.trc"
    - "2012-04-05 09:50:55.846: [ default]ut_read_reg:2:ocr registry key SOFTWARE\Oracle\ocr cannot be opened. error 2"
    Following in "C:\Oracle\product\11.2.0.2\dbhome_3\log\machinename\client"
    - 2012-04-26 14:35:18.781: [ default][1216]ut_read_reg:2:ocr registry key SOFTWARE\Oracle\olr cannot be opened. error 2
    [    CLSE][1216]clse_get_crs_home: Error retrieving OLR configuration [0] [Error opening olr registry key. The system cannot find the file specified.
    "tnsping" returns OK for "tnsping o11gr2", "tnsping localhost", "tnsping 127.0.0.1", "tnsping 192.168.0.1"
    Output of LSNRCTL:
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=J1009615W7LT.jda.corp.local)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Production
    Start Date 26-APR-2012 14:35:17
    Uptime 0 days 0 hr. 4 min. 6 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\Oracle\product\11.2.0.2\dbhome_3\network\admin\listener.ora
    Listener Log File C:\Oracle\diag\tnslsnr\J1009615W7LT\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=J1009615W7LT.jda.corp.local)(PORT=1521)))
    Services Summary...
    Service "O11GR2" has 2 instance(s).
    Instance "O11GR2", status UNKNOWN, has 1 handler(s) for this service...
    Instance "O11GR2", status READY, has 1 handler(s) for this service...
    The command completed successfully
    =================
    This was working earlier. One day it stopped working all of a suddent and I am not able to connect using SID till now.
    I tried re-installing in different home multiple times. But no luck even after disabling firewall completely.
    Any suggest/help is greatly appreciated on this.

    ------------------------------tnsping-------------------------
    C:\>tnsping o11gr2
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.2.0 - Production on 26-APR-2012 14:54:32
    Copyright (c) 1997, 2010, Oracle. All rights reserved.
    Used parameter files:
    C:\Oracle\product\11.2.0.2\dbhome_3\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = J1009615W7LT.jda.corp.local)(PORT = 1521
    ))) (CONNECT_DATA = (SERVICE_NAME = O11GR2)))
    OK (30 msec)
    C:\>
    -----------------------------ping-------------------------------
    C:\>ping J1009615W7LT.jda.corp.local
    Pinging J1009615W7LT.jda.corp.local [fe80::20c9:b748:311a:95e4%14] with 32 bytes of data:
    Reply from fe80::20c9:b748:311a:95e4%14: time<1ms
    Reply from fe80::20c9:b748:311a:95e4%14: time<1ms
    Reply from fe80::20c9:b748:311a:95e4%14: time<1ms
    Reply from fe80::20c9:b748:311a:95e4%14: time<1ms
    Ping statistics for fe80::20c9:b748:311a:95e4%14:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\>ping 10.60.200.221
    Pinging 10.60.200.221 with 32 bytes of data:
    Reply from 10.60.200.221: bytes=32 time<1ms TTL=64
    Reply from 10.60.200.221: bytes=32 time<1ms TTL=64
    Reply from 10.60.200.221: bytes=32 time<1ms TTL=64
    Reply from 10.60.200.221: bytes=32 time<1ms TTL=64
    Ping statistics for 10.60.200.221:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\>
    -----------------------------C:\Oracle\diag\tnslsnr\J1009615W7LT\listener\alert\log.xml---------------------------------
    </msg>
    <msg time='2012-04-26T14:35:18.855-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    </txt>
    </msg>
    <msg time='2012-04-26T14:35:26.200-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:35:26 * ping * 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:35:43.204-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:35:43 * ping * 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:35:55.952-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Dynamic address is already listened on (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=J1009615W7LT.jda.corp.local)(PORT=1521)))
    </txt>
    </msg>
    <msg time='2012-04-26T14:35:55.953-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:35:55 * service_register * O11GR2 * 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:37:08.732-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:37:08 * ping * 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:38:34.943-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:38:34 * (CONNECT_DATA=(SERVICE_NAME=O11GR2)(CID=(PROGRAM=C:\oracle\product\11.2.0.2\dbhome_3\bin\sqlplus.exe)(HOST=J1009615W7LT)(USER=j1009615))) * (ADDRESS=(PROTOCOL=tcp)(HOST=fe80::20c9:b748:311a:95e4%14)(PORT=51907)) * establish * O11GR2 * 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:39:23.627-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>WARNING: Subscription for node down event still pending
    </txt>
    </msg>
    <msg time='2012-04-26T14:39:23.628-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:39:23 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=j1009615))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=186647040)) * status * 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:25.550-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>System parameter file is C:\Oracle\product\11.2.0.2\dbhome_3\network\admin\listener.ora
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:25.551-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Log messages written to C:\Oracle\diag\tnslsnr\J1009615W7LT\listener\alert\log.xml
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:25.552-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Trace information written to C:\Oracle\diag\tnslsnr\J1009615W7LT\listener\trace\ora_11640_3776.trc
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:25.553-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Trace level is currently 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:25.553-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:25.555-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Started with pid=11640
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:25.560-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=J1009615W7LT.jda.corp.local)(PORT=1521)))
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:26.695-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Listener completed notification to CRS on start
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:26.712-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:29.880-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Dynamic address is already listened on (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=J1009615W7LT.jda.corp.local)(PORT=1521)))
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:29.881-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:54:29 * service_register * O11GR2 * 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:32.090-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:54:32 * ping * 0
    </txt>
    </msg>
    Edited by: 850920 on Apr 26, 2012 11:59 AM

  • N95 20.1 software just stopped connecting to O2 We...

    Hi, it's been working fine, upgaded to the latest 20 software. At 3pm today it stopped connecting to the O2 network for data, GPRS, etc. Txts and phone itself is working fine...any ideas?
    T

    It could be a problem at O2's side or it could be a problem with your connection settings, it might be worth deleting them and trying to request them again to see if it works again, if i recall correctly there should be a thing on the website to send the settings to you, has it stopped for all network activity or just certain things?

  • My mac has stopped connecting to the wireless printer. However both the mac and the printer indicate that they are connected. What can I do to correct this issue?

    my mac has stopped connecting to the wireless printer. However both the mac and the printer indicate that they are connected. What can I do to correct this issue?

    Maybe this???
    Mac OS X: About the Reset Printing System feature ...
    http://support.apple.com/kb/HT1341?viewlocale=en_US
    10.5/10.6/10.7/10.8 instructions...
    In System Preferences>Fax & Print, Right click or Control+click on the Printers list Sidebar, choose Reset Printing System.
    if you hold option and click the "-" tab it resets the printing system.
    http://www.macosxhints.com/article.php?story=20031215144430486
    Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions.
    Any devices that previously appeared in your Printer List and Fax List will need to be added again after resetting the printing system.
    Resetting the printing system in Mac OS X 10.5.x+++
        1.    To use the Reset Printing System feature in Mac OS X 10.5.x, follow these steps:
        2.    Choose System Preferences from the Apple menu.
        3.    Choose Print & Fax from the View menu.
        4.    Control-click on list of printers on the left side of the window, then choose "Reset printing system" from the contextual menu. If you don't see a list of printers, Control-click on the text "Click + to add a printer or fax" and select "Reset printing system..." 
   
  As an alternative, if you currently have one or more printers listed, you can Option-click the "-" (Remove printer) button.
    http://support.apple.com/kb/ht1341
    Reboot.

  • My ipad mini has stopped connecting to my home wifi. Have just got an iphone today and that connects OK and the house laptop still connects. Any suggestions to gt the ipad connected again

    Have had an ipad mini for 6 months and it has been connecting perfectly to the home wifi but it has just stopped connecting this evening and all other devices seem to be OK.
    Just got a new iphone today and wonder if that has had an effect but that is connecting OK as is my laptop.
    Any help would be appreciated

    Problem was fixed by rebooting the ipadmini using on/off switch on the side of the ipad
    Got the advice from a related previous discussion

  • Iphone 4S stopped connecting to exchange

    My phone recently stopped connecting properly to my work email. I initially connected with 2010 Exchange, and for about a year it worked fine. I changed my password due to expiration requirements, and now it will not authenticate the account. It will sporadically tell me that my password is wrong and then fetch my emails. I thought maybe if I deleted and redid the account it would work, but now it won't authenticate at all. I am unable to connect at all now. Has anyone else had a problem with this? It's driving me nuts!!
    Thanks

    What did your IT Department say when you contacted them about your work email not working.

  • My macbook pro (lion 10.7.2) stopped connecting to wireless internet even though network indicates it is connected - full bars.

    My macbook pro (10.7.2) just stopped connecting to the internet. 2 other macs in the house are working fine. All 3 are in the same room as the airport. The macbook network icon indicates it is connected with full bars. We have turned the computer off and on, but no effect. Any ideas?

    Have you tried turning Airport off and then on again? My own q about this is somewhere in the answered q's--what worked was either the Airport on-off or something my phone company did while I was fiddling with Airport. Good luck!
    Gail

  • HT3529 my iphone just stop connecting to my wifi and i have tried all the recommended troubleshooting with no success. Also when i send a text , it shows it coming from my email address instead of my cell #. i cant get a text going to my cell #. help

    my iphone just stopped connecting to my wifi and i have tried all the recommended troubleshooting with no success. Also when i send a text , it shows it coming from my email address instead of my cell #.  i dont receive any text going to my cell #. help

    If i understand what you are saying then you are seeing the WiFi indicator after connecting but Apps are saying that they are not connected to the internet?
    Your router may not have given your iPod a valid IP address. Go to Settings > Wifi > your network name and touch the ">" 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 to restart your router (remove power for 30 seconds and restart). Next, reset network settings on your iPod (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.

  • How do you get your iPhone to stop connecting to face time while on a voice call? And it also does this when I'm on the phone with someone who doesn't have an iPhone. I look down at my phone while on a call and it says connecting to face time

    How do you get your iPhone to stop connecting to face time while on a voice call? And it also does this when I'm on the phone with someone who doesn't have an iPhone. I look down at my phone while on a call and it says connecting to face time

    How are you dialing these calls?

  • HT4993 How do you get your iPhone to stop connecting to face time while on a voice call? And it also does this when I'm on the phone with someone who doesn't have an iPhone. I look down at my phone while on a call and it says connecting to face time

    How do you get your iPhone to stop connecting to face time while on a voice call? And it also does this when I'm on the phone with someone who doesn't have an iPhone. I look down at my phone while on a call and it says connecting to face time

    How are you dialing these calls?

  • Hi recently my MacBook pro has stopped connecting to our office Synology server automatically.  I now have to Go Connect to Server etc in order to browse the file server. Clearing key chain and then readding everything hasnt made any difference. HELP

    Hi recently my MacBook pro has stopped connecting to our office Synology server automatically.  I now have to Go > Connect to Server > etc in order to browse the file server. Clearing key chain and then readding everything hasnt made any difference. HELP

    Not sure what other tests they could run for me. I've pretty much run all the tests I can using Drive Genius and Tech Tool Pro 5. Is there anything they use that I don't know about??

  • Our HDB tool  just stopped connecting to the Azure virtual machine

    Our HDB tool just stopped connecting to the Azure virtual machine while it is working fine on AWS. The error we are getting is:
    "HDB -system state cannot be determined. Database connection is not available."
    Any suggestions/comments from the community?
    Thank you
    Koushik

    Update as promised.
    I just went ahead and created a new VM.  All is good!!!!
    Server 2012 (Datacenter)
    Downloaded and installed SQL Server 2012 Standard (Basic install only need the DB engine)
    Configured for mixed mode, etc.  (I did not need to change anything after the install was done)
    Opened endpoints and VM firewall ports
    Tested and worked as expected
    Then went ahead and installed IIS, Web Deploy and updates.
    All is working as expected.  Not sure what I messed up the first go around.
    If anyone comes across this and the docs don't help, just try to set up a new VM (either SQL or Server and install SQL).

  • Macbook pro just stopped connecting to wireless internet.

    I have tried restarting it and deleting the old usernames and paswords, but nothing works. I thought it might be an  internet problem but i am having the same problem at home and school.
    Can anyone help me?

    My macbook stopped connecting to wireless internet. Ive tried everything. HELP!
    Open System Preferences then select the Network tab.
    Cick Assist me... then click Diagnostics
    If any of the buttons on the left are red click Continue.
    That should help narrow down whether it's Wi-Fi or your settings or your ISP.
    Might be something in this article you haven't tried yet >  Troubleshooting Wi-Fi issues

  • About three days ago my iphone5 stopped connecting to my home wifi. I've tried everything in the trouble shooting guides and everything in all the support comments here.Is there anything else it could be? my other devices connect no probs.

    About three days ago my iphone5 stopped connecting to my home wifi. I've tried everything in the trouble shooting guides and everything in all the support comments here.Ive reset network, reset all phone settings, turned wifi on and off, forgotten network. Nothing works. Is there anything else it could be? The wifi is fine as all my other devices connect to it no probs. appreciate any help?

    About three days ago my iphone5 stopped connecting to my home wifi. I've tried everything in the trouble shooting guides and everything in all the support comments here.Ive reset network, reset all phone settings, turned wifi on and off, forgotten network. Nothing works. Is there anything else it could be? The wifi is fine as all my other devices connect to it no probs. appreciate any help?

  • I've had a Samsung network extender for over a year and it's been great.  About a week ago, my iPhone 5 stopped connecting to it.  I've never had problems with this.  All the lights on the extender are blue, so it seems it's working fine.  Any suggestions

    I've had a Samsung network extender for over a year and it's been great.  About a week ago, my iPhone 5 stopped connecting to it.  I've never had problems with this.  All the lights on the extender are blue, so it seems it's working fine.  Any suggestions?

    Oh no! Lets ensure that you are connected. Have you tried to reset the Network Extender? Are other devices able to connect to the Extender? Is your Internet service up and running? 
    Share details so that we can help!
    Thank you, 
    LenaA_VZW
    Follow us on Twitter @VZWSupport

Maybe you are looking for

  • Problems Printing to HP 2610 All-in-one

    Hi Folks, First off, I'm a Windows person so please don't assume I know the internals of OS-X very well (my wife is the Mac user, but is not the household "techie"). That said... When we try to print documents to the HP 2610 All-in-one (USB connected

  • Using the BC4J with JDeveloper

    What exactly is the meaning of business logic in BC4J? It says thatBC4J Entity objects encapsulate the business logic. What is this business logic? Is it the Primary Key/Foreign key relationship between tables?

  • BT-Wifi inconsistencies in procedure

    I've recently upgraded to Infinity 2 with a Home Hub 5. In the HH interface I clicked "Find out more about BT Wifi", and was taken to https://www.bt.com/wifi/secure/index.do?s_cid=con_FURL_btwifi Clicking "Check on my status" doesn't accept my MyBT p

  • Track of Inventory opening balance

    Hi All, Can you please guide a bit regarding the below query Track of Inventory opening balance      How to track or get the opening balances (of the concerned a/c(s)) entered for the items. Thanks a lot in advance...

  • Is Thermaltake 420W enough for me?

    Is the ThermalTake 420W PSU enough for the following? P4 2.8 GHz 800FSB MSI 875P Neo MSI Geforce FX 5600 256MB RAM 2x 256MB DDR 400 Kingston 1x 40GB WD 7200rpm 1x 120GB WD 7200rpm 8MB cache Specs for the Thermal take are here: http://www.thermaltake.