Possible lsnrctl start problem?

After a boot of SLES9, I startup the Oracle listener (for Oracle 10g). I get the following:
Copyright (c) 1991, 2004, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Linux: Version 10.1.0.3.0 - Production
Start Date 14-NOV-2005 13:37:26
Uptime 0 days 0 hr. 0 min. 11 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /oracle/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
Listener Log File /oracle/app/oracle/product/10.1.0/db_1/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.193.130)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
oracle@linux30:~>
The question I have is this stuff about "PLSExProc status UNKNOWN".
Is that normal, or do I have a problem that needs addressing?
Thanks
Tom Duerbusch
THD Consulting

The unknown status is normal. It just means that the service has not yet registered with the listener. The databases and other services register with the listener when they startup if the listener is already running. If the listener is not running when the service starts, they will register themselves at a later time. I don't recall the exact interval, but each service checks in with the listener every few minutes.
HTH
John

Similar Messages

  • Lsnrctl start problem

    dear all,
    I'm try to connect to database with 2 PC but I have this problem
    plz help
    C:\Documents and Settings\comp2>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 14-OCT-2009 09:51:07
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting tnslsnr: please wait...
    Failed to start service, error 3.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error

    user10947262 wrote:
    dear all,
    I'm try to connect to database with 2 PC but I have this problem
    plz help
    C:\Documents and Settings\comp2>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 14-OCT-2009 09:51:07
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting tnslsnr: please wait...
    Failed to start service, error 3.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    I had a similar situation a few months ago when trying to configure Apex, using entries copied from the installation notes. The listener would not start until i removed an entry “PlsqlRequestValidationFunction www_flow_epg_include_modules.authorize” from the dads.conf file that I had copied from the installation docs. Never did find out why my 10gR2 software did not like that entry.

  • I installed a buyed version of Adobe Photoshop Elements 13. But is not possible to start the programm. I can read "There ist a problem, the program is not able to start". Is someone able to helb me?

    I installed a buyed version of Adobe Photoshop Elements 13. But is not possible to start the programm. I can read "There ist a problem, the program is not able to start". Is someone able to helb me?

    Without system information and other details we can't know what might be going on.
    Mylenium

  • Is it possible to start LSNRCTL as Windows XP service?

    Hi, at the moment, to connect succesfully to the database via JDBD i have to start LSNRCTL. Is there a way to start it as a Windows service, simple like any other service?
    Regards,
    Marco

    hi Marco,
    if its not listed in services, try adding it using srvstart.exe. It can be download from http://www.nick.rozanski.com/software.htm.
    write an INI file and pass it to srvstart.exe. (we use it for NT, i guess it works with XP too.)
    # Contents of file e:\oracle\conf\service.ini
    [OracleTNSListener]
    #to install the service: srvstart install OracleTNSListener -c e:\oracle\conf\service.ini
    #to remove the service: srvstart remove OracleTNSListener
    #make sure that the system PATH inclues the folder
    #containing the srvstart.exe
    startup=e:\oracle\bin\lsnrctl start
    startup_dir=e:\oracle\bin
    shutdown_method=command
    shutdown=e:\oracle\bin\lsnrctl stop
    auto_restart=y
    restart_interval=10
    Regards
    Elango.

  • Listener Start Problem with TDE (Transparent Data Encryption)

    i am testing Transparent Data Encryption in Oracle 10g by using the following link
    http://oracle-base.com/articles/10g/TransparentDataEncryption_10gR2.php
    Before Implementing the TDE listener was running fine but after implementation of TDE the listener was unable to start
    Please check the steps which i follow
    Step1-
    specify the ENCRYPTION_WALLET_LOCATION parameter in the sqlnet.ora file, now SQLNET.ora file looks like the following
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    ENCRYPTION_WALLET_LOCATION=
    (SOURCE=(METHOD=FILE)(METHOD_DATA=
    (DIRECTORY=D:\oracle\product\10.2.0\wallet\)))
    please check the contents of listener.ora file,i didn't make any configuration changes for listener before or after implementation of TDE
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = shakeel-pc.lhr.inov8.com.pk)(PORT = 1521))
    Step2-
    CONN sys/password AS SYSDBA
    ALTER SYSTEM SET ENCRYPTION KEY AUTHENTICATED BY "myPassword";
    TDE implemented successfuly implemented.
    But when i try to stop/start listener
    C:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 06-JUN-2008 05:44
    :30
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 05-JUN-2008 22:40:14
    Uptime 0 days 7 hr. 4 min. 16 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\oracle\product\10.2.0\db_1\network\admin\listener.o
    ra
    Listener Log File D:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=shakeel-pc.lhr.inov8.com.pk)(PORT=15
    21)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    C:\>lsnrctl stop
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 06-JUN-2008 05:44
    :35
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    The command completed successfully
    C:\>lsnrctl start
    [i]LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 06-JUN-2008 05:44
    :40
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is D:\oracle\product\10.2.0\db_1\network\admin\listener.or
    a
    Log messages written to D:\oracle\product\10.2.0\db_1\network\log\listener.log
    Error listening on: (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PARTIAL=yes)(QUEUESI
    ZE=1))
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\E
    XTPROC1ipc)))
    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...
    To start the listener i have to close wallet as
    1- SQL>conn sys as sysdba
    ALTER SYSTEM SET WALLET CLOSE;
    2- Replace the SQLNET.ora file as previous ,now SQLNET.ora contains
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    Now if i start the listener then the listener was started succesfuly
    Please suggest why listener is not being start with TDE?

    I have the same problem. I'm testing TDE using Oracle 11gR1. After setting the parameter encryption_wallet_location and restart the listener, the listener failed to start. The error is exactly the same
    TNS-12560: TNS:protocol adapter error
    TNS-00583: Valid node checking: unable to parse configuration parameters
    By removing the parameter encryption_wallet_location, the listner can be started successfully.
    Anyone can help?

  • Portege P3500: It's possible to start from USB-stick?

    Is it possible to start from usb-stick? i have tried to make a bootable usb-stick , and it really worked on my pc at home , but not on the laptop ..bios settings are ok , as far i know (usb-fdd legacy enable , first boot device fdd)
    where is the problem ?

    Try to update bios. Even though it has that option does not mean that it will. Make sure in BIOS that legacy emulation is enabled as well. Then connect your USB and turn on the computer. Go into bios and check to see if your USB keystick is located under boot devices, which it should be. Other then that, you might have installed the boot program wrong. CD's etc have a boot.ini file. Basically an ini means initiate. So boot.ini initiates boot process. If this is configured wrong, or doesnt exist on the boot device you are using, it will not boot from the device even if configured in BIOS.

  • Is it possible to start an application with parameters

    Hello together,
    I have written an application which is stored on a network. People from different computer start it to work with it. Now I have the problem, that I need some different configurations on each computer.
    Is it possible to start a labview application with parameters, like: application.exe -User_1
    The application should check the parametes and should switch to the needed configuration.
    Thanks a lot and best regards,
    Michael
    Solved!
    Go to Solution.

    Hi Michael,
    yes it is possible. First you have to activate the data transfer of your parameters. You can do it in the application builder. It is something like "send command line parameters to exe" which you have to activate. You will get the parameter in your program with the property "App.Args". It is an array with the exe name as the first element and one entry for each additional linked parameter.
    Hope it helps.
    Mike

  • Is it possible to start a windows driver without adm rights?

    I have a situation in which I have a driver, a DLL and one application which loads the DLL, all programmed by me. A second application also opens the DLL but its 3rd party software so I have no control over their code.
    Both applications have to share the handles to the same object of the driver. So I have to instantiate the driver in the DLL, and duplicate the handles so that when the apps open the DLL they share handles to the same driver object. The problem comes on
    starting and stopping the driver, because I need administrator rights to do that and my handle duplication then fails. I have tried changing the security to PROCESS_DUP_HANDLE and it failed anyway. It seems that a process with normal user rights cant duplicate
    handles from a process with administrator rights. Can it?
    I can require adm rights on my app, but the client would need to open the 3rd party app by right clicking and selecting to open it with adm rights, which is no elegant solution.
    So I am thinking about different ways to deal with this situation. Is it possible to start the driver without adm rights? I heard that with named shared memory I wouldnt need to duplicate the handles, however I tried it and it did not work. What other ways
    could I deal with this?
    Thanks guys!

    In the AddService section of the driver INF file it is possible to set the security of the driver loading...
    This will let all users with any rights load and unload the driver for example:
    Security = "D:(A;OICI;GA;;;WD)"
    Then install the driver with the inf file e.g.:
    netcfg -l "path_to_inf" -c class -i ID
    Then when you try to load the driver with:
    net start driver_name
    Or
    sc start driver_name
    It will be loaded even if the command prompt is not with adm privilages.

  • Photoshop7 start problem

    On my Windows Vista PC I run several Adobe programs: the CS3 suite, Illustrator9, Reader9, but also Photoshop7 and ImageReady7. Two days ago suddenly all Adobe programs refused to start, including the Reader . Apparently, there was a problem with the licences. I have downloaded the LicenceRecovery program from Adobe Support, and having run it, as expected, all programs did run again.......except for one: Photoshop7. Every time when I start the program, it begins loading all the necessary modules, but then a Windows error message appears, saying that the program stopped running, that there is a problem (?) and that I have to close the program.
    I've tried several times to de-install and re-install Photoshop7 and ImageReady7 (they both came on the same disc). Every time Set-up congratulates me that I have succesfully installed the programs, while in fact the start problem persists. ImageReady starts, Photoshop does'nt. As Photoshop7 is now an oudated program, Adobe's helpdesk refuses me to help . I suspect that something in the Windows Registry has been corrupted (by LicenceRecovery?), but I have no idea where to look for. Has anyone encountered this problem before, and If so what was the solution?

    Google is your friend.
    https://discussions.apple.com/thread/1197195?start=0&tstart=0
    Photoshop 7 no longer works in Leopard OSX 10.5
    Photoshop 7 was released in March 2002, it is now 10 years old.
    Sorry for your problems, but you have only 2 possible solutions:
    Roll back the OS to an earlier version
    Upgrade to a newer version of Photoshop (to save some money you could just get Photoshop Elements instead)
    You might want to download a trial version to Photoshop Elements to see if it does what you need before spending any money.
    Good Luck

  • Lsnrctl start with nl-0278 and snl-00016

    I defined LOG_DIRECTORY_LISTENER path right (its permission is good and I can vi listener.log file there manually), and applied 8.1.5.0.2 patches. When try to lsnrctl start, get error:
    /listener.logor creating log stream <LOG_DIRECTORY_LISTENER> path
    NL-00278L can not open log file
    SNL-00016:snlfohd:error opening file
    Linux Error:2:no such a file or directory
    Can somebody help ?
    thanks a lot.
    RedHat Linux 6.1 and Oracle 8i
    James

    Hi Ramesh!
    Thanks for your help!
    This was exactly the problem!
    Fixing the Problem you can do in the following way:
    First loggin as 'oraclexe'
    Than open a shell
    Than enter:
    'source /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/bin/oracle_env.sh'
    and everything works fine!
    Gerhard

  • Ubuntu 5.10 - lsnrctl start error - TNS-12555

    Hi, hope you can help me with the following.
    I'm unable to start the listener with the default tnsnames.ora and listener.ora files installed under Ubuntu 5.10. A listing of the error, and files below.
    I am able to connect to sqlplus as system as long as I don't specify the sid. I am not able to access the database home page. However selecting dbms_xdb.gethttpport() does return a port number.
    Any help appreciated.
    chris@acute$ ./lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 04-APR-2006 08:57:17
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Log messages written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    TNS-12555: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
      TNS-00525: Insufficient privilege for operation
       Linux Error: 1: Operation not permitted
    Listener failed to start. See the error message(s) above...
    chris@acute$ more ../network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File:
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 10.1.1.2)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    chris@acute$ more ../network/admin/listener.ora
    # listener.ora Network Configuration File:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.1.1.2)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    That appears to be the problem. Logging in as oracle solves the issue.
    On closer inspection it appears the $ORACLE_HOME/config/scripts/startdb.sh script does not start the listener with a prefix of su - oracle. This is probably an oversight as the stopall.sh script prefixes the listener stop call with su - oracle.
    However I would have thought this problem would be common to all Linux installs, or is it something odd for Ubuntu?
    Next the DB Home Page doesn't display, but I'll do some more research and post a separate message if necessary.
    Thanks for your help.
    CM.

  • NOT POSSIBLE TO START ESSBASE WHEN SSO INITIALIZATION FAILS

    Version is 11.1.1.3. My Essbase is not starting. Issues from the logs and what I have attempted are as follows. I have highlighted the relevant areas in bold.
    When Starting Essbase from products/Essbase/bin/start.bat:
    C:\Hyperion\products\Essbase\bin>start.bat
    C:\Hyperion\products\Essbase\bin>REM eis
    C:\Hyperion\products\Essbase\bin>net start "Hyperion Integration Services"
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    C:\Hyperion\products\Essbase\bin>REM APS
    C:\Hyperion\products\Essbase\bin>call C:\Hyperion\products\Essbase\aps\bin\start.bat
    C:\Hyperion\products\Essbase\bin>REM aps
    C:\Hyperion\products\Essbase\bin>net start HyS9aps
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    C:\Hyperion\products\Essbase\bin>REM EAS
    C:\Hyperion\products\Essbase\bin>call C:\Hyperion\products\Essbase\eas\bin\start.bat
    C:\Hyperion\products\Essbase\bin>REM eas
    C:\Hyperion\products\Essbase\bin>net start HyS9eas
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    C:\Hyperion\products\Essbase\bin>REM EssbaseAgent
    C:\Hyperion\products\Essbase\bin>net start hypservice_1
    The service name is invalid.
    More help is available by typing NET HELPMSG 2185.
    C:\Hyperion\products\Essbase\bin>REM EssbaseStudio
    C:\Hyperion\products\Essbase\bin>C:\Hyperion\products\Essbase\EssbaseStudio\Server\startServer.bat
    C:\Hyperion\products\Essbase\bin>setlocal
    C:\Hyperion\products\Essbase\bin>set CONFIGTOOL_HOME="C:\Hyperion\common\config\9.5.0.0"
    C:\Hyperion\products\Essbase\bin>call ""C:\Hyperion\common\config\9.5.0.0"\setJavaRuntime.bat"
    Logging configuration file is not found. Expected filename is C:\Hyperion\products\Essbase\bin\.\server.properties
    Log file location is:
    C:\Hyperion\logs\esbstudio\server.log
    13:23:09 11/01/11 INFO Starting up
    13:23:09 11/01/11 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Bui
    ld 090, June 25 2009
    13:23:16 11/01/11 (system) WARNING Failed to load driver for sap
    13:23:16 11/01/11 (system) SEVERE Cannot load Teradata connector
    13:23:16 11/01/11 (system) WARNING Failed to load driver for teradata
    13:23:16 11/01/11 (system) WARNING Failed to load driver for mysql
    13:23:16 11/01/11 (system) WARNING Failed to load driver for netezza
    Essbase.log:
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Error(1051223)
    Single Sign On function call [css_init] failed with error [CSS Error: CSS method invocation error: com.hyperion.css.CSSSystem.<init>]
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Info(1051198)
    Single Sign-On Initialization Failed !
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Error(1051527)
    In Shared Services Security mode it is not possible to start Essbase when single sign on initialization fails.
    AND
    C:\Hyperion\logs\essbase\SharedServices_Security_Client.log com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2011-10-25 11:26:11,039 INFO [main] Configure CSS with registry com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2011-10-25 11:26:11,039 INFO [main] Initializing CSS from Registry. com.hyperion.css.common.configuration.CSSConfigurationManager.getConfiguration(Unknown Source)
    2011-10-25 11:26:11,085 INFO [main] Trying to get Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2011-10-25 11:26:31,023 ERROR [main] 20:1092:Failed to initialize EPM System registry. *[Root Cause: java.sql.SQLException: [Hyperion][SQLServer JDBC Driver]Error establishing socket to host and port: machinex:1433. Reason: Connection refused: connect ] com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)*
    *2011-10-25 11:26:31,023 ERROR [main] Arguments: param1={}, param2=null, param3=C:\Hyperion\logs\essbase\,* com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2011-10-25 11:26:31,023 INFO [main] CSS system intialization failed. : [21484 ms] com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    What I have attempted:
    - Attempted to connect to Shared Services, Workspace url's - YES
    - Checked openLDAP & my Database is running - YES
    - Added following to Configuration File :
    SharedServicesLocation machinex 28080
    AUTHENTICATIONMODULE CSS http://machinex:28080/interop/framework/getCSSConfigFile YES, but same error
    - Changed essbase.bak to essbase.sec YES but same error
    - netstat -an to check for 1423. Port 1423 is not listening, although ALL TCP Ports have been enabled. So YES but same error.
    - Read Knowledgebase article # 954322.1 - the suggested things in there don't seem to apply to my case, unless I am missing something.
    At this point does anybody have any suggestions ?

    An update: Just for kicks, I tried restarting Essbase using Start->Programs-EPMSystem->Essbase->EssbaseServer->Essbase.bat and apparently now Essbase is started.
    EAS, Studio and Planning however are down.
    Excerpt from the HyS9eas-sysout.log:
    [ERROR] RegistryUtils - SQL Exception when trying to create a new connection [Hyperion][SQLServer JDBC Driver]Error establishing socket to host and port: machinex:1433. Reason: Connection refused: connect
    * CRITICAL ERROR: Common Security Services initialization failed. Please *
    * make sure that a valid entry is provided for SECURITY_CONFIGURATION in *
    * OlapAdmin.properties. This is required if Shared Services is enabled. *
    * Please restart the server after the changes. *
    Stopping DAO factory!
    HBR Configuration has not been initialized. Make sure you have logged in sucessfully and there are no exceptions in the HBR log file.
    java.lang.ExceptionInInitializerError
    .... bunch of java code.
    This is really strange. There is NOTHING that I changed, started or stopped which could have caused Essbase to start magically all of a sudden.
    Any insights into the cause of all this ?

  • Is it possible to start a MacBookPro in target mode with a MacBookAir?

    Is it possible to start a MacBookPro in target mode with a MacBookAir?
    I have a MacBookPro and I would like to start it in a target mode using a MacBookAir as a disk cible,
    is it possible to do it?  Which cale or adapter do I need to do it?

    namdev1 wrote:
    Is it possible to start a MacBookPro in target mode with a MacBookAir?
    Yes, you can use Target Disk Mode with a suitable adapter:
    OS X Lion: Transfer files between two computers using target disk mode
    To determine the cable you need requires you describe which MacBook Air and MacBook Pro models you have. The latest ones have Thunderbolt ports, for which you can use a Thunderbolt cable. If the MacBook Pro has only a FireWire port, you can use a Thunderbolt to FireWire adapter. Early MacBook Air models have neither.
    Search for cables and adapters on Apple's website:
    http://store.apple.com/us/product/MD464ZM/A/apple-thunderbolt-to-firewire-adapte r
    http://store.apple.com/us/product/MD862ZM/A/apple-thunderbolt-cable-05-m

  • ./lsnrctl start effort- Message 1070 not found;

    Message 1070 not found; No message file for product=network, facility=TNSTNS-125 error when trying to start the DB listiner?
    oracle@linuxsrv:/u01/app/oracle/OraHome/bin> ./lsnrctl start
    LSNRCTL for Linux: Version 10.1.0.4.2 - Production on 16-JUN-2009 17:16:15
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Message 1070 not found; No message file for product=network, facility=TNSTNS-125 45: Message 12545 not found; No message file for product=network, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=network, facili ty=TNS
    TNS-00515: Message 515 not found; No message file for product=network, facilit y=TNS
    Linux Error: 2: No such file or directory
    oracle@linuxsrv:/u01/app/oracle/OraHome/bin>
    OAS environment settings
    LESS=-M -I
    MACHTYPE=i686-suse-linux
    LOGNAME=oracle
    XDG_DATA_DIRS=/usr/share:/etc/opt/kde3/share:/opt/kde3/share
    LESSOPEN=lessopen.sh %s
    INFOPATH=/usr/local/info:/usr/share/info:/usr/info
    ORA_NLS33=/u01/app/oracle/as10gHome/lib:/u01/app/oracle/bin:/u01/app/oracle:/u01/app/midtier:/u01/app/midtier/bin:/u01/app/midtier/as10gHome/opmm/lib:/OraHome/lib:/OraHome/opmn/lib/nls/admin/data
    DISPLAY=192.168.2.9:0.0
    ORACLE_HOME=/u01/app/oracle/as10gHome/lib:/u01/app/oracle/bin:/u01/app/oracle:/u01/app/midtier:/u01/app/midtier/bin:/u01/app/midtier/as10gHome/opmm/lib:/OraHome/lib:/OraHome/opmn/lib
    LESSCLOSE=lessclose.sh %s %s
    G_BROKEN_FILENAMES=1
    COLORTERM=1
    _=/usr/bin/env
    OLDPWD=/u01/app/oracle/OraHome
    oracle@linuxsrv:/u01/app/oracle/OraHome/bin> vi /home/oracle/.bash_profile
    TMP=/usr/tmp
    DISPLAY=192.168.2.9:0.0
    ORACLE_BASE=/u01/app/oracle
    ORACLE_MID=/u01/app/midtier
    #ORACLE_OCA=/u01/app/OCA
    LD_LIBRARY_PATH=$ORACLE_BASE/OraHome/opmn/lib:$ORACLE_BASE/OraHome/lib:$ORACLE_MID/as10gHome/opmn/lib:$ORACLE_MID/as10gHome/lib:$PATH
    ORACLE_HOME=$ORACLE_BASE/as10gHome/lib:$ORACLE_BASE/bin:$ORACLE_BASE:$ORACLE_MID:$ORACLE_MID/bin:$ORACLE_MID/as10gHome/opmm/lib:$ORACLE_HOME/OraHome/lib:$ORACLE_HOME/OraHome/opmn/lib
    ORACLE_SID=orcl
    LISTENER=$ORACLE_HOME/bin/lsnrctl
    TNS_ADMIN=$ORACLE_HOME/network/admin
    ORA_NLS33=$ORACLE_HOME/nls/admin/data
    PATH=/usr/local/bin:/usr/bin:/usr/local2/bin:/usr:$ORACLE_HOME/bin:$ORACLE_HOME/bin:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/opmn/bin/$ORACLE_HOME/lib:$PATH
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib:$ORACLE_HOME/opmn/lib:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/opmn/bin:$ORACLE_HOME/lib:$PATH
    export TMP ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_MID ORACLE_OCA LD_LIBRARY_PATH LISTENER DISPLAY PATH TNS_ADMIN ORA_NLS33
    Any suggestion in resolving?

    exit and log back..
    oracle@linuxsrv:~> env
    LESSKEY=/etc/lesskey.bin
    NNTPSERVER=news
    INFODIR=/usr/local/info:/usr/share/info:/usr/info
    MANPATH=/usr/local/man:/usr/share/man:/opt/dx/man
    HOSTNAME=linuxsrv
    XKEYSYMDB=/usr/share/X11/XKeysymDB
    HOST=linuxsrv
    SHELL=/bin/bash
    TERM=xterm
    PROFILEREAD=true
    HISTSIZE=1000
    LISTENER=/u01/app/oracle/as10gHome/bin/lsnrctl
    ORACLE_MID=/u01/app/midtier
    GNOME_PATH=:/usr
    MORE=-sl
    USER=oracle
    LD_LIBRARY_PATH=/u01/app/oracle/OraHome/opmn/lib:/u01/app/oracle/OraHome/lib:/u01/app/midtier/as10gHome/opmn/lib:/u01/app/midtier/as10gHome/lib:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/u01/app/oracle/as10gHome/lib:/u01/app/oracle/as10gHome/opmn/lib:/u01/app/oracle/as10gHome/dcm/bin:/u01/app/oracle/as10gHome/opmn/bin:/u01/app/oracle/as10gHome/lib:/usr/local/bin:/usr/bin:/usr/local2/bin:/usr:/u01/app/oracle/as10gHome/bin:/u01/app/oracle/as10gHome/bin:/u01/app/oracle/as10gHome/dcm/bin:/u01/app/oracle/as10gHome/opmn/bin//u01/app/oracle/as10gHome/lib:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin
    LS_COLORS=no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=41;33;01:ex=00;32:*.cmd=00;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.deb=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.lzma=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.xz=00;31:*.avi=01;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.dl=01;35:*.gl=01;35:*.wmv=01;35:*.aiff=00;32:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32:
    ORACLE_SID=orcl
    XNLSPATH=/usr/share/X11/nls
    ENV=/etc/bash.bashrc
    ORACLE_BASE=/u01/app/oracle
    HOSTTYPE=i386
    FROM_HEADER=
    PAGER=less
    CSHEDIT=emacs
    XDG_CONFIG_DIRS=/etc/xdg
    MINICOM=-c on
    TNS_ADMIN=/u01/app/oracle/as10gHome/network/admin
    GNOMEDIR=/usr
    MAIL=/var/spool/mail/oracle
    PATH=/usr/local/bin:/usr/bin:/usr/local2/bin:/usr:/u01/app/oracle/as10gHome/bin:/u01/app/oracle/as10gHome/bin:/u01/app/oracle/as10gHome/dcm/bin:/u01/app/oracle/as10gHome/opmn/bin//u01/app/oracle/as10gHome/lib:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin
    CPU=i686
    INPUTRC=/etc/inputrc
    PWD=/home/oracle
    LANG=en_US.UTF-8
    PYTHONSTARTUP=/etc/pythonstart
    QT_SYSTEM_DIR=/usr/share/desktop-data
    SHLVL=1
    HOME=/home/oracle
    LESS_ADVANCED_PREPROCESSOR=no
    OSTYPE=linux
    LS_OPTIONS=-N --color=tty -T 0
    XCURSOR_THEME=DMZ
    WINDOWMANAGER=/usr/bin/startkde
    TMP=/usr/tmp
    G_FILENAME_ENCODING=@locale,UTF-8,ISO-8859-15,CP1252
    LESS=-M -I
    MACHTYPE=i686-suse-linux
    LOGNAME=oracle
    XDG_DATA_DIRS=/usr/share:/etc/opt/kde3/share:/opt/kde3/share
    LESSOPEN=lessopen.sh %s
    INFOPATH=/usr/local/info:/usr/share/info:/usr/info
    ORA_NLS33=/u01/app/oracle/as10gHome/nls/admin/data
    DISPLAY=192.168.2.9:0.0
    ORACLE_HOME=/u01/app/oracle/as10gHome
    LESSCLOSE=lessclose.sh %s %s
    G_BROKEN_FILENAMES=1
    COLORTERM=1
    _=/usr/bin/env
    oracle@linuxsrv:~>

  • [Execute SQL Task] Error: Executing the query "DECLARE_@XMLA nvarchar(3000) ,__@DateSerial nvarch..." failed with the following error: "Incorrect syntax near '-'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly,

    Hi
    DECLARE @XMLA nvarchar(3000)
    , @DateSerial nvarchar(35);
    -- Change date to format YYYYMMDDHHMMSS
    SET @DateSerial = CAST(GETDATE() AS DATE);
    --SELECT @DateSerial
    Set @XMLA = 
    N' <Batch xmlns="http://schemas.microsoft.com/analysis services/2003/engine">
     <ErrorConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2"
    xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2" xmlns:ddl100_100="http://schemas.microsoft.com/analysisservices/2008/engine/100/100" xmlns:ddl200="http://schemas.microsoft.com/analysisservices/2010/engine/200"
    xmlns:ddl200_200="http://schemas.microsoft.com/analysisservices/2010/engine/200/200">
    <KeyErrorLimit>-1</KeyErrorLimit>
    <KeyNotFound>IgnoreError</KeyNotFound>
    <NullKeyNotAllowed>IgnoreError</NullKeyNotAllowed>
     </ErrorConfiguration>
     <Parallel>
    <Process xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2" xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2"
    xmlns:ddl100_100="http://schemas.microsoft.com/analysisservices/2008/engine/100/100" xmlns:ddl200="http://schemas.microsoft.com/analysisservices/2010/engine/200" xmlns:ddl200_200="http://schemas.microsoft.com/analysisservices/2010/engine/200/200"
    xmlns:ddl300="http://schemas.microsoft.com/analysisservices/2011/engine/300" xmlns:ddl300_300="http://schemas.microsoft.com/analysisservices/2011/engine/300/300">
     <Object>
     <DatabaseID>MultidimensionalProject5</DatabaseID>
     <CubeID>giri</CubeID>
     <MeasureGroupID>Fact Internet Sales</MeasureGroupID>
     </Object>
     <Type>ProcessFull</Type>
     <WriteBackTableCreation>UseExisting</WriteBackTableCreation>
     </Process>
      </Parallel>
    </Batch>';
    EXEC (@XMLA) At SHALL-PCAdventureWorksDw ;
     iam executive the    query when iam getting below error.
      [Execute SQL Task] Error: Executing the query "DECLARE
    @XMLA nvarchar(3000)
    , @DateSerial nvarch..." failed with the following error: "Incorrect syntax near '-'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set
    correctly, or connection not established correctly. 
     how to solve this error;
     please help me

    What are you trying to do? What sort of data source is  SHALL-PCAdventureWorksDw?
    When you use EXEC() AT, I would execpt to see an SQL string to be passed to EXEC(), but you are passing an XML string????
    If you explain why you think this would work in the first place, maybe we can help you.
    Erland Sommarskog, SQL Server MVP, [email protected]

Maybe you are looking for

  • Only Balances in local currency

    Hi, By mistake we activated only Balances in local currency setting for a GL account at the time of Go-live. Also we had done  postings to this account with foreign currency and local currency. Now we want to do foreign currency valuation for this ac

  • FBRA - how to identify if document is reset ONLY

    Hi Gurus, Would there be any indication in the document that the clearing document was only reset but was not reversed? I have tried looking into fields in tables BSIK/BSID (Open Items): Document Status (BSTAT) Indicator: Clearing was reversed (XRAGL

  • Does 1.67GHz PowerBook G4 Meet Leopard DVD Player Requirements?

    I know this might seem like a silly question, as 1.67GHz is faster than 1.6GHz, but I would like to know from someone who has upgraded to Leopard: Does the (January 2005 non-HR) PowerBook G4 1.67GHz meet the minimum system requirement for "improved d

  • Quick time Pro does not allow me to download files after unlocked.

    In a website there are some audios in QT that I want to download. I right clicked and it gave me the option to download them. After a new screen apperared inviting me to purchase QT Pro. I did it and got the registration code to unlock Pro features.

  • Photosmart c8180 all-in-one shuts down-resta​rts repeatedly

    My Photosmart c8180 all-in-one shuts down-restarts itself repeatedly. Blue screen message B367A5E0. Have Window XP. Have not been able to locate a description of this error message.