Can connect to local DB via SQLPlus but not via SQLDeveloper, all info incl

Have a database running on a new local Windows 7 Professional Machine with data, users, etc from an db import. Able to access database via sqlplus, run queries, etc. Cannot run from Oracle SQL Developer. Trying to use Connection Type Basic, Hostname localhost, port *1521*.
Using SID = xe I get:
Status: Failure -Test failed: Listener refused the connection with the following error: ORA-12518, TNS:listener could not hand off client connection The Connection descriptor used by the client was localhost:1521:xe
When I add a service in my listener.ora file for sid_name=xe and program_name=xe (which I include below), I get
ORA-12518, TNS:listener could not hand off client connection. The connection descriptor used by the client was localhost:1521:xe
Using Service name = xe I get:
Status: Failure -Test failed: Io exception: the Network Adapter could not establish the connection.
Here's every single piece of information I think you may possibly need to help me with the issue. [I've been trying to find the solution on these forums so I hope I haven't messed my settings up even more than they had been before.]
TNSNAMES.ORA (XE is the name of my local database):
XE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(service_name = XE)
(SERVER = DEDICATED)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
ORACLR_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
(CONNECT_DATA =
(SID = CLRExtProc)
(PRESENTATION = RO)
LISTENER.ORA
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
(PROGRAM = extproc)
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
(PROGRAM = extproc)
(SID_DESC =
(SID_NAME = XE)
(ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
(PROGRAM = XE)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
DEFAULT_SERVICE_LISTENER = (XE)
C:\Windows\system32>sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Sun Apr 25 19:36:15 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL> select sysdate from dual;
SYSDATE
25-APR-10
SQL> exit
Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Produ
ction
C:\Windows\system32>tnsping xe
TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2
010 19:43:02
Copyright (c) 1997, 2005, Oracle. All rights reserved.
Used parameter files:
C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhos
t)(PORT = 1521)) (CONNECT_DATA = (service_name = XE) (SERVER = DEDICATED)))
OK (20 msec)
C:\Windows\system32>lsnrctl services
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2010 19:46
:20
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:0 refused:0
LOCAL SERVER
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:0 refused:0
LOCAL SERVER
Service "XE" has 1 instance(s).
Instance "XE", status UNKNOWN, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:0 refused:10
LOCAL SERVER
The command completed successfully
Edited by: user1966631 on Apr 25, 2010 4:59 PM

Got it. No, no virtualization. Just Win7 64-bit computer running XE.
C:\Users\Gil>sqlplus ccxreg/ccxreg@XE
SQL*Plus: Release 10.2.0.1.0 - Production on Sun Apr 25 21:23:20 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
listener.log
TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2010 19:54:10
Copyright (c) 1991, 2005, Oracle. All rights reserved.
System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
Trace level is currently 0
Started with pid=760
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
Listener completed notification to CRS on start
TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
25-APR-2010 19:55:46 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51031)) * establish * xe * 12518
TNS-12518: TNS:listener could not hand off client connection
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
32-bit Windows Error: 2: No such file or directory
25-APR-2010 19:56:11 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51040)) * establish * xe * 12518
TNS-12518: TNS:listener could not hand off client connection
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
32-bit Windows Error: 2: No such file or directory
25-APR-2010 19:56:18 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51043)) * establish * xe * 12518
TNS-12518: TNS:listener could not hand off client connection
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
32-bit Windows Error: 2: No such file or directory
25-APR-2010 19:56:31 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51048)) * establish * xe * 12518
TNS-12518: TNS:listener could not hand off client connection
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
32-bit Windows Error: 2: No such file or directory
25-APR-2010 19:56:34 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))(SERVICE_NAME=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51050)) * establish * xe * 12518
TNS-12518: TNS:listener could not hand off client connection
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
32-bit Windows Error: 2: No such file or directory
25-APR-2010 19:56:37 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51052)) * establish * xe * 12518
TNS-12518: TNS:listener could not hand off client connection
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
32-bit Windows Error: 2: No such file or directory
25-APR-2010 20:42:45 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52547)) * establish * xe * 12518
TNS-12518: TNS:listener could not hand off client connection
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
32-bit Windows Error: 2: No such file or directory
25-APR-2010 20:43:08 * (CONNECT_DATA=(SID=@xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52558)) * establish * @xe * 12505
TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
25-APR-2010 20:43:13 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))(SERVICE_NAME=@xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52562)) * establish * @xe * 12514
TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
25-APR-2010 21:03:00 * ping * 0
25-APR-2010 21:03:17 * ping * 0
TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2010 21:06:07
Copyright (c) 1991, 2005, Oracle. All rights reserved.
System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
Trace level is currently 0
Started with pid=6836
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
Listener completed notification to CRS on start
TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
25-APR-2010 21:06:11 * service_register * CLRExtProc * 0
25-APR-2010 21:06:11 * service_register * CLRExtProc * 0
25-APR-2010 21:06:11 * service_update * CLRExtProc * 0
25-APR-2010 21:07:04 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=53945)) * establish * xe * 12505
TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
25-APR-2010 21:07:55 * service_update * CLRExtProc * 0
25-APR-2010 21:09:35 * service_update * CLRExtProc * 0
25-APR-2010 21:11:15 * service_update * CLRExtProc * 0
25-APR-2010 21:12:55 * service_update * CLRExtProc * 0
25-APR-2010 21:14:35 * service_update * CLRExtProc * 0
25-APR-2010 21:16:16 * service_update * CLRExtProc * 0
25-APR-2010 21:17:56 * service_update * CLRExtProc * 0
25-APR-2010 21:19:38 * service_update * CLRExtProc * 0
25-APR-2010 21:21:21 * service_update * CLRExtProc * 0
25-APR-2010 21:23:02 * service_update * CLRExtProc * 0
25-APR-2010 21:23:20 * (CONNECT_DATA=(service_name=XE)(SID=XE)(SERVER=DEDICATED)(CID=(PROGRAM=C:\oraclexe\app\oracle\product\10.2.0\server\bin\sqlplus.exe)(HOST=WIN7X64)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=54388)) * establish * XE * 12514
TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
25-APR-2010 21:24:43 * service_update * CLRExtProc * 0

Similar Messages

  • I can import some songs from another computer but not others.  All the songs were purchased with the same apple id. Message says "...check connection to network..." Any ideas as to what could be causing this problem?

    Using home share, I can import some songs from my son's  computer but not others.  All the songs were purchased with the same apple id.  Err msg:"There was a problem downloading ... You do not have enouggh access privileges for this operation. Please check that the connection to the network is active and try again."  The network appears to be fine .  I can import other songs from his library.  The same songs cause me a problem each time I try.  My husband had no trouble importing the same songs I have trouble with. I get the same error message if I try to import the same songs from my husbands computer as well.  "Command I" appears to show the same protections on both the songs I can import & the ones I cannot.  My husband and son are both running OS 10.6, while I am running 10.7.  I think I had this problem even before I upgraded, but I am not certain.

    x0SiN0x:
    Welcome to Apple Discussions..
    My first suggestion is to Repair Disk. Here's how:
    Insert Installer disk and Restart, holding down the "C" key.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel, and report)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need to use a utility like Tech Tool Pro or Disk Warrior
    Please post back and let me know how that goes.
    Here are a few links that may help you to identify the issues:
    Resolving Disk, Permission, and Cache Corruption
    Tuning Mac OS X Performance
    Mac OS X System Maintenance
    Please don't hesitate to post back should you have further questions or comments, or with update.
    Good luck.
    cornelius

  • Can connect iPhone to friend's wifi, but not MacBook Pro. Says password is invalid.t

    My friend gave me her wifi password so I can connect at her house. I onnected my iPhone with no problems. But when I try to connect my MacBook Pro I keep getting a message that the password is invalid. It's the exact same password I used to connect my phone! recently she had relatives visit and the same thing happened for them. What's up?

    You would do better to ask in the Mac Forum - this is the iPad forum.

  • I can connect my lexmark printer by usb but not wireless

    i can connect my lexmark printer s400 series by usb but not wirelessly any thoughts please

    I'm having the same issue. On my MBP 15" OS 10.7.3 the Lexmark printer does not connect to WIFI. It works on the USB connection. In wifi however it will work on the Virtual Box Windows 7 partition.
    In my logic this means the printer is properly connected to the wifi (green indicator and working with Virtual Box and Windows 7) The MBP is properly connected to the wifi network as Virtual Box works in the Mac's environment. The printer is present in the System Preferences indicating it is Idle and does have a IP address.
    When I do send a document to the printer it just sits in the Que and in System Preferences the status goes to Busy. In the Que it also indicates it is busy until it tmes out and indicate that communication with the printer is a problem.
    Thanks for any suggestions.

  • Can connect to exchange using eM Client, but not Outlook 2013

    Hi There,
    I have been using eM client to connect to an exchange server with no problems for months. The reason I chose eM Client was because it was free (ha) and it could sync my email, calendar and contacts using Exchange Web Services (EWS).
    But then I decided to make the plunge and get myself an Office account so I could use Outlook. The problem is I just can't connect. I have to use a address in eM client that ends with ews/exchange.asmx to connect, but for there is no option
    to that in outlook.
    Thanks for any help.
    Mike
    (Also, in case I am in the wrong place, I was referred here after I posted @ answers.microsoft.com)

    Hi Mike,
    Is there any update on this thread?
    As Ed mentioned, have you checked the settings of outlook anywhere ?
    In addition, you can refer to the following article to configure:
    Configure Outlook Anywhere in Outlook 2013
    Best regards,
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Niko Cheng
    TechNet Community Support

  • Can connect to Snow with MacBook Pro but not G4

    I have used my G4 with the airport for a long time. I recently got a MacBook Pro and it connects in fine to the ABS. Both worked connecting to the ABS for a few months. Suddenly, the G4 quit recognizing the ABS. Nothing I do allows it to find it. Could there have been a software update that caused this? There was a thunder storm, but no recognizable issues on the G4, everything seems to be fine...except it doesn't see the Airport.
    Thanks in advance for any ideas.
    Larry
    G4   Mac OS X (10.3.9)  

    try unplugging your broadband modem and ABS for a short time and plug them back in.

  • Can video chat with Imac non-intel but not with Powerbooks

    Hi,
    I have a Linksys WRT54G firmware v. 1.0.6 connected to a Comcast Cable modem. My IMac Intel Duo (OS 10.4.6) is connected via ethernet cable to the router. I am set to DHCP on router and IMac. My Quicktime settings is at 1.5mb, I have tried with firewall off and on with the appropriate ports open. I have tried upnp on and off.
    I can connect to other Imacs (non-intel) but not to powerbook G4's. With the Powerbooks I can text chat, but sometimes they can see my text, but I can't see theirs. And every video chat is a fail to respond with the powerbook, but they can connect with others.
    Is there anything else I can do?
    Please help. Thanks.

    Hi cmbell,
    Do you know how to access your modem ?
    This should give you somewhere to turn off DHCP.
    Then you go to System Preferences > Network and select the connection method you are using.
    Then select the TCP/IP tab.
    In the drop down that says Using DHCP change it to Manually. (or Manual with DHCP if doing James' way)
    Type the IP you wish to use in the next entry field.
    Copy the subnet mask form the Using DHCP
    Copy any DNS servers listed.
    Copy the router IP address which will be the modem or router in question.
    Hit Apply.
    Done.
    9:23 PM Sunday; May 7, 2006
    Message was edited by: Ralph Johns (UK)

  • I have Windows XP / bootcamp and can connect to the internet via Wi Fi (Apple Express) but when I try to open Int. Explorer I get a message "cannot connect".  I checked to make sure IE is not off line.  Any suggestions please?

    I have Windows XP / bootcamp and can connect to the internet via Wi Fi (Apple Express) but when I try to open Int. Explorer I get a message "cannot connect" yet my computer is connected with a strong signal.  I checked to make sure IE is not off line.  Any suggestions please?

    Try using a different browser as a test.

  • I have a ipad2 and can only connect to the internet on safari but not any WiFi related apps such as YouTube or Facebook. plz help.

    i have a ipad2 and can only connect to the internet on safari but not any WiFi related apps such as YouTube or Facebook. plz help.

    Try changing the channel in use in case you're getting interference. 
    If you have WEP enabled on the Internet Sharing it'ss worth disabling it whilst troubleshooting the connectivity issues.
    mrtotes

  • I can connect to iTunes on apple TV, but get "invalid I.d. Or password" message when trying to connect with iPad or iPhone.  What the...?

    I can connect to iTunes on apple TV, but get "invalid I.d. Or password" message when trying to connect with iPad or iPhone.  What the...?

    Hi Boscoboi,
    Welcome to the Support Communities!
    You may need to check the settings for your iTunes Store on the iPad and iPhone.
    Sign out of the iTunes account, restart the device and sign back in.
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/HT1311?viewlocale=en_US
    If these basic steps don't resolve your issue, then follow the advice in this article for connectivity issues with iTunes:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Cheers,
    - Judy

  • My iphone 5 previously can connect to my Wifi at home, but now my phone can't connect to the Wifi even if it's in range , it appears ( unable to connect ) any help please ??

    My iphone 5 previously can connect to my Wifi at home, but now my phone can't connect to the Wifi even if it's in range , it appears ( unable to connect ) any help please ??

    Try reseting network settings.

  • 10.5.3 ARD hooks up to local 10.4 ARD, but not to remote 10.4 ARD

    At work I can connect to local macs using ARD and Screen sharing from 10.5.3 G5 to all the other G4's running 10.4, but for some reason I can't connect to our MacMini that's at our second location. No firewall is active on the machine and there's a G4 there that I CAN connect to.
    Apple Remote Desktop is turned on, but for some reason "access privileges" when clicked does nothing. Same thing happens on local G4's here.
    Any ideas?
    Eric

    Irrelevant question now. We closed our plant and have all computers in one location.

  • I can hear sound though my head phones but not though the speakers on my iPad how do I fix it

    I can hear sound though my head phones but not though the speakers on my iPad how do I fix it

    Or ... If you can hear music in the Music app without the headphones, you may have system sounds muted.
    If you lose sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the task bar. Double tap the home button and in the task bar at the bottom, swipe all the way to the right. The speaker icon is all the way to the left. Tap on it and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock rotation can be accessed via the task bar in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • Using multiple desktops with a 4 finger swipe on a Mac Book Pro running Lion- is there a way that I can allow Safari open on several but not all??  Looks like I can set it for one but not others.  All, one, or nothing

    Using multiple desktops with a 4 finger swipe on a Mac Book Pro running Lion- is there a way that I can allow Safari open on several but not all??  Looks like I can set it for one but not others.  All, one, or nothing

    Hey Eric,
    Thanks for taking the time. Unfortunately no that does not solve it. Same as swipe it will get me there and it will show separate programs spaced out. The issue I am having is that all my open word files are bunched up in a pile on top of each other. I can see the edges of each one but I want them to be separated from each other enough that I can visually identify what file is what.
    Again, thanks for trying, it is appreciated.

  • How do I transfer photos/videos from my Iphone 5 to my Macbook Air. I can do so with my Iphone 4s but not with my Iphone 5

    How do I transfer photos/videos from my Iphone 5 to my Macbook Air. I can do so using my Iphone 4s but not with my Iphone 5

    See this User Hint: https://discussions.apple.com/docs/DOC-3141

Maybe you are looking for

  • User exit for FF68

    Does anyone know of a way to take a value from FF68 and use it to post an accounting document. We require to put the Issuer value into ref Key 3. A substitution does not work, as it is not called. There do not seem to be any user exits in the standar

  • OSB:Publish to business service with for each in osb proxy message flow

    Hi, I have an external application that will make a call to my web-service and post a message to my queue "A" and i need to model my osb component such that it picks the message from that queue " A"and posts it to another queue "B". All this is done

  • SAP Netweaver trial version installation problem

    Dear friends I tried to install SAP netwaever tial version on my labtop. I followed the instruction excatly as shown in the website www.sdn.sap.com. the first confusing thing I faced that during installation of MS loopback adapter I found that the ne

  • Forgot password on mac computer

    My kids are locked out of their computer because the power went down the other night and when they went to turn it back on they couldn't remember the password.  How do you reset the password from the startup?

  • Help, i made a terminal command and i don't know how to undo it.

    i found my long lost folder of terminal commands.. and i forgot what this one did, so i clicked it (i made the commands into a "unix executable file").. and all my files on my desktop are now hidden.. the only way to find them is to type in the file