II want delete all entries in shown by showjobs

Hi,
In my local machine, i want delete all entries shown by showjobs ( dveloppemnt suite version 10.1.2.0.2)
http://localmachine.domain:8889/reports/rwservlet/showjobs?
Thank's in adavance.

Hi Salim,
Metalink ID 260810.1 will serve your purpose,(For clear description,Explained well)
Basically you can delete all entriesshown by showjobs
By reducing maxQueueSize to 1 or 0 and restart the Reports Server, then reset maxQueueSize back to desired number and restart again.
The maxQueueSize is a paramter present in rep_servername.conf file
Hope this helps,
Regards
Fabian

Similar Messages

  • BPM question - Delete all entries in a table and Insert data

    Hello,
    I'm new to PI BPM and have this scenario to implement.
    I'm supposed to delete all entries in a table and then insert data to the same table.
    Is BPM necessary? If it is, what is the best practice to implement my scenario?
    I want to make sure that all entries were successfully deleted before insert data.
    How do I check if all entries in the table were deleted successfully before
    initiating insert.
    Thank you.
    -Won

    Hi Won,
    Yes, this is possible without BPM.
    You have to create 2 separate mappings, each for deleting & inserting the records.
    You will have 2 different Interface mappings as well.
    But in ID, create a single interface determination.
    In that, configure Deletion interface mapping first and in the second row, configure Insertion interface mapping.
    Please make sure that the parameter 'Mainain Order At runtime' is checked in interface determination.
    -Supriya.

  • Simply delete all entries in a database.

    Hello,
    how do I simply delete all entries in a database (which must be thread safe, and most probably is)? For instance it is needed, as I'm developing a versioned open source XML/JSON database system, whereas I'm using a BerkeleyDB environment/database as a transaction log per revision (resource/log/version_number/...) for dirty blocks/pages and now want to introduce checkpointing (with currently only a single write-transaction per resource). That is another reading transaction (possibly another thread might read a transaction log, a BerkeleyDB environment/database while another thread, the checkpointer (most probably a deamon thread) commits, that is writes the log periodically or during less workload into the real resource. After the data is commited, the transaction-log must be emptied, but probably a reading transaction still reads from the log and falls back to reading from the real resource if the page is not in the log. That is I can't remove the database, but probably simply have to delete all entries and a simple .commit-file flag which indicates if the data has been written back to the real resource or the checkpointer must be writing it back sometime in the future (if the .commit-file still exists). Do I have to iterate through the database with a cursor (and .getNext())? Or does a dedicated method exist?
    kind regards
    Johannes

    Hi Johannes,
    As I think you've already discovered, there is no built-in method for deleting all records of a database that is open. The only similar built-in methods are those for removing or truncating an entire database (removeDatabase and truncateDatabase), and the database must be closed.
    If you can't find a way to use removeDatabase or truncateDatabase, then you'll have to iterate through the records and delete them individually. If this is done for a large numbers of records in a single transaction, it will be expensive on a number of fronts, including memory usage for the locks: each record is individually locked.
    If you don't need to delete all records in a single transaction (I couldn't completely understand your use case), then you can iterate with a cursor using READ_UNCOMMITTED and delete the records in individual transactions using Database.delete. This avoids using lots of memory for the locks, since only one record is locked at a time.
    In either case the cost can be reduced by using DatabaseEntry.setPartial(0, 0, true) for the DatabaseEntry that is passed as the data parameter. You only need the key to delete the record, not the data, and avoiding a fetch of the data is a big cost savings (if the record data is not in cache). This optimization is only in JE 5.0 and above --in JE 4.1 and earlier, this has no advantage because the data is always fetched internally, as part of the deletion operation.
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Delete all entries from the following tables - Follow-up Activities (oracle)

    Hello,
    I performed a homogeneous system copy of our development BW system with the database (oracle 11.2.0.3) from the BW production system!
    I already start the oracle database and the SAP system in the target system/server (development BW system) and I´m doing some follow-up activities. One of this activities is (at the system copy guide 6.2.3.2 Activities at Database Level) is to delete all entries from the following tables:
    DBSTATHORA, DBSTAIHORA, DBSTATIORA, DBSTATTORA
    I tried to delete them using SQL Plus:
    sqlplus /nolog
    SQL> connect /as sysdba
    SQL> delete from DBSTATTORA;
    delete from DBSTATTORA
    ERROR at line 1:
    ORA-00942: table or view does not exist
    ... and it show me that error message.
    This is strange because when I go to transaction SE14 and check the DBSTATTORA I see that table exist and contain a lot of entries!
    Why this is happened in SQL Plus!? I´m running the correct SQL statement for doing this type of task or not?
    How can I delete the entries of that tables? Can I do that using the transaction SE14?
    Can you help me please?
    Thank you,
    samid raif

    Hello
    sqlplus /nolog
    SQL> connect /as sysdba
    SQL> delete from DBSTATTORA;
    delete from DBSTATTORA
    ERROR at line 1:
    ORA-00942: table or view does not exist
    It doesn't surprise me as you are not mentioning the schema name here. Instead it should be
    delete from SAPSR3.DBSTATTORA;
    Assuming the schema owner is SAPSR3. if the owner is different then replace that with the correct one.
    Regards
    RB

  • I want delete all photos and my personal document all be-cos i sealing my i phone 4s

    I want delete all photos and my personal document all be-cos i sealing my i phone 4s
    u can help me.......
    thanks

    See this document:
                   What to do before selling or giving away your iPhone, iPad, or iPod touch     http://support.apple.com/kb/HT5661            

  • I need free space in my hard disk-- i want to delete all files. i want to leave my mac book like the first time.. what must to do ?

    i want delete all files and leave my mac book pro like the first time. i have system 10.7.5 , i have lot of files and need memory.. what must to do ?

    Install or Reinstall Mavericks or Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    OS X Mavericks- Erase and reinstall OS X
    OS X Mountain Lion- Erase and reinstall OS X
    OS X Lion- Erase and reinstall Mac OS X
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • Regenerate all entries in tab InfoSource through tcode RSA1

    Dear !
    I am having a problem with tab InfoSource of Modeling in NW 7.0 EHP1 system through
    Tcode RSA1. I have already installed a new NW 7.0 EHP1 system (new system
    - no data)
    My apprentice already deleted all entries in tab InfoSource of Modeling. Now tab
    InfoSource empty
    My apprentice already deleted following:
    Nodeling -> InfoSource -> Delete Technical Content and delete all entries in Unassigned Nodes
    I want to regenerate all original entries in tab InfoSource. How ?
    Please help me
    Thanks and best regards
    Edited by: myfriend280985 on Jan 31, 2010 6:23 AM

    I'm not sure if your are talking about Technical Business Content. If so it seems you have to re-activate it from Business Content.

  • How to restore deleted calender entries on E71

    I have rather head buttingly deleted all entries when wanting to delete a single entry, a momentory lapse of concentration God dammit...
    Is there anyway to delve deep into the phone hardware to do some kind of system restore?
    I am not a techie so laymans terms would be greatly appreciated!
    Cheers
    G

    08-Dec-2008 12:01 PM
    gr8mlin wrote:
    I have deleted all entries when wanting to delete a single entry,
    Is there anyway to delve deep into the phone hardware to do some kind of system restore?
    Provided that you have performed a sync. in the first place, I can think of few ways:-
    1. Restore from Nokia Backup
    2. Restore from Outlook (Ovi maybe?)
    If you are using Outlook, on the setting, select "Nokia PC Sync Advance Setting > Direction > Only update PC data to mobile phone " to restore your data.
    As for restoring from phone, if there is a "recycle bin" in Symbian OS, then perhaps it can be done.
    Hope it helps

  • How to delete all calendar events in my iphone.

    I need to delete all the events in my iphone which I have added manually in the calendar. Should I delete one by one in the calendar or do we have an option to delete all. I haven't synched my calendar with any external softwares including iCloud.

    Turn ON Calendar in iCloud settings and choose merge. Wait few seconds and turn in back OFF. Choose delete from my iPhone. Now go to www.icloud.com from a desktop browser, sign in with your Apple ID and go to Calendars to delete all entries (if you want) more easily.

  • Create PO, MIGO,MIRO..Delete all Process.Very urgent..

    HI guru's
    Can anybody help me.. i have created PO, I have done MIGO,MIRO over. Some mistake i have done ,so i want delete all the things and I want to create new PO , MIGO & MIRO.
    Please help me step by step , how to delete all and creation of new..
    Thanks in advance
    sap-mm

    Hi
    If payment to vendor is not done u can reverse all posted document as follows
    Miro - MR8M
    MIGO - MBST
    Once these documents are cancelled change tax code in PO and again Post all documents as regular
    Note : If excise invoice is posted reverse the same also
    Vishal...

  • Deletion of entries from a table whose name is controlled by Z program.

    Hi all,
    I have to delete all entries in a custom table whose "Name" has a certain pattern say ZDBTAB01, ZDBTAB02, etc.
    I arrive at the table name through ABAP code. But the statement
    "DELETE FROM tab_name" doesnot work where tab_name is a variable.
    Can anyone suggest a function module to perform this action..??
    Thanks.
    Regards,
    Senthil G.

    data : v_tabname ..... value 'ZXXX'
    delete from (v_tabname).
    It should work. Are you getting any error message as such.

  • I want to delete all of Calender entries

    I accidentally synced with 'overwrite' clicked.  I thought it would 'overwrite' all entries, but instead, it added all the entries so all of my entries are listed twice.  How can I clear all of the entries on the blackberry Curve 9220
    Solved!
    Go to Solution.

    Try this:
    http://btsc.webapps.blackberry.com/btsc/viewdocument.do?externalId=KB31719&sliceId=2&cmd=displayKC&d...
    Please click the Thumbs Up icon if this comment has helped you!
    If your issue is resolved, please click the solution button on the resolution!
    Every BlackBerry should have BlackBerry Protect, get it now! | Follow me on Twitter | Bring Back BBM Music!

  • Using delete and FOR ALL ENTRIES

    Hi,
    We have a error message regarding the following code :
    Delete FROM TABLE FOR ALL ENTRIES IN lt_TABLE WHERE
    TABLE_KEY1  = LT_TABLE_KEY1
    Could we use the For All entries with "Select" ?
    For information, the error message is "Unable to interpret "FOR". Possible causes: Incorrect spelling or comma error.
    Thank you.

    Hi,
    Check the below syntax, if you want to delete from database
    DELETE FROM sflight
    WHERE  carrid = p_carrid AND
           fldate = sy-datum AND
           seatsocc = 0.
    Just a suggestion. May be from next time you can use F1 help for syntax:
    1. Place the cursor on the delete keword in your program and press F1 - You willl get all the possible syntax for delete statement
    2. Else open the transaction ABAPDOCU, Click Keyword Help, Enter the required keyword(delete in this case) and press cont.. You will get the syntax.
    Hope thsi will help you.
    Regards,
    Swarna Munukoti.

  • I want to delete all browser history in URL drop down box, I can't seem to remove them

    When I type a web address in the main url box, a drop down appears as I type each letter. Many of these sites are old or I want them deleted. I've deleted all other histories but these seem to have a determination to stay! How do I delete them?

    See:
    * [[Clearing Location bar history]]
    * [[Cannot clear Location bar history]]
    Entries in the location bar drop down list with a yellow (blue on Mac) star at the right end are bookmarks.<br />
    You can remove such a bookmarked item that shows in the list if you open that url in a tab and click the yellow star in the location bar.<br />
    This will open the Edit This Bookmark dialog and you can click the Remove button to remove the bookmark if you want to remove such a bookmarked entry.<br />

  • Desktop 6.0 trying to delete all my Outlook calendar entries

    Since upgrading to 6.0, I've had nothing but trouble.  First it was a strange error and this forum recommended that I look for East Asian characters or skipped e-mail addresses or images that were not the acceptable BB size in all of my contacts.  I spent hours reviewing all my contacts one by one and that fixed nothing.  I've deleted the software a ridiculous number of times, wiped the Torch several times.  Finally, I figured out on my own that I had to look for a calendar entry that was causing the unknown problem.  Now, after all this wasted time, all I want to do is sync my device to my Outlook calendar, but the software wants to delete all my Outlook entries.  Thank goodness I was paying attention and rejected the changes.  So now I can't sync again and have no where to turn to but this forum.  Why can I not get any qualified technical support???  I spent enough money on this device, why can't someone help me fix the problems that BB has created.  I want to throw this device out the window!

    First, I deleted all my calendar entries from the BB, then I changed the calendar sync settings to one-way, Outlook to device.  I ran the sync and everything moved over to the device.  At that point, I completed a backup and went back in and changed the settings back to two-way.
    Then, the following day, I connected the device and tried to sync again but the the software wanted to delete all or most all of my Outlook calendar entries again.  So I rejected the sync and stopped.
    Any thoughts?

Maybe you are looking for