Can't connect to database after installing Forms6i

Hi,
I have Oracle8i EE installed on RH6.2. The database was working fine until I installed Forms6i. Now when I try to start the listener I get the following error: TNS-01150: The address of the specific listener name is incorrect. I have checked the listener.ora file and everything seems correct.
I am also getting the following error when I try to connect to svrmgrl: Error in loading shared libraries.
If anyone could help me with these problems I would greatly appreciate it.
Thanks,
Mel

Did you install Forms in a separate home?
Check your ORACLE_HOME and LD_LIBRARY_PATH. If you want to use lsnrctl or svrmgrl your ORACLE_HOME should be set to the home your database software is installed in. It should be set to $ORACLE_HOME/lib.

Similar Messages

  • After installing ios i'm can't connecting wi-fi, after installing ios i'm can't connecting wi-fi

    after installing ios i'm can't connecting wi-fi, after installing ios i'm can't connecting wi-fi

    Could you please be clearer, Could you please be clearer, could you please be clearer?
    You cannot connect at a wi-fi hotspot, or on a secure network?  Do you show any signal strength?  Do you show any available networks?

  • Oracle Enterprise Manager can't connect to database after installation

    Hello, I have a problem with Enterprise Manager. I installed Oracle 10g and the patch 10.2.0.2. After install, I could connect to database from SqlPlus without problems, but when I try to connect from AllPrograms - Oracle - DatabaseControl or since the Web browser with http://servername:1158/em nothing happen. I reviewed the status of dbconsole with emctl status dbconsole but the status is running. I recreated the repository with emca -deconfig.......-repos drop and emca -config ...... -repos create , but nothing happened. I reviewed some threads in this forum, but I didn't find the solution. Finally I could connect from the browser but with http://localhost:1158/em. Do you help me how can I connect from Database Control, because the operators in Computer Center should monitor the instance since there, and when I want to connect since my own PC how can do it?
    Thanks for your help and excuse my English, I am from Bogotá Colombia.
    Sincerely Rubén

    Hi,
    Check the network connectivity between db server and pc from where u want to access em.
    Check the listener service.
    Check firewall settings, it should be off.
    Regards,
    Xaheer

  • Cannot connect to database after installing 10g

    Hello friends at www.oracle.com ,
    after installing Oracle 10g, I am trying to use programs like SQL*Plus or Forms Builder. However, these programs are asking me for the host string, and:
    - I cannot simply ignore this question, because I cannot connect without this information.
    - But I don't know how I can configure a host string for local access.
    - And I don't know if there's already a default host string for me to use after installing Oracle 10g, because I have no practice in database configuration, since I'm a developer.
    Please help me.
    Best regards,
    Franklin Goncalves Jr.

    Hi ,
    Few pointers which may help you , but a small caveat all instructions pertaining to way we do internally in oracle , so there could be some mismatch at customer end , but more or less logic should be same , in case you can't any step revert back :
    1. When Db asks you for connect string essentially it asks for the complete description of the db to connect including :
    Db server machine name / ip - that can be resolved from your system if it's a remote server .
    Username , Password ,
    Db Instance Name - TnsAlias mentioned in TnsNames.ora .
    Now there are few Env. variables that you need to set before running / starting an oracle db instance .
    1. Oracle_Home - Essentially Oralce Installation directory .
    2. Oracle_sid - unique identifier for Oracle Instance .
    3. For OracleDb only set T_Work and TNS_ADMIN env. variables as %Oracle_Home%\work directory and place your Listener.ora file in that folder .
    4. Make your initial parameter file init<Oracle_Sid>.ora in %Oracle_Home%\database -- default location .
    5. Create Oracle Instance specific services to run on a Windows machine , essentially they will be two and default nomenclature is :
    Oracle Service - OracleService<Oracle_Sid>
    Listener Service - Oracle<oracle_sid>TnsListener
    Now in %Oracle_Home%\bin directory you have couple have tools to help you in whole process including lsnrctl.exe , tnsping.exe , sqlplus.exe .
    and onec you start oracle instance like this :
    SQlPlus "/as sysdba" -- OS Authentication
    --- Connected to Idle instance
    Sql> startup --> this will take default parameter file
    Check out dump location for log and trace files generated if enabled .
    Now client setting :
    1. This is the place where you need appropriate connect string with all components as mentioned above .
    Check out any good site for exact syntax , but you need to make sure regarding client you are using for e.g:
    ODP.Net , Java Driver etc .
    For Client few important settings :
    Execution directory should contain tnsnames.ora
    Create T_WORK and TNS_ADMIN for execution directory .
    check out for listener connectivity using :
    tnsping <TnsAlias>
    Imp -- Include all relevant stuff in System PATH for execution from anywhere .
    Once it connects tehn you can use appropriate username / password for connecting with appropriate connection string .
    Normally while installing oracle you would have set the username and password to be changed later .
    or otherwise onec you log in as sysdba, you can create new username/password and give it sysdba permissions .
    Also imp. thing for connecting from a remote system is having Sqlnet.ora authentication file in client's T_WORK and TNS_ADMIN .
    I hope it helps upto some extent .
    regards ,
    Mrinal

  • Cannot connect to Database after install Developer Suite

    Help..
    I installed Oracle Database and everything seems work properly. I can connect to the database. (system/oracle@orcl)
    well, but after I install the developer suite, I can't connect to the database anymore.
    I did check the services and both OracleOraDb10g_home1TNSListener and OracleServiceORCL are started.
    I try to search help from google but I cannot solve the problem by myself. I also include two ora file below,
    tnsnames.ora
    =====
    # tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(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)
    ====
    listener.ora
    ===
    # listener.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ====
    everything seems should working properly but I still have problem cannot connect to the database. SQLPlus says "ORA-12154" and "ORA-12514"
    please help me.. I need to finish my project within next 2 weeks or I have to study one more year. T_T

    Hi ...
    The Oracle Doc points out as actions in this type of error:
    - If you are using local naming (TNSNAMES.ORA file):
    - Make sure that "TNSNAMES" is listed as one of the values of the NAMES.DIRECTORY_PATH parameter in the Oracle Net profile (SQLNET.ORA)
    - Verify that a TNSNAMES.ORA file exists and is in the proper directory and is accessible.
    - Check that the net service name used as the connect identifier exists in the TNSNAMES.ORA file.
    - Make sure there are no syntax errors anywhere in the TNSNAMES.ORA file. Look for unmatched parentheses or stray characters. Errors in a TNSNAMES.ORA file may make it unusable.
    - If you are using directory naming:
    - Verify that "LDAP" is listed as one of the values of the NAMES.DIRETORY_PATH parameter in the Oracle Net profile (SQLNET.ORA).
    - Verify that the LDAP directory server is up and that it is accessible.
    - Verify that the net service name or database name used as the connect identifier is configured in the directory.
    - Verify that the default context being used is correct by specifying a fully qualified net service name or a full LDAP DN as the connect identifier
    - If you are using easy connect naming:
    - Verify that "EZCONNECT" is listed as one of the values of the NAMES.DIRETORY_PATH parameter in the Oracle Net profile (SQLNET.ORA).
    - Make sure the host, port and service name specified are correct.
    - Try enclosing the connect identifier in quote marks. See the Oracle Net Services Administrators Guide or the Oracle operating system specific guide for more information on naming.According to the above and my LISTENER settings in listener.ora file which is...
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
      )there is one ')' missing closing parenthesis....
    So , modify your LISTENER settings ... according to the below....The difference is the ')' in bold....
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    Can you connect now.....????
    Regards,
    Simon

  • Can't connect to database after restarting, TNS Error

    I'm a little new to Oracle 10g administration. I successfully installed it on Oracle Enterprise Linux. Immediately after installation, I was able to connect to the default ORCL database using sqlplus. However, when I restarted the computer, I was no longer able to do so, even after restarting the listener service.
    Here is the error I get:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    The other strange thing is, whenver I create a new database using dbca, immediately after that I can connect via sqlplus. However, if I perform a shutdown/startup, I get the same error as above. Restarting the listener doesn't make any difference.
    A tnsping to my new database is successful but I can't connect to it from sqlplus.
    Running the 'lsnrctl services' command immediately after making the new database shows it running but after a shutdown/restart only the default EXTPROC service shows.
    Can anyone tell me why this happens and how to resolve it? Is there some other service I have to restart? Also, why does the listener not know of the service when it is explicitly configured in the tnsnames.ora file?
    Note that I change my ORACLE_SID to the service name before attempting to connect.
    Everything in the listener and tnsnames files was coded by the software, not by me.
    Thanks for any help.
    Here is my listener file:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /opt/oracle/product/10gR2)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
         (ADDRESS = (PROTOCOL = TCP)(HOST = linux)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    ______________________________________________

    I played around a little by deleting and creating databases. Here is my current tnsnames file:
    TESTDATA =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = linux)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = TESTDATABASE)
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = linux)(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)
    I just made the database called TESTDATA. Here is the output of the command 'lsnrctl services', where the TESTDATABASE service refers to the database I just made:
    [oracle@linux ~]$ lsnrctl services
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 11-JUL-2007 22:19:47
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=linux)(PORT=1521)))
    Services Summary...
    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 "TESTDATABASE" has 1 instance(s).
    Instance "TESTDATABASE", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:13 refused:0 state:ready
    LOCAL SERVER
    Service "TESTDATABASEXDB" has 1 instance(s).
    Instance "TESTDATABASE", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:972 state:ready
    DISPATCHER <machine: linux, pid: 25175>
    (ADDRESS=(PROTOCOL=tcp)(HOST=linux)(PORT=38662))
    Service "TESTDATABASE_XPT" has 1 instance(s).
    Instance "TESTDATABASE", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:13 refused:0 state:ready
    LOCAL SERVER
    Service "test2.class" has 1 instance(s).
    Instance "test2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "test2_XPT.class" has 1 instance(s).
    Instance "test2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    [oracle@linux ~]$
    Now I'm connecting and here is my result:
    [oracle@linux ~]$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jul 11 22:21:24 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect sys/pwd@testdata as sysdba
    Connected.
    SQL>
    I am able to access the database from the OEM.
    Now, here's what happens next. I shutdown the database from sqlplus and now when I restart, I get this message:
    SQL> startup
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    Now, if I exit sqlplus, enter again and try to connect, I get this error:
    oracle@linux ~]$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jul 11 22:28:01 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect sys/pwd@testdata
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    SQL>
    Any solutions? I appreciate your help.

  • I can't connect to server after installing router (WRT54G2)

    Anyone please help. I can't seem to connect to the server, 192.168.1.1 after installing the router. Prior to installation it worked fine. Weird thing is I can connect to the internet through the router and stuff, just can't access the server. Help... thanks

    First of all check the physical connection....From modem to the router on internet port and from the computer to the router on ethernet port1...Power light shoul be solid and there should be wlan,internet and ethernet port1 light.
    Now check for the ip address...Click Start >> All Programs >> Accessories >> Command Prompt...A black box will appear(Command Prompt)...In the Command Prompt window type ipconfig and press 'Enter'...Look for Ethernet Adapter Local Area Connection IP Address , Subnet Mask and Default Gateway... IP Address should be 192.168.1.x, Subnet Mask : 255.255.255.0, Default Gateway : 192.168.1.1 (assuming your router is 192.168.1.1)...
    If you get the above mentioned IP Address, Subnet and Gateway Address then you should ping the Gateway, type ping 192.168.1.1 and press Enter...If it gives you request timed out then disable any firewalls, security softwares on the computer...
    If you are not getting the correct ip address then, Press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable...Now re-configure your router...

  • Can't connect to Airport after installing iTunes 8

    worked flawlessly before the upgrade. now wireless connection does not work. it seems to act like it is connected on both ends, but no sound... ***?

    Usually when a firmware change fails on any device you must take the device back to the manufacturer.

  • I Cant connect to Localhost after installing sql Server 2012 r2 Sp2

    Hi,
    I can't connect to localhost after installing ssms. Also, I can't find SQL on Services. Do you have any ideal? Thanks!

    where can i download the database engine component?
    You can download Express or Evaluation edition which are free to download. here is the download link for SQL 2012
    Microsoft® SQL Server® 2012 Express
    http://www.microsoft.com/en-us/download/details.aspx?id=29062
    Microsoft® SQL Server® 2012 Evaluation
    http://www.microsoft.com/en-us/download/details.aspx?id=29066
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • IPhone and iTouch can't connect to iTunes after 10.1 update

    My iphone (3G, running OS4) and ipod-touch can no longer connect to itunes after installing 10.1. The error message (for both) is: "Apple Mobile Device Service is not started." (Windows XP SP3)
    Following the help file, I have stopped/started the service, no good. I have uninstalled/reinstalled itunes, no good. Can you help??

    If no change after any of the previous troubleshooting steps included with this link, focus on third-party software conflicts.
    http://www.apple.com/support/iphone/assistant/itunes/#section_7

  • Getting error  "Can't connect to database DBMS is not supported in your current installation" in Demantra

    Hi,
    I have installed Microsoft Win x64(64-bit) Demantra 7.3.1.5 on Win 7(64-bit).
    When I try to open Business Modeler or Demand Planner or Business Logic Engine from :
    Start -> Oracle Demantra Spectrum , I am getting same error "Can't connect to database DBMS is not supported in your current installation"
    Below is a screenshot of same.
    I can connect to Collaborator Workbench though, but when I click on any of the "Planning Applications" from the menu in Collaborator Workbench window, again error is thrown.
    Error is  " Application could not be run! Error : undefined " as below :
    I have installed Oracle DB Enterprise edition 11gR2(64-bit)
    Please suggest where I am doing wrong.
    Regards,
    Vinni Sharma.

    Hi Sharma,
    Is this issue resolved? or still facing the same problem?
    We need to setup connections details in ds.ini file under demantra_installation\Demand Planner\Security Management folder on the server side.
    Regards,
    Akshay

  • I can not connect to my newly installed local host cf server 9:

    I can not connect to my newly installed local host cf server 9:
    Oops! Firefox could not connect to 127.0.0.1:8500
    Suggestions:
    Try reloading: 127.0.0.1:8500/CFIDE/administrator/monitor/index.cfm
    Search on Google:
    can you help? same message with all 127.0.0.1:8500
    urls, data or server admin....
    Forta I 8/Edition files work with CF SERVER 9?

    I have the same problem, on my primary computer (Windows XP Pro , but the cause may be different from what 123polis123 had.
    It seems that the installer installed the Enterprise Multiserver configuration instead of the built in server.
    Note that I installed sucessfully on my laptop (Windows XP Home), using the same install parameters.
    I chose the "Server configuration" which has a self contained server tunning a single instance with an embedded JEE server.  After running though all the installation screens, before proceeding with the actual installation, the installer reported the following:
    Installation Type:
      Server configuration
    Licensing:
      Developer Edition
    Installation Directories:
      Product: C:\ColdFusion9
      Web root: C:\ColdFusion9\wwwroot
    Server Information:
      Web Server: Built-in web server
      Port: 8500
      ODBC Services: installed
      Search Services: installed
      ColdFusion Solr Search Services: installed
      Microsoft .Net version: v 2.0.50727
      .NET Java Port: 6085
      .NET Client Port: 6086
      Documentation: installed
      RDS: enabled
    Disk Space Information (for Installation Target):
      Required: 1,089,069,939
      Available: 7,387,262,976
    The installation proceeded without a hitch, except at the end when the browser is supposed to come up with the admin configuration page it can't find the server.  Port 8500 is open. I fiddled around awhile to see what the problem was.  I installed on the other computer which went fine - the only difference is that the .NET version is 1.1.4322.   I then re-installed, without uninstalling, on the problem computer.  When the installer got to the screen where I select the server configuration, Enterprise Multiserver configuration was selected and it was not possible to select onything else.   I uninstalled and re-installed.  Same thing happened.
    The processes running included: k2admin.exe, k2index.exe, k2server.exe and CFDotNetsvc.exe.   The processes on the sucessful install included cfp.exe and cfupdate.exe.
    Note that I had installed Eclipse and the CFEclipse plugin before installing CF9.

  • Time Machine can't find external drive after installing Lion

    Time Machine can't find external drive after installing Lion. I have a Laice 1 terabyte external drive that worked fine with Snow Leopard and now no show ... tried connecting it to front port and Mac Pro can't see it. Also lost Office,Quicken, and Final Cut Pro  says: " You can't open application because Power PC apps are no longer supported" this is Not a good surprise!

    Does the drive work when just directly connected? If so, have you prepped the drive?
    Extended Hard Drive Preparation
    1. Open Disk Utility in your Utilities folder. If you need to reformat your startup volume, then you must boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger or Leopard.)
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area. If it does not say "Verified" then the drive is failing or has failed and will need replacing. SMART info will not be reported on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Set the number of partitions from the dropdown menu (use 1 partition unless you wish to make more.) Click on the Options button, set the partition scheme to GUID (only required for Intel Macs) then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the volume(s) mount on the Desktop.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.

  • Can no longer send mail after installing Yosemite

    can no longer send mail after installing Yosemite

    Hi nwpmike,
    When I uncheck "SSL" it's working well, but it's not very secure. When I leave SSL, I got in "Connection Doctor" the message "Trying to log in to this SMTP account failed. Verify that the username and password are correct.", only for the SMTP. For the IMAP, the status in Green. It's also working well on the iPhone 6 with ios8 and other mac with OS X 10.9 and previous versions.
    The only thing that can be involved is that the certificat used by my mail provider is expired.
    With connection docteur, there is a button "Show Details". Here is the conversation when connecting to the smtp.
    READ Oct 18 23:33:53.363 [kCFStreamSocketSecurityLevelNone] -- host:smtp.planet-service.fr -- port:587 -- socket:0x6000014a58e0 -- thread:0x600001e6fbc0
    250-smtp.planet-service.fr
    250-AUTH LOGIN CRAM-MD5 PLAIN
    250-AUTH=LOGIN CRAM-MD5 PLAIN
    250-STARTTLS
    250-PIPELINING
    250 8BITMIME
    WROTE Oct 18 23:33:53.363 [kCFStreamSocketSecurityLevelNone] -- host:smtp.planet-service.fr -- port:587 -- socket:0x6080010b1400 -- thread:0x600003479b00
    STARTTLS
    WROTE Oct 18 23:33:53.363 [kCFStreamSocketSecurityLevelNone] -- host:smtp.planet-service.fr -- port:587 -- socket:0x600000ab43a0 -- thread:0x6080032654c0
    STARTTLS
    WROTE Oct 18 23:33:53.364 [kCFStreamSocketSecurityLevelNone] -- host:smtp.planet-service.fr -- port:587 -- socket:0x6000014a58e0 -- thread:0x600001e6fbc0
    STARTTLS
    READ Oct 18 23:33:53.432 [kCFStreamSocketSecurityLevelNone] -- host:smtp.planet-service.fr -- port:587 -- socket:0x600000ab43a0 -- thread:0x6080032654c0
    220 ready for tls
    READ Oct 18 23:33:53.432 [kCFStreamSocketSecurityLevelNone] -- host:smtp.planet-service.fr -- port:587 -- socket:0x6080010b1400 -- thread:0x600003479b00
    220 ready for tls
    READ Oct 18 23:33:53.433 [kCFStreamSocketSecurityLevelNone] -- host:smtp.planet-service.fr -- port:587 -- socket:0x6000014a58e0 -- thread:0x600001e6fbc0
    220 ready for tls
    WROTE Oct 18 23:33:53.642 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.planet-service.fr -- port:587 -- socket:0x600000ab43a0 -- thread:0x6080032654c0
    EHLO [10.0.0.108]
    READ Oct 18 23:33:53.698 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.planet-service.fr -- port:587 -- socket:0x600000ab43a0 -- thread:0x6080032654c0
    250-smtp.planet-service.fr
    250-AUTH LOGIN CRAM-MD5 PLAIN
    250-AUTH=LOGIN CRAM-MD5 PLAIN
    250-PIPELINING
    250 8BITMIME
    WROTE Oct 18 23:33:53.699 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.planet-service.fr -- port:587 -- socket:0x600000ab43a0 -- thread:0x6080032654c0
    QUIT
    WROTE Oct 18 23:33:53.777 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.planet-service.fr -- port:587 -- socket:0x6000014a58e0 -- thread:0x600001e6fbc0
    EHLO [10.0.0.108]
    WROTE Oct 18 23:33:53.778 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.planet-service.fr -- port:587 -- socket:0x6080010b1400 -- thread:0x600003479b00
    EHLO [10.0.0.108]
    READ Oct 18 23:33:53.838 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.planet-service.fr -- port:587 -- socket:0x6000014a58e0 -- thread:0x600001e6fbc0
    250-smtp.planet-service.fr
    250-AUTH LOGIN CRAM-MD5 PLAIN
    250-AUTH=LOGIN CRAM-MD5 PLAIN
    250-PIPELINING
    250 8BITMIME
    WROTE Oct 18 23:33:53.838 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.planet-service.fr -- port:587 -- socket:0x6000014a58e0 -- thread:0x600001e6fbc0
    QUIT
    READ Oct 18 23:33:53.842 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.planet-service.fr -- port:587 -- socket:0x6080010b1400 -- thread:0x600003479b00
    250-smtp.planet-service.fr
    250-AUTH LOGIN CRAM-MD5 PLAIN
    250-AUTH=LOGIN CRAM-MD5 PLAIN
    250-PIPELINING
    250 8BITMIME
    WROTE Oct 18 23:33:53.843 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.planet-service.fr -- port:587 -- socket:0x6080010b1400 -- thread:0x600003479b00
    QUIT

  • Can't burn blank CD after installing CD that came with ipod nano

    Can't burn blank CD after installing ipod software - I have the system prefs set to launch Toast 6 when inserting a blank disk, and the drive just churns and then ejects the CD. It mounts and runs burned music and data disks with no problem.
    My job requires me to burn data disks from pictures I take at work. Should I re-install Toast? The OS? I ran Disk Utility to check/fix permissions, and no change.

    The CD that came with the nano won't have anything on it that you won't get with a full iTunes install. In fact, it may have been an OLDER version of the iTunes software than what you had installed before.
    I'd reccomend downloading the latest version of iTunes from Apple and installing that to rule out software reversion issues.
    If the problem still exists, try booting into toast before inserting the blank disk and see if Toast can still burn to the CD. If it can, then odds are you have to re-instruct your computer to boot toast when a blank CD is inserted. If it can't see the blank CD, or the Finder spits it out again, then I think you'd have to re-install Toast.
    Doc

Maybe you are looking for

  • Youtube XL doesn't work on 42SL833G

    Youtube XL doesn't work on 42SL833G. Please help

  • How to identify the EBS system name?

    All, version : 11.5.10.2 I have a requirement to uniquely identify the ERP system name, hence I found FND_APP_SERVERS table. Is this the right table to use? If so, i have written my query as 'select name from fnd_App_servers where server_type='APPS'

  • Itunes 7.0 unable to connect

    This seems to be a common problem with people who have recently upgraded to itunes 7.0. I can no longer access the store although when i run diagnostics it show a connection. Any help would be aprreciated. Microsoft Windows XP Professional Service Pa

  • HRESULT = 0x88780078 no driver. How to resolve it

    my pc sound device get grey whenever i try to access it and i always update driver after that it start working when i run dxdiag i received this error HRESULT = 0x88780078 no driver. How to resolve it..??? electrifying

  • EJB to EJB Performance in same container

    I'm very new to this technology so please excuse me if my question is naive. Is RMI used between two EJB's that are located within the same container? If so, how significant is the performance overhead to do this?