Application Server (Pertinent Report values for performance metrics)

Hi
With dmstool what are the most relevant values to collect. My objectives are to compare performance metrics on two environments. First one is on 9iAS (or 10 g AS), the second is a weblogic environment.
Regards
Den

when running the dmstool -dump i noticed that some requests where throwing errors "connection refused".
I verified the server properties focusing on the dms port 7200;
I noticed that the listening adress and port was missing cfr httpd.conf
After adding this info metrics are displayed
thanks for the clue;
chris

Similar Messages

  • Oracle Application Server 10g Installation Guide for Windows

    The link to Oracle Application Server 10g Installation Guide for Windows on the OTN Web Site don't work. Using search on site does not turn up any installation document for Oracle Application Server 10g.
    How can I find the Installtion Guide or the Quick Installtion Guide for Oracle Application Server 10g for Windows?

    Hi,
    The docs you seek are available through the OTN documentation pages at: http://otn.oracle.com/documentation/index.html.
    Click on the link for "Oracle Application Server Release 10g (9.0.4)" and then on the "View Library" link for part B10468_04 - Oracle Application Server 10g Online Documentation 10g (9.0.4.0.0) for Microsoft Windows.
    The Docs are located under the Documentation tab.
    Alternatively, here is the direct link to the Documentation Tab interface of the Library:
    http://download.oracle.com/docs/cd/B10468_04/docs.htm
    Regards,
    Les

  • TRANSFER OF DATA FROM APPLICATION SERVER TO REPORT

    I have a file on application serverin T-code AL11(sap directories).I want to bring the data from this file to my report.
    Please explain me procedure with example.
    I approached below method:
    I approached with OPEN DATASET,But i got short dump.
    syntax:
    open dataset c_dset(file in app.svr.) for output in text mode
    encoding default.
    transfer c_dset to i_transfer(itab).
    close dataset.
    short dump:
    unable to open file "".
    Kindly solve my problem.

    Hi Saritha,
    If I am not wrong u r trying to read the data from the file which is on  the apps server rite?
    Use open data set with input for reading the file from application server ..........  output is to write the file onto the application server
    check the below sample code.......
    DATA:
    len TYPE i,
    text(30) type c,
    dir(30) TYPE c VALUE '/tmp/test.txt'.
    DATA: begin of data OCCURS 0,
    matnr type matnr,
    werks type werks_d,
    end of data.
    START-OF-SELECTION.
    CLEAR: text.
    OPEN DATASET dir FOR INPUT IN TEXT MODE.
    DO.
    READ DATASET dir INTO text.
    IF SY-SUBRC 0.
    EXIT.
    ENDIF.
    close dataset.

  • Application server 8.1 alternative for Setting the Document Preferences

    hi All,
    I used to do the following under application server 7 to set the Document preferences:
    To use the Administration interface to set the document preferences, follow these steps:
    1. In the left pane, for the application server instance, open HTTP Server.
    2. Open Virtual Servers.
    3. Click the name of the virtual server you want to edit.
    4. Click the Doc Handling tab.
    5. Click Doc Preferences.
    6. Choose the appropriate field values, as discussed in the following sections.
    7. Click OK.
    I need to do the same thing in application server 8.1 how can i do that?
    What is the alternative procedure?
    I want to have multiple indexes under the same instance which hosts multiple applications
    Thanks,
    Scotty

    hi,
    Can anyone please guide me to the correct solution?
    I have a project and i dont know whether i am stepping right?
    I read in the docs about "welcome-file-list" that is found in the default-web.xml file and it pointed that i can design my application's web.xml to include "welcome-file-list" to point to my customized index.html
    If this is the case, then how can i point my browser to the server is it by the context root only?
    Your quick reply is really appreciated.
    Thanks,
    Scotty

  • What will be the Upper Limits for Performance Metrics for Alerting

    Hi,
    We are planning to monitor the Performance of Cloud Services hosted onto Azure through VisualStudioOnline [TFS].
    What will be the Upper limits for below metrics per cloud service hosted on Azure:-
    CPU Percentage
    Disk Read Bytes/Sec
    Disk Write Bytes/Sec
    Network In [Bytes/Sec]
    Network Out [Bytes/Sec]
    Thanks for the help.
    Regards, Subhash Konduru

    Hi,
     An alert rule enables you to monitor a Azure service based on a metric value. When the value of a specified metric violates the threshold assigned for a rule, the alert rule becomes active and registers an alert.
    To create an Alert Rule, you might want to check the below article
    https://msdn.microsoft.com/en-us/library/azure/dn306638.aspx
    To know more on the limits please follow the link
    http://azure.microsoft.com/en-in/documentation/articles/azure-subscription-service-limits/
    Hope this helps !
    Regards,
    Sowmya

  • Sun Java System Application Server Standard stops responding for no reason

    Dear Sun Users and Support.
    We ran into an issue that we can't find any cause for. For some reason our Sun Java System Application Server 8.2 Standard stops responding to HTTP calls. Even Admin console can't be invoked. The server by itself appears to be running according to the Windows Services window.
    It happens very rarely but once it happens the server needs to be restarted.
    There are no logs in the log files.
    This happens to multiple Sun Servers at the same time (As if some kind of timer shuts them off).
    The servers run on Windows Server 2003.
    Any help would be greatly appreciated.
    These servers are in the production environment and have expected uptime of 99.9%.
    Thank you.

    This has happened to us a couple of times and it was caused by Windows running out of TCP/IP connections. Next time it happens do a "netstat -an" to see if you have an extremely large amount of connections in time-wait state.
    If you do this is probably the culprit and I'm sorry to say that I don't know of a cure. From what I've heard (objection your honour, hearsay!) this is caused by bugs in Windows TCP/IP stack.
    If you require a 99.9% uptime you should perhaps consider switching to Linux or Unix. I know, easier said than done!
    Hope this helps,
    Gunnar

  • Use XML files stored in directory of Application server as a input for XI ?

    I have a scenario that there is a xml file stored in sap application server for example /inf/ERQ/XML/XXX.xml which i want to use it as an input for XI. I know that there is an adapter in XI for getting xml file stored in normal path but in my situation it's in application server of SAP so i don't know how to do this.
    Any solution or example for this? Thank you in advance.
    Best regards

    Hi,
    We can read this file through FILE adapter with FTP protocol, before that i think need permission from basis for access.  Configure source(according to xml format) and target structure according to your requirement.  But one thing should remember in XI/PI sour/target XML formats should contain Message type name & namespace name else it can't work.
    Find below link for more information.
    Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2)

  • 10g EM cannot discover Application Server from Report Server

    i have installed 10g EM on Linux AS 2.1. Everything is working fine. i want to modinot Application Server installed on remote server. I installed 10g EM NT agent on remote server. It is able to discover DB resided on that but Application server is not being discovred by Agent . Pls help

    I don't know if 100% precise, but from your posts I understood that:
    NO-IP keeps the domain "myuser.sytes.net" in relation to my (modem's?) dynamic IP.
    The wireless router has (creates?) an internal net in relation to itself, and receiver computers are seen by the router with their internal IPs, say 192.168.1.xxx (192.168.1.100 and 192.168.1.101 in my case).
    So I had to do port forwarding on the corresponding internal IP.
    These are the steps I followed:
    Accessed Router login Window by typing the IP Address of the Wireless router (by default, 192.168.1.1) on the address bar of web browser, and logged in to setup page.
    Clicked on Security tab and turned off Firewall protection (my computer has its own -Windows- firewall).
    Clicked on Applications and Gaming > Port range forward, and entered the details of the port I needed to forward
    Application: JBoss (the name of my application -server-)
    Start: 8080
    End: 8080
    Protocol: TPC
    IP Address: 192.168.1.100 (my computer's internal IP address)
    Enable: (checked the box)
    And it worked!
    Please correct me as necessary. As you can see, my understanding on nets is quite rudimentary.
    Thanks a lot for your help.

  • 10g application server .. report server shutting down

    Hi ,
    I having a problem in the report server that it is shutting down after having more than 20 queue in the waiting list. My application server version is 10.1.2.3. It is running on
    windows server 2003 , 64 bit . Is there any way to increase the queue size.
    Thanks ..

    Hi checkout what's written in report server logs and traces under $ORACLE_HOME/reports/logs/ <report_server> / .You need to enable report sever traces to check actual causes..

  • Freelancew work for performance metrics

    http://www.rentacoder.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=899712

    Hi
    Yes , I have 3 years ago of experience in build performance metrics for monitoring oracle databases

  • Application Server Development License useless for Linux

    Through the OTN, one can download 10g Application Server under a development license. However, it is not possible to run the product under Linux without installing Oracle patch 3006854, which can only be obtained through the commercial suport channel - metaLink.
    Is the OTN process broken here? How can Linux-based developers obtain what they need through their OTN account?
    On the other hand, is it Oracle's intent to only make Application Server available to Linux-based developers with commercial support contracts?

    First off, the list price of the standard edition is only $10k per CPU
    Second, nobody pays list price for Oracle software, there is always room for negotiation. How big a discount you're going to get is going to depend on your ability to negotiate and what pressure your sales rep is under. Realistically, if you're plausibly considering other application servers and your sales rep is having difficulty making his quota in this economy, you probably have a decent amount of leverage.
    I would strongly suspect that if you're looking to purchase 6 figures worth of software for your production environment (i.e. 4 processors @ $25k/processor for the enterprise edition) that you can probably negotiate with the sales rep to get licenses for the developers' laptops at a drastically reduced price if not for free.
    Justin

  • SAP NetWeaver Application Server ABAP Trial Version for Linux

    Donde podría conseguir los paquetes de instalación del SAP NetWeaver Application Server ABAP Trial Versión para correrla en una Maquina Virtual con Linux.

    https://store.sap.com/sap/cpa/download/20/0000000218?tkt=6728195BC9A41D6FDC99371FC9BB49E9_20140521182535.4356890&sap-lan…

  • Application server does not start for DMO

    Hi,
    I have a HR91DMO system on Win 2008.
    Application server does not start. From Tuxedolog :
    105938.IRNTSV-DVPSPJ2!PSAPPSRV.4728.4944.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    105938.IRNTSV-DVPSPJ2!tmboot.244.3628.-2: tmboot: CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error handlerAnd here is my cfg file :
    ;=========================================================================
    ; Database Signon settings
    ;=========================================================================
    DBName=MYDB
    DBType=ORACLE
    UserId=PTWEBSERVER
    UserPswd=***
    ConnectId=people
    ConnectPswd=***people user can connect in sqlplus to DB. SYSADM can connect via datamover.
    Any help ? thank you.

    SELECT CLASSID, STARTAPPSERVER FROM PSCLASSDEFN
    WHERE CLASSID IN (SELECT OPRCLASS FROM PSOPRCLS WHERE OPRID='<OPRID>')
    If above sql returns a row where STARTAPPSERVER=1, then the user <OPRID> can start the application server.
    If not update a permission list <CLASSID> that is assigned to <OPRID> (result aboce sql), using below sql.
    UPDATE PSCLASSDEFN SET STARTAPPSERVER=1 WHERE CLASSID='<CLASSID>'
    Also see the installation manual CHAPTER 8A - Configuring the Application Server on Windows - Prerequisites
    Hakan

  • At what path .tns exists in Application Server in UNIX machine for 10G ds

    Hi
    I am working on 10g developer suit.
    Could you please tell me where the .tns file exists in the AS (application server)
    I am having AS installed in UNIX machine .
    thanks

    Tried here?
    $<YOUR_AS_HOME>/network/admin
    There you can find tnsnames.ora
    -Arun

  • Using a report value for a where clause in other report

    Hi All,
    i'm getting kinda nuts here. I created a page with three reports.
    First report show the name of the user who logged in with his/her whole name. Second report shows the year, week, begin/end date of the week for the user in the first report. The third report show the hours the user worked in the week selected in the second report.
    The link between first and second report is on column report. Somehow i managed it to work with second_report.mdw_code = :P3_ACRONIEM. I have no idea were this P3_ACRONIEM item is coming from, while i have no items in my page whatsoever. Now i need to link the second report to the third report. I have to use the second_report.mdw_code, second_report.year and second_report.week but i have no idea how to link these together. Any idea's? (Like making items, but then i have no idea how to link that item to the value in the second report). Please help.
    Kind regards,
    Dave
    The link between the first and the second i could get it to work with :P3_ACRONIEM. I have no idea where this ITEM is coming from, because i have no items in my page (and it's the only page in the application). Then

    Hi Dave,
    If I understand you correctly, you have a one report that lists users, a second report that lists dates and a final report that shows hours worked?
    If so, you may find it easiest to have hidden fields on your page and base the second and third reports on these using appropriate WHERE clauses. (I generally put hidden fields in a region in the "After Header" position)
    So, if the first report contains a USER_ID field, have a hidden field called P1_USER_ID. The link on the first report will branch back to the same page and set the value of P1_USER_ID to #USER_ID# The second report can then use WHERE USER_ID = :P1_USER_ID. When the page reloads, the second report redisplays and is filtered to show only those records relating to the selected USER_ID in the first report.
    To extend this, if the second report contains WEEK_NUMBER, it should have a link that branches back to the same page and sets a hidden P1_WEEK_NUMBER field with #WEEK_NUMBER#. The third report should when have WHERE WEEK_NUMBER = :P1_WEEK_NUMBER AND USER_ID = :P1_USER_ID. You can, if need be, have and set more than one hidden field during each link.
    Regards
    Andy

Maybe you are looking for

  • How to make the text_field to editable in the adobe document?

    Hi, expert, I meet a problem when I develop a WDA. I hope to get your help. Thanks a lot. The following is my action: Action: 1. I am using "Text Field" control rather "Text" Control in the pfd form by transfer code "sfp". I make sure in Object Palet

  • Scanner Photosmart c309a and Xsane problem

    hi guys i think i am going mad with my stupid scanner. i have scan over 5000 pages with xsane and the HP C309a scanner. Yesterday the time i was scanning some docs, my scanner suddenly stopped i mean the bar with the lights stopped at a point and i c

  • Is it true that a iphone 4s are made with orange unloked

    Is it true that a iphone 4s are made with orange unloked. mundem me ju dergu imei, per mi shiku a eshte unloked

  • 'requestblock' emails not being sent

    I had a similar post on the ticket confirmation auto response email. It is not a question of emails not being generated at all - the order confirmation mail is being generated fine so I know the messaging is working to some degree, but I have created

  • Getting connected to App store.

    Hi..ive got my apple ID but when i try to review in itunes its asking for a credit card during payment mode. what if a person does not has credit card..?? im ready to pay any amount i have visa debit card but not credit card..! how can i get into app