No Listner Error

I am using oracle 8 database.The machine that owns the database have two network card(have different IP address).The problem is that i can connect to oracle in One IP address.while iam trying to connect to oracle in another ip it shows no listner error.i edit the tnsnames.ora file in the client.The listner.ora file has the system name not the ip address...
Pls help me
Noel

If you want to listen by both IP you have to add a line in the listener.ora file and reload the listener.
[oracle@ozawa admin]$ more listener.ora
# LISTENER.ORA Network Configuration File: /opt/ora9/product/9.2/network/admin/l
istener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = IP1)(PORT = 1521) (ADDRESS = (PROTOCOL = TCP)(HOST = IP2)(PORT = 1521))
(DESCRIPTION =
(PROTOCOL_STACK =
(PRESENTATION = GIOP)
(SESSION = RAW)
(ADDRESS = (PROTOCOL = TCP)(HOST = ozawa)(PORT = 2481))
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /opt/ora9/product/9.2)
(PROGRAM = extproc)
(SID_DESC =
(GLOBAL_DBNAME = LDEVCARD)
(ORACLE_HOME = /opt/ora9/product/9.2)
(SID_NAME = LDEVCARD)
(SID_DESC =
(GLOBAL_DBNAME = LCONVCLA)
(ORACLE_HOME = /opt/ora9/product/9.2)
(SID_NAME = LCONVCLA)
(SID_DESC =
(GLOBAL_DBNAME = LQACNS1)
(ORACLE_HOME = /opt/ora9/product/9.2)
(SID_NAME = LQACNS1)
reload the listener so:
lsnrctl reload
Joel Pérez
http://otn.oracle.com/experts

Similar Messages

  • Listner error

    HI,
    i have a linux test machine in which i have installed oracle 9.2.0.6.
    suddenly i am getting error
    Log messages written to d:\oracle\ora92\network\log\listener.log
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=VALUED-CB7D4C82)(P
    ORT=1521)))
    TNS-12532: TNS:invalid argument
    TNS-12560: TNSrotocol adapter error
    TNS-00502: Invalid argument
    32-bit Windows Error: 22: Invalid argument
    i deleted the listner and recreated it ,then also i got the same error.
    can anyone help me regarding this.
    thanks in advance,
    kishore.

    Hi,
    from metalink
    TNS-12532 TNS-12560 TNS-00502 Errors Starting The 9i R2 TNS Listener [ID 380506.1]
    Solution
    1. Recreate the sqlnet.ora file manually or using NetCA or NetMgr.
    -- Save the sqlnet.ora file.
    2. Start the TNS Listener(s).
    3. Verify the Oracle Net connectivity by using both tnsping and connecting with remote application(s).
    Regards,
    Tomas Solar
    Oracle ACE, OCE, OCP, OCA
    Oracle Approved Trainer
    http://www.OracleDBA.cz
    http://www.AskTom.cz

  • DRA:12541:TNS Listner Error

    HI,
    We are using Oracle 9i 64 bit Database Server on Windows 2003 Enterprise 64 bit Itanium Server.After installation while i am running this application we are facing the error that:-"DRA 12541: TNS :No Listner.
    And it not connects to the database even on local machine.
    Please give the solution to resolve this problem.
    Sachin

    Could you paste output of the following command ?
    sql > lsnrctl status
    make sure , you run the given above command on you database server, not on the client.
    hare krishna
    Alok

  • TNS:No Listner error

    Hi All,
    I am Oracle self learner.I have been reading this wonderfull forum since from last week,Today I have installed my self Oracle in my machine.But when I try to connect to database it throws an error TNS:No listener ,I have started listener and I could conn database.But when I restarted my machine and tried to conn to database gives the same error.Can anyone give me a permenent solution ,that I dont need to start listner manually whenver I startup my machine?

    Please set the Oracle<Oracle_home>TNSListenerservice to start automatically in the Services applet in Control Panel.
    Sybrand Bakker
    Senior Oracle DBA

  • Listner error while EXPDP

    hi Guru's
    when i am trying to use expdp i am getting following error
    [oracle@localhost ~]$ expdp scott/tiger@oracl full=y directory=test dumpfile=fulldump.dmp logfile=full.log
    Export: Release 10.2.0.1.0 - Production on Sunday, 26 June, 2011 10:46:45
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    UDE-00008: operation generated ORACLE error 12154
    ORA-12154: TNS:could not resolve the connect identifier specified
    [oracle@localhost ~]$

    tnsnames.ora
    -------------------# tnsnames.ora Network Configuration File: /home/oracle/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
    SOMU =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = somu)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
      )----------------------listner.ora-----------------
    # listener.ora Network Configuration File: /home/oracle/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 = /home/oracle/oracle/product/10.2.0/db_1)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
      )my SID is "orcl" where i am working ...................
    Edited by: CHETAN YADAV on Jun 26, 2011 11:01 AM

  • TNS Listner error

    Hi,
    I am getting the below error with Oracle 10.2 what might be the solution for this
    Connecting...ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    I am unable to connect to the database even using conn /as sysdba through command prompt.
    Please suggest me
    Thanks
    rao

    Hi,
    You should be able to see the "Services" that your listener responds to using your LSNRCTL command. If you use LSNRCTL SERVICES from your $ORACLE_HOME/bin, you can see the instances that re ready & the services.
    You an use one of these services & try connecting to your Database.
    Regards,
    Sandeep

  • Ora-12541 no listner error

    Hello folks,
    oracle through command prompt is working fine...but in toad is not able to connect
    schema name: scott
    password: tiger
    TNS: ORCL
    host : localhost
    port: 1521
    servicename :orcl
    and tnsnames.ora file is like below
    # tnsnames.ora Network Configuration File: D:\oracle\product\10.1.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 = EXTPROC))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
      )where am doing wrong...
    please help me
    many thanks

    Hi thanks for the reply
    C:\Documents and Settings\Maruti>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 09-NOV-2011 22:59
    :15
    Copyright (c) 1991, 2004, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       32-bit Windows Error: 61: Unknown error
    C:\Documents and Settings\Maruti>lsnrctl service
    LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 09-NOV-2011 22:59
    :37
    Copyright (c) 1991, 2004, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       32-bit Windows Error: 61: Unknown error

  • Getting this error when running a form. HTTP Listner is not available

    I am using windows XP Professional. I have the 9i database running fine. I can launch form developer and connect to my database (which is on the same machine but in different homes.) I get a Http listner error no available when I go to run the form. I looked at my administrative settings for the HTTP listner service but I do not see it I only see the TNS lister.
    Does any one know what I need to do run a form successfuly with getting the HTTP listner error

    Hi,
    to start OC4J you go to start--> programs --> Oracle9i Developer Suite --> Forms Developer --> Start OC4J Instance
    Frank

  • ORA-12541 TNS no listner

    Hi,
    When Oracle forms and reports application is accessed through the web, the logon screen is displayed. When users type in the credentials, we get a ORA-12541 TNS no listner error.
    Please guide.
    I am an apps developer trying to fix this issue.
    Thanks

    Normally this error means that the listener is not running on the server. Please post the result of
    - lsnrctl services (on database server)
    - the content of tnsnames.ora and sqlnet.ora (on application server).

  • Listner Err

    Kindly provide solution to solve these listner error, when i trying to start up listner it showing the error like these
    LSNRCTL> START LSNRCTL
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is C:\oracle\product\10.2.0\db_1\network\admin\listener.or
    a
    Log messages written to C:\oracle\product\10.2.0\db_1\network\log\lsnrctl.log
    TNS-01151: Missing listener name, LSNRCTL, in LISTENER.ORA
    Listener failed to start. See the error message(s) above...
    Kindly help me out
    Im working on oracle 10g in windows xp

    Hi I tried as u said still i finding some errors kindly solve these
    LSNRCTL> start listener
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is C:\oracle\product\10.2.0\db_1\network\admin\listener.or
    a
    Log messages written to C:\oracle\product\10.2.0\db_1\network\log\listener.log
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=local host)(PORT=1521)))
    TNS-12560: TNS:protocol adapter error
    TNS-00583: Valid node checking: unable to parse configuration parameters
    Listener failed to start. See the error message(s) above...

  • SQLPLUS error::ORA-12541: TNS: no listener

    I am new so bare with me...
    I believe I have successfully installed 8.1.6 on RH-6.1..
    But when I type SQLPLUS at the command line I am promted for a username:
    I type scott/tiger@SID
    and get the TNS no listner error..
    I have also tried various other user id's and passwds:.
    scott/[email protected]
    oracle/passwd@sid
    ETC.. Nothing just errors
    I am really looking for help or links to help..
    I so much want this to work....
    Thanks and feel free to email me your comments...[email protected]
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Karana:
    I am new so bare with me...
    I believe I have successfully installed 8.1.6 on RH-6.1..
    But when I type SQLPLUS at the command line I am promted for a username:
    I type scott/tiger@SID
    and get the TNS no listner error..
    I have also tried various other user id's and passwds:.
    scott/[email protected]
    oracle/passwd@sid
    <snip> ped
    <HR></BLOCKQUOTE>
    i think you want to connect to a databaseServer on the local host.
    set the ORACLE_SID variable with the command
    export ORACLE_SID=<here_the_name_of your_database>
    with bash shell.
    then start sqlplus with
    sqlplus system
    and type the password at the following prompt. default password for system is
    manager
    better not use the user/password cmdline,
    cause other users on this system can see your password in the processList (ps ax).
    create a demo user, i found no user scott after installing.
    have fun
    null

  • Oracle Host String.

    I Installed oracle on my machine after my installation I forgot my 'host name' . I am able to login without host name . But I need this host name for cognos installtion.I gone through the net and and I alter my Host string to 'orcl' but I am Unable login.
    It's shows TNS Listner Error.
    And I have one more question also
    what is the diff b/w SID and Host string.
    Thanks,
    Mohana Krishana K
    Edited by: user12275872 on Mar 1, 2010 9:52 PM

    Hi,
    Host is the address of the server.
    Please check your tnsnames.ora file in your oracle_home->network->admin folder.
    there you will find something as
    HOST =Twinkle

  • How to setup LAN ? while installing 11.5.10

    Hi,
    I am Installing 11.5.10 on windows 2003 server enterprise edition. I use cable net for Internet. I m installing 11i on single node. I have tried to install 11i on windows 2000, windows 2000 advance server and 2003 server. having same error.
    I can ping my computer ip and using host name
    ping 10.0.1.148 -t
    ping oracle.apps.com -t
    LOG file created by 11i rapidwiz installation shows it as
    "Statusstring InstantiateFile -d F:\oracle\proddb\9.2.0\appsutil\template\addbtmpl.drv"
    D:\DOCUME~1\oracle\LOCALS~1\Temp>if 2 == 0 goto :CFG_OK D:\DOCUME~1\oracle\LOCALS~1\Temp>echo "Unable to complete Instance Configuration"
    "Unable to complete Instance Configuration"
    There was an error while running the command - F:\oracle\proddb\9.2.0\temp\PROD_oracle\adrundb.cmd APPS APPS
    and Listner Error log file is showing it as
    LSNRCTL for 32-bit Windows: Version 9.2.0.5.0 - Production on 10-AUG-2005 16:23:08
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPROD))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=oracle)(Port=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL for 32-bit Windows: Version 9.2.0.5.0 - Production on 10-AUG-2005 16:23:09
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting tnslsnr: please wait...
    Failed to open service <OraclePROD_db920_RDBMSTNSListenerPROD>, error 1060.
    TNSLSNR for 32-bit Windows: Version 9.2.0.5.0 - Production
    System parameter file is F:\oracle\proddb\9.2.0\network\admin\PROD_oracle\listener.ora
    Log messages written to F:\oracle\proddb\9.2.0/network/admin\prod.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCPRODipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle.apps.com)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPROD))
    STATUS of the LISTENER
    Alias PROD
    Version TNSLSNR for 32-bit Windows: Version 9.2.0.5.0 - Production
    Start Date 10-AUG-2005 16:23:11
    Uptime 0 days 0 hr. 0 min. 2 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File F:\oracle\proddb\9.2.0\network\admin\PROD_oracle\listener.ora
    Listener Log File F:\oracle\proddb\9.2.0/network/admin\prod.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCPRODipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle.apps.com)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PROD" has 1 instance(s).
    Instance "PROD", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    addlnctl.cmd exiting with status 0
    ChangeServiceConfig succeeded
    adsvdlsn.cmd exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    System error 1060 has occurred.
    The specified service does not exist as an installed service.
    .end err out.
    Executing script in InstantiateFile:
    F:\oracle\proddb\9.2.0\appsutil\install\PROD_oracle\afmkinit.cmd
    script returned:
    Wed 08/10/2005
    04:23 PM
    1 file(s) copied.
    1 file(s) copied.
    1 file(s) copied.
    "afmkinit.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    F:\oracle\proddb\9.2.0\appsutil\install\PROD_oracle\afdbprf.cmd
    script returned:
    Wed 08/10/2005
    04:23 PM
    ECHO is off.
    ECHO is off.
    Wed 08/10/2005 04:23 PM
    PROD_oracle.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : F:\oracle\proddb\9.2.0"
    " ORACLE_SID : "
    " LOCAL : PROD"
    " PATH : F:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\;F:\oracle\proddb\9.2.0\bin;F:\oracle\proddb\9.2.0\jre\1.4.2\bin;F:\oracle\proddb\9.2.0\jre\1.4.2\bin;E:\11istage\startCD\Disk1\rapidwiz\unzip\NT;D:\MKS\bin;D:\MKS\bin\X11;D:\MKS\mksnt;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem"
    " LD_LIBRARY_PATH : F:\oracle\proddb\9.2.0\lib"
    "Running SQL script "
    SQL*Plus: Release 9.2.0.5.0 - Production on Wed Aug 10 16:23:22 2005
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01034: ORACLE not available[b] (I can see ORACLE.EXE is running under user system and i m installing 11i under USER NAMED "ORACLE")
    ORA-27101: shared memory realm does not exist
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.

    Hi,
    I am very glad to see your response.
    U are right about my 256mb ram. I am also thinking to increase it.
    I have done a very bad mistake and I accept it. My mistake was that I put my computer name as "Oracle" and made the user name also "Oracle".
    I just changed user name to INSTALL and the installation went fine.
    I have installed 11i successfuly saturday evening and I have also logged in.
    It has taken nonstop 7+ hours to install.
    It realy takes 15 minutes to boot and start services.
    I have increased the paged files size to 3 gb. It realy helped me a lot in starting the services faster.
    Now I m facing 2 problems "connection manager" and "listner" are becoming dead by theirself and win2003 server giving "RPC" error and rebooted several times.
    A friend told me to Install 11i in Red Hat Linux 9 and from yesterday I m working on it.
    If u have any suggestions; kindly help.
    Again, I realy appriciate your deepest concern.
    Thanx and Best Regards.
    Rashid

  • 10g client hangs

    Hello,
    I have a new windows XP machine. I installed the 10g client, imported my old tnsnames.ora file over and try to connect. I connect thru a VPN to our database and I go into net configuration and try to test the configuration and it hangs. When I disconnect Oracle comes back with a listner error. When I use sql developer it works right away. I tried installing the 9.2 client which works but the sql developer doesn't work. I would like to have both. Can anyone give any hints of why the 10g client isn't working.
    Thanks,
    JT

    Did not show any errors during installation. I can tnsping my tns listner names I have in the tnsnames.ora file succesfully but it still hangs. I've installed and reinstalled it with reboots a few times.
    I orginally but 9.2 client but was told to put 10.1. So I used the installer to remove it and deleted the windows Oracle folders as well as registery entries before I re-installed 10.1. I've done 10.1 back to 9.2 with the above process a few times. All the time Toad works with 9.2 and sqldeveloper works with 10.1 and the listner hangs when I try to test the connection.
    Thanks,
    JT

  • 傻瓜如何入门Tuxedo?

    在校小本一个,和同学接过一个电信的项目,涉及到Tuxedo的东东。
    今天在自己的机器上安装了一个Tuxedo8.0(ftp上下载的,当然人家电信肯定用正版了),安装文件带有lic.txt文件。安装一切顺利(选择的全部安装),最后显示安装成功。
    不过一用感觉不对劲。
    首先是程序组中的Tuxedo8.0中显示的只有:AppBuilder, bealic,uninstall三个,其中的AppBuilder运行时,显示初始画面后,要求输入Bea m3 iiop listner该怎么办?我随便输入了后,显示“Error initializing bootstrap”.
    再就是,D:\bea\tuxedo8.0\bin\下面的两个hlp文件怎么都是空的?
    只显示Applet Environment Page,什么也没有。
    另外D:\bea\tuxedo8.0\help\gui_errs中线是的一大堆html文件,也不知道时些什么,D:\bea\tuxedo8.0\help\guiguide\下面的index.html中显示的是
    BEA Administration Online Help,中提到了BEA Administration Console,我的程序中怎么没有?
    过来人指教,从安装到简单的配置,到运行一个极为简单的例子,该怎么办?

    这几天很忙。没有上网及时回答问题。见谅!
    不过大家回答很热情。而且基本都回答了。
    其实在学校就能做tuxedo项目很不容易了,羡慕!
    在www.huihoo.com有关于TUXEDO的一些中文资料。你可以去download.然后tuxedo软件,你可以去www.bea.com下载。不过很大。54M.同时把lic.txt下载。放到$tuxdir/udataobj目录下。先编译simpapp的例子。然后去edocs.bea.com去下载一些pdf资料。
    其实软件是一样的。正版的和从www.bea.com下载的都一样,不一样的是lic.txt
    此文被wsywin在2003/04/18 18:58:10修改!

Maybe you are looking for

  • Automatic Creation and Confirmation of Warehouse Task in EWM 5.1

    Hello, We want an automatic creation and confirmation of the warehouse task in EWM 5.1 on the based of a delivery type and warehouse number. The scenario goes in this way... As soon as the inbound delivery is created/replicated in EWM, the creation a

  • I have itunes open, but it still wont show up in iMovie.

    i click on itunes to add music to my short film, but it will not work, it says to open itunes and i do, and the music shows up and plays in itunes, but will not appear in imovie i have tried several times with no success. I have iMovie 11' by the way

  • BI Publisher Configuration in UNIX

    I'm not able to access BI Publisher. I have completed the following steps 1. using cryptotool created a user with alias 'admin' in credentialstore.xml. 2. updated the instanceconfig.xml with credentialstore.xml path. Kindly help. Edited by: roshantm

  • Sql server agent is not highlighting start and stop options

    I configured snapshot replication , after that sql server agent is not highlighting start and stop options in instance. But I can start & stop it in services.msc how I can solve this?

  • Just another day in Final Cut Server ****

    I have an installation at a client where the Watchers periodically stop working, for no known reason. Today I spent about four hours trying to get the system to start responding, doing the normal steps such as uninstalling and reinstalling FCServer,