Display Server status Web Portal

Hi,
I have a CMC portal on which I can see the status of the BO services (Enabled/Disabled). The authentication is done from our SAP BW server and the CMC portal is on SSO with the BW server. Similarly I have a web portal where I want to display the Services Status (Enabled/Disabled) of the BOXI(3.1) enterprise. Is it possible to achieve the same using SDK?
A quick help is appreciated.
Regards,
Leo Davis

You can get this from IServer.getCurrentDisabledState() which will return a boolean.
If you are unsure of how to get started with dealing with the servers in the sdk I would suggest looking at our server management samples [here|http://wiki.sdn.sap.com/wiki/display/BOBJ/JavaBusinessObjectsEnterpriseSDKSamples#JavaBusinessObjectsEnterpriseSDKSamples-ServerManagement]

Similar Messages

  • Displaying Server time in portal

    Hi All,
    I would like to display server time in portal i have followed below document link to display it but i am unable to get it
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00cfee3a-5369-2c10-a2a3-dbadc322065c?QuickLink=index&overridelayout=true
    Please provide your inputs....
    Thanks,
    Rahul.

    Hi Rahul,
    As you already know about the masthead.jsp file, the java part is compiled and executed on the server side.
    So you can just use the "new Date()" in the java part (inside <%).
    Then you can easily retrieve the date and some other like year, month, etc from that.
    If you only need milliseconds and want to calculate yourself, you can use System.currentTimeMillis().
    Regards,
    Vijay.

  • Display Server Status via Web

    Hi,I'd like to display on a web page the status of the Essbase server. "Server is Available" Ideally, a connection would be made to Essbase, and then dropped. If the connection fails, the massage will reflect that. If there's a way to also send an e-mail notifcation if the connection fails, that would be perfect! Any suggestions or comments on how or if this can be done would be greatly appreciated! Oh, the Essbase server is UNIX (Solaris) .The web server is NT (2000). Thanks!

    Olapunderground is working on a new server monitor that would provide this an more in a windows client or web browser. It will not do the email piece and will be out some time in july...

  • Query takes very very long time to display on the web portal.

    HI Gurus
    My query takes very very long time to display the result on the web.It takes almost 30 mins to show the
    results.However when I execute the same query in analyzer it shows the result in 10 Sec.
    Gurus could u please let me what r the steps required to increase teh performance of it.
    What steps BI Consultant take to resolve it . Is it a portal issue.
    Regards
    loyee

    Hi,
    you can use the following parameters to the start URL: &PROFILING=X&TRACE=X. They could be set in iView of Portal as well as the url of the webtemplate. You will get information about performance of the web application.
    Additional check this notes:
    NW 7.0 BI Web Applications: Performance Problem Analysis
    SAP Note Number: [1048691|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler]
    Performance problems when you start a query in Java Web
    SAP Note Number: [950602|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler]
    Also intresting threads:
    Re: Poor performance Web vs Bex
    Re: BEx vs the Web : Which provides better performance
    Regards
    Andreas

  • Question:managed server status display unknown ??

    platform: AS5 weblogic8.16 cluter
    when managed server startup,status ok,but after some days,managed server status is unknown or shutdown in console web
    I check process "ps -ef|grep java" managed server process exit
    and application on managed server is ok
    this is log in domain.log
    ####<2009-9-9 <Warning> <Management> <web3> <myserver> <ExecuteThread: '1' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <BEA-141138> <Managed Server web03 is disconnected from the admin server. This may be either due to a managed server getting temporarily partitioned or the managed server process exiting.>
    after restart managed server ,status running
    so why managed server status display unknown/shutdown after some days?? how can i solve this problem??

    Status unknown means that node manager can't establish contact with the mgd server. If your server is dropping out of the cluster, that would result in Unknown.
    Your server could be dropping out of the cluster for many, many reasons. If it is always the same server dropping out, that points to a particular node in your cluster.

  • Web-browser only display Summary Status and no menu for configing

    Guys,
    I have 4 Cisco Aironet 1140. I open a web browser IE 8 and type their address "http://<ip address>". Then I enter my username and password in the browser and successfully login to the access point.
    But, There is something strange, why I only see Summary status of my access point after the login process success??? I can't config anything...
    I add a new username and use highest privilage, but the result still the same. Same unusual web display, only displaying summary status of the access point, I can't config ssid, vlan, etc.
    Here's my configuration:
    username Zicco privilege 15 password 7 123A551A02055F106B
    username Bl4st privilege 15 secret 5 $1$UJom$UoNBR07HmSGXdoxTUR1W40
    ip http server
    ip http authentication local
    no ip http secure-server
    Is there any configuration command that must be added? Please help me.
    Thank you

    Hi George, today we solved the problem. With adding this command: "config(terminal)#ip http authentication local" all of 5 access points now able to managed via web browser.
    Sometimes, we can use access point's web browser without adding this command. But in my cases, only using command of"ip http server" isn't enough. You must add "ip http authentication local" command to your configuration. I dont know why.
    And we must have at least one: username <username> privil 15 pass <password> that is full privileged user to use as username and password logon in your access point browser. Otherwise we can't logon to our access point.
    Thank you George, I appreciate your kindness. Regards

  • How to display an status Icon in Table UI web dynpro ABAP?

    Hi Experts ,
    How to display an status Icon ( Traffic light ) in Table UI web dynpro ABAP? can somebody tell with a coding example. also I need to update status on condition so whats the best way?
    Thanks in advance.
    Regards,

    Hi Laeeq,
    click on table cntrol n place it on the screen..
    now click on the icon button n place it in the table control area.. a column of icons get created. name it (say) ICON.
    in the PBO..
    loop at internal table and call module in the loop (say) .
    MODULE ICON_DISP.
    now in the module try the foll code :
    module icon_display output.
    check some condition and assign the icon to the variable icon_r
      icon_R = 'ICON_GREEN_LIGHT'.
      CALL FUNCTION 'ICON_CREATE'
        EXPORTING
          name                        = ICON_R
        TEXT                        = ' '
        INFO                        = ' '
        ADD_STDINF                  = 'X'
       IMPORTING
         RESULT                      = ICON
      EXCEPTIONS
        ICON_NOT_FOUND              = 1
        OUTPUTFIELD_TOO_SHORT       = 2
        OTHERS                      = 3
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      endmodule.
    where icon(35) and icon_r(35) type c .
    hope this helps u..
    Regards
    Aparna

  • Is TRex required to display content from Content Server in the Portal?

    Hi all gurus!
    A short question: do you have to have TRex (or any other search/index engine) when you want to display content from a SAP Content Server in the portal? Or does the content server has its own search/index engine?
    Best regards
    Benny Lange

    Hi,
    Sap content server can be added in the portal as an KM repository. So configuration is needed. But when finished you can open and look at the content server like they are normal KM folders. TREX on the other hand is advisable in order to have the means to quickly find something in your content server. Otherwise it is like any other stupid file structure. lots of files and lots of folders.
    Depending on you portal version you need to install a bussiness pack for document managment to get the content server visable in KM
    Greetz

  • Workflow status web part gives error when going back to previous stage (using GO TO) in Project Server 2013 workflow

    Hi,
    Workflow status web part gives error when going back to previous stage (using GO TO) transition activity  in Project Server 2013 workflow.
    Please guide how to create a workflow which restarts from a desired stage.

    Thanks for your prompt reply....
    It gives following error
    Workflow Status
    This Web Part was unable to load.
    Information that may be useful in solving this problem was written to the Unified Logging Service (ULS) log on the Project Web App with the following ID: e95a9c9c-1f68-90d7-0a3e-5951df70fec6
    For more information, contact your Project Web App administrator.
    what do you mean to restart the Project Server 2013 with different project name, please elaborate....

  • Zend core xe / doesn't display server conf Unable to get status information

    HI,
    i've installed zend core + oracle xe.
    However in zend core / system overview section i cannot read any info.
    I got the message:
    Unable to get status information from the web server.
    Either the server-status module is not loaded, or it is not properly configured.
    To load server-status module (if your server was not compiled with it),
    please insert following string into your apache configuration file:
    LoadModule status_module modules/mod_status.so
    To configure it, please insert following section:
    <Location /server-status>
    SetHandler server-status
    Order deny, allow
    Deny from all
    Allow from localhost
    </Location>
    I've enabled LoadModule status_module modules/mod_status.so
    I've added SetHandler server-status to existing /zendcore serve alias
    any idea
    thanx

    Hey,
    i've fixed.
    However i got this problem with zend core 1.31 windows / oracle xe / apache:
    1 - I've removed the old one and apache 2 (last version) 2.058.
    2 - Then i've searched all the registry key (apache / zend related) and erased them.
    3 - Last step: installed zend core 1.4 (with the bundled version of the apache 2).
    It works.
    Note: for me you have always to delete all the apache group previous installation as well as the zend directory.
    These directory are not deleted automatically by uninstall process.

  • When the image is uploaded on the server and it is displayed on the web pag

    Dear frenz,
    How the image is uploaded on the server which is at the specifiecd URL and it is displayed on the web page?
    Regards,
    Jasmeen

    it is as simple as doing with a java program .Just place the image file inside your webapps folder and the rest will be done by webserver.

  • Display different types of file formats from contents server on web UI

    Hi,
    I have to read different types of documents from content server and display it in web page using webdynpro abap.
    Different types of documents are : Tif, Jpeg, BMP, PNG etc. need to be convert into gif format and display
    Txt files as it is.
    PDF files as it is.
    Microsoft office documents as it is.
    ALF files i.e. printlists to be shown on web page.
    Please anyone has any information regarding this let me know ASAP.
    Thanks & Regards,
    Manali

    hi ,
    pls refer the below thread :
    Dynamic Use of Mime in component
    n check wid thomas reply in the thread :
    Create the cached response object that we will insert the  content
    Well you can manipulate the MIME content at runtime by using the API: CL_MIME_REPOSITORY_API. However if your content is temporary, it is more efficient to just place the content directly into the ICM cache. You don't have the overhead of having to both write and then delete it from the database. Here is an example of how you can do this:
    I hope it wud be helpful
    rgds,
    amit

  • Moving web portal server

    Hi,
    Anyone have any tips for migrating your web portal server from a Windows 2008 R2 virtual server to a Windows 2012 R2 virtual server?
    Obviously I want to migrate across my web portal/SP site with all its custom colors, settings, permissions and files. I also have a Survey site hocking into SCSM, just the standard custom survey site Travis blogged about here:
    http://blogs.technet.com/b/servicemanager/archive/2009/12/08/incident-resolution-satisfaction-surveys-on-sharepoint.aspx
    I rather not re-create all that, any pointers how to move/migrate everything across?
    Thanks

    Hi,
    Hope the thread below can be helpful for you:
    Transerring SharePoint farm old servers to new servers
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/5ca8312e-6f51-4db2-bfc6-26be0f6aee40/transerring-sharepoint-farm-old-servers-to-new-servers?forum=sharepointadminprevious
    Regard,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Displaying server downtime or any notificatiopn on portal logon screen?

    Hi Experts,
    My client has a requirement, he wants to display next server downtime or display any notifications on portal logo screen beneath Username and Password of portal Logon screen
    How to achive this? i am new to portal and have no idea on it, please help me out!
    Regards,
    Siva

    Hi Siva,
    You can refer to my blog
    A Generic approach to reading file from KM Part 1- Nuts and Bolts
    I am in the process of writing the 2nd part of it, but you can easily implement your requirement by storing the file in KM and adding an extra line in your logon jsp page.
    Thanks
    Prashant

  • How can I query a https website used to display the status of an application using Powershell?

    Need assistance on querying the status of an application using Powershell. The status of the application is displayed in a https website. I want to receive a notification when one of the listed applications fails.
    Below is an example the failures I need to capture.
    h-t-t-p-::://xpps2.xxcom/ssol/sSOLStatus.asp?autorun
    SSOL Status
    Current App Server: xpps2.xx.com
    SQL Server Details: 
    SSS_MyAccount DB Connection: PASS
    SSS_MyAccount DB Query: PASS
    CAGWEB DB Connection: FAIL - Unable to Connect
    CAGWEB DB Query: FAIL - Pay location not found
    DB2 Server Details:
    DB2 D Connection: PASS
    DB2 Q Query: FAIL -Acct not found
    DB2 X Query: PASS
    DB2 N Query: PASS
    DB2 S Query: PASS
    DB2 K Query: PASS
    DB2 I Query: PASS
    Mitem Server Details:
    MITEM server: MITEMP2
    MITEM Total Devices: 10
    MITEM Devices Lines Up: 10
    MITEM Devices Logged In: 10
    MITEM Devices In Use: 0
    Mitem Server Status: PASS
    Web Service Details:
    SAW Web Service Status: FAIL
    Maximo Vizcaino

    thats where you are going to check what it is supposed to be.
    lets say your page shows as SSOL Status : running  you
    probably want to use "if($totalstrng.ToLower().contains("ssqlL status
    : running"))". its
    checking if the html page contains the string you are looking for.
    you might want to print $totalstrng
    and see what you need to look for.
    usign XMLHttp
    or XML object  as mentioned by JRV might be easier and faster way.

Maybe you are looking for

  • How to create quota ftp on leopard server?

    1. can i create quota area on my external HD with out to make partition? 2. can i do it with out home user on the server, for example: outside Users who don't have account on the server? OSX Server 10.5.6 T.K. Benny www.Bmac.co.il

  • HT1386 ipod touch 4th generation wont back up/itunes wont open/cant login/

    Hi we bought a ipod touch 4th generation for our daughter for her birthday, downloaded the latest version of itunes to the computer downloaded then we attached the ipod to the computer with the usb cable, it picked up the ipod said it was backing up

  • Inspection result to multiple batches

    Hello, For my client, I need to figure out a way to get the inspection results from QM into multiple batches. Is there a simple (standard) way to do this? The situation is that my client produces 3 batches at once. Samples for analysis are only taken

  • Photoshop Elements Organizer problems:

    I have been using Elements 12 very successfully until today. When I opened the Organizer, I can only see the bottom half of the page. The Folders panel on the left of the screen and the Tags panel on the right of the screen are out of site and "off t

  • Change contextPath in application.xml at runtime

    Is it possible to change the contextPath in application.xml (ear) at runtime? I would like to change the contextPath from i.e. /usr to /newusr without to recompile the ear file. The changes should be set inside my application or in another configurat