Inconsistent update flags Message no. C(004

Hi Friends,
     When I processed the order in CRM Online it got replicated to R/3
     and from R/3 Delivery and invoice got created and document is completed.
     The Issue is that the Bdoc which has to replciate the Delivery and Invoice back to CRM
     did not replicate and in SMW01 i could find the error against the Queue CSA_ORDER_4000*
     "Inconsistent update flags Message no. C(004" and
      in CRMD_ORDER I could see the error as,
      An error has occured in the system C23CLNT100 while copying the document
      Message no. CRM_ORDER_MISC 020
      Diagnosis
      Errors have occured while transferring the document into another system. Remove the error  
      messages from the enclosed log.
      Transmission log
       Inconsistent update flags (Notification E C( 004)
     Please let me know if any one has faced this issue (I have already applied the OSS Note)
     and please tell me how to resolve this issue.
     Regards,
     Satish Kumar

HiRika,
By using the program (T.Code SE38)
Program : CRM_STATUS_OBJECT_CREATE and execute the same
to update the status of the R/3 Document
Enter the Sales Document Number which you want to Update the Status.
After Executing the Same you will find the Object Status COI and COH will be be updated.
Once it is true Execute the Queues manually
You can get the Sales Document number from the Bdoc which got struck.
Hope it helps.
Satish

Similar Messages

  • Inconsistent update flags (Notification E C( 004)

    Hi Friends,
         When I processed the order in CRM Online it got replicated to R/3
         and from R/3 Delivery and invoice got created and document is completed.
         The Issue is that the Bdoc which has to replciate the Delivery and Invoice back to CRM
         did not replicate and in SMW01 i could find the error against the Queue CSA_ORDER_4000*
         "Inconsistent update flags Message no. C(004" and
          in CRMD_ORDER I could see the error as,
          An error has occured in the system C23CLNT100 while copying the document
          Message no. CRM_ORDER_MISC 020
          Diagnosis
          Errors have occured while transferring the document into another system. Remove the error  
          messages from the enclosed log.
          Transmission log
           Inconsistent update flags (Notification E C( 004)
         Please let me know if any one has faced this issue (I have already applied the OSS Note)
         and please tell me how to resolve this issue.
         Regards,
         Satish Kumar

    Hi Satish,
        I have same issue in CRM production system. Where you able to solve it? If yes, please share how you solved it.
    Thanks,
    Regards
    Deepika

  • Inconsistant update flags

    Hi Experts,
    Creating a sales document in CRM sporadically apears message "C( 004 inconsistent update flags". My case is similar to note 747077, with two differences:
    1) The error occurs sporadically
    2) In note 747077 they use as distribution lock, which seem to be sistem status I1026.
        We use user status NoDs that prevents distribution and has operations "to distribute" forbidden.  (In user Status NoDs,  I1026 is inactiv. )
    Bdoc with status NoDs usually show messages:
      <i><b>CRM_ORDER_MISC022 - No upload into R/3
      CRM_ORDER_MISC024 - R/3 adapter is called</b></i>
    In error cases the bdocs with status NoDs have only one message:
      <i><i><b>CRM_ORDER_MISC024 - R/3 adapter is called</b></i></i>
    <b>Has anybody an idea what can solve the problem?</b>
    <b>Is there a way to activate and desactivate sistem status I1026 in status profile?</b>

    Hi,
    I would recommend to check all the Partners and Products, used in Order, already exist in R/3.
    Secondly, controlling the System status Ixxxx can be done through User status.
    Just set the System status u want against the user status in Customising:
    SPRO > SAP Implementation Guide > Customer Relationship Management > Transactions > Basic Settings > Status Management > Change Status Profile for User Status
    Hope this helps...
    Kindly reward with points in case helpful
    Sharif

  • Please Help needed  - Inconsistent update flags error

    Hello Experts,
    I am experiencing an error in the Middleware and I am not able to find a solution.
    When I create sales order in CRM, they get replicated correctly to R3. Nevertheless, I never receive the notification from R3 to CRM and the Bdoc remains in Intermediate status with the message 'ERP adapter is called'.
    When I modify the sales order in R3, I receive a notification from R3 to CRM with the error 'Inconcistent update flags'.
    Can anyone help me to fix this issue? Why I am not receiving the notification from R3 to CRM once the sales order is replicated?
    Thanks a lot.
    Regards,
    Oliver

    Hello Oliver,
    This means that the BDoc is still awaiting a response from ECC.It is likely that an outbound queue in ECC is in stop mode or waiting mode. Can you please check the outbound queue in ECC?
    The message "R/3 adapter is called" is not an actual error or problem, it is just a flow message saying that the flow has left CRM. In your case, the flow made it to R/3 where it has got stuck most likely due to some conversion error /an application error.
    With report CRM_ODE_CHECK_CFG on CRM system check all necessary settings for data exchange of sales orders between CRM and R/3. Please check if application BC-MID is active in table TBE11 on R/3 side.
    Thanks,
    Rohit

  • XI: How to update the Message Status (shown by transaction SXMB_MONI  )

    Hi
       My question might be stupid, but I need you help.
    I would like to know how can I update the message status what we see while using trasaction SXMB_MONI  . The Scenrio is, I have a Custom Interface program build on the Abap Proxy interface method called EXECUTE_ASYNCHRONOUS.
    If I am not wrong, transaction SXMB_MONI is on the XI system and also on the SAP Application system. ( But I am not sure in what way the same transaction differ in two systems )
    My issue is,  when I receive the xml data into a structure in abap proxy, I am doing some validation on the received message data. If I found some error in the data , then I need to update the Message status of the SXMB_MONI to  ERROR flag. How to implement this ?   I have not done one before. And I am not sure, if any exception like error message is raised, will it stop the proxy from processing further and update the Message Status and this can be viewed using SXMP_MONI in the SAP application system to be ERROR flag?
    Or is there a BAPI or function module to handle this ?
    Appreciate your help
    David

    Hi
    I am not sure If I had understood you reply. But Would need your help to have a bit more insight to your answer. I am not completely into XI , but I am from ABAP side.
    At the R/3 side , Abap Proxy object geneted has the INTERFACE and its associated  METHOD, in which I am building my own abap code to do any validation on incomming data. But If I want to Raise a Exception, I understand that this Expection has to be first defined .
    But do I have to define a new Z Expection class  or can I just add a exception in the Proxy -Interface-method.
    I have not understood this process.
    All I need to do is, if I find any incomming data error , during my validation at the R/3 side, I need to stop the METHOD processing ( by any means ) and Update the Message Status flag show in SXMB_MONI to Error . 
    What is the trigger  that i can implement in myown code that will update the Message status to Error , from R/3 perspective of using SXMB_MONI.
    Thanks
    David

  • List view status of flagged messages in Yosemite Mail Smart Folders

    I'm using Mail in Yosemite with an Exchange server. Before Yosemite, everything was fine, now I have an issue with message flag status in Smart Folders. I have a Smart Folder which is my "ongoing" mail folder; it is set to only show unread and/or flagged messages. In the latest version of Mail, setting the messages flagged status does not change the flag icon in the message list, but does in the header of the actual mail message. The only way to get the flag to show up in the list is to select another folder and then reselect the smart folder. It does this on both my MacBook Pro and iMac, with with the latest Yosemite version and all updates applied.
    In the previous OS X Mail (Mavericks) changing the flag status would remove/add the flag icon in the message list pane; now it doesn't. It's insanely annoying.
    Anyone else seen this bug? I have tried recreating the smart folder and that makes no difference, neither has rebuilding the mailbox/deleting index/envelope file. No changes have been made to our Exchange server.
    Cheers
    Matthew

    Well, I guess those are more "smart inboxes" and not "smart mailboxes" in iOS...

  • Trigger and Update Flag Table

    I've recently started trying to automate around a dozen procedures. These procedures are set to run immediately after the necessary previous procedure(s) is(are) done.
    What I am attempting to accomplish is a single generic trigger that will fire off each procedure when its parent procedures have finished firing. This will be accompanied by an update_flag table with three columns
    PARENT_PRC----------------------CHILD_PRC----------------------FLAG
    parent_prc_name1--------------child_prc_name1-----------------N
    parent_prc_name1--------------child_prc_name2-----------------N
    parent_prc_name3--------------child_prc_name3-----------------Y
    Logic:
    *1.*     When a procedure fires it updates this table to set any rows in which it is the “PARENT_PRC” by updating the FLAG column to = Y.
    *2.*     The trigger will execute a child procedure if its flag (or in the case of multiple parent procedures; all of its flags) are set to 'Y'. This trigger is set to fire AFTER a table update on the UPDATE_FLAG table.
    ----a.     I have to execute the procedure UFLAG in a job because I want the trigger to execute the procedure and then continue running immediately, rather than wait for the procedure to finish then commit. This way the trigger could start several procedures all running at the same time.
    ----b.     I have made it an autonomous transaction because I needed the job to fire immediately rather than be queued, which required a commit within the trigger.
    *3.*     The last step is to set the flag in UPDATE_FLAGS back to 'N' for CHILD_PRC = '||uflag||' once the child procedure is complete.
    ----a.     I have tried placing the update child_prc = 'N' in the trigger but it won’t allow a trigger that fires on update to update the same table.
    ----b.     I want to avoid putting the update statement in all of my procedures because I would like the option of running these procedures manually for testing purposes WITHOUT effecting the update_flags table.
    Number 3. is the key problem I have been having. Placing code within the trigger to update the update_flags table setting 'Y's back to 'N's once the procedures have fired causes a deadlock error.
    I believe this is simply because the trigger is attempting to update a table which (upon updating) causes the same trigger to fire before it has finish executing.
    How can I update the Flag table to reset the update flags back to 'N'?
    Is there a different way of doing this all together?
    Here is some code with dummy procedures that demonstrates what I have so far.
    With this code, executing parent procedures should set the update_flag table to 'Y' for FLAG where procedure = 'parent_prc'.
    I need to find a way to execute the child procedures AND set the FLAG column back to 'N' from the trigger.
    ex. executing parent_1 should set update_flags.flag = 'Y' where parent_prc = 'parent_1' and thus execute procedure CHILD_A and CHILD_B.
    create table update_flags (parent_prc varchar2(10), child_prc varchar2(10), flag varchar2(1));
    insert into update_flags values('parent_1', 'child_a', 'N');
    insert into update_flags values('parent_1', 'child_b', 'N');
    insert into update_flags values('parent_2', 'child_c', 'N');
    insert into update_flags values('parent_3', 'child_c', 'N');
    insert into update_flags values('parent_4', 'child_d', 'N');
    CREATE OR REPLACE procedure parent_1 as
    BEGIN
    update update_flags set flag = 'Y' where parent_prc = 'parent_1';
    END parent_1;
    CREATE OR REPLACE procedure parent_2 as
    BEGIN
    update update_flags set flag = 'Y' where parent_prc = 'parent_2';
    END parent_2;
    CREATE OR REPLACE procedure parent_3 as
    BEGIN
    update update_flags set flag = 'Y' where parent_prc = 'parent_3';
    END parent_3;
    CREATE OR REPLACE procedure parent_4 as
    BEGIN
    update update_flags set flag = 'Y' where parent_prc = 'parent_4';
    END parent_4;
    CREATE OR REPLACE procedure child_a as
    BEGIN
    dbms_output.PUT_LINE('CHILD_A Worked');
    commit;
    END child_a;
    CREATE OR REPLACE procedure child_b as
    BEGIN
    dbms_output.PUT_LINE('CHILD_B Worked');
    commit;
    END child_b;
    CREATE OR REPLACE procedure child_c as
    BEGIN
    dbms_output.PUT_LINE('CHILD_C Worked');
    commit;
    END child_c;
    CREATE OR REPLACE procedure child_d as
    BEGIN
    dbms_output.PUT_LINE('CHILD_D Worked');
    commit;
    END child_d;
    CREATE OR REPLACE TRIGGER MASTER_TRG
    AFTER UPDATE
    ON UPDATE_FLAGS
    DECLARE
    Pragma  AUTONOMOUS_TRANSACTION;
    BEGIN
      DECLARE
      job_num number;
      uflag varchar2(1000);
      BEGIN
            select  MAX(case when COUNT(case when flag='Y' then 1 end)=COUNT(*) then CHILD_PRC else '  ' end)
            into uflag
            from        update_flags
            group by    child_prc;
            IF   uflag <> '  ' THEN
                                      --update update_flags set  flag = 'N' where child_prc = uflag     --(line of code that causes deadlock error)
                            dbms_job.submit (job => job_num,
                            what => ' '||uflag||';'
            END IF; 
       END;            
    COMMIT;
    END MASTER_TRG;
    execute parent_2;
    execute parent_3;

    >
    I think I am getting my head around the transactional/trigger issue.
    >
    It doesn't sound like it since you are still talking 'triggers'. At any rate it is OP that needs to get their head around it.
    OP doesn't even know what the entire process needs to be but has already decided that
    1. a single generic trigger that will fire off each procedure when its parent procedures have finished firing
    2. an update_flag table with three columns: PARENT_PRC, CHILD_PRC, FLAG
    3. a procedure fires it updates this table to set any rows in which it is the “PARENT_PRC” by updating the FLAG column to = Y.
    4. a job - I have to execute the procedure UFLAG in a job
    5. I have made it an autonomous transaction because I needed the job to fire immediately rather than be queued, which required a commit within the trigger.
    6. there should be an option of running these procedures manually for testing purposes WITHOUT effecting the update_flags table.
    Fortunately OP had the wisdom to ask
    >
    Is there a different way of doing this all together?
    >
    Doesn't anyone design things anymore? Seems like everyone just wants to decide what the solution ought to be be and then try to force the problem to fit into it.
    The first stage is the DESIGN - not the implementation details or technology to use.
    The first design step is to outline, or flowchart, the PROCESS that needs to take place. Since OPs post lacks sufficient detail I will substitute my own 'guesstimations' to illustrate.
    1. there are one or more 'parent' processes
    2a. these parent processes are allowed to run in parallel as they do not interfere in any way with the processing done by other parent or child processes. (is this true?)
    2b. these parent processes ARE NOT allowed to run in parallel as they may interfere with each other.
    3. Each parent process can have one or more 'child' processes. (it appears that these aren't really children but rather processes that are 'dependent' on the parent or that must always be executed after, and each time that the parent executes.
    So here are just SOME of the things that are missing that must be known before possible alternatives can be explored
    1. Re item #2 - can the parent processes be executed in parallel? Or must they be executed serially? Will any of the parent processes be dependent on any other parent or child process?
    2. What is the relationship between a parent process and its child processes? Is the parent always executed first? What triggers the parent execution? How often is it executed?
    What if it is already executing? What if other parent processes are currently executing? What if one or more of its child processes are executing? What if the parent process fails for any reason - what action should be taken?
    Based on what was posted a set of parent and child processes might need nothing more than: execute parent, execute child1, execute child2, . . ., execute childn.
    3. What is the relationship between the child processes that belong to the same parent? Can they be executed in parallel (i.e. are they completely independent)? Or must they be executed in some particular order? What if one or more of the child processes fails for any reason - what action should be taken?
    4. Will any other user or process be executing these parent or child processes? That could interfered with the automated stream.
    5. What type of exception handling and recovery needs to be implemented in one or more steps of the processing fail for some reason?
    Typically there is often one or more control tables (OPs flag table) to control and limit the processing. But the table would have status information for every process not just the children:
    A. STATUS - DISABLED, ACTIVE, RUNNING, IDLE, ERROR
    B. START_TIME
    C. END_TIME
    D. RESULT_CODE
    The control table can be used by a parent or child process to determine if it is permitted to run. For example the first thing a procedure might do is check it's own STATUS. If it is already running it would exit or log an error or message. If that test is passed it might check the status of any dependent processes. For example it might check that its child processes are ACTIVE and ready to run; if a child was still running the parent would exit or log an error or message.
    The control process would lock the appropriate control table records (FOR UPDATE) and would set the status and other fields appropriately to prevent interference by other processes or procedures.
    Design first. Then look at the implementation options.

  • OSX 10.9.5 Mail: Flagged messages not listed correctly and/or disappearing

    I have a problem using Mail V7.3(1878.6) on OSX 10.9.5:
    I have about 600 flagged E-Mails in various account inboxes and archived folders, some archives are stored local on the mac, others are archived in folders on IMAP servers (NOT gmail). Total number of mail messages across all accounts is approx. 34.000.
    Since the 10.9.5 update, Mail shows no flagged messages anymore or behaves weirdly. If I flag a new message, it shows up but disappears again after a while, e.g. a restart. Searching for flagged messages shows no results, even though I can see hundreds of flags in my inbox behind the messages.
    I have rebuilt the mailboxes and also rebuilt the index by removing the "Envelope.*" files in user/library/mail/v2/maildata as suggested in other threads a number of times, but nothing seems to change. After each Envelope rebuild, Mail shows flags again (sometimes the correct, sometimes the wrong number, only 100 odd) and after a while they disappear again. Making a simple smart mailbox with "mail is flagged" as the only option, the smart mailbox remains empty. This has never happened before 10.9.5.
    I would appreciate a comment as to what is happening here. Seems this affects quite a few people based on the activity on this subject here and in various other Mac forums on the net, but no other solution has yet been given than rebuilding indexes, which obviously leads to no permanent fix.
    Thanks.

    Restart the computer in safe mode. Certain caches maintained by the system will be rebuilt.
    Safe mode is much slower to start up than normal. The next normal startup may also be somewhat slow.
    When the login screen appears, restart as usual (not in safe mode) and test. There's no need to log in while in safe mode.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a software RAID, you can’t start in safe mode. In that case, ask for instructions.

  • What is the deal with the update flag?

    Why is "Re: Buggy Buttons and Random ..." highllighted and marked with update where as "Re: Suggestions for Updates..." only is highlighted?  What happened to update on "Re: Suggestions for Updates...".
    Seems like a bug to me.  And inline with code quality that ships this:
    Robert

    Maybe, the forum software only displays the update flag once to your unless something has changed.  I look for this.
    So dot and no Updated = new content in a thread I never read.
    How does this happen? What does new content mean?  New is a change from something. 
    I think your saying that this is a thread that you have never read.
    Here is a copy of a portion of the second image.  Notice, it is a list of discussions that I have participated in.
    Here is the link:
    https://discussions.apple.com/people/rccharles?view=discussions
    In the second image, threads 3 & 4 have 80 & 100 post respectively.  We know Jive has lots of page turning bugs in long threads.  This is probably another of them.
    In this thread, I made a post on page 5.
    https://discussions.apple.com/message/15795927#15795927

  • Oracle Update Flag SOLVED

    I have a PRE-UPDATE trigger used for cascade updates which warns users how many tables they will be effecting when they make their changes.
    DECLARE
      v_seq_num         NUMBER;
      v_tab_num         NUMBER;
      v_old_mfcode  VARCHAR2(8);
      v_new_mfcode  VARCHAR2(8);
    BEGIN
    v_old_mfcode := get_item_property('DD_MATFUEL.MFCODE',database_value);
    v_new_mfcode := :DD_MATFUEL.MFCODE;
    if v_old_mfcode <> v_new_mfcode then
    SELECT COUNT(*)
    INTO v_seq_num
    FROM DD_MATFUELSEQ
    WHERE MFCODE = v_old_mfcode;
    SELECT COUNT(*)
    INTO v_tab_num
    FROM DD_TAB_MFCOLLAPSE
    WHERE MFCODE = v_old_mfcode;     
    msg_confirm ('Warning...', v_old_mfcode || ' will be updated to ' || v_new_mfcode || ' on the following tables...'||chr(10) ||
                          'DD_MATFUELSEQ ' || v_seq_num || ' instances' || chr(10) ||
                          'DD_TAB_MFCOLLAPSE ' || v_tab_num || ' instances');
    end if;
    END;---------------------------------------------------------------------------
    On the msg_confirm() they have an option for yes or cancel. I was wondering if there was a hidden oracle forms update flag that gets assigned to rows when something has been changed. Since cancel does a rollback it is stopping all the ones they already clicked 'yes' for to rollback as well. I was hoping I could maybe put this in a loop with a commit after each check instead of using a PRE-UPDATE trigger. Any help would be appreicated.
    Thanks
    Message was edited by:
    Yachera

    You can create your own hidden non-base-table flag in the record, and set it depending on which button of your alert the user presses.
    Then, in the on-update trigger, if they want to proceed, you can issue an Update_Record; statement, or bypass the Update_Record;
    Either way, be sure to clear the flag in the on-update trigger.
    But I would do all this checking in the when-validate-record trigger, or even sooner, in the On-Lock trigger, so it is processed sooner.
    If you use when-validate-record, they will get the message as soon as they leave the record and navigate to the next. If they wish to cancel updating that row, you should set all the values back to their original (use Get_Item_Property(...,Database_Value), and set the record status back to Query_Status.
    But even better would be in the On-Lock trigger. Check the counts and issue the alert BEFORE you issue the standard Lock_Record; command. If they want to cancel changes, all you need to do is issue a Raise Form_trigger_failure; and Forms will change the data back to original values. If they want to proceed with changes, then issue the Lock_Record; command.
    Doing either of the above will prevent Forms from even trying to update the row when the user wants to save, and visually, the user can see their changes were backed out.

  • After last automatic update, error message XUL Runner error platform version '6.0.2' is not compatible with minVersion 6.0.1. maxVersion 6.0.1. I am unable to open Mozilla Firefox at all. Had to use Explorer to ask this question!

    After last automatic update, error message XUL Runner error platform version 6.0.2. is not compatible with min Version 6.0.1 maxVersion 6.0.1 appeared every time I try to open/run Mozilla Firefox.

    See:
    *[[/questions/869812]]
    *[[/questions/869951]]

  • Received notice of an update for one of my apps and when I tried to update the message reads "Account Not in this store"  i must switch to a Canadian store before purchasing

    Received notice of an update for one of my apps and when I tried to update the message reads "Account Not in this store"  i must switch to a Canadian store before purchasing.  I deleted app and tried to download again but still got the message.  Anyone know how to fix?  FYI have had phone for 2 years and this is the first time this has happened.

    The Apple id that you created do you remember if you created with your region sellected as Canada or US. If so you can change Region directly on your device by clicking on App Store icon, Scroll to bottom and tap your app is, click view acct and change region

  • How do I prevent the "update available" message while I'm watching a program?

    My 2011 Mac Mini is connected, via HDMI, to my 46" Samsung HD TV. I buy and rent 1080 movies and TV shows from iTunes. I also play a lot of other files that I've downloaded from other places. It's terrific except for one fly in the ointment...
    No matter what I'm watching, iTunes, NetFlix, VLC, Quicktime or straight off the desktop; if there is new software available, I get that annoying message that appears in the upper right hand corner. I can slide it to the right but it comes back a few minutes later. I could stop everything and perform the upgrade 10 to 30 minutes later but is this really the way video on a Mac is supposed to work? I feel there should be a way, at least, to pervent this from happening when I'm watching a program/movie/TV show. If it happens between, fine but why does it always have to pester me when I'm trying to enjoy watching T.V.?
    I know there is a way to turn it off, for the day, but come on- There's got to be a better solution than that. My U-Verse box very rarely bugs me about things. OSX and/or iTunes does it ALL the time. Can't it give me a break when I'm watching T.V.?
    Hopefully, I just missed some setting but I've tried a few things that didn't work.
    This is not a disaster but if someone knows a solution, I would be very grateful!
    Thanks!
    Teddy

    Mende1,
      Thanks for the super-fast response!
    I believe I tried this once before but the check box for "Automatically check for updates" always comes back, the next day. However, this might be my best solution for now and I'll test it watching the latest "Ripper Street", in iTunes, tonight. If it lasts the length of the program, I'll have to decide if I want to select "This solved my question" or "This helped me."
    I think I expected Apple to be a little more inTune with this. I absolutely love watching programs with my Mac Mini via HDMI. If they could find a consistent way to not interrupt programs, even with "Automatically check for updates" checked, the Mac video experience would be nearly perfect.
    I do make sure to perform updates but, between my wife's Mac and my two, plus the fact that updates seem to be occuring on a weekly basis, it's not easy to update immediately. I just feel that if a person is watching a movie or T.V. program, it's very clunky to have the "update available" message continuously appearing.
    Thanks again!
    Teddy

  • How do I create a rule in mail that only applies to flagged messages?

    I would like to create a rule in mail that would delete messages of a certain age, but I need to keep some messages safe. I would like to be able to flag these or put them in a mailbox and have a rule making messages with those flags or mailboxes safe from being deleted. Is that something I can do? Thanks!

    You can create a local mailbox and move the messages you want to keep there. I don't see any kind to rule you can make to move a flagged message, so you would probably have to do it manually, unless you can use other criteria to identify messages you wish to keep.
    If you're using the server settings in mail to determine the age before deletion, the local mailboxes would be safe from that deletion. You can set to store messages on server for up to 30 days before deletion. This will work for IMAP accounts, but don't apply to the inbox. Just to the other main mailboxes such as Sent, Trash, etc.
    If you create a rule to delete messages after a certain age (outside of what the servers would do automatically), I think it would only work on the inbox if at all, but not sure. If it were applied through all, it would delete them from the local folders also.
    You can create a smart mailbox and input certain criteria such as flagged, age. You could exclude any mailbox that you don't want to include, such as local folders, by adding that to part of the criteria. You would have to delete the messages manually as they accumulate. This would be useful when you save a lot of mail, but say you only want to keep messages less than a year old. This would help you instantly see messages that meet your deletion criteria without having to manually check messages for age.

  • How to update flag in multiple tables using custom sql DB adapter

    hi all,
    I have a scenario: I want to update flags in multiple tables in DB2. I have used toplink update only to update all tabless after creating relationships between them. But that approach is not working as it couldnot detect emmisions with DB2 and update the complete record with blank values in other columns.
    So, i want to use custom sql now. Can anybody help in resolving the issue or in writing the custom sql.
    Regards
    Richa

    Dear SeánMacGC thanks for reply,
    But "a.changed" is not a field in GNMT_CUSTOMER_MASTER_CHG. what i am doing in this procedure is i am collecting bulck data and validating field by field from GNMT_CUSTOMER_MASTER_CHG with GNMT_CUSTOMER_MASTER table as their structure is same.. if v_name is not same as v_name_chg then i am setting changed flag to "Y" changed is "changed dbms_sql.varchar2_table" and updating GNMT_CUSTOMER_MASTER in bluck where changed flag ='Y'...
    type custRec is record
    n_cust_ref_no dbms_sql.number_table,
    v_name dbms_sql.varchar2_table,
    v_name_chg dbms_sql.varchar2_table,
    rowid rowidArray,
    *changed dbms_sql.varchar2_table*
    i cannot use simple SQL as i need to validate field for each records with GNMT_CUSTOMER_MASTER_CHG and insert into log file as well.....
    to run this procedure:
    execute DO_DC_NAME_UPDATE_OTHER_TAB.DO_NAME_UPDATE_OTHER_TAB;
    Thanks...

Maybe you are looking for

  • Nearly all fonts appear the same in Mail; otherwise they show up VERY tiny

    Is there a setting in Mail that turns the font size down several levels? Because when I try a font in Word and then in Mail, it shows on my screen in Mail less than 1/2 the size it does in Word. Same font. Same point size. Bold & italic dont seem to

  • Signal booster for cell service

    Seeing if anyone has any suggestions on this one.  We have iphones.  We WERE on ATT, which has horrible service where we are.  So we purcahsed a Micro Cell tower when we had ATT numbers.  But then we decided to go to another service, except this serv

  • Bookmarks toolbar - site icons have appeared in FF4 - how to remove the icons?

    I can find the option to disable all toolbar icons BUT specifically website icons have appeared in V4 in the bookmarks toolbar. This is annoying as the icons take up so much space - I can only fit half as many toolbar bookmarks. How can I disable the

  • Payment terms accoring to product/material range

    Hi SAP experts, We would like to be able to define different payment terms for a vendor, this is based on a subset of material, generally where one vendor is shared by multiple buyerships different payment terms have been negotited for different prod

  • Automated audio level changes in PP6 now possible on a clip by clip basis?

    Anyone know if PPro 6 now enables audio automation to be written on a clip basis rather than on the track?  This was the one key feature missing for me when attempting to move from FCP7.  I couldn't get my head around having the entire mix rendered u