Admin console for SAP server

Hai all,
How to open the admin console for the SAP J2ee server.
Regards
Hari

Hi Hari,
If by "admin console" you mean the Telnet Console Administrator, you can start it by opening the SAP Management Console directly from the shortcut on your desktop, then going to J2EE Process Table under the corresponding instance in the console tree, right-clicking on the icm process -> J2EE Telnet. Or you can start it directly by typing
<i>telnet localhost 5<instanceNumber>08</i>
in a console window. For a default installation the port is 50008.
Does this answer your question?
For more information on administration tools and options in this release, please check the Administration Guide in the SAP NetWeaver Developer Studio.
Regards,
Vladimir

Similar Messages

  • Experiencing extreme slowness of the Admin console for any function in Weblogic 12.1.1.

    Experiencing extreme slowness of the Admin console for any function in Weblogic 12.1.1. 
    Configuration is Admin server plus 28 JMS servers - no nodemanager - all on the same server. 
    When I bring up Admin console alone response is quick but bringing up JMS servers one by one will slow it down. 
    I did not experience this problem when this configuration was in Weblogic 9. 
    Memory configuration is -Xms4g, -Xmx4g. 
    Any ideas what else I should check ?
    Thanks.

    Hi,
    Collect multiple thread dump at the interval of 10 sec and check what the threads are doing .
    Thread dumps will give you some information about why there is a slowness .
    Ways to collect thread dumps
    Thread dumps & Ways to take thread dumps - weblogicexpert
    Hope it helps

  • Server CAL License for SAP Server

    Hi
    Do we need Windows Server CAL for SAP Server, as we have Server 2008 R2 for our SAP Server.
    Please guide.
    Regards
    Ajay Goel

    Hi Wee,
    By definition every device connecting to a Windows server needs a CAL. However, neither the OS nor the SAP system "counts" them.
    Depending on which kind of clients you have (Windows XP/Vista OEM, Volume licenses etc.) you have a CAL included.
    So based on SAP users created and other users required in your landscape , you may procure respective CALS.
    Hope this helps.
    Regards,
    Deepak Kori

  • Admin console for connector doesn't work

              I deployed the sample connector "BlackBoxNoTx.rar" under
              wlserver6.1_beta\samples\examples\jconnector\simple.
              There's no error. but in admin console for deployments/connector,
              I can not see any configuration info(such as JNDI name)under monitoring. It always
              display blank.
              Is it a known bug?
              thanks
              

    Hi
    The language problem is a mystery. Maybe that's why your password doesn't work anymore - just a thought.
    However Reset Password is found in the menu bar on the Installer application.
    Then you may have a chance to select the hard drive, and then your user name.
    regards roam

  • Uploading war through admin console for a deployer-role user

    Hi
    We have a weblogic 9 server installed in a linux machine. We have created two users - one administrator and another deployer. Admin console is accessed through an external machine. When logged in as an administrator, we are able to upload a war into the server from our local machine. But for the deployer we are unable to find the "Browse" button to upload the war. But he is able to browse the server machine and upload the war from the server.
    Is it possible for the deployer to upload a war from his local machine to the server through admin console?
    Could you please help me out....
    Regards
    Suraj

    Hi Sridhar,
    Setting 'transport-guarantee' to CONFIDENTIAL or INTEGRAL in web.xml. With that set, WebLogic Server will automatically redirect a client to the HTTPS port if the original request was over HTTP.
    The 'transport-guarantee' element specifies the type of communication with the client application on the WebLogic server.
    The value of this element is either NONE, INTEGRAL, or CONFIDENTIAL. NONE means that the application does not require any transport guarantees. A value of INTEGRAL means that the application requires that the data sent between the client and server be sent in such a way that it cannot be changed in transit. CONFIDENTIAL means that the application requires that the data be transmitted in a way that prevents other entities from observing the contents of the transmission. The presence of the INTEGRAL or CONFIDENTIAL flag indicates that the use of SSL is required.
    So I dont think it is possible for now.
    Regards,
    Kal

  • Admin Console for EE 8.1 2005Q4 Not Working

    Hello everyone!
    I've recently created a new zone with the following setup:
    # zonecfg -z sunappserver
    zonecfg:sunappserver> create -b
    zonecfg:sunappserver> set zonepath=/zones/sunappserver
    zonecfg:sunappserver> set autoboot=true
    zonecfg:sunappserver> add net
    zonecfg:sunappserver:net> set address=192.168.10.110
    zonecfg:sunappserver:net> set physical=nge0
    zonecfg:sunappserver:net> end
    zonecfg:sunappserver> verify
    zonecfg:sunappserver> commit
    zonecfg:sunappserver> exitI then install the zone,
    # zoneadm -z sunappserver install
    Preparing to install zone <sunappserver>.
    Creating list of files to copy from the global zone.
    Copying <101729> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <1080> packages on the zone.
    Initialized <1080> packages on zone.
    Zone <sunappserver> is initialized.
    Installation of these packages generated errors: <SUNWjhrt SUNWjhdev SUNWaadm SUNWabe SUNWabhdw SUNWalab SUNWaman SUNWas8doc SUNWcdeu SUNWdev SUNWgndoc SUNWinab SUNWsjdscm SUNWsodoc>
    Installation of <1> packages was skipped.
    The file </zones/sunappserver/root/var/sadm/system/logs/install_log> contains a log of the zone installation.After I install EE 8.1_2005Q4 using all the defaults, I use the following to start the domain:
    # cd /opt/SUNWappserver/appserver/bin
    # ./asadmin
    asadmin> start-domain --user admin domain1
    Starting Domain domain1, please wait.
    Log redirected to /var/appserver/domains/domain1/logs/server.log.
    Please enter password>
    Please enter the master password>
    Domain domain1 started.
    asadmin> quitI then attempt to go view the admin console at http://localhost:4848 but all I get is a blank page. No content or login. If I create a new zone, and use the bundled version this works properly. Needless to say, I have deleted the domain and recreated it with the following:
    asadmin> create-domain --adminport 4848 --adminuser admin domain1
    Please enter adminpassword>
    Please enter adminpassword again>
    Please enter the master password>
    Please enter the master password again>
    Using default port 8,080 for HTTP Instance.
    Using default port 7,676 for JMS.
    Using default port 3,700 for IIOP.
    Using default port 8,181 for HTTP_SSL.
    Using default port 3,820 for IIOP_SSL.
    Using default port 3,920 for IIOP_MUTUALAUTH.
    Using default port 8,686 for JMX_ADMIN.
    Domain domain1 created.However, the end result is the same.
    Am I missing something or does anyone have any ideas?
    Thanks in advance!
    Joshua Preston

    Well guys,
    Just as an FYI, I have failed to notice that the default installation makes the admin console gui running on port 4849 secure!
    So, after following the directions and connecting to:
    http://localhost:4849without any success, it is actually a secure port! Therefore,
    https://localhost:4849works properly!
    I open my mouth only to change feet.
    Thanks!
    Joshua Preston.

  • Admin console for our sites is gone!

    When I try to log into one of our sites in BC, I receive this message: Cannot find the server or the Resource can't be found (404 error)
    Where is our BC site?

    Here is the URL for one site:
    http://betheldualenrollment.businesscatalyst.com
    The URL that comes up as a 404 error is:
    http://www.dualenrollment.bethelu.edu/Admin/Index2.aspx?SID=1284806&UID=795926&SV=18682866 81&FN=Kevin&LN=Warren&UN=kevin.warren%40savantlearningsystems.com&siteAuthToken=341dfd7e1f f04fada368cad0c1e080fc3f2ea4b8343c4fa8b50832de6f8ffa6d&genericAuthToken=02a74f59626c40af80 b4ba4672d09dd35ca5ee42aee24482abc4e27a46daeafa
    One problem with this site may be that I added a Site Redirect (maybe incorrectly). But with the Admin console gone, I can't fix it.
    It also doesn't explain why our second site has disappeared.
    How do I get our old Admin URL back if I accidentally added the redirect (dualenrollment.bethelu.edu)?

  • "File not Found" error in the admin console for dimension

    Hi All,
    We are onto the BPC7 MS version and recently we have started facing an error "File Not Found" while trying to access the dimension members from the admin console.
    I have checked the "adminapp" folder where all the dimension files should be placed in the system, the files are present in the folder.
    The mbr<DIMENSION>  tables are also present in the database and have the members intact.
    I have also tried with processing the dimensions (NOT processing from the membersheet) and it goes successful, but still face the same "File Not Found" Error.
    We have a single appset and a single application.
    Regards
    Raghav

    Hi Sorin,
    Where can I check the File path if it is set incorrect?
    I am recieving this message for all the dimensions, even when I click on the "maintain dimension members", try to process or even try to copy them i have this pop up showing "file not found".
    I have the dimension tables intact at the DB servers and they have the members in them.
    Regards
    Raghav

  • InitialContext.unbind() deleted the admin user for LDAP server...

    Hi,
    I am doing a connection to a LDAP server from Java code. Everything was fine for several days. But today I noticed that I don't execute an unbind operation and decided to put the necessary code. So I used InitialContext.unbind(). The result was that on the first execution of my program everything was OK. But on the second execution I was not able to bind to the server at all with the constructor of InitialLdapContext class even after restarting the machine from which I execute the Java code and the machine with the server. So it went that the admin user I was using for bind and unbind credentials was deleted. I am sure that the unbind() method is causing the problem because I actually broke the two LDAPs that I have (testing referrals...).
    Now I use close() method instead of the unbind() method and everything is OK but I wonder how is this possible and why is it not documented?

    I can't imagine documenting something like "This method will delete the admin user from your server". If that's the case then it's a bug, not something to be documented. Report it to whoever wrote your Java implementation. If that's Sun, then here:
    http://bugs.sun.com/bugdatabase/login.do
    You might also want to look into your LDAP server and see if it's a known bug there.

  • Can I Install without  BO Enterprise a BO Integration Kit for SAP -Server

    Helo Experts,
    I want to Install a Business Objects Integration Kit 3.0 for SAP on our Server. Is a Business Objects Enterprise needed for this installation ?????
    Thanks
    C

    Hi, Caner.
    When you are installing Integration Kit you have 3 options: Desktop, Server, Custom.
    Of course your choice depends on your requirements.
    1. Desktop. If you plan to work with BW-source locally in Crystal or in WebI Rich Client this option for you. You donnt need to install BOE, it is working with client tools.
    2. Server. This variant is suitable for work with BOE. If you plan to share your reports that based on BW-sources via BOE you MUST to install this on your BOE.
    3. Custom. For "power"-users. If you choose this point by default it works like Desktop options, but it doesnt ask you to install Crystal reports. Usually I work with this kind installation.
    Regards.

  • How 2 generate SMS for SAP server backup

    Hello experts,
    Please advice how can I proceed for generating an SMS on successful/unsuccessful completion of SAP server backup.
    Thanks in advance,
    Aastha.

    Hi,
    Check this :
    Is there any Function Module available to send SMS (Short Message Service)?
    And Use the search below;
    [Search Results For send sms (~325 results)|https://www.sdn.sap.com/irj/sdn/advancedsearch?query=send+sms&cat=sdn_all&start=1]
    Regards
    Karthik D

  • Admin training for WebLogic Server - just the Forms and Reports parts

    We will be upgrading our Forms & Reports application from 10gR2 to 11g. Our customers (well their DBAs) will need to install and manage WebLogic Server. So I'm looking for a training course where they can learn how to do that. The WebLogic Server admin course is 5 days, and another 4 for Advanced System Admin, which seems a lot as they are only going to use the parts required for Forms and Reports.
    I have read through the tutorial Using Oracle Enterprise Manager to Administer Forms Services. Is this the extent of what they need to know, or is there another chunk of the iceberg under the water? Can you recommend a training course please.

    Hi,
    After installing forms, the installer itself configures the WLS with the domains etc and also deploys the forms. Once after this, it is similar to that of 10g Application Server. All the maintenance of the forms is done using Enterprise Manager (EM Console). So, the section you mentioned should suffice.
    -Arun

  • How to configure admin password for app server 9

    hi all,
    i'm new to java EE and i'm having trouble configuring the admin password. i need the password when i'm running "ant create-tables".
    i've gone to '<install>\javaeetutorial5\examples\bp-project\build-properties' and changed a few properties, eg
    javaee.server.username=admin
    AS_ADMIN_PASSWORD=charlesdds
    and i've edited the following file and set the password to 'charlesdds' -
    "javaee.server.passwordfile=${javaee.tutorial.home}/examples/common/admin-password.txt"
    when i run "ant create-tables", it says i need to specify the password in the "bp-project\build-properties" file..... which i thought i've just done.
    can anyone help
    thanks in advance
    mat

    Make sure that the file ${javaee.tutorial.home}/examples/common/admin-password.txt includes/contains the following line
    AS_ADMIN_PASSWORD=charlesdds.
    Also make sure if you have build.properties under user directory with a different value for AS_ADMIN_PASSWORD.
    - sreeni

  • GUI [xterm/xwindows] Console for VM Server

    Hi,
    I would like to use my VM Server as a standalone machine independently and directly, without having to go to another physical machine for ssh -X / VNC sessions. However, when I boot the VM Server, the console I get is a non-graphic one as opposed to what I get when I boot, say, OEL 4.5 or 5.2 server. So I am not able to initiate any xterm/vnc connections to any guest within the host.
    How do I install/implement a GUI interface like KDE or GNOME in a VM Server so that I get a graphic console as I boot the machine. Maybe if you could show a pointer I would much appreciate the help. Thanks.
    -GR.

    You can't, or at least, you shouldn't -- Oracle VM Server is a bare-metal virtualization platform. It is not designed to be used in a workstation-like environment and you will find that if you run a graphical desktop (GNOME/KDE) that you may negatively impact the performance of your guests.
    However, it is possible. The Dom0 is essentially Oracle Enterprise Linux 5 (32-bit). If you have enough space on your / partition (which you do not by default) you could install all the RPMs required to get a graphical desktop to work. This is not a straight-forward process, though. The simplest way is probably to create a custom Yum repository from the OEL5 media and point your Dom0 to use that repository.

  • How to change admin password for Application Server

    Is there any way to change the password for the admin after installation of the app server.
    I tried looking into asadmin and the browser based admin pages but could not find any link to change the password.

    Hi,
    Ate you using sun one application server PE 8, if yes
    refer http://docs.sun.com/source/817-6085/troubleshooting.html#invalidPassword
    -Amol

Maybe you are looking for