Junk transactions are getting created in WF_ITEMS

Hi,
We have a severe problem, hundreds of junk transactions are getting created in wf_items table daily (for same item_type and same root_activity). For all of these transactions the 'owner_role' is same and these are left active (end_date is null). These transactions are not having either Parent or Child records. Due to these transactions performance is getting impacted. Please help us in finding the root of these transactions.
Thanks a lot in advance,
Ramu
Edited by: Ramu G on Dec 29, 2010 7:54 PM

Hi Srini,
OS: Linux 2.6.18-128.4.1.0.1.el5PAE
DB: Oracle DB 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
EBS version: R12.1.3
I could see these junk transactions since 2003 but from 2009 onwards these were getting created in huge amount. 2003 to 2008 total number of transactions are < 10000, but in 2009 : 340000 and in 2010 (till today) 470000.
one sample record:
Item Type: HRSSA
Item Key: 9727158
Root Activity: ORA_GEN_MAINT_PERINFO_V5_PRC
Root Activity Version: 39
Owner Role: [email protected]
Parent Item TYpe: NULL
Parent Item Key: NULL
Parent Context: NULL
Begin Date: 16-Oct-2010
End Date: NULL
User Key: Personal Information V5.0
HA Migration Flag: NULL
Secuirty Group ID: NULL
I am not sure what was changed and which is causing this data.
Thank you,
Ramu

Similar Messages

  • Empty files are getting created at receiver FTP server

    Hi Experts,
    I have an Idoc to File scenario where I am sending an XML file to receiver FTP server.
    Scenario is working fine but sometimes an empty file is getting generated at receiver FTP server.
    I have already selected ignore empty file at receiver channel so issue is not within PI system configuration.
    When I checked the message log I can see that almost all the files are getting created successfully without any issues, but
    for some files/messages I can see that there are below error logs.
    "Transmitting the message to endpoint <local> using connection IDoc_AAE_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Could not get FTP connection from connection pool (1 connections) within 5,000 milliseconds; increase the number of available connections"
    "Exception caught by adapter framework: Could not get FTP connection from connection pool (1 connections) within 5,000 milliseconds; increase the number of available connections."
    And after there is again success message log in the same message and it creating a file successfully during that time stamp.
    but the third party is sometime receiving empty file which I am not able to find in any trace or log (my file name is SD_timestamp.xml).
    Can you please let me know what is the solution and what adjustments FTP server need to do in order to resolve this issue.
    Thanks in advance.
    Regards,
    Rahul Kulkarni

    The error you are getting that says "Could not get FTP connection from connection pool (1 connections) within 5,000 milliseconds; increase the number of available connections" has probably nothing to do with the empty files problem.
    I second Hareesh Gampa that you first should try "temporary file creation". You might also need to tell the FTP owner that he should only pick up files with that are written completely and that do comply with a negotiated file name schema. The temp file should have another schema of course then. He should not pick up just every file that is written. See here for details
    http://help.sap.de/saphelp_nw74/helpdata/en/44/6830e67f2a6d12e10000000a1553f6/content.htm
    HTH
    Cheers
    Jens

  • Weird filename are getting created in archive directory.

    Hi All,
    Weird filename are getting created in archive directory.
    I have one ftp adapter,after the file getting processed the file's are getting moved to archive directory.
    But with some different file name/ filename are randomly generated. But the content of the file remains the same.
    Pls suggest.
    Thanks.

    This is standard functionality, it uses the original filename with a suffix of the datetime.
    cheers
    James

  • EREC: Multipal IDOC are getting created in receiver system for one IDOC

    Hello Experts,
    I ran in to one wearied issue in IDOC creation in Receiver system. I am running PFAL in sender system for only Person but 10 IDOC are getting created in receiver system. I don't know why is this happening.
    This issue started popping up after we ran RBDAPP01-Inbound Processing of IDocs Ready for Transfer. We ran this to change IDOC to 53 status. Now I don't know what went wrong but Perner distribution is behaving
    Appreciate your help.
    Regards,
    Krishna Bidwai
    Losangeles USA.
    818 527 0204.

    Yes, employee is getting created after adding 0003 into the filter, but can u please answer my another question, i.e. PERNR in sender and receiver system should be same.
    So in Receiver system (ECC) do i need to maintain external number range for PERNR?
    Thanks

  • Why 2BDOCS are getting created for sending Sold to Party to ECC.

    Hi,
    I have a question, when BP (Sold to) gets create in CRM & replicates in successfully ECC.When I see Tran SMW01, I found two bdocs are getting created for same Sold to. Why this is happening!! How I can remove the another Bdoc type (VEND_MAIN).
    Please suggest.

    Hello Developer,
    Yes, I've checked the combinations of webshop(In Shopadmin) and Product Catalog.(Sales Area) 
    All of them are compatible.
    Hey DJ,
    When you say: u201Cthe first entry maintained in the USAPPLREF tableu201Du2026.in our case, there are 2 entries for my user (PPELA3). The first one is for object type BUS1006001 and object key nr° 23263-my contact person, linked to sold-to nr° 1000003), which is the employee that I 've created in the ISAUSERADMIN.
    The second entry is with object type KNA1 with object key nr° 1000003 (which is the sold-to).
    Those are the only entries for my user in this table.
    Does this sequence have the influence described by you? Is that what you want to say?
    Other point: Does the REFERENCE CUSTOMER is important for the B2B scenario? (Our case) Since I thought it was important just for B2C scenarios, It was the same number in SHOPADMIN Webshop creation.
    In the meantime, I will create a new reference customer and change the webshop parameters.
    Thanks for your inputs.
    Regards,
    Paulo Pela

  • Temporary tables are getting created, name starting  with BIN$.....

    Hi,
    I am using Oracle 10.2 and am experiencing an issue that doing some operations on existing tables, some temporary tables are getting created starting with BIN$.
    For ex: BIN$HULdSlmnRZmbCXAl/pkA9w==$0
    But I dont see these tables in the database after two or three days. I found that these temporary tables are a replica of existing tables and these contain only the table structure but not the data. I even not able to drop them from database.
    Can anyone throw some pointers on this?
    Thanks and Regards,
    Siva

    These tables are in the Oracle recycle bin. When you drop a table, Oracle just renames it to BIN$xxx so that you can undrop the table if you made a mistake.
    - You can ignore tables in the recycle bin if you would like. Oracle will automatically purge them when it needs the space.
    - You can prevent a table from going in to the recycle bin by adding the purge command to the drop, i.e.
    DROP TABLE table_name PURGE- You can empty out the recycle bin using the command
    SQL> purge dba_recyclebin(or just recyclebin if you only want to clear out the objects you own from the recyclebin).
    Justin

  • How the ASN in or out messages are getting created whenever there is any action performed related to these messages.

    Hi ,
    Can any one please let me know with an example like,
    I have receive the ASNin message in SIM and then ASNOUT will get created and flowes to RMS.
    How these ASNin or out messages are getting created.

    Hi Keith,
    You stated that "I think Geoff's showing remarkable tolerance  by not just deleting the whole thread." Are we in the third world countries that there are no freedom of speech?!!!
    I appreciate your help. 
    Some of you mentioned that I don't know how to use it.  I have a question for you where did you learn how to use Lightroom?  I learned the same way everyone learns.  Study the subjects by reading books, videos, taking classes and enroll in some kind of training.  I am following all the instructions that I can my hand on.  I wish that instead of accusing me of not knowing have a different view of the issue.  What if there is a bug in the program?  Some of you were and are very successful and that does not mean that the program does not have some issues.  We all use the program differently, and with these differences ways in using it some problems will come out for some and not for others.
    I am not promoting one program over the other, and I am not putting Lightroom down.  I am just expressing how I feel.  Put yourself in my shoes and spent just hours creating some renaming templates and suddenly you find out that it is not there anymore and all your efforts are gone with the wind.  I then go and search through the internet to find out what did I do wrong and how to solve it.  I find out that I am not alone, and there others that still waiting for the solution to come.
    Let be open and do not hush people, and when you do that it will be the end of any progress or improvement on how everything is.
    I would like to express my deepest gratitude to all of you.  You are all supportive and very helpful.
    Thank you and have a very Happy New Year.
    Mo

  • DefaultTrace. x .trc are getting creating around 6 for minute

    Hi Gurus,
    In one of our production system at \j2ee\cluster\server0\log\defaultTrace.<x>.trc these traces files are getting generated around 6 for every minute with 10 MB each. Not sure why these many are getting created and everytime 10 MB each?
    Please help me with some fix
    Thanks in adavance
    Regards
    Sekhar

    Old logs are compressed (zipped up) to save disk space. By default, logs are written to a maximum of five files with 10MB capacity of each file. Thus, when this set of five files are full, it will rotate back to the first file and start overwriting the old logs. Before overwriting the old logs, the Log Configurator service backs up the five files into a zip file. So, each zip file contains a set of five log files. The logs within these zip files are called archive logs

  • Since 2009 GL account maintained as OIM but transaction are getting posted

    Hi All,
    we have problem with OIM GL account.   Since 2009 the GL account maintained as OIM but suddenly transactions are  showin  in FBL3n as posted status...
    These transaction does't not appearing in GL clearing tranction F-03,  so that we are unable to clear these tranctions...
    Even i have checked the master data changes history but i did not find the any changes.... since 2009...
    Please help me out from problem......
    Moderator: Don't double post; you have open thread already on this issue

    Hi,
    Please make sure that, all line items posted to this GL till date, are open item managed or not.
    If some of them are open item managed and some are with POSTED status, then there must be some changes took place.
    And also check in GL master, whether the GL is currently set as OIM or not?
    Regards,
    Srinu

  • Goods Receipt is not completed but Outbound deliveries are getting create.

    Hi,
    I have a Cross Dock issue.
    In cross dock scenario, after completing inbound process, outbound delivery needs to process.
    in our case there is batch job running in the background, which is creating Outbound deliveries without completing the Inbound process.
    This should not happen.  Customer getting  confused with this process,
    process as follows:
    SO-> PR-> PO-> Inbound delivery-> MIGO.
    then we go to VL10C and create the Outbound delivery.
    i check the availability check at delivery level, all setting are correct.
    Please letme know what setting needs to be done for this, to restrict this process.
    We need output like, 1st GR needs to be done , then using VL10C, outbound deliveries needs to create.
    awating for your help.
    Br,
    Hari.

    Hi...Krishna,
    Can you explain  the process for Inbound delivery creation.
    Rgds

  • My Firewall is not letting me change permissions, and documents with .501 and .503 extensions are getting created related to Device Discovery and Image Capture!

    I have good reason to believe my system has been compromised. Just a few minutes ago I went into the "System & Security" from the "Preferences" and I just happened to click on my firewall settings and in the window in which users can "allow" or "block" certain actions I saw a permission for screen sharing green and allowed, [shown in the picture below] and I tried many times to click on it and press the minus sign or change the permission from green to yellow or red and simply block it, but it appears to be frozen or locked and I cannot even select it. I'm on the administrator account so it's not a matter of user account. Clicking on it doesn't do anything. Having said that I can check and select the "Stealth Mode" and "Block All incoming Connections"... but why am I not able to select that Screen Sharing and what is it? [Image below]
    I also spotted 2 strange looking docs created in my Library/Caches folder, file name: com.apple.ImageCaptureNotifications.DeviceDiscoveryDatabase.501 and com.apple.ImageCaptureNotifications.DeviceDiscoveryDatabase.503  [Image below]
    In Finder, on the sidebar, next to the "Computer" icon under the devices, the title "Computer" itself has disappeared, and it's basicly blank and empty in front of the "Computer" Icon, it works and takes me to "Macintosh HD" when I click on it, but the writings have disappeared... [Image below]
    Would anyone please tell me what this is all about? I'd really appreciate your help. Mac OS X 10.7.5 2.3 GHz Intel Core i7

    I haven't been able to get my site posted up yet. Here is a link to it anyway:andrearosales.com
    I will be working on connecting my files up to my server. At the moment, here are some screen shots of some messages that I am getting when I am saving my file.
    I'm not sure what to make of these messages. I tried to put a new spry horizontal menu bar on my main page, and when it appeared, it displayed as a spry vertical menu bar.
    Here is a picture of what it looks like:
    I"m going to refer to the links that were suggested to me though. I'm not sure if pictures of the code will help to solve my problem. I'm going to try again to connect my files to my server though.

  • Junk tables are being created on deletion of any table

    Dear All,
    Whenever I delete any table from a user it creates some junk kind of table like
    TNAME TABTYPE CLUSTERID
    BIN$oTJiq1ImTHSL1DFPobDGkA==$0 TABLE
    BIN$+okW8RgeTdCciVbIfvU41g==$0 TABLE
    BIN$NjkdjFdXSFah/4jPwRM9nQ==$0 TABLE
    I have deleted three tables by simple 'drop' command and it created these tables just after deletion. Why!!!
    my oracle version is:
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Thanks!
    Zia Saheef

    Re: About drop table.

  • HT201359 Suddenly for the past 3 months ,I am unable to buy anything through my visa credit card in iTunes store as well as in google play store, all the transactions are getting declined.But Iam able to buy in other sites using the same credit card. Pls

    For the past 3 months I am unable to buy anything in I tune store as well as google play store using visa credit card.
    It is getting declined in these stores only.
    In all other online stores I am able to buy with the same credit card for eg. in e bay
    Guide me.

        I can see that this issue has been quite extensive, and frustrating, and I am so sorry for all that has happened societygirl! I would like to help you work this issue out. Please follow & send me a Direct Message, so I can get your account specifics and help finally bring this to a resolution.
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • Move Transactions are not getting Costed

    Hi,
    We have defined an organization which uses Standard Costing.
    When a 'MOVE' is performed through 'MOVE TRANSACTIONS'screen,the move operation should be costed based on the resources allocated to that standard operation which
    is not happening.The Resource 'CHARGE TYPE'(in BOM RESOURCES SCREEN) is set to
    'PO Receipt', 'COSTED' is enabled and 'ACTIVITY' is set to 'Move'.
    After performing Move transactions, when we query 'View Material Transactions Screen'(Reason,Reference Tab), the 'COSTED' flag shows 'NO' even after invoking the required managers.
    We are using ver.11.5.5 (DMF-G).
    I hope somebody responds to this!!
    Thanks in Advance,
    Kiran

    Hi Bala,
    Thanx for responding!!
    The Cost manager is active and infact all our resource transactions are based
    on OSP items.None of the transactions are getting costed.In fact we have migrated from 10.7sc(FES-Factory Execution System) to 11.5.5(OSFM) and this problem is only with the migrated one(It's fine with 'Vision').I found that the data in the 'WIP_COST_TXN_INTERFACE' is not getting processed & flushed.All the records in that table remain as it is with process_status '1'.The Cost manager is up & active.Any suggestions or views from you would be appreciated.
    Thanks!
    Kiran

  • Error while posting payroll results to FI  - Documents not getting created

    Hi all,
    While posting payroll results to FI for Dec 2011 a failure of our Production Server resulted in erroneous posting of payroll
    results. Posting run no: 1756 did not get posted at all though the run
    status shown was "document posted". The issue was resolved by resorting
    to manual posting of entries.
    Now we are unable to post payroll results for Jan 2012 for the same
    range of employee numbers for whom the manual posting was made for Dec
    2011. No posting documents are getting created.
    Kindly suggest how to resolve the issue.
    Regards,
    Sunil

    Hi All,
        I raised an OSS for the issue. SAP Support provided a solution for the problem. The solution involved cancelling a reversal which we had tried and failed followed by re posting the run no 1756. Our manual entries had to be reversed.The solution is given below.
        Please follow these steps:
    - Select the posting run 1756
    - Menu => Edit => Reversal => Reset after termination
    - After last step the status of the posting run should appear as
    'documents posted'
    - Go to transaction SM13
    - Select by user 8273 and date 02.01.2012
    - You should see an entry like this:
    400 8273 02.01.2012 15:26:57 @07\QEnqueues released@ Error
    - Select the entry and press the button 'Single test'
    - In case the system shows an error, please send the message back to us
    - In case the system shows no errors => press button 'Repeat update'
    - Then check in PCP0 and FI is the document has been correctly posted.
    Regards
    Sunil

Maybe you are looking for

  • Forms are not coming up

    Hello All, In our 11.5.10.2, sometimes, Forms are not coming up with no error messages populated; Form launcher is not even launched. Again, this is happening from time to time, with different users and different Forms. What are the stuff that I need

  • Embedded Fonts Question?

    Please look at the blog headlines on this page and tell me, are they using embedded fonts? What font is this? Link: www.deliciousdays.com The headlines look so clean... I would also like to know any disadvantages to using their method. Thanks!

  • Help for: Video 4:2:2 + Dolby Digital + Stereo

    Dear all I posted this stopic already here http://forums.adobe.com/message/2579911#2579911 and Bill Hunt suggested me to report here the issue in order to be able to get some help. Could you help me please ? ------- TOPIC Dear all In order to publish

  • Ipad is locked on voice controls?

    It appears my ipad is locked on some kind of setting. It's annoucing everything i try to do. I also have to hit the buttons twice in order for apps to open. It says..." settings button" slide to unlock double tap to focus camera selected general butt

  • Mac book pro 13 nuovo di un mese, non funziona la track pad e il puntatore resta fermo

    Appena acceso il puntatore era rimasto fisso sulla meletta in alto a sinistra, ovvero dove l'ho lasciato prima di spegnerlo l'ultima volta. Il track pad non risponde, nè lo scorrimento nè il tasto. Se attacco un mouse con usb il puntatore funziona. C