Problem with PSA deletion

Hi All,
My requirement is to delete all PSA requests everyday before daily loads. For this i have created a PC with PSA deletion variant with the followng settings - data-source = 0CO_PC_02, source system = *, older than = 0 days, all requests (red and green). When the variant is run no requests are deleted, even if there are requests meeting the above conditions. Logs of the variant do not show any requests.  When i delete the requests manually from the Data-Source overview screen the requests are deleted but i can still see the request in the PSA table (se16). What could be the reason. The scenario works fine for other data-sources and variants with identical settings. Thanks.
Regards,
Saurabh Diwakar

Hi,
Please specify only these three things nothing else . This should do the job for you .
Data Source name
exact Name of the Source System with client Name
In older than put 0.
-Vikram

Similar Messages

  • HT5137 I made a purchase with my debit card on The Simpson Tapped out game, And now my game won't open. It just kicks me out every time I click on it. How do I fix this problem with out deleting my app?

    I made a purchase with my debit card on The Simpson Tapped out game, And now my game won't open. It just kicks me out every time I click on it. How do I fix this problem with out deleting my app?

    Personally, I would never use a debit card online, for security reasons.  If your card gets hacked its your money that is stolen.  At least with a credit card it is the card providers money that is stolen.
    Anyway,  I would delete the app and re-install.  If you paid for the app in the first place you will be able to re-install free of charge.  Also, the app should allow the in-app purchase to happen again as it should recognise that you have already purchased it previously.
    Finally, it might be that the 3G doesnt have as much ram as more recent models of iphone and you may have applications running in the background that are preventing the app to function with the in-app purchase unless you shut down any apps eating all you memory that are running in the background.  Shut-down these apps (and the simpson tap out app) by exiting to your home screen and double-tapping the home button to show what apps are running in the background.  press and hold any of the open apps until it starts shaking.  close all the apps down.  exit then re-launch the app.
    good luck.

  • Problems with cascading delete with entities

    I have a problem with cascading delete. I have two entities, Notebook and Note. One instance of Notebook can have several instances of Note in a Collection< Note >. The two entities are joined with a join table notebook_note that have two columns, the PK from the table of Notebook and Note. Note is not aware of the relation.
    From the user interface some elements of the collection<Note> can be added or deleted. I want to delete an element of that collection and make it persisted on the DB.
    If I add some Note elements to the collection and then I EntityManager.merge(notebook) (see public void persistNotebook() code below), I have all them persisted on the DB.
    However, if I delete some preexisting Note elements, after the merge I found deleted only the corresponding rows from the join table notebook_note BUT the rows in table Note, that was belonging to the deleted instance of Notebook, are NOT removed.
    Till now I found a way to do that (see code UserBean below), but I think that there is a simpler and so better way to do that! I hope to receive some suggestions!!
    @Entity
    public class Notebook implements Serializable {
    private static final long serialVersionUID = 1L;
    private String userName;
    private Collection<Note> notes;
    public Notebook() {
    public Notebook(String userName) {
    this.userName = userName;
    notes = new ArrayList<Note>();
    @Id
    public String getUserName() {
    return userName;
    public void setUserName(String userName) {
    this.userName = userName;
    @OneToMany(cascade = {CascadeType.ALL}, fetch = FetchType.EAGER)
    public Collection<Note> getNotes() {
    return notes;
    public void setNotes(Collection<Note> notes) {
    this.notes = notes;
    @Entity
    public class Note implements Serializable {
    String note;
    public void setNote(String note) {
    this.note = note;
    public String getNote() {
    return note;
    @Stateful
    public class UserBean implements UserRemote {
    private static Logger log = Logger.getLogger(UserRemote.class);
    @PersistenceContext(unitName = "etourism-ejbPU")
    private EntityManager em;
    &hellip;&hellip;
    @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)
    public void persistNotebook() {
    NotebookDao notebookDao = new notebookDao(em);
    notebookDao.merge(notebook);
    em.flush();
    public void deleteNotebookNote (&hellip;.) {
    &hellip;..
    //noteFound is the note I want to delete from the Collection<Note>
    notebook.getEvents().remove(noteFound);
    persistNotebook(); //see method above
    *//I have also to explicitally delete the associated note!!!*
    *NoteDao noteDao = new NoteDao(em);*
    *noteDao.remove(noteDao.read(noteFound.getId()));*
    public void addNotebookNote(&hellip;..) {
    //add new note to the collection<Note> of the Notebook
    Note newNote = new Note(&hellip;);
    notebook.getNotes().add(newNote);
    persistNotebook();
    Where:
    public class NotebookDao extends JpaDao<Notebook, String> {
    &hellip;&hellip;
    public abstract class JpaDao<T, PK extends Serializable> implements IDao<T, PK> {
    &hellip;..
    public void remove(T entity) {
    getEntityManager().remove(entity);
    public void merge(T transientObject) {
    getEntityManager().merge(transientObject);
    }

    Thank you gimbal2 for your answer.
    You are right saying that a single Note could be bound to multiple notebooks, when using a join table, so the cascade cannot be done automatically by JPA.
    However, in my case, a single Note is bound only to one Notebook, so I would like to drop the join table (as you rightly suggest): however when I declare in the Notebook, a relation 1:N in this way ...
    @OneToMany(cascade = {CascadeType.ALL}, fetch = FetchType.EAGER)
    private Collection<Note> notes;
    ... the join table is automatically created during the deploy.
    Sorry, I am a beginner in EJB3. What kind of relational mapping annotation should I use to have a straight 1:N relationship that doesn't generate a join table?
    I think that it should be better to avoid to modify the relationship (es. cascade option) directly in the created db tables and let the logic be declared in the entity code definition: am I right?
    Waiting for your suggestion ...
    thank you very much
    Enzo
    Edited by: contini on May 22, 2009 5:37 AM

  • Keyboard problems with Enter, delete, backspace, and right/left arrows

    In some applications, such as Yahoo and this message block right now !!, when composing a message, the arrow keys and delete, backspace keys become non responsive. Various ones will work on a random basis.
    I am getting double "carriage returns" also. Maybe this is why in Omegle when I press ENTER, it will not post a chat message; it will bring up a scroll box and for me to post the comment, I have to use the mouse to click ENTER.
    I have changed batteries in my keyboard, uninstalled /reinstalled Firefox. I have checked the above websites in Chrome and other browsers, and there are no problems.
    This has happened before, I don't recall what the solution was or if it just went away.'''
    Affected sites -- at least these
    http://us.mg6.mail.yahoo.com/neo/launch?ncrumb=Fx5R4O7ccqb&.rand=1041364415&nmig=yes#
    http://omegle.com/
    https://support.mozilla.com/en-US/questions/new?product=beta&category=b2&search=Keyboard+problems+with+Enter%2C+delete%2C+backspace%2C+and+right%2Fleft+arrows&showform=1

    PROBLEM SOLVED: http://forum.archlinux-br.org/viewtopic.php?id=1257
    Solution posted on Brazilian Archlinux forum. Credits to user "920608".
    [cache]
    /etc/xorg.conf
    Section "Files"
             #RgbPath "/usr/X11R6/lib/X11/rgb"
    EndSection
    Section "ServerFlags"
               Option "AutoAddDevices" "False"
    EndSection
    C'ya

  • F150 and problem with job deleted

    Hi all,
    I have a problem with F150: we have made a dunning session,
    but the batch job was manually stopped and than deleted.
    Now I don't know how to delete the dunning run (all delete
    option are unabled), and if we execute another session the customer
    are blocked by this dunning run.
    Someone know how to delete it?
    Thanks in advance
    Alessio

    Hi,
    Can u check whether Dunning Notices - Delete Dunning run disabled?
    If no dunning notice has been printed - try to restart the session thru SM35.
    Regards,
    Sridevi
    <i>Assign points, if useful</i>

  • TS3899 I HAVE IPAD AIR HAVING PROBLEMS WITH EMAIL DELETING AFTER A SHORT TIME WITHOUT COMMAND CAN YOU HELP

    Q. I have an IPAD air having problems with my email deleting after a short while without command.

    I've had issues like this before.
    I ended up having to call my provide to reset the connection, which worked for a while, then quit. i then took it into my provider for a new sim card and had the connection re-established again. I haven't had issues since.
    hopefully for you resetting the connection with your provider will do the trick and a new SIM card wont be nessesary.

  • Problem with FILE DELETE.

    Hi,
    I am facing a wierd problem here, my requirement is to FTP the file to another server and then delete it from the directory if the FTP is successful.
    Here is my code.
    FTPClient ftp = new FTPClient();
    ftp.connect("IP_ADDRESS_OF_FTP_SERVER");
    ftp.login("userId","password");
    int ftpReply = ftp.getReplyCode();
    if(FTPReply.isPositiveCompletion(ftpReply)){
    boolean deleteSuccessful ;
    sourceFile = "C:\\FILEDELETE\\ABCD123455.csv";
    inputStream = new FileInputStream(sourceFile);
    ftpSuccessful = ftp.storeFile(completeGDGName,inputStream);
    inputStream.close();
    if(ftpSuccessful){
    fileToBeDeleted = new File"C:\\FILEDELETE\\", "ABCD123455.csv");
    System.out.println("DELETE THE FILE");
    deleteSuccessful = fileToBeDeleted.delete();
    if(deleteSuccessful){
    //Perform some other operation
    This actually deletes the the file, but "deleteSuccessful" is always 'false', when I debugged I realised that the file is deleted from the directory on my machine when 'fileToBeDeleted = new File"C:\\FILEDELETE\\", "ABCD123455.csv")' is executed. I am not sure how this is deleted before the comman delete().
    Anybody ???

    import java.io.BufferedWriter;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileWriter;
    import java.util.ArrayList;
    import org.apache.commons.net.ftp.FTPClient;
    import org.apache.commons.net.ftp.FTPReply;
    * Created on 01-Nov-2007
    * TODO To change the template for this generated file go to
    * Window - Preferences - Java - Code Style - Code Templates
    public class FPT_BatchFile {
         public static void main(String[] args) {
         FTPClient ftp = new FTPClient();
         ftp.connect("IP_ADDRESS_OF_FTP_SERVER");
         ftp.login("userId","password");
         int ftpReply = ftp.getReplyCode();
         if(FTPReply.isPositiveCompletion(ftpReply)){
         boolean deleteSuccessful ;
         sourceFile = "C:\\FILEDELETE\\ABCD123455.csv";
         FileInputStream inputStream = new FileInputStream(sourceFile);
         ftpSuccessful = ftp.storeFile(completeGDGName,inputStream);
         inputStream.close();
              if(ftpSuccessful){
                   fileToBeDeleted = new File("C:\\FILEDELETE\\", "ABCD123455.csv");
                   System.out.println("DELETE THE FILE");
                   deleteSuccessful = fileToBeDeleted.delete();
    }Here you go, Yeah I doubt it will compile as this is not the complete code and for the FTPClient you would need commons.net jar file from apache. For more clarity I added more code. The problem is only with
    fileToBeDeleted = new File("C:\\FILEDELETE\\", "ABCD123455.csv");which is just deleting off the file from the directory. So any idea what wrong with that ?
    Edited by: hector on Nov 6, 2007 4:02 PM

  • Multiple problems with syncing deleting media off iPhone

    The syncing process on the iPhone is very frustrating.
    As all know, with the iPod, if I wanted to put a song I had in iTunes onto my iPod, all I had to do was connect my iPod, click on the song in iTunes, and drag it on to my iPod. Easy. No more. With iPhone, I have to sync in order to move anything.
    What's worse, if I delete anything out of my iTunes for any reason, I ultimately have to delete it off of the iPhone as well. Here’s why: as mentioned above, in order to add a song, I have to sync. Let’s say I have my iPhone set up to sync certain playlists only, e.g., “red,” “green,” and “blue.” If I sync my iPhone and let’s say, song “A” is currently on my iPhone in the red playlist, but has been deleted out of iTunes, my iPhone will delete it. If I try to avoid this problem – i.e., I want to keep red the way it is, so I only want to sync green and blue, and thus uncheck red in the “sync selected playlists” section, my red playlist is deleted off of my iPhone altogether. Why?
    This is a problem for multiple reasons. For one, my computer is running out of space. Media takes up a lot of space. I would like to be able to delete things off of my computer without having to lose them in order to sync my iPhone (for anything - iTunes, Outlook, etc). Similarly, I can’t import any songs into iPhone without buying them in iTunes on my computer and then syncing, so if I want to both add new songs and retain the songs I already have on my iPhone, I must keep them on my computer.
    I've already suffered the consequences. I deleted 40 hours of lectures (which I have on CD) off of my computer once I put them onto my iPhone, and now the iPhone has just wiped them all out as well. Terrific. I’m not about to reimport all those lectures now. It would take hours, and I’ve already done it once. I am very angry that a $600 piece of equipment has a problem that did not exist on my three-year-old iPod.
    And other similar syncing issues abound. If I try to tell the iPhone not to sync video with my computer, it DELETES the video off of my phone. Similarly, with photos – if I don’t want it to sync anymore, because I want to keep my photos the way they are on the iPhone, I can't just tell it not to sync photos. If I do that, it deletes them. This makes no sense to me.
    If these syncing problems weren't enough, iTunes no longer lets me play songs from my iPhone on my computer. This was never true with my iPod, and I fail to understand how this enhances security issues, since I was already unable to move media from my iPod back onto my computer.
    At the moment (it is 4 AM), I am now sitting at my computer re-syncing everything that I hadn't already deleted off my computer. It is incredibly, unbelievably, mind-numbingly frustrating, and I am NOT a person who gets frustrated by technology. Someone please help - I hope that I'm either missing an easy fix or that Apple is going to update the software immediately.

    Tap Settings App>General>Reset>Reset Network Settings.
    Take to place (Apple Center) that fixed it before and ask them to show you the steps to keep your iPhone working.

  • Problems with Refresh / Deleting Tracks and Album ...

    There are times when refreshing the Music Player library either won't complete (eg: after you've dropped the phone popping out the battery in the middle of a refresh .. or is that just me?) or deleted tracks and album art won't disappear from the Music library after a refresh.
    These problems are often down to corruption of the library and  the only thing to do is to delete the library files and start over.  Even a hard reset of the phone won't fix this as the files are stored on the card / mass memory.
    To delete the library files:
    - Ensure you can see hidden files in Windows Explorer:
    Windows Explorer .. Tools .. Folder Options .. View
    Select "Show hidden files and folders"
    - Connect the phone to your PC using the USB cable in "Data transfer" mode
    - Find and rename (or delete if you're really brave) files with names like:
    E:\private\101FFC31\mpxv1.mpd
    E:\private\101FFC31\pcv5.mpd
    E:\private\101ffca9\harvesterdb.dat
    (assuming the phone's mass memory / card has been connected as E
    Note that the folder names may be different and the files may have prefixes - eg: mpxv1.mpd could be called abcmpxv1.mpd.  Basically, you need to search under the Private folder for any files that look similar.
    If you rename files - eg: by adding a ".o" to the end of the name - instead of deleting them, you can always just change the name back if you find you need those files back.
    - Refresh the Music Player library
    This will take longer than normal as it's a complete refresh, but it should now work.
    Message Edited by patc on 12-Feb-2009 08:38 AM

    Hi,
    What version of Workspace Manager are you using ? I tested this with 9.2.0.4 and everything worked as expected. I was unable to update the row from the WK2 workspace after refreshing it.
    Please note that after removing WK1, all locks that had been held by the WK1 workspace are dropped. So, when you update the row for a second time, you are actually locking the row that had been merged(which is contained in the TOP workspace) and not the row from the LIVE workspace. So any workspace that references the row from the LIVE workspace, and not the one from the TOP workspace, would be able to update the row.
    This is the case that exists before refreshing WK2. However, after refreshing WK2, it will then use the row from the TOP workspace. Since this row is locked it would be unable update the row.
    Ben

  • Problem with cascade delete and remove bean

    I am working with two entity beans that map to two tables that have a foreign key relationship. Table B has a foreign key to A and in the database that foreign key is set for cascaded updates and cascaded deletes.
    The problem occurs when the the sytem first tries to remove bean 1 (mapped to table A) and then remove bean 2 (mapped to B) where bean 2 is associated with bean 1 with a foreign key relationship. The first remove works but then when it tries to remove bean 2 it throws a very ugly "CORBA TRANSACTION_ROLLEDBACK 9998" Maybe exception. My guess is that the reason is because bean 2's reocrd in the database was deleted when bean 1 was removed but the 'bean object' was not removed from the container.
    When I go into our Application Server and look at how it see's the tables, it show the wrong relationship. It shows a restrict delete and a restrict update realationship.
    My question is, am I wrong to think that this is a application server problem or a configuration problem? It seems to me that attempting to remove a non-existant record should not cause an error. It won't cause any SQL exceptions. Is this a flawed viewpoint? As a work around I made sure that the dependent records are deleted first but it kind of defeats the point of cascaded deletes.
    We have a limited number of support calls, should I use one or am I at fault here?

    If the database removes the record from the second
    table, why is the system trying to remove it once
    again? You should try to remove an entity from a
    single place, should it be the database or the
    application. Don't try to remove it twice.
    Regards,
    DimitarI could do this but it is a huge pain in my ass. The problem is that you might want to remove the dependent bean without removing it's parent. The object structure is a little questionable, I'll admit that. It is, as they say, the eleventh hour and I can't really change that now.
    The way this work is that the server gets a list of objects marked either as new, modified, or deleted. It then relates those changes back to the database.
    In this case we have two lists(which makes me realize where the class structure sucks.) In order to do what you suggest I would have to get all the deleted parent objects and then search all the deleted child objects for ones that have the parent's key in them.
    It would be prefferable to fix the class structure but again this is not an option.
    Anyone want to answer the question I asked?

  • Problems with Spacebar, Delete, FN, +, Capslock,

    Hi there,
    the following keys on my Macbook White are not responding anymore (only somtimes) ?!?...: Spacebar, Delete (Backspace), Capslock, FN, Left- + Up Arrow.
    The other keys work fine. With an external keyboard everything works fine.
    Sometimes when pressing FN, the internal macbook keyboard works again some minutes. It doesn't seem that this is a hardware-problem ?!? Or is it?
    Any solutions ?!? (I'm out of waranty so i can't call apple)
    Thanx a lot.

    First see if your computer needs the keyboard firmware update.
    http://www.apple.com/support/downloads/macbookmacbookprokeyboardfirmwareupdate10 .html
    Then try resetting your SMC
    http://docs.info.apple.com/article.html?artnum=303319

  • I am having a problem with iTunes deleting my playlists since iTunes Radio came online. Help!

    First of all, I'm a music teacher and loyal to iTunes.  Last week I came in and turned on my computer and opened up iTunes. I keep my entire library on an external drive due to the volume of songs I have.  When I opened iTunes, it popped up with the iTunes Radio icon and started going through my preferences and playlist.  Next thing you know, iTunes is stuck (frozen).  I did a control-alt-delete and closed iTunes that way.  This happened about 4 times before I thought, well, maybe I don't have the most recent version of iTunes, so I downloaded the latest.  After I did this, ALL OF MY PLAYLISTS DISAPPEARED.  A music teachers worst nightmare. Years of sorting music into categories and lesson!  UGH!!!  Some of the CD's I had imported also disappeared.  So I did what any person would do.  I poked around trying to find where they had gone, to no avail, then I started all over again rebuilding my playlists. Anyway, things were running normally until yesterday.  I opened iTunes in the morning and it ran fine.  In the afternoon when I opened it again, the same thing happened all over again.  What should I do.  Is there a way to retrieve the playlists?  Can I disable the iTunes Radio?  This cannot happen again!!  Help, friends who are smarter than I! I'm about ready to convert to Google Music.  (I know.... I said the name which shall not be spoken.... sorry.)

    Hello MamaSnookie,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes: How to re-create your iTunes library and playlists
    http://support.apple.com/kb/ht1451
    Best of luck,
    Mario

  • Problem with implemnting delete for each record in the report

    Hello all,
    I am having trouble implementing the following requirement in my application.
    In the reports, in each row..I need a delete button. Only few Users( Managers/Administrators) should be able to view this button. Rest should be able to see the normal report. Also when the user clicks on delete, the record should not be actually deleted but a column named Active/Inactive should be made InActive.( The report has only records which are active).
    My problem is when the user clicks on edit button, I dont want to go to another page and perform delete operation. I should be able to modify the record in the same report page. Is this possible?
    It would be really great if someone can give me inputs on how to do this..
    Thanks,
    shravanthi

    See this link for possible solution:
    Coding a delete process
    You will need to modify to do your "Delete"
    There is also Dene's Wonderful example application that shows a similar idea, but again you will need to modify to get your "delete" status set in the rows
    how to update records marked by [row selector] ?
    Thank you,
    Tony Miller
    Webster, TX

  • Problem with email deleting

    I have an issue with deleting e-maill.  I select all and then hit delete.  Sometimes it work & sometimes it doesn"t.  Is there a glitch?

    We are short of information:
    How do you read mail? From a web site, or with a dedicated e-mail program like Apple Mail, MS Entourage, or Outlook?
    What version of the Mac OS are you running. "iOS" as currently shown in your profile only runs on Apple iDevices, not Macintosh computers.

  • Problem with cascade delete in CMP one-to-one relationship

    I am not able to cascade delete for one-to-one relationship. Even though relationship seems to be setup correctly, record from the second table is not deleted.
    Following is the structure of tables i am using:
    First Table(vcc_lrmc) -- LRMCBean
    lrmc_id pk (Bean field is id)
    lrmc_dtl_id (Bean field islrmcDtlId)
    Second Table (vcc_lrmc_dtl) -- LRMCDetailBean
    lrmc_dtl_id (pk) (Bean field islrmcDtlId)
    lrmc_id (Bean field id)
    One to one bidirectional relationship has been setup with CMR fields moreLRMC and mainLRMC.
    section of ejb-jar is as follows:
    <ejb-relation>
    <ejb-relation-name>LRMCMainToDetail</ejb-relation-name>
    <ejb-relationship-role>
    <multiplicity>One</multiplicity>
    <relationship-role-source>
    <ejb-name>LRMC</ejb-name>
    </relationship-role-source>
    <cmr-field>
    <cmr-field-name>moreLRMC</cmr-field-name>
    </cmr-field>
    </ejb-relationship-role>
    <ejb-relationship-role>
    <multiplicity>One</multiplicity>
    <cascade-delete/>
    <relationship-role-source>
    <ejb-name>LRMCDetail</ejb-name>
    </relationship-role-source>
    <cmr-field>
    <cmr-field-name>mainLRMC</cmr-field-name>
    </cmr-field>
    </ejb-relationship-role>
    </ejb-relation>
    section of orion-ejb-jar is as follows:(Bidirectional mapping)
    <entity-deployment name="LRMC" data-source="jdbc/VCCDS" table="VCC_LRMC">
    <cmp-field-mapping name="moreLRMC">
    <entity-ref home="LRMCDetail">
    <cmp-field-mapping name="lrmcDtlId" persistence-name="LRMC_DTL_ID"/>
    </entity-ref>
    </cmp-field-mapping>
    </entity-deployment>
    <entity-deployment name="LRMCDetail" data-source="jdbc/VCCDS" table="VCC_LRMC_DTL">
    <cmp-field-mapping name="mainLRMC">
    <entity-ref home="LRMC">
    <cmp-field-mapping name="id" persistence-name="LRMC_ID"/>
    </entity-ref>
    </cmp-field-mapping>
    </entity-deployment>
    Is there anything else need to be setup for Cascade delete or is there anything wrong the way one-to-one relationship has been setup.
    Pls. advice.
    Thanks
    Dhiraj

    Is it happening because of this bug.
    Cannot create a 1:1 bi-directional CMR for entity beans when database tables are reverse engineered. (2447364)
    Anyone, any idea on this ?
    Cheers,
    Dhiraj

Maybe you are looking for