Connecting via iSQLPLUS in 10G 10.2.0.1.0 environment

Hello all:
I have just instaleled 10G 10.2 on my windows server. I am trying to connect as SYSTEM or any other user via web link http://it_b.hut.com:5560/isqlplus/, I can see the workspace window, however when I try to run any SQL statement, I am getting following error:
"Unauthorized use of this site is prohibited and may be subject to civil and criminal prosecution"
I coudl not find any instruction how to setup iSQLPLUS for SYSTEM or DBA on windows environment at the following link
http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14357/ch2.htm#CIHDCDFC
Thanks for your help.
Suhail

It looks like a local firewall policy. Check with your network administrator.

Similar Messages

  • Why can't I connect via isqlplus when via sqlplus I can?

    I don't know why my connect string sopra/sopra@sopra_toshiba works fine for sqlplus but not for isqlplus where I get:
    ERROR:
    ORA-12154: TNS:could not resolve service name
    What can the problem be? It seems as it can't find the tnsnames entry.
    This is the tnsnames entry being used:
    SOPRA_TOSHIBA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = toshiba)(PORT = 1521))
    (CONNECT_DATA =
    (SID = sopra)
    (SERVER = DEDICATED)

    This is a wild guess. But would iSqlPlus use a tnsnames.ora file associated with the (web) server ?
    Ken

  • Cannot connect to isqlplus for 10g

    Please i have been battling with this error
    ERROR - ORA-28009: connection to sys should be as sysdba or sysoper?
    How can i find out the right service name or connect identifier on my machine?
    thanks

    Hi,
    ERROR - ORA-28009: connection to sys should be as sysdba or sysoper?
    You must specify "SYSDBA" or "SYSOPER" with "SYS" user.
    like
    username : sys
    password : oracle
    Connection : SYSDBA ---> SELECT HERE "sysdba" instead of "NORMAL".regards
    Taj

  • Connect via SQL*Plus taking more time in Oracle 11 than in 10

    Oracle Version
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE    11.2.0.3.0      Production
    TNS for IBM/AIX RISC System/6000: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Productioncurrently migrating from
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Productio
    NLSRTL Version 10.2.0.4.0 - ProductionOS is AIX 5.3 for Oracle 10 and AIX 6.1 for Oracle 11.
    We are currently in the process of migrating some applications from Oracle 10 to 11. Our admins have setup a new development system for us with an Oracle 11 instance. Regarding performance the new system behaves more or less the same than our old, e.g. when executing SQLs we notice hardly any performance differences and those we find are slightly in favour of the new system.
    But now we discovered that the time it takes to establish a database connection via SQL*Plus is longer on the Oracle 11 system. Running the following code
    sqlplus -s user/pw@database <<END
    quit
    ENDa thousand times takes ~60s under Oracle 10 but ~140s under Oracle 11. This may not seem much but we are running a test framework consisting of a bunch of shell scripts where several thousand connections are openend via SQL*Plus to execute some SQLs, so that even this small time difference results in rather huge difference in total runtime. The SQLs themself require roughly the same time in both databases, as already mentioned above they are in fact slightly faster in Oracle 11.
    To analyze the time difference I ran a trace for the connect with the following parameters in sqlnet.ora
    TRACE_LEVEL_CLIENT=4
    TRACE_UNIQUE_CLIENT=ONand found out that there is a time difference of about 70ms during the connect handshake:
    Oracle 10
    [22-MAR-2013 12:13:09:595] nscon: doing connect handshake...
    [22-MAR-2013 12:13:09:595] nscon: sending NSPTCN packet
    [22-MAR-2013 12:13:09:621] nscon: got NSPTRS packet
    [22-MAR-2013 12:13:09:621] nscon: sending NSPTCN packetOracle 11
    (1) [22-MAR-2013 12:15:26:812] nscon: doing connect handshake...
    (1) [22-MAR-2013 12:15:26:812] nscon: sending NSPTCN packet
    (1) [22-MAR-2013 12:15:26:906] nscon: got NSPTRS packet
    (1) [22-MAR-2013 12:15:26:906] nscon: sending NSPTCN packetUnder Oracle 10 there are 26ms between sending the NSPTCN packet and getting the NSPTRS packet, whereas under Oracle 11 this takes 94ms. I ran the trace again, this time with
    TRACE_LEVEL_CLIENT=16and got the following results for the critical interval:
    Oracle 10:
    [22-MAR-2013 13:17:37:638] nscon: sending NSPTCN packet
    [22-MAR-2013 13:17:37:638] nspsend: entry
    [22-MAR-2013 13:17:37:638] nspsend: plen=218, type=1
    [22-MAR-2013 13:17:37:638] nttwr: entry
    [22-MAR-2013 13:17:37:638] nttwr: socket 9 had bytes written=218
    [22-MAR-2013 13:17:37:638] nttwr: exit
    [22-MAR-2013 13:17:37:638] nspsend: packet dump
    <<packet dump removed>>
    [22-MAR-2013 13:17:37:638] nspsend: 218 bytes to transport
    [22-MAR-2013 13:17:37:638] nspsend: normal exit
    [22-MAR-2013 13:17:37:638] nscon: exit (0)
    [22-MAR-2013 13:17:37:638] nsdo: nsctxrnk=0
    [22-MAR-2013 13:17:37:638] nsdo: normal exit
    [22-MAR-2013 13:17:37:638] nsdo: entry
    [22-MAR-2013 13:17:37:638] nsdo: cid=0, opcode=68, *bl=512, *what=9, uflgs=0x0, cflgs=0x3
    [22-MAR-2013 13:17:37:638] nsdo: rank=64, nsctxrnk=0
    [22-MAR-2013 13:17:37:638] nsdo: nsctx: state=2, flg=0x4005, mvd=0
    [22-MAR-2013 13:17:37:638] nsdo: gtn=10, gtc=10, ptn=10, ptc=2011
    [22-MAR-2013 13:17:37:638] nscon: entry
    [22-MAR-2013 13:17:37:638] nscon: recving a packet
    [22-MAR-2013 13:17:37:638] nsprecv: entry
    [22-MAR-2013 13:17:37:638] nsprecv: reading from transport...
    [22-MAR-2013 13:17:37:638] nttrd: entry
    [22-MAR-2013 13:17:37:665] nttrd: socket 9 had bytes read=8
    [22-MAR-2013 13:17:37:665] nttrd: exit
    [22-MAR-2013 13:17:37:665] nsprecv: 8 bytes from transport
    [22-MAR-2013 13:17:37:665] nsprecv: tlen=8, plen=8, type=11
    [22-MAR-2013 13:17:37:665] nsprecv: packet dump
    [22-MAR-2013 13:17:37:665] nsprecv: 00 08 00 00 0B 00 00 00  |........|
    [22-MAR-2013 13:17:37:665] nsprecv: normal exit
    [22-MAR-2013 13:17:37:665] nscon: got NSPTRS packetOracle 11
    (1) [22-MAR-2013 13:33:40:504] nscon: sending NSPTCN packet
    (1) [22-MAR-2013 13:33:40:504] nspsend: entry
    (1) [22-MAR-2013 13:33:40:504] nspsend: plen=205, type=1
    (1) [22-MAR-2013 13:33:40:504] nttwr: entry
    (1) [22-MAR-2013 13:33:40:504] nttwr: socket 8 had bytes written=205
    (1) [22-MAR-2013 13:33:40:504] nttwr: exit
    (1) [22-MAR-2013 13:33:40:504] nspsend: packet dump
    <<packet dump removed>>
    (1) [22-MAR-2013 13:33:40:505] nspsend: 205 bytes to transport
    (1) [22-MAR-2013 13:33:40:505] nspsend: normal exit
    (1) [22-MAR-2013 13:33:40:505] nscon: exit (0)
    (1) [22-MAR-2013 13:33:40:505] snsbitts_ts: entry
    (1) [22-MAR-2013 13:33:40:505] snsbitts_ts: acquired the bit
    (1) [22-MAR-2013 13:33:40:505] snsbitts_ts: normal exit
    (1) [22-MAR-2013 13:33:40:505] nsdo: nsctxrnk=0
    (1) [22-MAR-2013 13:33:40:505] snsbitcl_ts: entry
    (1) [22-MAR-2013 13:33:40:505] snsbitcl_ts: normal exit
    (1) [22-MAR-2013 13:33:40:505] nsdo: normal exit
    (1) [22-MAR-2013 13:33:40:505] nsdo: entry
    (1) [22-MAR-2013 13:33:40:505] nsdo: cid=0, opcode=68, *bl=2048, *what=9, uflgs=0x0, cflgs=0x3
    (1) [22-MAR-2013 13:33:40:505] snsbitts_ts: entry
    (1) [22-MAR-2013 13:33:40:505] snsbitts_ts: acquired the bit
    (1) [22-MAR-2013 13:33:40:505] snsbitts_ts: normal exit
    (1) [22-MAR-2013 13:33:40:505] nsdo: rank=64, nsctxrnk=0
    (1) [22-MAR-2013 13:33:40:505] snsbitcl_ts: entry
    (1) [22-MAR-2013 13:33:40:505] snsbitcl_ts: normal exit
    (1) [22-MAR-2013 13:33:40:505] nsdo: nsctx: state=2, flg=0x4005, mvd=0
    (1) [22-MAR-2013 13:33:40:505] nsdo: gtn=10, gtc=10, ptn=10, ptc=8155
    (1) [22-MAR-2013 13:33:40:505] nscon: entry
    (1) [22-MAR-2013 13:33:40:505] nscon: recving a packet
    (1) [22-MAR-2013 13:33:40:505] nsprecv: entry
    (1) [22-MAR-2013 13:33:40:505] nsprecv: reading from transport...
    (1) [22-MAR-2013 13:33:40:505] nttrd: entry
    (1) [22-MAR-2013 13:33:40:618] nttrd: socket 8 had bytes read=8
    (1) [22-MAR-2013 13:33:40:618] nttrd: exit
    (1) [22-MAR-2013 13:33:40:618] nsprecv: 8 bytes from transport
    (1) [22-MAR-2013 13:33:40:618] nsprecv: tlen=8, plen=8, type=11
    (1) [22-MAR-2013 13:33:40:618] nsprecv: packet dump
    (1) [22-MAR-2013 13:33:40:618] nsprecv: 00 08 00 00 0B 00 00 00  |........|
    (1) [22-MAR-2013 13:33:40:618] nsprecv: normal exit
    (1) [22-MAR-2013 13:33:40:618] nscon: got NSPTRS packetAny ideas what could be the reason for this time difference? Something in our network configuration or something else?

    With local connections - I do not think a TCP packet send from an IP to the same IP, leaves the interface as an actual wire protocol/signal. If I'm correct, then running local connection tests will be mostly useless in checking the actual network infrastructure.
    Tests 3 and 4 should be showing the same connection times as the same physical network infrastructure is used - only the direction is reversed in the tests.
    I would assume that port settings on the switches and interface settings on the routers treat packets equally in both directions between 2 servers. But this could in part explain the problem if this is not the case. In a case of a router for example, the 1st test's ingress interface is the egress interface of the 2nd test (and vice versa). Configurations can differ substantially between interfaces on the same router. Likewise if there is a firewall - as different rule sets are applied in each test and these rule sets could differ.
    So I would not be too quick to state that this is definitely not a network problem. But I agree that based on the small percentage difference (assuming comparable tests), it does not look like a network issue.
    The next step is to determine what the delay is between the listener accepting the client connection, and the connection being serviced by a dedicated server process.
    This will require listener tracing - tracing the time from when the listener accepted the connection (and parsed the TNS connection string), to handing off the connection to the dedicated server process.
    As a comparison test, you can also test shared server connections. Dispatcher processes (of the db instance) register themselves with the listener. The shared server client hand off is thus done to an existing server process - no need for the Listener to make a kernel call to load and initialise an executable image.
    Shared connections are typically faster than dedicated connections in this respect.
    If there is a major time difference, then it means some kind of issue with the listener dealing with dedicated servers as oppose to dispatcher hand off's. As both connections would have had very similar network transit time - which means the connection time difference is related directly to dealing with a dedicated server connection request and hand off.
    You can also substitute the oracle executable with a wrapper - and troubleshoot the actual dedicated server startup. I've only done this with Oracle XE 10.2 though and with local IPC connections. Unsure how robust this will be for testing purposes via TCP using 11g.

  • Connecting to Oracle Database 10g Express Edition

    Hello guys,
    Im running Windows XP SP2.
    Ive just installed Oracle SQL Developer and Oracle Database 10g Express Edition.
    Im trying to connect via SQL Developer with:
    hr/hr (yes, ive unlocked this user)
    localhost:1521
    sid:orcl
    but then it says:
    "Status: Failure -Listener refused the connection with the following error:ORC-12505, TNS:listener does not currently know of SID given in connect descript..."
    i guess its smth wrong with my SID.
    Im total newbie to oracle, keep that in mind.
    Please help!

    The default SID for Oracle Database 10g Express Edition is XE.

  • Try to use easy connect to connect from isqlplus but to no avail

    Using the Easy Connect Naming Method
    from http://download.oracle.com/docs/cd/B19306_01/network.102/b14212/naming.htm#sthref783
    I want to connect from isqlplus remotely.
    pardon me if I ask this stupid question,
    do I need to install oracle client to use isqlplus. if yes, then no need to answer the above question.
    I mean with browser no doubt I can reach the url, but when it prompt for the connect string, i try to substitute the
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = globalro-417667)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = tomkyte)
    so I wonder if I'm doing the right thing or not.
    thanks!

    Hi,
    See the link care fully, the page which you reffered it self says "This chapter describes how to configure connectivity information for client connections to the database server." So Client is required.
    Clients can connect to a database server using easy connect naming if the following conditions are met:
    - Oracle Database 10g Net Services software installed on the client.
    - Oracle TCP/IP protocol support on both the client and database server
    - No features requiring a more advanced connect descriptor are required
    Every thing is there in ORACLE Document.
    - Pavan Kumar N

  • This OC4J is configured to make JMX connections via RMIS...error!

    Hello,
    I have just installed OBIEE and when I try to log into Oracle Enterprise Manager 10g and got the following error:
    This OC4J is configured to make JMX connections via RMIS and fall back to RMI if the RMIS port is not configured. The RMIS connection on the OC4J local instance is configured but a connection could not be established. The JMX protocol is specified by the oracle.oc4j.jmx.internal.connection.protocol property in opmn.xml
    I have tried to reinstall OBIEE a couple of times but still get this error. Please let me know what I need to do to get this up and running.
    Thanks!
    Linda

    This may be because of the host name. You might have any special characters in host name, remove any under scores in host name, restart computer and check it.
    if not let me know what URL you are using.
    - Madan

  • Can Connect via Database Control but Cannot Connect from Enterprise Manager

    Hi experts,
    This is a 10g database on a Windows server.
    when I remote into the server:
    - I CAN connect via the web-based Database Control
    - I CANNOT connect to any db/instance via regular Ent Mgr - get the ugly "ORA-12154 TNS: could not resolve the connect identifier specified" error.
    I thought both tools used the same connection files (tnsnames, listerner etc), but maybe not.
    When db control connects, but Enterprise Manager cannot, what should I check to find the problem?
    Thank you.
    John

    Thanks madrid.
    I eventually got it to work by changing the tnsnames.ora in the client_1 folder
    This is the original:
    FS9ENFP1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNCLAFDB)(PORT = 1521))
    (CONNECT_DATA =
    (SID = FS9ENFP1)
    (SERVER = DEDICATED)
    ORCL=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNCLAFDB)(PORT = 1521))
    (CONNECT_DATA =
    (SID = orcl)
    (SERVER = DEDICATED)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    I removed the EXTPROC entry and added entries for the ORCL and FS9ENFP1 databases, specifying server_database like this:
    FS9ENFP1_PNCLAFDB =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNCLAFDB)(PORT = 1521))
    (CONNECT_DATA =
    (SID = FS9ENFP1)
    (SERVER = DEDICATED)
    Not really sure WHY it is necessary to list an instance twice, once without server name and another with server name... but EM is able to connect now. I simply modeled tnsnames after another Oracle server where EM was able to connect.
    John

  • Powerbook G4 can't connect via ethernet but connects via airport

    We have a small office network connected to an Efficient Networks DSL router that's managed by our isp. The router has 4 ports and a linksys 8 port switch is connected to one of those ports. Another D-Link wireless router/switch is connected to another port.
    2 i-macs connect without problem via ethernet cable. They are set to DHCP and get 192.xx private addresses. Both run 10.4.5. Another older imac running 9.2.2. also has no problems.
    I recently purchased a powerbook G4 and it will not connect via ethernet to the Efficient networks router. At first it was connected to the linksys, so decided to connect it direct to the Efficient Networks router. With DHCP, it acquires a 169. internet address which is self generated (i.e. no real connection). I tried to give it a static private address (talking to the isp provider). They could see the powerbook but saw all zero's (presumable mac address). By the way the Powerbook works perfectly at home connected via ethernet cable to a D-Link router connected to a cable modem so it's not a physical problem. I even checked the ethernet cable I used in the office with another computer - no problem.
    When I switch to airport in the office, the powerbook connects to the network and the internet. I get some strange warning messages showing the server's and the router's private ip addresses. I click ok, and the powerbook finds an unassigned private ip address. It's the only way it will work, but it causes problems, because I can't connect to one of the network printers. Speed also isn't great.
    Can anyone give me advise how to proceed. I am no expert on this stuff so keep it as simple as possible.
    Tks

    Tim,
    Thanks for your help. Here's what I've done before reading your e-mail. The D-Link DI-524 wireless router is connected to the Effiicent Neworks DSL router as you mentioned. One ethernet port of the EFF.Net. router is connected to the WAN port of the DI-514.
    Because I have a D-Link router at home which works flawlessly with my powerbook, I decided to connect the ethernet cable of the powerbook to the D-Link which has 4 ethernet ports. Lo and behold, the powerbook acquired a private ip address and connected to the LAN and internet!
    When I connected the powerbook direct to the Efficient Networks router, it could not communicate. I believe that there must be some software incompatibility between the powerbook and the Efficient Networks router. By connecting to the D-Link, the D-Link assigned an ip address to the powerbook, and it could connect to the server, lan, etc..
    Only problem is that I have a Brother network printer that cannot connect to the powerbook. My powerbook cannot find it on the network. Because there is a linksys switch connected to the efficient networks router's third ethernet port, maybe as you said, going through the D-Link via DHCP (when the Linksys is also acting as a DHCP server, might cause this type of problem. What do you think?
    As a final note, other imac G5's connected to the linksys switch (which then connects to the Efficient Network's router) have no problem connecting to the lan or internet and have no problem connecting to any of the printers. When I put the powerbook on that switch, I could not connect to the internet - i.e. whether connecting via the lynksys switch or direct with the efficient networks router - same results: no internet connection whether manually or via DHCP.
    So the imac G5 has no problem with the efficient networks router but the powerbook G4 hits a brick wall. The G4 likes the D-Link router. I am concerned (and I will have to check this) that if I turn off the dhcp server feature from the D-Link, that whatever software issue crops up between the powerbook and the Efficient Networks router, will rise up again, because the D-Link will act like a simple switch (just like my linksys switch), and we'll be back to square zero. In any case, no harm in trying. This may be the cause of the Powerbook not seeing that Brother printer (even though it sees another printer and other macs).
    Having spent hours reading about network problems, I think it's safe to say that macs have problems with certain routers. Why a G5 works and a powerbook G4 doesn't is beyond me, but clearly software must play a role.

  • When iPhone 5s is connected via USB no audio is heard

    Hi There -
    I've seen older threads on this issue but I don't think I've really come across any solutions. My issue started yesterday; now before reading further I have to ask that you please keep in mind that I did perform the latest upgrade on my iPhone a bit earlier in the day.
    When I connect my iPhone to my vehicle sync system and announce that I'd like to connect via USB, the voice recognition repeats my request and then the music on my iPhone shows to be playing on the display in my vehicle. The problem is that though the music appears to be playing and the minutes played are being displayed there is no audio coming through. When I switch to the Bluetooth Audio option all sound comes through.
    Now, as a 2nd test, we connected my sons iPhone 5s via USB (he has not taken the latest update on his iPhone) and the same issue happens with his. Voice recognition changes to the USB format as requested, music appears to be playing but no audio is heard. When we change his phone to Bluetooth Audio the audio comes through nice and clear.
    I'm not entirely convinced the update caused the issue so I wanted to put this out there to see if anyone has run into this and were able to actually resolve the issue.
    I know the USB cable is working fine because when I do plug it into either phone the phone makes the little connection sound and pops up a brief battery percentage box. I also know the cable is working because when we announce USB as our audio of choice the system recognize USB via the iPhone.
    One other thing I tried looking for was the option on the phone to switch from Docked to Synch - I know on my iPhone 4 I was able to switch back and forth through iTunes and would also have the option if I tried to watch anything via You Tube when connected to the dock; I cannot find this anywhere on the 5s when connected via USB.
    Help is greatly appreciated!!!

    I have had similar troubles with wifi.. some improvement removing BlackBerry desktop software & drivers & reinstalling after reboot... I used the same installer I had previously, but a fresh downloaded installer couldn't hurt...
    10.3.1 SW .1779 OS .2726 WLAN .1.1 Radio .2727

  • The iTune Remote App has stopped finding my iTunes library when connected to wifi from my main router, but works fine when connected via second wifi router on the same network (different SSID)

    I'm running iTunes Remote App from a couple of iPhone 5's and a first generation iPod Touch. iTunes is running on a PC - Windows 7. My home network runs two Wifi Routers, each with a different SSID. I've had no problems with the Remote app running this set up for the last 8 months but recently the App can only find my iTunes library when the iPhone/iPod is connected via one specific router, when connected to the network via the other router, no iTunes library is found. I'm also running an Apple TV and it's the same as the iTunes Library, only visible via the one SSID.
    Everything else seems to work fine when connected via either router, eg Internet on the iPhones (definitely via wifi)
    I've tried renewing the lease on the iPhone wifi connection, restarting everything.....several times.....
    It used to work fine, this only seems to have been a problem in recent weeks
    Any help or advice would be much appreciated
    Thanks
    Ian

    It turned out to be the firewall settings on our router. Her machine was sending traffic that our router interpreted as a DoS attack and blacklisted her Airport's MAC address. That's why it would work fine if she switched to Ethernet.

  • My Canon MX 922 does not scan. My printer is connected via cable. Wireless doesn't work either.

    My Canon MX 922 does not scan. My printer is connected via cable. Wireless doesn't work either.  I get an error message with multiple suggestions but none of them apply to my situation.
    I am so dissatisfied with this printer.  I'm sorry I got it from Amazon because now it is a hassle to return it.  I will never buy another Canon.
    The printer menus are confusing.  I hate using it.  I loved my previous Canon which finally stopped working after many years, that's why I purchased a newer Canon model.  Never again.  Stick with cameras.
    Marcy Hotz

    This note won't be as angry and frustrated as the last one...
    Because I still had my old printer drivers and other applications on my hard drive, I think the application was trying to connect with the old printer.  I deleted all the old stuff.
    I also had several scanning applications on my drive which just confused me.
    When I used the actual Canon MX922 application, I was able to scan but could only save as JPG, TIF or BMP (and one more, I forget which).  So I did some research on the Canon site and found out how to save documents as PDF files using the Canon IJ Scan Utility.
    It works now.  So I'm satisfied, will keep this maching.  I just had to take some time, sit down and focus on the problem.

  • Internet connection via Airport Extreme/router thats not working, why?

    I have been having problems with the internet connection via Airport Extreme which I find it a bit unusual and its still driving me nuts! This is what happened:
    I have lost my internet connection last Sunday evening upon my return from a weekend away from home. The last time I have used the internet connection on my macbook was the previous Friday morning. Prior to the apparent disconnection on Sunday, I have always used my internet connection wirelessly through Airport Extreme (that is connected via ethernet cable to the NETGEAR DG834v2 ADSL modem which had worked beautifully until the problem arose on my return). This wireless internet connection allowed me to surf the internet anywhere in my home.
    However, upon the successful re-connection to the internet via the modem router, I have discovered several new problems. I have tried to set up the internet connection wirelessly again but instead the following happened:
    1. Router (Netgear) drops ADSL connection and cannot reconnect when connected to airport via Ethernet. (which is the case when using airport wireless).
    2. Router connects to ADSL fine when computer is connected to it via Ethernet. (However, router disconnects when magsafe power adapter is taken out for some inexplicable reason!)
    3. Router connects to ADSL fine when nothing is connected to the router (ie. No Ethernet connections)
    4. Router connects to ADSL fine when connected to airport via Ethernet and computer is connected to airport via Ethernet.
    So from the above, I cannot connect to the internet properly whether wirelessly or not so I suspect it could be faulty router or could it be airport extreme? I have asked my ISP for an explanation and all they have said is that it cannot be the mis-configuration but could be to do with the power adaptors or the way plugs are set up and suggested I take out all the power plugs (and power surge protector) out to switch everything off, the macbook, router, printer and airport extreme. However, when I have re-plugged them all back in, the problems I have described above still persists!
    Would appreciate any help if anyone here recognises why this is the case and what seems to be the cause of this. If so, what should I do? Though I have written back to my ISP again yesterday for more help so im waiting to hear from them...
    Thanks
    u2dougal

    I have been having problems with the internet connection via Airport Extreme which I find it a bit unusual and its still driving me nuts! This is what happened:
    I have lost my internet connection last Sunday evening upon my return from a weekend away from home. The last time I have used the internet connection on my macbook was the previous Friday morning. Prior to the apparent disconnection on Sunday, I have always used my internet connection wirelessly through Airport Extreme (that is connected via ethernet cable to the NETGEAR DG834v2 ADSL modem which had worked beautifully until the problem arose on my return). This wireless internet connection allowed me to surf the internet anywhere in my home.
    However, upon the successful re-connection to the internet via the modem router, I have discovered several new problems. I have tried to set up the internet connection wirelessly again but instead the following happened:
    1. Router (Netgear) drops ADSL connection and cannot reconnect when connected to airport via Ethernet. (which is the case when using airport wireless).
    2. Router connects to ADSL fine when computer is connected to it via Ethernet. (However, router disconnects when magsafe power adapter is taken out for some inexplicable reason!)
    3. Router connects to ADSL fine when nothing is connected to the router (ie. No Ethernet connections)
    4. Router connects to ADSL fine when connected to airport via Ethernet and computer is connected to airport via Ethernet.
    So from the above, I cannot connect to the internet properly whether wirelessly or not so I suspect it could be faulty router or could it be airport extreme? I have asked my ISP for an explanation and all they have said is that it cannot be the mis-configuration but could be to do with the power adaptors or the way plugs are set up and suggested I take out all the power plugs (and power surge protector) out to switch everything off, the macbook, router, printer and airport extreme. However, when I have re-plugged them all back in, the problems I have described above still persists!
    Would appreciate any help if anyone here recognises why this is the case and what seems to be the cause of this. If so, what should I do? Though I have written back to my ISP again yesterday for more help so im waiting to hear from them...
    Thanks
    u2dougal

  • Question regarding ONT connection via Ethernet and Cable cards

    Hi,
    We recently upgraded to Fios Quation 150Mbps/65  plan. We are not getting the advertised speeds (we only get like 5mbps upload) so verizon is sending a tech to switch the ONT connection from coax to ethernet.
    I have 2 questions regarding this new setup:
    1. If the ONT communicates with the Fios Actiontect router via ethernet instead of coax from now on, How will the set top boxes and Tivo-esque cable card powered device I currently have connected to coax, talk to the verizon system from now on, if coax is taken out of the equation? Will fios signal still flow through the internal coax wiring of the house? And moreover, I was under the impression that coax was the way set top boxes communicated and derived independent ip addresses from the Fios router, for on deman purposes and what not. How will this work from now on?
    Quiestion 2.
    Right next to the wall where the ONT sits, theres's a basement office where we have a PC that connects to the Fios system  via an Actiontect MoCa adapter (ECB2500C) which I assume derives it internet connection from the Fios Actiontec router which sits upstairs in the living room. 
    Again, with the Coax about to be disabled next Friday in favor of ethernet connection from the ONT, I assume this PC will be left without internet because of the lack of internet signal in the coax? Is this correct? 
    Question 2.5 If my above assumption is correct, since this office is right on the other side of the wall where the ONT sits outside the house, would it be possible to run an ethernet wire through the wall that connects straight from the ONT to an ethernet switch inside the office, from which I would derive a connection for this basement PC (properly firewalled of course) and then, from said switch, continue running the ethernet wire that would ultimately reach the Actiontec Fios router upstairs from which the rest of the house derives it's internet?  and would this setup affect in any way the propper functioning of the cable boxes in the house?
    I'd appreciate your input and any help you can provide so I can have a ballpark idea of what to tell the Fios guy to do when he comes on Friday.
    Cheers.
    Solved!
    Go to Solution.

    It's not valid to have two devices connected to the ONT, PC and VZ Router.  Must be a single device. The ONT locks onto the MAC Address of the first device it sees. Since you have TV you should have the VZ router as the internet facing router.
    Other options:
    1.  Have the VZ Router located next to the PC in the basement and then use Wireless for all other PC's.
    2.  Have the VZ Router located next to the PC in the basement but run one wire upstairs and connect a switch where other PCs and devices can connect via a wire.
    Hope that helps.

  • TS3048 My early 2009 Mac Pro does not connect via bluetooth to my sound bar or bluetooth mini speakers. Both my wireless keyboard and mouse have no problems connecting. What do I need to do to connect to external bluetooth devices?

    My early 2009 Mac Pro does not connect via bluetooth to my sound bar or bluetooth mini speakers. Both my wireless keyboard and mouse have no problems connecting. What do I need to do to connect to external bluetooth devices?

    I would always have a wired keyboard and mouse on hand (need not be expensive ... any cheap wired devices will work).  "Emergency recovery" procedures can activate features in random order, so the opportunity to select a recovery partition may pass before the wireless devices are recognized.
    That will let you select the "turn on Bluetooth" icon.

Maybe you are looking for

  • Adding a button to the Open Items List

    Hiya everyone,  I am trying to add a button to the Open List Items form (formType - 152) which is located in Reports -> Sales & Purchasing -> Open Items List.  When I attempt to add a button to that particular form it does not appear.  The only form

  • Delegated Admin Problem  ????  ( High REWARD !)

    Dear Portal Experts, Want to find out if there is a way to provide limited access to a content admin i.e. the content admin can create iviews but not pages.Can it only be done at the folder level or can it also be done at the object type level. Appre

  • NEF + ACR = HOPELESS

    I'm using ACR 3.3 on Mac OSX 10.4.3. I'm a Nikon user - D2X, D200 and D70. I'm also a wedding shooter, which means nailing color (bride's skin and dress must be correct) in sometimes wildly different light - bright sunlight to deep shade to warm suns

  • Timings of the output file(s) are incorrect.

    Captivate 5: with included Media Encoder ... from within CP-5 > (a one (1) slide project containing only one (1) text caption) > Properties > Timings > Display for: [specific time] is set to 75 sec. The concern: when encoded to .exe the time remains

  • Transfer HDV footage from one drive to another?

    I captured HDV on FCP 7 --Can you transfer that footage over to another drive. and then relink it. Since HDV footage is such a pain-Is this even possible. Matt