How to start the server. Urgent.

I mistakenly deleted the icon from the Start menu, to start the SAP IDES server in my laptop. How to start the server from any other path.
I installed it in E drive (2003 server). Database path is F drive.

Hi,
Check the following path
E:\Program Files\SAP\FrontEnd\SapGui
Here the actual Logon Pad file would be stored with name "SAPLOGON" or "SAPLGPAD".
Create another shortcut for above file on your desktop.
Best regards,
Prashant

Similar Messages

  • How to start the server in debug mode

    HI
    Im working on weblogic server 8.1 sp. My requirement is to run the application in hosted on weblogic server with out restaring the server i.e dynamiically turn to debug mode with out stopping. IM using Log4j method for logging. please let me know how to do it... if any one have sample java code
    Thanks & regards
    shiva

    I am not sure, how can you do it on the fly, but if you want to restart the server here are the parameters you need to add to the java arguments
    -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=$Port
    (where Port will be any port you want to connect to).
    Thanks
    Togotutor
    <b><a class="jive-link-external" href="http://www.togotutor.com">http://www.togotutor.com</a> (Learn Programming and Administration for Free)</b>
    Edited by: togotutor on Aug 12, 2010 3:44 PM

  • How to start the Message Server?

    Hi,
    I wish to start the J2EE engine and for the same it is mandatory to start the Message Server first.
    In order to start the message server, I run the following command:
    <i><b>D:\usr\sap\J2E\SYS\exe\uc\NTI386>msg_server start
    msg_server=>sapparam(1c): No Profile used.
    msg_server=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    [Thr 7972] Wed Jul 25 23:39:18 2007
    [Thr 7972] *** ERROR => MsSetWorkDir: chdir D:\usr\sap
    D00\work [msntserv.c   170]
    [Thr 7972] *** ERROR => MsSPrvInit: MsSetWorkDir [msntserv.c   87]
    [Thr 7972] *** ERROR => mainU: MsSPrvInit [msxxserv.c   1634]</b></i>
    I gave my best time to search for Profile configuration details. But I could not do that.
    <b>Can  somebody tell me how to start the Message Server?</b>
    regards,
    Anand

    Hi Anand,
    Will be good to know what OS are you using...
    If you're tryng to start an instance use <prompt>: startsap pf=<profile of the system you want to start>
    If you logon as <sid>adm just type startsap
    If for some reason you need to start only the message server try  <prompt>: msg_server start pf=<profile of the system you want to start>
    Regards
    Juan
    Please reward with points if helpful

  • How to stop the dispatcher from starting the server?

    Hi all,
      I am trying to disable the dispatcher from starting the server automatically, Both in the service or daemon, and in the go.bat files.
    Thanks
    Jeremy

    Right now, I start the state from the go.bat script.
    Then I start the dispatcher from the go.bat script
    what happens next, (the default setting after intsallation) is that the dispatcher calls the server in cmdline mode.
    I would like to be able to start the 3 independently for troubleshooting.
    Even when I try to use windows services to start them, I can only start the "state" and "dispatcher" service.  Some how the dispatcher is calling the server, regardless of how I start the dispatcher.
    Thanks
    Jeremy

  • How to start the oc4j server

    I install oracle 9ias 9.0.3,but i don't know how to start the oc4j server.
    thanks for any help?

    hi
    Refer "Starting and Stopping OC4J" from
    http://otn.oracle.com/tech/java/oc4j/doc_library/902/A95880_01/html/toc.htm
    hope this helps.
    shrini

  • How to start Integration server with the user XISUPER

    Hi,
    How to start Integration server with the user XISUPER?
    Regards,

    Mahesh,
    In the post installation document, under Creating User XISUPER,
    I see the following,
    1.You must now log on to the Integration server host with the user XISUPER, to switch the initial password to a valid password.
    2.You must restart the J2EE engine to transfer the user creation to the J2EE immediately.
    I am unable to proceed here.Can you please help me to resume the post installation steps ?
    Thanks,

  • [solved] how to start the rabbitmq-server with systemctl

    I got the rabbitmq package from https://aur.archlinux.org/packages/rabbitmq/. Upon installing with 'pacman -U', I got the message
    ==> WARNING:
    ==> This systemd unit executes rabbitmq as rabbitmq user. This is *DIFFERENT*
    ==> from the legacy sysvinit scripts included in the package that
    ==> default on using the "root" user. DO NOT MIX usage of this systemd unit
    ==> with rc.d initscripts, or permission problems may arise.
    ==> To fix those, use the following command (as root):
    chown -R rabbitmq.rabbitmq /var/lib/rabbitmq
    ==> DO NOT DELETE anything manually, that may make your rabbitmq install
    ==> unusable, until deletion of everything under /var/lib/rabbitmq
    I did the 'chown' thing as advised, but I'm not sure if there is something more I should be doing (or not doing).
    I can start the server with
    sudo rabbitmq-server
    and then in another terminal I can do
    sudo /usr/sbin/rabbitmqctl status
    and the output seems to show everything working.
    The trouble starts if instead of directly running rabbit-server, I do
    sudo systemctl enable rabbitmq
    sudo systemctl start rabbitmq
    It seems to start fine and then I get (when I do systemctl status rabbitmq)
    rabbitmq.service - RabbitMQ Messaging Server
    Loaded: loaded (/usr/lib/systemd/system/rabbitmq.service; enabled; vendor preset: disabled)
    Active: failed (Result: exit-code) since Mon 2014-12-29 02:03:25 GMT; 4s ago
    Process: 25657 ExecStop=/usr/bin/rabbitmqctl stop (code=exited, status=2)
    Process: 25549 ExecStart=/usr/bin/rabbitmq-server (code=exited, status=1/FAILURE)
    Main PID: 25549 (code=exited, status=1/FAILURE)
    Dec 29 02:03:25 brunnhilde rabbitmq[25657]: * epmd reports: node 'rabbit' not running at all
    Dec 29 02:03:25 brunnhilde rabbitmq[25657]: no other nodes on brunnhilde
    Dec 29 02:03:25 brunnhilde rabbitmq[25657]: * suggestion: start the node
    Dec 29 02:03:25 brunnhilde rabbitmq[25657]: current node details:
    Dec 29 02:03:25 brunnhilde rabbitmq[25657]: - node name: 'rabbitmqctl-25657@brunnhilde'
    Dec 29 02:03:25 brunnhilde rabbitmq[25657]: - home dir: /var/lib/rabbitmq
    Dec 29 02:03:25 brunnhilde rabbitmq[25657]: - cookie hash: 59JWXfWlAKuxru4vaTbvBQ==
    Dec 29 02:03:25 brunnhilde systemd[1]: rabbitmq.service: control process exited, code=exited status=2
    Dec 29 02:03:25 brunnhilde systemd[1]: Unit rabbitmq.service entered failed state.
    Dec 29 02:03:25 brunnhilde systemd[1]: rabbitmq.service failed.
    I presume this failure has something to do with the systemd warning that I got when installing, but I am not really sure what to do.
    Has anyone got rabbitmq server working using systemctl?
    Last edited by mjandrews (2014-12-29 20:25:13)

    I seem to have fixed it now.
    I changed  /etc/rabbitmq/rabbitmq-env.conf from
    NODENAME=rabbit
    NODE_IP_ADDRESS=0.0.0.0
    NODE_PORT=5672
    LOG_BASE=/var/log/rabbitmq
    MNESIA_BASE=/var/lib/rabbitmq/mnesia
    to
    NODENAME=rabbit
    NODE_IP_ADDRESS=127.0.0.1
    NODE_PORT=5672
    HOME=/var/lib/rabbitmq
    LOG_BASE=/var/log/rabbitmq
    MNESIA_BASE=/var/lib/rabbitmq/mnesia
    and that seems to have done the trick.

  • How to change the server CLASSPATH

    Hello,
    I am using OracleAS 10g (9.0.4.0) and I need to reference a properties file from my application which is stored in a folder outside the OAS installation folders. For that reason I want to add this "external" path to the CLASSPATH that the server uses (I don't want to change my application's CLASSPATH but rather change the CLASSPATH that all applications use). Can someone tell me how can I achieve this? For example in Weblogic I can do this by changing the startup.sh script that starts the server. Is there something similar in OAS? Thank you.
    Panos

    Hello
    You can create libraries, that allows you at the application or OC4J instance level to specify which jar/classes files will be loaded, take a look to the documentation
    I am encouraging you to read the paper "Classloading in OC4J". (note that this paper is valid for 10.1.2 or early and not valid for OC4J 10.1.3 where the class loader mechanism has been updated)
    Tugdual Grall

  • How to start the Oracle 8i client in redhat 7.2?

    I have installed properly oracle 81 client and server properly.
    I wanna access anothe linux server. But I don't know how to
    start the clent ?..And what are should be done to access the
    remote oracle server?
    Thanks

    apusumit wrote:
    please provide me details steps of start/stop oracle 9i database . we have four nodes .So i would like to know the steps of shutting down database including all nodes & also starting up and any prerequisite?
    Edited by: apusumit on Jun 10, 2011 5:32 AMrefer the link:-
    http://www.puschitz.com/InstallingOracle9iRAC.shtml#StartingAndStoppingOracle9iClusterManager
    also,
    please post the question in
    Forum Home » Grid Computing » Real Application Clusters
    Good Luck.

  • Dynamically load the content without re-starting the server

    Let me explain the scenario.........
    I have a JSP in which I call a method written in a different class( java file).
    Now, when I change the content of the method in the class and compile it, how can I get the updated stuff in the JSP without re-starting the server.
    Even though I have to re-deploy the changed class, I need to re-start the server to get the updates effective.
    The env set up is on Tomcat
    fun_one

    FUN_ONE, I am using Tomcat 5.0 (though not 5.5), and have a Test application that I do not use WARs to deply. The Context is set with reloadable="true".
    I have this simple bean:
    package jsp.beans;
    public class ItemBean implements java.io.Serializable
         public String getjunk() { return "Hello"; }
    } And this JSP
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <html>
      <head>
      </head>
      <body>
        <!-- Display the session ID for this user -->
        <p><c:out value="${pageContext.session.id}"/></p>
        <!-- Get the junk string from the ItemBean -->
        <p><jsp:useBean id="it" class="jsp.beans.ItemBean"/>
        <c:out value="${it.junk}"/></p>
      </body>
    </html> I run the JSP, then change the text returned by the bean, recompile it, then reload the JSP (force reload). The session id remains the same, and the text changes. Does this work on your system? (note, you do have to restart your server once after you set the Context to be reloadable="true")

  • Unable to start the server Instance

    Hello!!
    I am using the JDeveloper(11g) IDE first time.I am reading the help provided with the IDE.Uptill now I know how to create an application.When I run the jsp file for first 2-3 times it runs well, but after that the error comes like "Failed to start the server instance" and due to this I unable to proceed my work.
    Please tell me the exact solution to this error.

    When I run a JSPX file,following error comes in the log file:
    http://Running application Sample1 on Server Instance DefaultServer...
    Uploading credentials.
    ---- Deployment started. ---- Feb 21, 2009 4:07:56 AM
    Target platform is (Weblogic 10.3).
    Running dependency analysis...
    2009-02-21 04:07:57.128: Writing WAR file to F:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\Sample1\Sample1-ViewController-webapp
    2009-02-21 04:07:57.394: Wrote WAR file to F:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\Sample1\Sample1-ViewController-webapp
    2009-02-21 04:07:57.41: Writing EJB JAR file to F:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\Sample1\Sample1-Model-ejb
    2009-02-21 04:07:57.488: Wrote EJB JAR file to F:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\Sample1\Sample1-Model-ejb
    2009-02-21 04:07:58.675: Writing EAR file to F:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\Sample1
    2009-02-21 04:07:58.847: Wrote EAR file to F:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\Sample1
    #### Deployment incomplete. #### Feb 21, 2009 4:08:01 AM
    oracle.jdeveloper.deploy.DeployException
    at oracle.jdevimpl.deploy.adrs.wls.Jsr88AdrsRemoteDeployer.initializeHelper(Jsr88AdrsRemoteDeployer.java:52)
    at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:139)
    at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
    at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
    at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
    at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
    at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
    at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
    at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
    at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
    at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
    at oracle.jdevimpl.runner.adrs.AdrsStarter$4$1.run(AdrsStarter.java:1316)
    Caused by: oracle.rc.asadapter.connection.ConnectionException: J2EE Deployment SPI:260010Unable to connect to 't3s://127.0.0.1:7002' as user, 'weblogic'. Error received: null
    at oracle.rc.asadapter.weblogic.connection.Weblogic10Jsr88Provider.getPresentation(Weblogic10Jsr88Provider.java:100)
    at oracle.rc.asadapter.connection.AppServerConnectionImpl.getPresentation(AppServerConnectionImpl.java:65)
    at oracle.jdevimpl.deploy.adrs.wls.Jsr88AdrsRemoteDeployer.initializeHelper(Jsr88AdrsRemoteDeployer.java:43)
    ... 11 more
    Caused by: javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: J2EE Deployment SPI:260010Unable to connect to 't3s://127.0.0.1:7002' as user, 'weblogic'. Error received: null
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:121)
    at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:84)
    at oracle.rc.asadapter.weblogic.connection.Weblogic10Jsr88Provider.getPresentation(Weblogic10Jsr88Provider.java:97)
    ... 13 more
    Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException: J2EE Deployment SPI:260010Unable to connect to 't3s://127.0.0.1:7002' as user, 'weblogic'. Error received: null
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:251)
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServerForType(ServerConnectionImpl.java:191)
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:147)
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:118)
    ... 15 more
    Caused by: java.io.IOException
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:156)
    at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
    at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
    at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:240)
    ... 19 more
    Caused by: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://127.0.0.1:7002: Destination unreachable; nested exception is:
    java.net.ConnectException: Connection refused: connect; No available router to destination]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:783)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:365)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:143)
    ... 23 more
    Caused by: java.net.ConnectException: t3s://127.0.0.1:7002: Destination unreachable; nested exception is:
    java.net.ConnectException: Connection refused: connect; No available router to destination
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:203)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
    at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:344)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:339)
    ... 31 more
    Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
    java.net.ConnectException: Connection refused: connect; No available router to destination
    at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:464)
    at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:315)
    at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:251)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:194)
    at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:225)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:188)
    ... 36 more
    #### Cannot run application Sample1 due to error deploying to DefaultServer.
    Application Sample1 stopped and undeployed from Server Instance DefaultServer
    And on status bar the following message is shown:
    Failed to start application in server instance
    Please assist me with exact solution.
    Please help me I am doing my final year project using this tool.And I am geting furstrated due to this problem.
    Please reply quick!!
    Edited by: [email protected] on Feb 22, 2009 10:53 PM

  • How to start Managed server in weblogic10gr3....please help me out...

    hi...
    How to start Managed server in weblogic10gr3....please help me out...

    Hi
    You can start Managed server in admin console ->servers
    or you can start the managed servers in Independent mode(without admin server)
    by using the startManagedWebLogic.cmd/>startManagedWebLogic.sh (this requires weblogic authentication).
    Hope this helps
    thanks

  • After install OIM, i how to start OID server?

    after install OIM, i how to start OID server?

    Hi,
    1) Make sure that Weblogic Node Manager is running at background.
    2) Make sure that all weblogic Managed Servers related to OIM (port 14000) and OID 11g LDAP Port 3060, LDAPS Port 3131, wls_ods1 (DIP & ODSM) is running on 7005 and WebLogic Admin Server is running on Port 7001.
    3) Check whether all the OID Services are running by following commands
    a.     export ORACLE_INSTANCE=/u01/app/oracle/admin/oid1_inst
    b.     $ORACLE_INSTANCE/bin/opmnctl status
    Regards,
    ABP

  • Oracle 9i , what starts the server process

    I'm reading the documentation about the server process which communicates with the client process eg sqlplus. But I'm not sure about how the server process is started. Imagine a server where the instance is not running . I log in via sqlplus /nolog , connect as sysdba and execute the startup command. According to the documentation it is the server process which starts the instance , but what starts the server process. Perhaps it is the sqlplus process. And if i log in using sqlplus over the network , I communicate with the listner, in this case is it the listener which starts the server process. ?
    George

    Hi,
    Take a look:
    "... Some user processes cannot communicate with the dispatcher, so the network listener process cannot connect them to a dispatcher. In this case, or if the user process requests a dedicated server, the listener creates a dedicated server and establishes an appropriate connection."
    Oracle® Database Concepts 10g Release 2 (10.2)
    Process Architecture
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14220/process.htm#i21918
    How Do Listeners Respond to Connection Requests
    The listener can spawn a new process and pass control of the client session to the process. In a dedicated server environment, every client connection is serviced by its own server-side process. Server-side processes are not shared among clients. Depending on the capabilities of the operating system, two types of dedicated server connections are possible: bequeath connections and redirect connections. Each results in a separate process that handles client processing, but the mechanics of the actual connection initiation process are different.
    Cheers

  • How to start the datasocket in VC++ ?

    How to start the data socket in VC++? In my application, i need to link to pc , so in order for me to start running the data socket, is it mean this two pc have to install with measurement studio software? after that, how can i code the server side so that the server pc can get the text file from client's pc?

    Hi,
    The DataSocket server is an executable, so you can just lunch it as any other executable. You can use the system commmand or any other way.
    Once the server is running you can just use the connect method to start up the communication. You don't need measurement studio in the client machine, all you need is to create create an installer that includes the DataSocket component as any other MStudio controls.
    Hope that helps.
    Regards,
    Juan Carlos
    N.I.

Maybe you are looking for

  • Cd amount round up

    Hi, We are using ZKTO condition type for payment terms which is assigned with pricing procedure as stastical and sub total is mentioned 2 and reqt is 9 and bastype is 11.The requirement is that CD amount should be post in G/L with round up value duri

  • Oracle Streaming in same database - 10g

    Oracle Streaming in 10g database Posted: Sep 21, 2006 4:25 AM Reply Hello, I am trying do streaming at table level for all dml changes from one schema(source) to another schema (target) controlled by admin schema (stream_admin). I have all these sche

  • Boot Camp Assistant says There is no USB drive connected to the system

    I have a mid-2012 11" Macbook Air and a USB Superdrive. I am trying to use Boot Camp Assistant but it is not letting me proceed. With the Superdrive plugged and Windows 7 (full version) DVD in the drive, I get the message "No USB Drive" – "There is n

  • Query based on dynamic url paramter

    I am displaying all the results of a simple select statement on one page in an html table. One of these colums displays the unique ID of every row returned from the query. I want to make the ID field an active link, whereupon when the user clicks it,

  • Find out DB- Size in ECC 6.0?

    Hi, I need to find out the DB-Size (or the totaly used space on HDD) of some ECC 6.0  systems. In 4.6C I just looked into the protocoll of the last full backup and searched for the line with "total size". I wonder how to find out total db size in ECC