How to start MaxDB ?

Hi people,
I get the next error when I call the maxDB database from tcode LC10:
Name und Server     : ORA - avast
DBMRFC Funktion     : DBM_CONNECT
Fehler              : Fehler des DBM
Rückgabewert        :         -4
Fehlermeldung       : database instance not found
What can I do for to follow all the rest post-installation activities of the livecache.
How can startup manually the instance from command line?
More thnaks
With the command I get the next error
root:sidadm> ./dbmcli -d ORA -u CONTROL,PASS db_start
Error! Connection failed to node (local) for database ORA:
database instance not found
Edited by: Ruben Torres on Jan 3, 2010 6:55 PM

Hi Natalia,
sdbregview u2013l
< to see the database software packages installed on the server >
avast:oraadm> sdbregview -l
SAP Utilities       /sapdb/programs      7.7.04.29     64 bit    valid
Server Utilities    /sapdb/programs      7.7.04.29     64 bit    valid
DB Analyzer         /sapdb/programs      7.7.04.29     64 bit    valid
APO LC APPS         /sapdb/LV1/db/sap    7.00.006      64 bit    valid
APO LC APPS         /sapdb/LV2/db/sap    7.00.006      64 bit    valid
APO LC APPS         /sapdb/LV3/db/sap    7.00.006      64 bit    valid
Redist Python       /sapdb/programs      7.7.04.29     32 bit    valid
Base                /sapdb/programs      7.7.04.29     64 bit    valid
JDBC                /sapdb/programs      7.6.05.06               valid
Messages            /sapdb/programs      MSG 0.7113              valid
ODBC                /sapdb/programs      7.7.04.29     64 bit    valid
SQLDBC 77           /sapdb/programs      7.7.04.29     64 bit    valid
Database Kernel     /sapdb/LV1/db        7.7.04.29     64 bit    valid
Database Kernel     /sapdb/LV2/db        7.7.04.29     64 bit    valid
Database Kernel     /sapdb/LCV3/db        7.7.04.29     64 bit    valid
Loader              /sapdb/programs      7.7.04.29     64 bit    valid
SQLDBC              /sapdb/programs      7.7.04.29     64 bit    valid
SQLDBC 76           /sapdb/programs      7.6.05.11     64 bit    valid
Fastload API        /sapdb/programs      7.7.04.29     64 bit    valid
xinstinfo
avast:oraadm> xinstinfo
IndepData           : /sapdb/data
IndepPrograms       : /sapdb/programs
dbmcli inst_enum
avast:oraadm> dbmcli inst_enum
RTE_CallSdbStarter(): Must be called by root or effective user 102 effective group 105
Error! Connection failed to node (local) for database (no dbname):
Reading header from pipe:closed by serv
The user oraadm is in the group sdba, but I get the result that appears up.
If I executed with the root user I get this:
root@avast # ./dbmcli inst_enum
OK
7.7.04.29    /sapdb/LV1/db
7.7.04.29    /sapdb/LV2/db
7.7.04.29    /sapdb/LV3/db
dbmcli db_enum
RTE_CallSdbStarter(): Must be called by root or effective user 102 effective group 105
Error! Connection failed to node (local) for database (no dbname):
Reading header from pipe:closed by serv
With the root user this appear:
root@apo # ./dbmcli db_enum
OK
LV2     /sapdb/LV2/db                           7.7.04.29       fast    offline
LV2     /sapdb/LV2/db                           7.7.04.29       quick   offline
LV2     /sapdb/LV2/db                           7.7.04.29       slow    offline
LV2    /sapdb/LV2/db                           7.7.04.29       test    offline
Next steps are dependent from the output results.
2. Second posted problem.
On which server did you run those commands?
The list of the database software packages has not /sapdb/ORA/db dependent Database kernel path
=> How did you create/install the ORA liveCache?
I´ve installed the livecache whit the installation guide, with the default paths of the sapinst. Only I´ve change the path of the datafiles.
Please run as root user:
cd /sapdb/programs/bin
./sdbverify
The output of the file sdbverify is more large. What part of the file are you need?
to check if the database software installed correctly.
More thanks.

Similar Messages

  • How to start maxdb on linux

    hi all,
        how do i start maxdb on linux.
    very urgent,
    thanks and regards

    Hi,
    maybe you are looking for a start/stop script for linux. An example can you find here (online docu for 7.6):
    http://maxdb.sap.com/doc/7_6/41/79751b1a361036e10000000a114cbd/content.htm
    (Basic Information -> Concepts of the Database System -> Creating and Configuring a Database Instance -> Automatic Start)
    Regards,
    Thomas

  • How to start/ restart the service in visual admin of SAP WAS 6.4?

    I have installed the sneak preview version of SAP NetWeaver WAS 6.4 for default Database MaxDB. While developing a simple application to manage simple database table citymaster with 2 columns in jsp I am getting error as
    Exception e com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at : java.comp.
    Looking at visual admin tool for WAS 6.4 all the entries are in color blue but the last entry for 'DATASOURCE' is in RED color where 'java.comp/env/JDBC/DATASOURCE' is the jndi reference created for default DataSource.
    Can any one help me that why the last entry is in RED and it that say that some error has occured or that entry is not started then how to start that?
    Please help....

    Dear Daniel,
    I have checked the Visual Administrator's  JNDI Registry service entry in the ejbContexts node but there is no entry for the project which I have created.
    It get deployed while I right click on the project's ear file and click on "Deploy on J2EE Engine". But same as before while checking in Browserthe site gives the same error...
    503   Service Unavailable
    Application cannot be started!
    Details: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Application bcone.com/EntityCMPAppln cannot be started, because it has hard reference to resource CONFIG_DB with type javax.sql.DataSource, but it is not active on the server.
         at com.sap.engine.services.deploy.server.ReferenceResolver.processUsageOfComponent(ReferenceResolver.java:508)
         at com.sap.engine.services.deploy.server.ReferenceResolver.beforeStartingApplication(ReferenceResolver.java:337)
         at com.sap.engine.services.deploy.server.application.StartTransaction.begin(StartTransaction.java:149)
         at com.sap.engine.services.deploy.server.application.StartTransaction.beginLocal(StartTransaction.java:285)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesLocal(ApplicationTransaction.java:355)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:120)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesLocalAndWait(ParallelAdapter.java:224)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationLocalAndWait(DeployServiceImpl.java:4170)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationsInitially(DeployServiceImpl.java:2390)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.clusterElementReady(DeployServiceImpl.java:2267)
         at com.sap.engine.services.deploy.server.ClusterServicesAdapter.containerStarted(ClusterServicesAdapter.java:41)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:101)
         at com.sap.engine.core.service630.container.AdminContainerEventListenerWrapper.processEvent(AdminContainerEventListenerWrapper.java:19)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:80)
         at com.sap.engine.core.thread.impl4.SingleThread.execute(SingleThread.java:70)
         at com.sap.engine.core.thread.impl4.SingleThread.run(SingleThread.java:111)
    Please help me, how to recover this error.
    Rgds,
    Vivek

  • Start MaXDB hit error due to insufficent memory

    Hi,
    When trying to start MaxDB instance, I hit this error:
       "Check knldiag! Kernel died before reaching ADMIN state..."
    From the MaxDB diagnosis doc below, I know it is due to insufficient resource issue.
        http://maxdb.sap.com/training/internals_7.6/diagnose_EN_76.pdf
    Once I set the user's limits in the unix os to unlimited, I can solve the problem. The MaxDB instance can startup.
    However, my question here is: Are there any officially recommended ulimit values I shall set from SAP? Is there any doc for this?
    For example, in the NW04s SR3 installation guide, there is one section that has mentioned the proper values for ulimit.
    As I am not the owner of the Unix Server, if I set everything to unlimited, I will be questioned unless there is a SAP doc to support...So far I have not found any document from SAP yet.
    Please help.
    Lars, any advice?   =)
    Regards,
    Li Bin
    Edited by: Li Bin on Jan 7, 2009 4:21 AM
    Edited by: Li Bin on Jan 7, 2009 4:28 AM

    jguptill wrote:>
    > How in the world do i view this note?  We use MaxDB at our company, but do not use SAP.  I found a link to the note, but there is a prompt for a username and password.  My SAP community credentials do not allow me in there. 
    That's correct.
    SAP support notes are available to SAP customers, partners and employees only.
    > I have this exact problem where i don't know how to tune the number of user tasks based on the ram of my machine (or other factors.)
    For the ULIMIT issue: just set every ulimit to unlimited for the os-user that runs the MaxDB kernel on your machine.
    Concerning the other questions, please check the documentation and the MaxDB WIKI pages here in SDN.
    And, btw, you don't setup the number of user tasks based on the available ram.
    Why would you?
    The number of user tasks simple depends on how many connected sessions should be allowed at any given time.
    Say, you know your application usually needs 20 connections as maximum.
    Then you should set MAXUSERTASKS to at least 20 and maybe add some possible spare connections to it.
    So you may set it to 30 and you should be fine.
    regards,
    Lars

  • How to start/stop an Xserver?

    Gurus:
    Would you please help tell how to start/stop an Xserver?
    Thanks!

    Hi Linda Li,
    Basically it depends on enviroment and If it's unix then it depends on how you configure your scripts in /etc/init.d
    1. If you are looking for on how to start & stop XServer for environment APO/LiveCache & MaxDB then below are commands
    x_server [<options>] [start]
    x_server stop
    2. If its on general UNIX then
    If you're in X and want to stop it, bring up the terminal window and type:
    init 3
    To start X from the command line, type either:
    startx
    or
    init 5
    I hope this helps you.
    Thanks and best regards
    Sekhar

  • How to Uninstall MAXDB

    Hi All
    i have the problem with MaxDB uninstalltion even i stopped the services of MAXDB in the controlpanel->Services.
    after that i  deleted the d:\sapdb folder structure in the system.
    but still the MAXDB is available in the controlpanel->ad or remove programs.
    can u tell me how to uninstall MAXDB completely?
    Regards
    Sunil

    Hi Sunil,
    You should have started uninstall from the add/remove programs option in the control panel.
    anwyays, check the following links:
    Weblog :
    /people/gregor.wolf3/blog/2005/09/24/a-visual-installation-guide-on-sneak-preview-sap-netweaver-04-java-slim-edition
    Forum link:
    Problems uninstalling MAXDB. ( instance )
    Wiki:
    https://wiki.sdn.sap.com/wiki/display/MaxDB/Problemsduringinstallation%2Cupgradeor+migration
    And finally the SAP Help page:
    http://help.sap.com/saphelp_nw04s/helpdata/en/2c/5c833c0b3e042de10000000a114027/frameset.htm
    Hope that helps.
    Regards,
    Siddhesh

  • Could not Start MaxDB: MDM Service on Local Computer

    Hi,
    I install the MaxDB to use the MDM software on to my PC. Its sucesfully completed. I uploaded the some of the repository and worked fine some 4 days.
    Now my Database instance(MDM) is not at all started and If i check the status of this service in Control Panel->Administrative Tools, Showing as "Starting". It is never end and getting the error as
    "Could not Start MaxDB: MDM Service on Local Computer" .
    **Here MDM is the Database Instance name in my system.
    Please Suggeme How to come out of this problem. Even i not able to uninstall the MaxDB.
    Many Thanks in Advance,
    Please help me.
    Warm Regards,
    Vijay

    Hi Natalia,
    First, I want to Say Many Thanks for the reply.
    I am using the MaxDB 7.6.02.01 Version. Actually i don't know anything about MaxDB. I am MDM Consultant, I just want to use it as MDM Database.
    Why I want to uninstall is: I don't know how to solve this problem that why i will just want to uninstall everything and re-install it again to make use of it proper with MDM.
    I really don't know where to execute the commands which you specified in previous post.
    I didn't find the files knldiag.err & knldiag files and
    Only the following information i find and Here are the details.
    Waiting for you replay... Thanks
    DBM.PRT Information (Part of the file - So much data is exist in that file)
    2009-01-13 19:19:56 0x00000810 INF        226 DBMSrv   DBM Server client disconnect: PID 2024 on computer NLYEHVSCE1NB215.code1.emi.philips.com
    2009-01-14 09:38:11 0x00000a98 INF        216 DBMSrv   DBM Server client connection (established at 2009-01-14 09:38:10): PID 2664 on computer NLYEHVSCE1NB215.code1.emi.philips.com
    2009-01-14 09:38:11 0x00000a98 INF        283 DBMSrv   command db_online
    2009-01-14 09:38:14 0x00000a98 INF          1 DBMKnl   Sending an administrative statement to the database
                        0x00000a98 INF          8 DBMKnl   Statement:  RESTART
    2009-01-14 09:38:29 0x00000a98 INF          3 DBMKnl   Received the result of an administrative statement from the database
                        0x00000a98 INF          9 DBMKnl   Statement:  RESTART
                        0x00000a98 INF         10 DBMKnl   Returncode: 0
    2009-01-14 09:38:30 0x00000a98 INF        226 DBMSrv   DBM Server client disconnect: PID 2664 on computer NLYEHVSCE1NB215.code1.emi.philips.com
    2009-01-14 12:01:56 0x000014d0 INF        216 DBMSrv   DBM Server client connection (established at 2009-01-14 12:01:51): PID 4864 on computer NLYEHVSCE1NB215.code1.emi.philips.com
    2009-01-14 12:01:56 0x000014d0 INF        283 DBMSrv   command db_execute SELECT ID,CREATEDATE,USEDSIZE...
    2009-01-14 12:01:56 0x000014d0 INF        283 DBMSrv   command auto_extend show
    2009-01-14 12:01:57 0x000014d0 INF        283 DBMSrv   command auto_update_statistics show
    2009-01-14 12:02:04 0x000014d0 INF        283 DBMSrv   command db_execute SELECT ID,CREATEDATE,USEDSIZE...
    2009-01-14 12:02:04 0x000014d0 INF        283 DBMSrv   command auto_extend show
    2009-01-14 12:02:04 0x000014d0 INF        283 DBMSrv   command auto_update_statistics show
    2009-01-14 12:03:05 0x000014d0 INF        283 DBMSrv   command db_execute SELECT ID,CREATEDATE,USEDSIZE...
    2009-01-14 12:03:05 0x000014d0 INF        283 DBMSrv   command auto_extend show
    2009-01-14 12:03:05 0x000014d0 INF        283 DBMSrv   command auto_update_statistics show
    2009-01-14 12:03:10 0x000014d0 INF        283 DBMSrv   command db_execute SELECT ID,CREATEDATE,USEDSIZE...
    2009-01-14 12:03:10 0x000014d0 INF        283 DBMSrv   command auto_extend show
    2009-01-14 12:03:11 0x000014d0 INF        283 DBMSrv   command auto_update_statistics show
    2009-01-14 12:03:14 0x000014d0 INF        283 DBMSrv   command db_execute SELECT ID,CREATEDATE,USEDSIZE...
    2009-01-14 12:03:15 0x000014d0 INF        283 DBMSrv   command auto_extend show
    2009-01-14 12:03:15 0x000014d0 INF        283 DBMSrv   command auto_update_statistics show
    2009-01-14 12:10:59 0x000014d0 INF        283 DBMSrv   command db_execute SELECT ID,CREATEDATE,USEDSIZE...
    2009-01-14 12:10:59 0x000014d0 INF        283 DBMSrv   command auto_extend show
    2009-01-14 12:11:00 0x000014d0 INF        283 DBMSrv   command auto_update_statistics show
    2009-01-14 12:11:12 0x000014d0 INF        283 DBMSrv   command db_execute SELECT ID,CREATEDATE,USEDSIZE...
    2009-01-14 12:11:12 0x000014d0 INF        283 DBMSrv   command auto_extend show
    2009-01-14 12:11:13 0x000014d0 INF        283 DBMSrv   command auto_update_statistics show
    2009-01-14 12:11:16 0x000014d0 INF        283 DBMSrv   command db_execute SELECT ID,CREATEDATE,USEDSIZE...
    2009-01-14 12:11:16 0x000014d0 INF        283 DBMSrv   command auto_extend show
    2009-01-14 12:11:17 0x000014d0 INF        283 DBMSrv   command auto_update_statistics show
    2009-01-14 12:11:20 0x000014d0 INF        226 DBMSrv   DBM Server client disconnect: PID 4864 on computer NLYEHVSCE1NB215.code1.emi.philips.com
    2009-01-14 18:52:59 0x0000091c INF        216 DBMSrv   DBM Server client connection (established at 2009-01-14 18:52:58): PID 2316 on computer NLYEHVSCE1NB215.code1.emi.philips.com
    2009-01-14 18:52:59 0x0000091c INF        283 DBMSrv   command db_online
    2009-01-14 18:53:13 0x0000091c INF          1 DBMKnl   Sending an administrative statement to the database
                        0x0000091c INF          8 DBMKnl   Statement:  RESTART
    2009-01-14 18:53:29 0x0000091c INF          3 DBMKnl   Received the result of an administrative statement from the database
                        0x0000091c INF          9 DBMKnl   Statement:  RESTART
                        0x0000091c INF         10 DBMKnl   Returncode: 0
    2009-01-14 18:53:39 0x0000091c INF        226 DBMSrv   DBM Server client disconnect: PID 2316 on computer NLYEHVSCE1NB215.code1.emi.philips.com
    2009-01-15 09:52:01 0x00000a90 INF        216 DBMSrv   DBM Server client connection (established at 2009-01-15 09:52:00): PID 2628 on computer NLYEHVSCE1NB215.code1.emi.philips.com
    2009-01-15 09:52:01 0x00000a90 INF        283 DBMSrv   command db_online
    2009-01-15 09:52:04 0x00000a90 INF          1 DBMKnl   Sending an administrative statement to the database
                        0x00000a90 INF          8 DBMKnl   Statement:  RESTART
    2009-01-15 09:52:12 0x00000a90 INF          3 DBMKnl   Received the result of an administrative statement from the database
                        0x00000a90 INF          9 DBMKnl   Statement:  RESTART
                        0x00000a90 INF         10 DBMKnl   Returncode: 0
    2009-01-15 09:52:12 0x00000a90 INF        226 DBMSrv   DBM Server client disconnect: PID 2628 on computer NLYEHVSCE1NB215.code1.emi.philips.com
    2009-01-15 20:18:21 0x00000b00 INF        216 DBMSrv   DBM Server client connection (established at 2009-01-15 20:18:20): PID 2736 on computer NLYEHVSCE1NB215.code1.emi.philips.com
    2009-01-15 20:18:21 0x00000b00 INF        283 DBMSrv   command db_online
    2009-01-15 20:18:24 0x00000b00 INF          1 DBMKnl   Sending an administrative statement to the database
                        0x00000b00 INF          8 DBMKnl   Statement:  RESTART
    2009-01-15 20:18:33 0x00000b00 INF          3 DBMKnl   Received the result of an administrative statement from the database
                        0x00000b00 INF          9 DBMKnl   Statement:  RESTART
                        0x00000b00 INF         10 DBMKnl   Returncode: 0
    2009-01-15 20:18:33 0x00000b00 INF        226 DBMSrv   DBM Server client disconnect: PID 2736 on computer NLYEHVSCE1NB215.code1.emi.philips.com
    2009-01-16 09:38:57 0x00000ab8 INF        216 DBMSrv   DBM Server client connection (established at 2009-01-16 09:38:56): PID 2720 on computer NLYEHVSCE1NB215.code1.emi.philips.com
    2009-01-16 09:38:58 0x00000ab8 INF        283 DBMSrv   command db_online
    2009-01-16 09:39:01 0x00000ab8 INF          1 DBMKnl   Sending an administrative statement to the database
                        0x00000ab8 INF          8 DBMKnl   Statement:  RESTART
    2009-01-16 09:39:07 0x00000ab8 INF          3 DBMKnl   Received the result of an administrative statement from the database
                        0x00000ab8 INF          9 DBMKnl   Statement:  RESTART
                        0x00000ab8 INF         10 DBMKnl   Returncode: 0
    2009-01-16 09:39:07 0x00000ab8 INF        226 DBMSrv   DBM Server client disconnect: PID 2720 on computer NLYEHVSCE1NB215.code1.emi.philips.com
    Thanks in Advance,
    Warm Regards,
    Vijay

  • How to start a application with a login window?

    hi there
    does anyone have any idea on how to start an application with a login window? a login window is the first frame or window to be displayed when an application starts running. and only correct login id and password have been entered the real application will start. any sample out there? thank you.

    You can start a new thread by making a thread object and passing it an implementation of a runnable object. Runnable has just one method, public void run(), this is was gets executed in a second thread. perhaps the code you would use would look something like this.
    <code>
    // set up thread for login window
    new Thread(new Runnable() {
    public void run() {
    // construct your login window here
    // when you are done processing the
    // password....
    if(goodPassword) {
    authorized = true; // a global variable
    notifyAll(); // don't forget this
    else {
    System.exit(42);
    }).start();
    // control does not stop this code gets executed while
    // the above thread is running.
    // Set up main program here. This is done in the
    // backround.
    while(!authorized) {
    synchronized(this)
    { wait(50); }
    // now when the user logs in this frame pops
    // up real quick.
    myFrame.setVisible(true);
    </code>
    Hope you can figure it out.. good luck :)

  • How to Start Oracle Report in Unix?

    hi
    Does anyone know how to start oracle report in unix? I was
    told to try this (r60desm) but that did not work. We are on 11i
    and 6i. Please help
    alpha

    I don't have Forms/Reports 6i for UNIX. Have you tried typing "r60" and typing tab twice?

  • How to start Oracle Application Server 10g on Linux

    Hi,
    I have installed the Oracle Appliacion server and Infrastructure server on Linux. Both I have installed under with Diff. folder
    Can some one please tell me how to start / stop Appliacion server and Infrastructure server on Linux
    We are going to use the these with Oracle EBS 11.5.10.2 .
    Oracle EBS 11.5.10.2 installed in the same Linux server under diff. folder
    Can some one please guide me.
    Thanks,

    You can do as rizla said or go another route.
    We setup profiles to use for all of the oracle homes. Then in the scripts we call the profiles. Easier to migrate and manage in my opinion if you have multiple oracle homes. You can then use profiles when ssh'd into the boxes, too. Both ways will work.
    Example:
    Script which you can chkconfig.
    #!/bin/sh
    # oracle_collabInfra
    # This shell script takes care of starting and stopping Oracle Collab Infra instance.
    #chkconfig: 345 96 14
    # Source function library.
    . /etc/rc.d/init.d/functions
    RETVAL=0
    start () {
    echo $"Starting Collab Suite on the Infra instance..."
    echo $"Starting Listener..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; lsnrctl start"
    sleep 10
    echo $"Starting Metadata Repository..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; sqlplus '/ as sysdba' <<!
    startup;
    exit;
    sleep 10
    echo $"Starting Enterprise Manager Application Server Control..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; emctl start iasconsole"
    sleep 5
    echo $"Starting Infra OID and OC4J_Security processes..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl startproc process-type=OID"
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl startproc process-type=OC4J_Security"
    echo $"Starting Infra HTTP_Server processes..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl startproc process-type=HTTP_Server"
    return $RETVAL
    stop () {
    echo $"Stopping Collab Suite on the Infra instance..."
    echo $"Stopping all Infra OPMN managed processes..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl stopall"
    sleep 5
    echo $"Stopping Enterprise Manager Application Server Control..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; emctl stop iasconsole"
    sleep 10
    echo $"Stopping Metadata Repository..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; sqlplus '/ as sysdba' <<!
    shutdown immediate;
    exit;
    sleep 10
    echo $"Stopping Listener..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; lsnrctl stop"
    return $RETVAL
    restart () {
    stop
    start
    RETVAL=$?
    return $RETVAL
    # See how we were called.
    case "$1" in
    start)
    start
    stop)
    stop
    restart)
    restart
    echo $"Usage: $0 {start|stop|restart}"
    RETVAL=1
    esac
    exit $RETVAL
    profile:
    export ORACLE_BASE=/opt/oracle
    export ORACLE_HOME=$ORACLE_BASE/collabInfra
    export ORACLE_SID=orcl
    export TMP=/tmp
    export TMPDIR=/tmp
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    export PATH=/bin:/usr/bin:/usr/sbin:/usr/bin/X11:/usr/kerberos/bin:/usr/local/bin:/usr/X11R6/bin:$HOME/bin:$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/backup_restore
    unset USERNAME

  • How to start and finish a transaction using EJB 3.0 in JDeveloper

    Hello everybody!
    Does anybody can explain how to start and finish a transaction using EJB 3.0. I need to start a transaction insert some information in some tables and if everything was fine commit the information.
    I put the annotation @TransactionManagement(TransactionManagementType.BEAN) in my session bean and @Resource SessionContext ejbContext; but I don't what anything else I have to do.
    Any help will be appreciate.

    I tryied to use in the client the statement EntityTransaction transaction = myBean.getTransact(); but I receive the EJBException: Cannot use resource level transactions with a container managed EntityManager
    I just need to start a transaction something like this: transaction.begin(); and finish the transaction, something like this: transaction.commit();
    Does anybody can help?

  • My 6th generation nano isn't recognized by my computer. When I plug it in an error message pops up, which says "USB Device Not Recognized". Does anyone know how to start trouble shooting this. I updated both windows and iTunes.

    My 6th generation nano isn't recognized by my computer. When I plug it in an error message pops up, which says "USB Device Not Recognized". Does anyone know how to start trouble shooting this? I updated both windows and iTunes.

    Work through all the suggestions in this Apple support document first.
    iPod: Does not appear in Windows or iTunes and Device Manager is empty
    B-rock

  • How to start BPM Process in Netweaver CE 7.1 from backend

    Hi,
    since 2 Month i am trying to use SAP Netweaver CE 7.1 EHP1. I found a lot about modelling of business process with process composer.
    In my company we are often using SAP Standard Programs/transaktions, thats why I want to start a SAP Netweaver BPM Process from SAP Backend. I think there are more than one way. May be someone can tel me one easy way.
    The following systems are available in my Landascape:
    - PI 7.1
    - ERP 2005
    - CE 7.1 EHP1 with ESR
    Does someone have an idea how to start the BPM Process or how to trigger start event from Backend?
    Greetings,
    Manuel

    Hi,
    Netweaver BPM process can be started in two ways:
    1. Using NWA by instantiating a process
    2. Using a Web service which trigers the Start event of the Business Process. You may find this useful:
    /people/arafat.farooqui/blog/2009/08/13/introduction-to-sap-netweaver-bpm-part-4
    Hope this helps!!
    Regards,
    Arafat

  • Sender File Adapter Conversion problem - how to start new recordset?

    Hi guys!
    I have a source file like following:
    aaaakkkkkk
    uuuupppppp
    &&hhhhffffff
    6666uuuuuu
    3333rrrrrrrr
    &&kkkkoooooo
    which means - fixed length 4,6 and && starts new recordset.
    I need to get structure like:
    <recordset>
      <item>
        <a>aaaa</a>
        <b>kkkkkk</b>
      </item>
      <item>
        <a>uuuu</a>
        <b>pppppp</b>
      </item>
    </recordset>
    <recordset> ... with h,f and 6,u </recordset>
    <recordset>
      <item>
        <a>kkkk</a>
        <b>oooooo</b>
      </item>
    </recordset>
    Any ideas?
    Let's say, I can add && on the beginning of the file and other "lite" changes... but structure stays the same...
    so, how to start new recordset? with which conversion parameter? for items it is clear...
    Thanx a lot!
    Olian
    Message was edited by:
            Olian Saludew

    aaaakkkkkk<end_of_line>&&uuuuwwwwww<end_of_line>...
    then normal parameters should work fine,
    item.fieldFixedLengths==4,6
    Item.fieldNames=field1,field2
    item.endSeparator=<end_of_line>

  • How to start BPM Process in Netweaver CE 7.1

    Hi,
    since 2 Month i am trying to use SAP Netweaver CE 7.1 EHP1. I found a lot about modelling of business process with process composer.
    In my company we are often using SAP Standard Programs/transaktions, thats why I want to start a SAP Netweaver BPM Process from SAP Backend. I think there are more than one way. May be someone can tel me one easy way.
    The following systems are available in my Landascape:
    - PI 7.1
    - ERP 2005
    - CE 7.1 EHP1 with ESR
    Does someone have an idea how to start the BPM Process or how to trigger start event from Backend?
    Greetings,
    Manuel

    Hi,
    Netweaver BPM process can be started in two ways:
    1. Using NWA by instantiating a process
    2. Using a Web service which trigers the Start event of the Business Process. You may find this useful:
    /people/arafat.farooqui/blog/2009/08/13/introduction-to-sap-netweaver-bpm-part-4
    Hope this helps!!
    Regards,
    Arafat

Maybe you are looking for

  • Generated Program from transformation

    Hi, I have created a transformation and transported it into production. I had to changed one of the routine on a key figure. The last changed key figure is now executed last in the generated program. Example: Start routine: declared global variables

  • Dashboard Prompt - Integer field (material number) - remove commas

    Hi all, We have a problem with one number field that added as a prompt in the dashboard. This is an integer field contains Material numbers shows commas and we need to remove commas. Problem is we cannot cast it because we need to keep it as ineteger

  • Body of new message replaced by old message

    New messages in my mail client are having their bodies replaced by old messages (same handful of messages over and over) from July. User Mulder suggested running mdimport ~/Library/Mail to someone with a similar problem who was running 10.5. I'm runn

  • Can anyone send me the SSL Plug-ins?

    I have a new 5525-X and of course it doesn't ship with the plug-ins installed in Flash (pretty stupid).  Anyway I need to setup my SSL VPN and I'm looking for the plug-ins.  Unfortunately my account isn't linked to a contract so I can't download them

  • Network costing in Project system

    Hi, I have created network costing variant. i want to create cost planning in cj40 it is not update in Order/ network column but it is update in planning column. regards purna