How do I monitor running jobs in the Portal (or other J2EE)

How do I monitor running jobs in the Portal (or other J2EE), like SM66 in
R/3 ?  We were having an issue that one "job" doing database work was
holding up doing any modification work in KM. The DBAs could see what was
holding this up in the database by not doing commits, but unlike R/3, I
can not find a way to tell what process is generation the database work.
Is there a monitor in J2EE or Portal that would provide this
information? This would be valuable in our Webdynpro for Java environment also.
Thanks for any guidance.

Hi,
You can monitor java using Visual Administrator tool and through CCMS RZ20.
Following PDF shows the JAVA monitoring tools availabe in SAP netweaver.
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1f21b290-0201-0010-5c9b-e9f777c17902
http://service.sap.com/javamonitoring
Rakesh

Similar Messages

  • How to stop a running job in 10g Scheduler?

    The following is a duplicate post. I posted the following to the general database forum before seeing that otn has a new scheduler forum:
    I am not able to find in the Admin Guide a method to stop a currently running instance of a job in the 10g scheduler.
    In 9i, I run the following script calling DBMS_JOB.broken and DBMS_JOB.remove to shut down currently running jobs:
    DECLARE
    jobid NUMBER;
    CURSOR c1
    IS
    SELECT job
    FROM dba_jobs
    WHERE priv_user = 'ME';
    BEGIN
    OPEN c1;
    LOOP
    FETCH c1
    INTO jobid;
    EXIT WHEN c1%NOTFOUND;
    DBMS_JOB.broken (jobid, TRUE);
    COMMIT;
    DBMS_JOB.remove (jobid);
    COMMIT;
    END LOOP;
    CLOSE c1;
    END;
    How may I create similar code to shut down currently running jobs using DBMS_SCHEDULER in 10g? According to the Admin Guide, disabling jobs with the force option will still allow the job to finish.
    How can I terminate a running job in 10g?

    You can stop a currently running job using the STOP_JOB api.
    STOP_JOB Procedure
    This procedure stops currently running jobs or all jobs in a job class. Any instance of the job will be stopped. After stopping the job, the state of a one-time job will be set to SUCCEEDED whereas the state of a repeating job will be set to SCHEDULED or COMPLETED depending on whether the next run of the job is scheduled.
    Syntax
    DBMS_SCHEDULER.STOP_JOB (
    job_name IN VARCHAR2
    force IN BOOLEAN DEFAULT FALSE);
    Parameters
    Table 83-44 STOP_JOB Procedure Parameters
    Parameter Description
    job_name
    The name of the job or job class. Can be a comma-delimited list. For a job class, the SYS schema should be specified.
    If the name of a job class is specified, the jobs that belong to that job class are stopped. The job class is not affected by this call.
    force
    If force is set to FALSE, the Scheduler tries to gracefully stop the job using an interrupt mechanism. This method gives control back to the slave process, which can update the status of the job in the job queue to stopped. If this fails, an error is returned.
    If force is set to TRUE, the Scheduler will immediately terminate the job slave. Oracle recommends that STOP_JOB with force set to TRUE be used only after a STOP_JOB with force set to FALSE has failed.
    Use of the force option requires the MANAGE SCHEDULER system privilege.
    Setting force to TRUE is not supported for jobs of type executable.
    Usage Notes
    STOP_JOB without the force option requires that you be the owner of the job or have ALTER privileges on that job. You can also stop a job if you have the CREATE ANY JOB or MANAGE SCHEDULER privilege.
    STOP_JOB with the force option requires that have the MANAGE SCHEDULER privilege.

  • How do I monitor clients connections on the time capsule?

    How do I monitor Wifi connections to the Time Capsule (client mac address, IP, time, etc.)?

    There is very little information displayed about clients in Mountain Lion.
    Open Macintosh HD > Applications > Utilities > AirPort Utility
    Click on the Time Caspule icon
    Look for Wireless Clients
    Click on the ID number or Name to see more information

  • Issue with running reports on the portal

    Hello Guyz
    1. I have a question regarding running reports on the portal.
    2. I have standard web templates that have been installed in BI.
    3. But in the portal, we are not able to run these reports.
    4. Do we need to create custom I-Views or can we install them from business content?
    5. Can someone explain the process to me AND also any other issues that we might have?
    Thanks.

    Hi Srinivas,
    Standard web templates doesnot get installed with attached queries.Create custom web templates in WAD and attach ur queries based on the type of display u like either tabular or graphical.In order to diplay in portal you have to attach webtemplates to iViews and then group iViews to worksets and attach to portal roles.Then add those roles to portal users.From BI Prospective u just create web-templates and give technical names to EP consultants if you have any then they can takecare of rest.If you want to call standard web template 0ANALYSIS_PATTERN from portal you need to have Business Explorer role added to ur user in EP.Using that template u can only open one query at a time and execute.Hope its clear
    Chandu

  • How to pass username and password with the portal url

    i want to access portal from my web site. i have created username and password fields in my web page. when submited , my portal page should open. so how to pass username and password with the portal url.

    This is not straightforward; but it is doable.
    First tell us about your portal version; portal 10.1.4 has a slightly different method of doing it and the pre-10g portals were completely different animals.
    And if you are in AS Rel 2, then the most important document for you would probably be the following:
    [Creating Deployment Specific Pages| http://download-west.oracle.com/docs/cd/B14099_19/idmanage.1012/b14078/custom.htm#i1015535]
    You might want to use it in conjunction with some metalink notes about your portal version and such a login page.
    hope that helps!
    AMN

  • How to integrate a Java Application in the portal

    Hi:
    I have developed a pure and simple Java Application just like a test, only Java, no EJB, no JSP. JUST PURE JAVA. I need to put this application in my Oracle9iAS Portal and i've found something about developing EAR and WAR. But i can't find the way to put my app in the portal.
    Does anybody know how can i put my app in the portal? or what should i do?
    Thank you.

    Hi:
    I have developed a pure and simple Java Application just like a test, only Java, no EJB, no JSP. JUST PURE JAVA. I need to put this application in my Oracle9iAS Portal and i've found something about developing EAR and WAR. But i can't find the way to put my app in the portal.
    Does anybody know how can i put my app in the portal? or what should i do?
    Thank you.

  • How to install a business package in the portal ?

    Hi everyone,
    I am a beginner in SAP Netweaver Portal, and i have a question :
    How to install a business package in the portal ?
    Thanks & regards
    Hassan

    Hi Hassan,
    Well i would like to quote one more point here, although you can import a buss pack into the portal but there are some std methods to be followed for every thing in portal, When it comes to deploying a busines package, you should always do it from SDM only !! although we can use import facility. now let me tell you the difference between the two. When you use import, you are just putting the contents into the portal and not deploying it, where as using SDM you deploy the SCA files on your portal totally. you must be knowing that business packages are always delivered in SCA formats.
    Regards,
    Ameya
    Message was edited by:
            Ameya Pimpalgaonkar

  • How to publish a Bex query on the portal

    Hi Guru,
    I have created some Bex queries and I want to publish them on the portal and give access to users.
    Is it mandatory to put the queries in a web template before publishing ???
    Can I publish without creating a web template ???
    In case of web templates, how to publish them as url on the portal ???
    Your help will be appreciated
    Thanks in advance

    Hi,
    You need not to create web template to publish query in portal.
    there are two ways for publishing
    1)Go to query designer Click on Query -> Publish-> To portal
    here you select the path where you want to create the iview
    2)Log in to portal setect the folder in which you want to publish report.
    right click -> create new iview -> select BI 7.0 iview -> next -> iview name ie report name -> next -> Application parameter -> here you need to write QUERY =Query technical name -> next -> finish
    Try this,
    Regards,
    Ganesh

  • How not allow music start when conect the iphone5 to other device by using Bluetooth?

    How not allow music start when conect the iphone5 to other device by using Bluetooth?

    Hi Ralph,
    Ty for answer. I connect my iPhone5 to my car audio system by Bluetooth. I can listen sounds from any app installed on my iPhone. The music app starts immediatly, without any command, when the connection via Bluetooth is done. It disturbs me because I want to hear sound from another application. At this moment I do not want to listen to music. I stop the music but it return again and again every time the other app stop momentarily to talk. (This is a navigation app)
    I would like to know how to configure my iPhone5 to avoid this.
    Kind regards
    Edilson

  • How to cancel a print job on the hp officejet 8600 pro running xp

    How do cancel a print or copy job on the Officejet 8600 Pro Premium?  There is no "cancel" button on the control panel.  Do I have to go through the software?  Time consuming -
       Thanks!
    This question was solved.
    View Solution.

    scarlattid3,
    The cancel button should be located in the bottom right corner of the screen. The only thing is it's not going to show up until you start the print job or copy and then it should appear for you.
    Let us know if you are able to find this.
    If I helped you at all it would be great if you clicked the blue kudos star!
    If I solved your post please mark it as solved to help others.
    I'm a printer tech with HP.

  • How to remove old print jobs off the eprint site

    How do you get rid of recent print jobs on the HP ePrintCenter?
    This question was solved.
    View Solution.

    At this time that is not an option in ePrint Center.
    If I have SOLVED your issue, please feel free to provide KUDOS and make sure you mark this thread as SOLUTION PROVIDED!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • How to schedule background job under the name of other user?

    Hello
    I need to schedule ABAP program (Se38) for background run under the name of other user (BW-ADMIN).
    Can somebody tell me how to do it. I dont see this option (change user name) anywhere in SE38.

    Hi,
    You should try scheduling it using sm36.
    Here you can change the user.
    Thanks
    Ajay

  • How to avoid report running for all the values in roll up of guided naviga

    Hi
    Thanks in Advance
    I have 3 reports on three different pages of a dashboard. (Implemented guided navigation on one column of each report).When I click on value of guided navigation column it guides me to report 2 for that particular value (is prompted), same way for 3 report also till here it works fine.
    However when I return from report 3 to report 2 and 2 to 1, the reports are running for all the values instead for the value which was passed by guided navigation of previous report earlier (Value on which I clicked to pass to the next report).
    Edited by: 808623 on Nov 9, 2010 2:10 AM

    Yes
    Example : If i click on values 'X' in report 1
    Report 2 shows results for 'X' only. And if i click on Value say 'Y' in 2 then report 3 shows for only 'Y'. But when i rollup from 3 to 2, Report 2 is showing for all values rather than showing 'x'.
    I'm using Link or Image Dashboard Object > Destination>Request or Dashboard (path of previous report)
    Edited by: 808623 on Nov 9, 2010 2:37 AM

  • How to display ETL run date in the title view of any report.

    Hello Expert,
    I have a requirment to show the ETL run date in the title of the report.
    Eg: " Sales Vs target Report : Data loaded as on date: <ETL run date>.
    The ETL run date is coming in the fact table.
    I am working on the OBIEE 11.1.1.5. So pla help if it is possibe.
    Thanks in Advance.
    Niraj

    Thanks for response.
    I tried to do the same. but unable to achieve. I did the following,
    1. Created a init block with SQL which extract the value of ETL rundate ans associate with a repository variable (ETL_RUN_DATE). This init block was retriving the data.
    I put the folowing in the Title as well as sub title view:
    Data loaded as on date: (@{biServer.variables[ETL_RUN_DATE]})
    I also tried to put Data loaded as on date: @{repository.ETL_RUN_DATE} this also didnot worked.
    So could you please provide me the steps with actual syntax, then it willbe very much helpful for me.
    Thanks
    Niraj

  • Can you run SQL in the portal and create a drop down list??

    Can anyone tell me if its possible to create a drop down list using sql in the portal?
    Can I create a drop down list of items via sql and then have those same values be used for a discoverer portlet? I am trying to replicate the same concept using parameter values and discoverer worksheets, but through sql. I dont want to have to cut and past lists on the parameter fields. I want to be able to run sql when I post a discoverer worksheet with a parameter and have the values from the sql pass into the worksheet.
    Is that possible???

    I created a lov but i cannot post it on my portlet. When i go to post a portlet, under the db_link, portlet reposistory it does not show.? Also, how do make the connection to the discoverer worsheets to this lov?
    thanks,

Maybe you are looking for

  • Mac mini wanting to upgrade from 10.5.8 to anything newer for safari to work properly

    I have a problem. certain sites are not working because my safari will not support the changes they have made to the website. ei. cannot see anything i want to or update my profiles. I have a mac mini with 10.5.8. and need to upgrade to newer for thi

  • Reg Business tranx field in BAPI while posting ACC document.

    Hi, I am posting a accounting document through BAPI. My requirement is to post a JV for Goods receipt. While filling the Header level details to BAPI, we have BUS_ACT field in BAPI'BAPI_ACC_DOCUMENT_POST'. What parameter i have to pass to it. Thanks

  • Load Balancing Issues SOMEBODY HELP ME!!

    Good Morning. A few days ago we implemented Load Balancing in our company, I printed a step by step procedure from MS and just follow it thinking that once I did that everything was going to be ok, but I am some issues that I managed to fix, but now

  • System start up  applications  ?????

    hi, MY QUESTION : do we have system configuration utility or something like that where we can see which applications start when Powerbook is turned on....... JUST LIKE in windows we type msconfig in Run tab > system config. utility opens and we can d

  • Intel Mac/10.4.6/whois - please help

    OK, I'm trying to see if I'm the only one here. If you are using an Intel Mac, and OS X 10.4.6, please open your Terminal up. Type "man whois". Do you get the man page for whois, or do you get a "command not found"? On my 10.4.6 PPC Macs whois is the