Prb with Rule Responsibilities

Hi All,
I am using Rule With responsibilities in my workflow, based on Cirle we need to pick the user.
i  am passing container element circle(GSBER) Based on  cilcle i have maintained some users.
for example for Delhi cirecle 2 users maintained, for Gujrat circle 3 users maintained.
But when am simmulating rule it is giving correct users.
But i am excuting form workflow it is giving all circle users.
please help me, how can i resolve this?
Regards,
Siva

Hi Siva,
Have you marked the workitem as a general task?
If yes, remove the  same and then test.
Regards,
Saumya

Similar Messages

  • Automatic Filing With Rules - Long

    This is a long post, sorry, but I think the details might be worthwhile for someone who might be like me and wants to automate their mail processing as much as possible. I do have a question below about how I might better configure some rules, and about whether I might be able to streamline my workflow.
    I spent all day yesterday and most of the day today reorganizing my mailboxes, rules, smart mailboxes, etc., to clean up all my mail. I have messages dating back to 1999, and since I basically just color coded everything with rules, rather than filing messages in mailboxes, my inbox and sent messages were starting to approach the 2GB limit. Some of the earlier messages came straight from Claris Emailer (talk about old school), and then through all versions of OS X Mail from 10.0 to the current 10.4.9. It's easy enough to move stuff from my inbox into a new mailbox, but not quite as much so for sent messages. It made searching more difficult, and it is still a manual process.
    Because I have so many messages (about 10,000 in total), I didn't want to have to manually go through everything to move them into separate organized mailboxes. So I created a whole new set of rules to make the filing as automatic as possible, and to keep it relatively automatic in the future. Of course rules can't catch everything, but doing as much as possible automatically, then letting me sort through what's left is certainly preferable. Unfortunately, it's taken so long to figure out because of Mail's completely inadequate rules for filtering and smart mailboxes. I poured through this forum looking for solutions to the various roadblocks I hit along the way, and I thank all of you who are very knowledgeable and have posted helpful replies to other people asking questions. Below is the best solution I've been able to come up with, and I'm certainly open to any suggestions to make the rules less risky and streamlined. I realize that AppleScript could probably make a lot of these things easier, or some of the shareware programs out there, but while I consider myself a very adept power user, I can't write scripts, and I prefer to keep add-ons to a minimum.
    The first change to my account settings and such was to enable the "Automatically CC myself" option. This is the only viable way I can find to process my sent messages without having to manually apply rules after the fact. I am aware of Andreas Amann's "Filter Sent Messages" AppleScript. I tried it out, but it was constantly choking on all my sent messages. I suppose it would work ok now that I have my sent mailboxes cleaned out, but I think I prefer the CC option because it assures that I have copies of all my sent messages at both my home and work computers. I also installed MailEnhancer to make sure that Mail's dock badge counts all unread messages in any mailbox, not just the Inbox. Now the fun stuff begins.
    First of all, I want to state that since my goal here is to stay away from the mailbox size limit (and also to speed up day-to-day use of Mail), smart mailboxes aren't really an option. I need my messages sorted to "real" mailboxes for their long-term storage. Also, simply dumping mail into yearly archives can be a big hassle too, because I have several projects/mailboxes/whatever that may not have a ton of messages and shouldn't really be split up arbitrarily by year. Thus, the main focus here is on rules. I have two primary e-mail accounts, home and work, that I check regularly from both locations. I have my home mail broken down into categories like bicycling notices, family, apartment landlord, photography side business, and streetcar/railroad website. I also set up mailboxes for miscellaneous stuff that doesn't fit into those categories. For work, I have several mailboxes for project specific correspondence, office-wide e-mails and announcements, office computers, our website, and again miscellaneous.
    Here's the other big paradigm shift. All these mailboxes contain both sent and received mail. This is especially valuable for the project work, because you can quickly look at the list of messages and follow the back-and-forth conversation. I originally started out having "sent" and "received" mailboxes for each project and other category that I've already listed, but when they're open it triples the size of the directory tree. Since there doesn't appear to be any way to make a mailbox/folder display all the messages contained inside its subfolders, I don't see much point in making a whole bunch of subfolders for that since I'd constantly have to open and close folders to get at anything. Also, with a more flat structure, I can quickly and easily see what unread messages are for what projects, and that also tells me if the rules are working well.
    So how do I differentiate sent versus received easily? The first rules I set up are to color the background of all messages that come into my home account. This would apply to all messages that come in to that account, whether it's one of my sent message CC's or not. The next rule catches the sent messages by looking to see if the account and the from address match. In that case it colors the message subject text, marks the message as read, and also flags it. Flagging is necessary to create smart mailboxes down the line that can differentiate between sent and received messages, since there's no facility for using the color of a message as a condition in a rule or smart mailbox. These two rules are repeated with different colors for my work account.
    Since none of the rules have moved any messages yet, further rules are free to process them. Basically I have one rule for each mailbox with various amounts of "any" criteria. For most situations it's pretty straightforward, but I have run into some difficulties with Mail's anemic rules. For example, for my family mailbox, I set a condition where "Sender is member of Group" "Family" that I set up in Address book. So far so good, but since I want this to grab sent messages to family as well, I need an "Any Recipient is member of Group" condition, which doesn't exist. The only way I can see to do this is to manually add all my family members' individual e-mail addresses as separate "any" conditions. That would make the rule look like this:
    If "any" of the following conditions are met:
    "Sender is member of Group" "Family"
    "Any Recipient" "Contains" "[email protected]"
    "Any Recipient" "Contains" "[email protected]"
    "Any Recipient" "Contains" "[email protected]"
    "Any Recipient" "Contains" "[email protected]"
    etc.
    Perform the following actions:
    "Move Message" to mailbox: "Family"
    Of course, what it SHOULD be is this:
    If "any" of the following conditions are met:
    "Sender is member of Group" "Family"
    "Any Recipient is member of Group" "Family"
    Perform the following actions:
    "Move Message" to mailbox: "Family"
    This one is tripping me up a bit, and I'm not sure how to use address book groups effectively for sent messages. This is also an issue for some of my work project e-mails, since conceivably I'd be sending messages to and receiving messages from the same group of people. For larger projects, my list could grow enough to where I can't add anymore conditions to the rule, which I know is a well-discussed bug (or lack of good coding anyway). Nevertheless, it seems that in order to capture a message with a specific e-mail address, I need to have two conditions for each address, one "from" and one "any recipient". That kinda stinks, and I'd like to find a better way to do it. Any ideas?
    Right now my last rules are to clean up any messages left over that the other rules didn't catch. It makes the color a bit darker and moves the messages to the appropriate "other" mailbox for that account. This ensures that my inbox is always empty. It also keeps my sent mailboxes cleaned out as well. Since I will get CC's of all my sent messages, I can just change my account preferences to delete sent messages after a day or a week.
    That's it for the heavy moving and lifting. With a few of my extra accounts that don't need any special filtering and moving around, I was able to accomplish this with about 30 rules. There's 2 rules per account at the top of the list to color and flag incoming and outgoing messages, and two rules per account at the bottom of the list to file any messages that don't meet the criteria for any of the other mailboxes. All the actual filing away into specific mailboxes happens in the rules in the middle of the list. What I really need to do though is figure out a way to simplify some of the conditions in those filing rules, like the family issue I mentioned above.
    I have set up a few smart mailboxes to display all my unread messages, recent received mail, recent sent mail, all recent mail, all received mail, all sent mail, and all mail. The "All Mail" mailbox's criteria are just that the message is not in one of my junk mail folders. This is my fail-safe, since even if something is mis-categorized or even unfiltered, I will still see it here. "All Sent Mail" collects all messages that are flagged. Flagging is the only way I can find to view just sent messages without having separate "sent" subfolders in all mailboxes. A benefit to doing it this way is that if I add or change any of my hard mailboxes, I don't have to edit the smart mailbox to keep it current. I can hid the flag column and it won't reappear by itself, so I don't have to see the flag. "All Received Mail" is the tricky one. As mentioned elsewhere on the forum, you can't set up a smart mailbox to get messages that are NOT in another smart mailbox. This rule needs to include all messages that are not in the "All Sent Mail" smart mailbox or any of my junk folders. I tried the trick at first where you pick "Message is in Mailbox" and then select your smart mailbox, then go back and change the criteria to "Message is not in Mailbox". When I'd close the rule though, the smart mailbox I chose in the pull-down menu would change to a different one, and the logic would fail. I got it to work by trashing my smart mailboxes .plist file and just remaking them. That did the trick. The rest of my smart mailboxes just add a time limit to their list of criteria to keep the list shorter, and the unread smart mailbox is self-explanatory.
    So what these smart mailboxes do is they let me see anything from just my unread messages to every single message I've ever sent or received in one window. They're all colored accurately and sortable by sent versus received. If I keep my "Recent Received Mail" mailbox as the active one, it looks just like my inbox did before I changed all this stuff around. The only difference is that this particular mailbox automatically displays only messages from the last 3 months, and I don't have to manually clean it up every so often. This makes opening mail itself and navigating recent messages quicker. In the end, I can still see the messages the same way I always have been, but since they're all stored in different hard mailboxes I'll be able to avoid the 2GB limit by keeping everything well categorized. Nevertheless, the logic required to make this all work is quite cumbersome, and I worry about it not working correctly down the road as Mail is updated. I'd appreciate any thoughts you all have on making this work better, and about my family rule problem.
    Thanks all

    > As to marking sent messages versus received, if you didn't do that,
    how would you be able to tell them apart easily?
    It’s the need to tell them apart that I don’t understand...
    You'd want to be able to tell them apart for the same reasons
    you'd want to tell anything apart.
    But I can already easily tell them apart without having to tag, colorize, or store them in separate mailboxes, so why waste an attribute of a message to store redundant information? It’d be better to reserve that attribute for storing information that cannot be made readily available by other means, e.g. subjective properties such as the importance of the message that you mention.
    One instance I can site is if someone asks "did you send me such-and-such?"
    In that case, I can, for example, type the first letters of the name or address of that person in the search box, then click All Mailboxes and To in the banner that appears between the toolbar and the message list. Mail shows me what I’m looking for without me having to leave the mailbox I was looking at nor wonder on which specific mailbox are those messages actually stored. Having all those messages tagged or colorized the same way would be useless or even distracting/annoying.
    Unless you have a specific mailbox for storing only the correspondence with that person AND you can easily locate and select that mailbox amongst all the other mailboxes, I don’t see how could it be more convenient looking through a mailbox where messages can be told apart based on whether they’re sent or received but not on who sent/received them...

  • Oracle ODBC Driver 10.02.00.04 sqora32.dll with /*+ RULE */ base hints

    Hi Everybody,
    I have a problem with SQL queries with /*+ RULE */ base hints being posted to an Oracle database. I have reason to believe that these queries are generated by the Oracle ODBC Driver itself. Although I don't have a performance problem per se, I need to reduce these hints to a minimum so we can fine-tune the database as a whole.
    * The views that are hit are always the same: All_Objects, All_Arguments, All_Synonyms,
    * We are using Oracle ODBC driver 10.02.00.04 for Windows, the database server is a RS6000 with AIX and Oracle 10g,
    * Aside Oracle Development tools, there are no applications, reports or similar gadgets that query the tables described above.
    I would really appreciate any help about this issue.
    Here is an example of the type of queries that I'm writing about:
    SELECT /*+ RULE */ '', b.owner, decode (b.object_type, 'PACKAGE', CONCAT( CONCAT (b.object_name, '.'), a.object_name), b.object_name), NULL, NULL, NULL, NULL, decode (b.object_type, 'PACKAGE', decode(a.position, 0, 2, 1, 1, 0), decode(b.object_type, 'PROCEDURE', 1, 'FUNCTION', 2, 0))
    FROM ALL_ARGUMENTS a, ALL_OBJECTS b
    WHERE ( b.object_type = 'PROCEDURE' OR b.object_type = 'FUNCTION' ) AND b.object_id = a.object_id AND (a.sequence=1 OR a.sequence=0) AND b.OBJECT_NAME = 'MYTABLE' AND b.OWNER = 'MYSCHEMA' UNION
    SELECT /*+ RULE */ '', b.owner,b.object_name,NULL, NULL, NULL, NULL,decode(b.object_type, 'PROCEDURE', 1, 'FUNCTION', 2, 0)
    FROM ALL_OBJECTS b
    WHERE (b.object_type = 'PROCEDURE' OR b.object_type = 'FUNCTION') AND b.OBJECT_NAME = 'MYTABLE' AND b.OWNER = 'MYSCHEMA' UNION
    SELECT /*+ RULE */ distinct '', a.owner,CONCAT(CONCAT (a.package_name, '.'), a.object_name),NULL, NULL, NULL, NULL,decode(a.position, 0, 2, 1, 1, 0)
    FROM ALL_ARGUMENTS a
    WHERE (a.sequence=1 OR a.sequence=0) AND a.OBJECT_NAME = 'MYTABLE' AND a.OWNER = 'MYSCHEMA' ORDER BY 2,3
    Best Regards,
    Manuel
    Edited by: user10165637 on Jul 28, 2009 1:29 PM

    Hi Greg,
    Thank you for your answer. One of the things that we did when we migrated to Oracle 10g was to ensure that the "Disable Rule Base Hints" flag, located in the "Work-arounds" tab in the ODBC DSN window is checked. We previously refreshed all Microsoft's Access databases to use this new DSN connection. Still, the hints are there.
    However... we may have been able to link these calls to these Oracle System Catalog views, with a custom application that launces Crystal Reports.
    Although we all know that Crystal Reports also caches ODBC DSN configuration settings, I must say that these same Crystal Reports do not generate hints when called from their InfoView server.
    We will proceed to modify the custom application, overridding the dissable rule-base hint work-around with the string "DRH=T" on the connection string. Next week we will know if this works.
    Best Regards,
    Manuel

  • The port range is overlapped with rule X message - SRP521W

    Hello,
    I am having trouble adding a NAT port forwarding rule on my SRP521W. I get the error
    The port range is overlapped with rule X, even though my port ranges are not overlapping.
    I have this rule created (rule 2):
    and am trying to create this rule:
    I get this error
    It seems to be related to the fact that both internal ports are 80, but this should not matter as the internal IP addresses are different. Can someone please explain how I should create rules to allow me to open ports to two different devices, with different IPs, using port 80?
    Many thanks

    Oh wow!  That is an extremely old release.
    I would certainly recommend upgrading straight away.
    Latest release is 1.1.27 and is available via www.cisco.com/go/srp500 - follow the download software link on the right hand side.
    When selecting code, follow the link for SRP520 Models (not SRP520-U)
    You should find that the latest code fixes your issue (and provides more functionality).
    Regards,
    Andy

  • User Profiles with roles & responsibilities.

    How do create the User Profiles with roles & responsibilities in sd

    Hi,
    This is done with T. Code PFCG. Here we select the userid and give the required roles with which tell what the users can or cannot do.
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/9d/39d0401117dd50e10000000a1550b0/content.htm">PFCG info 1</a>
    <a href="http://help.sap.com/saphelp_sm40/helpdata/en/57/3fc0413f1b6524e10000000a1550b0/content.htm">PFCG info 2</a>
    Hope this helps. Please reward if useful.
    Thanks & Regards
    Sadhu Kishore

  • How to select with ruler mm

    #target photoshop
    app.preferences.rulerUnits = Units.MM;
    var w =  activeDocument.width.value;
    var h =  activeDocument.height.value;
    selReg = [[0,0 ],[0 ,h ],[w ,h ],[w,0 ]];
    activeDocument.selection.select(selReg);
    I would like to make a selection with ruler mm.
    But I can't.

    You may have to calculate the pixel values for your mm-values (taking the image’s resolution into account).

  • Rule inferencing with Rule Author

    Hi,
    I would like to know how to use rule inferencing with Rule Author. At the moment I know that RL Facts need to be used as intermediate variables for firing rules (when some value of an RL fact checked on an if condition returns true). The point would be how to modify an existing RL fact. On Rule Author, I choose the action "Assert New" and the RL Fact is correctly initialized (and fires rules correctly). But if I need to modify a value from that fact, I don't know how to proceed. I tried using "Assign" to set a new value to a variable on the fact, and then "Assert" to put the fact back to working memory, but it didn't work. Any ideas?
    I searched for documentation and found some technical whitepapers where an outline for rule inferencing was explained, but I would need some concrete steps to be followed on Rule Author...
    Thanks a lot in advance,
    Juan.

    This is what my dictionary generates with "Generate RL" on Rule Author. The steps you pointed out were the same I used to follow: the error I get is the same I stated on my previous post. When I test the following code on a WebDAV repository, I get a "Premature EOF encountered" exception. Thanks for your attention, this is the code
    1. ruleset RuleSetPruebaTres
    2.
    3. {
    4.
    5. rule ReglaUno
    6. {
    7. priority = 1;
    8. if
    9. (
    10. (
    11. fact hidra.vcgeneradiagnostico.TipoVCGeneraDiagnosticoFinalInOut v0_TipoVCGeneraDiagnosticoFinalInOut)
    12. )
    13.
    14. {
    15. assert (new DM.errorTA(testacceso: false));
    16. }
    17. } //end rule ReglaUno;
    18.
    19. rule ReglaDos
    20. {
    21. priority = 2;
    22. if
    23. (
    24. (
    25. fact hidra.vcgeneradiagnostico.TipoVCGeneraDiagnosticoFinalInOut v0_TipoVCGeneraDiagnosticoFinalInOut && (
    26. (v0_TipoVCGeneraDiagnosticoFinalInOut.salidaTestaccesoIN == "NOK")) &&
    27. fact DM.errorTA v1_errorTA)
    28. )
    29.
    30. {
    31. v1_errorTA.testacceso = true;
    32. assert(v1_errorTA);
    33. }
    34. } //end rule ReglaDos;
    35.
    36. rule ReglaTres
    37. {
    38. priority = 2;
    39. if
    40. (
    41. (
    42. fact hidra.vcgeneradiagnostico.TipoVCGeneraDiagnosticoFinalInOut v0_TipoVCGeneraDiagnosticoFinalInOut &&
    43. fact DM.errorTA v1_errorTA && (
    44. (v1_errorTA.testacceso == true)))
    45. )
    46.
    47. {
    48. v0_TipoVCGeneraDiagnosticoFinalInOut.setHidraResultCodDiagnosticoOUT("Test OK");
    49. }
    50. } //end rule ReglaTres;
    51. }// end ruleset RuleSetPruebaTres

  • Need to generate multiple error files with rule file names during parallel data load

    Hi,
    Is there a way that MAXL could generate multiple error files during parallel data load?
    import database AsoSamp.Sample data
      connect as TBC identified by 'password'
      using multiple rules_file 'rule1' , 'rule2'
      to load_buffer_block starting with buffer_id 100
      on error write to "error.txt";
    I want to get error files as this -  rule1.err, rule2.err (Error files with rule file name included). Is this possible in MAXL? 
    I even faced a situation , If i hard code the error file name like above, its giving me error file names as error1.err and error2.err. Is there any solution for this?
    Thanks,
    DS

    Are you saying that if you specify the error file as "error.txt" Essbase actually produces multiple error files and appends a number?
    Tim. 
    Yes its appending the way i said.
    Out of interest, though - why do you want to do this?  The load rules must be set up to select different 'chunks' of input data; is it impossible to tell which rule an error record came from if they are all in the same file?
    I have like 6 - 7 rule files using which the data will be pulled from SQL and loaded into Essbase. I dont say its impossible to track the error record.
    Regardless, the only way I can think of to have total control of the error file name is to use the 'manual' parallel load approach.  Set up a script to call multiple instances of MaxL, each performing a single load to a different buffer.  Then commit them all together.  This gives you most of the parallel load benefit, albeit with more complex scripting.
    Even i had the same thought of calling multiple instances of a Maxl using a shell script.  Could you please elaborate on this process? What sort of complexity is involved in this approach.? Did anyone tried it before?
    Thanks,
    DS

  • Is there an "Unread Mail" solution for the iPhone that would allow me to see all new Unread mail?  I have ove 100 subfolders with rules that redirect mail.

    Is there an "Unread Mail" solution for the iPhone that would allow me to see all new Unread mail in one location?
    I have an iPhone 4 (not 4S). I use the Outlook client with an Exchange Server on my Desk. 
    In order to keep email organized, I have many subfolders (over 100) under my Inbox with rules that automatically redirect the bulk of new unread email to the subfolders.
    In the Outlook client on the desktop, there is an "Unread Mail" Folder that lets me see ll unread mail in one location whether it be in the main inbox or in one of the subfolders of the inbox. 
    I would like to see all unread email in one location without me having to change my rules and work flow that I have been using for 7+ years?
    It is much more work for me (so far) to see new email on the iPhone.  You have to scan each subfolder in order to tell where the new mail is that just arrived.

    Is there an "Unread Mail" solution for the iPhone that would allow me to see all new Unread mail in one location?
    I have an iPhone 4 (not 4S). I use the Outlook client with an Exchange Server on my Desk. 
    In order to keep email organized, I have many subfolders (over 100) under my Inbox with rules that automatically redirect the bulk of new unread email to the subfolders.
    In the Outlook client on the desktop, there is an "Unread Mail" Folder that lets me see ll unread mail in one location whether it be in the main inbox or in one of the subfolders of the inbox. 
    I would like to see all unread email in one location without me having to change my rules and work flow that I have been using for 7+ years?
    It is much more work for me (so far) to see new email on the iPhone.  You have to scan each subfolder in order to tell where the new mail is that just arrived.

  • Not receiving emails (with rules) from hotmail on my Mail

    Hi, i have recently set up my Mail on Moutain Lion, adding a Hotmail account.
    i can only receive the emails sent to my hotmail inbox.
    However, those with rules applied, ie those sent directly to the hotmail folders , cannot be received on my Mail.
    Pls advise and thanks in advance.
    alvin

    You do not have a virus. What you do have is an incompetent service provider.
    I suggest you first try to locate the problem.
    With Mail running, click Window in the menu bar and select Connection Doctor. The new pane will tell you the name of the account that is not working.
    For the next step you have to know the password for your mail service. This is not the same as the login password for the computer. Do not try this step if you do not have the password.
    Click Mail in the menu bar, select Preferences, and click Accounts (second icon from the left). Select the account that is not working, and click - (minus sign). That will delete that account.
    Now click + (plus sign) and follow the directions on the screen to create a new Mail account. As you do this, the computer will tell you if the service is working.
    Good luck.

  • A problem happened when building dimensions with Rule File

    Hi All,
    I was trying to build dimensions with the rule file. But it showed the error 1030100, which means "cannot open file".
    I can load data with a data source (.txt). Thus, I assumed that it's a problem to open a rule file.
    I don't think it's the problem about the rule files I wrote since I cannot even build dimensions with rule files in the Sample/Basic database.
    Anyone knows how to solve the problem? Thanks for the help.
    Best Regards,
    Anderson

    854285 wrote:
    Hi Prebhas,
    Here are the error messages:
    Object [Basic] is locked by user [admin]
    Building Dimensions Elapsed Time: [0.016] seconds
    Cannot open file: [E:\Hyperion\products\Essbase\eas\Client\dataload.err]
    Unexpected Essbase error 1030100
    Object [Basic] is unlocked by user [admin]
    p.s. Even I re-install my system is English, the word "Client" is shown in Chinese. Is it possible this is the reason? If so, how I change the folder?
    After I saw this message, I checked the folder and there is no such file. I tried to created one, but it disappear after I tried to build dimensions.
    Best Regards,
    Anderson
    Edited by: 854285 on 2011/4/25 上午 3:27HI,
    E:\Hyperion\products\Essbase\eas\Client\dataload.err
    This path is referred to error message .... it will show the errors in that file...
    and one more thing...
    while adding data source to rule file it will ask you provide a path for the error message...there you can see this path...
    Just check dataload.err file after running the rule file...
    have you associated the out line to the rule file ???
    is that rule file validate fine?
    if not associate it and try...
    Regards,
    Prabhas
    Edited by: P on Apr 25, 2011 4:43 PM

  • How can I organize my old mail with rules?

    I like to organize my old mail, like I did before with seperate map's.
    In the application icloud it will direct my new mail to other map's with rules but it will not with old mail's.
    Also I like to work with rules and group's, if someone wil send me a email out of my group in adressbook then I like to dirrect this mail to a folder.
    How can I do this.
    thanks,
    GJB-sr

    Hi John and thank you.
    I use Mail.
    I deleted the settings for the old account by mistake - I just thought I wouldn't need it anymore after having set up the new one - and suddenly the inbox was empty. A not so nice surprise
    However I managed to find a folder named Mail with a POP - folder in it, in the trash can, which I dragged to my desktop. But I haven't been able to import it.
    I found some useful earlier threads and intructions from some David Gimeno, so I removed the .mbox extension from the INBOX.mbox file.
    BUT still, Mail won't import. It says it doesn't find any valid mbox files.
    The INBOX.mbox is about 12 Mb, so I recconed there would be something in it.
    /Ellem

  • Problems with Transporting Responsibilities

    I am using rules with responsibilities to determine the agents for a workflow I am developing.  The ultimate destination system will be lockeed down for modification.  The actual data required to determine the responsibility will only be available on the destination system, so it will need to be maintained there.  Is there a way to unlock the system just for the maintenance of the data for the responsibility?  I am using PFAC to maintain the rule.  Will transaction oocu_resp allow me to maintain a rule in a client that is not modifiable?  I do not have a client available to check it out - any thoughts out there?

    Hi,
    You can transport your rule to the non-modifyable client. From OOCU_RESP, you can maintain the agents in the production client. This is changeable.
    Cheers,
    Satish

  • Problem with rules in mail.app

    I've just started having a problem with my rules in mail.app that I just don't understand. I have several rules that I've had working for quite a while now, over a year. All of a sudden beginning about a month ago, some of them -- different ones at different times -- stop working and the incoming mail goes into my main mail box and don't get distributed according to the rules to the appropriate mail boxes.
    When I check the rules, all of which are basically the same: If any of the following conditions are met, From contains XXX, Perform the following actions: Move message to mailbox xxx, I see that mailbox XXX has changed from what it should be to some other mailbox name which is a valid name but not the one that I originally put in the rule.
    To make it a bit more strange, the rule with the wrong mailbox name is not executed and the mail winds up in my main mailbox.
    When I edit the rule and change the mailbox name and am asked whether I want to apply the rule and I respond yes, the rule executed and the mail that landed in the main mailbox gets distributed the way it should.
    But then anywhere from a day to a week later the same thing happens, that is, the mailbox name in the rule somehow gets changed again.
    Has anyone seen this behavior before and/or have any suggestions for fixing it?

    Are you really on 10.8.1 as per your profile - maybe updating to 10.8.3 might help.
    Have you tried rebuilding the mailbox? It sometimes helps sort out Mail problems:
    http://support.apple.com/kb/PH11811

  • I am having trouble with rules in mac mail. The first rule window shows but i cannot open a second filter rule!!

    Hi
    I am trying to create rules that would copy the incoming email to a cloud folder ( depending on sender ) and move the actual email from the inbox to a local folder on my laptop.
    The problem i seem to be having is the first rule ( regardless of whether it is copy or move ) shows ok but when i press the + button it does not bring up a new filter window as it used to.
    Totally confused on this one, can anyone help?
    Thanks
    Oh, latest versions of everything!!!!

    I'm having difficulty visualizing what is wrong but try some basic steps first:
    Launch Safari while holding a Shift key - this will start Safari with just your Home page
    If you can see Reset Safari from the Safari menu, try that.
    In addition to downloading and installing Safari again, try reapplying just the Snow Leopard Combo Update: http://support.apple.com/kb/DL1399 There is no need to uninstall Safari first.
    Lastly try deleting Safari's Preferences file: ~/Library/Preferences/com.apple.Safari.plist

Maybe you are looking for

  • Iphone calendar and yahoo not syncing, anyone have issue

    My iphone4 is not syncing with my yahoo calendar. It has been an issue for a few days. I have downloaded and installed latest software. Computers show updates, but not the phone. Anyone else experiencing this issue?

  • Will my apps be deleted if i update my ios wirelessly

    Hi, I'd like to update my iOS to 6, and I'm iOS 5.1, but I don't want my apps and stuff to be deleted nor do I have access to my PC to back it up. (I also don't wnt to back up to iCloud cuz how will that save my apps?!) So will my apps be deleted if

  • Hp laserjet 1022 printing problems

    Hi, I use at my office a HP laserjet 1022 printer. Is used in a wireless router. I have a problem with printing: When i print a document from Google Docs, after the document was printed, the printer comes offline and all 3 leds start to flash. This f

  • Mac mini won`t update and kernel panic

    Hello guys, I have a last gen mac mini running OSX 10.7.2. It`s not able to do any apple update since 1 month ago, and i have no ideia why. And since today morning it refuses to recognize my magic trackpad, when i try to use it i get a Kernel Panic.

  • "preparing to copy to applications" stuck

    Long story short: I accidentally dropped a second copy of Microsoft Office into my Applications folder. I didn't mean to do that, so when the COPY window appeared saying that it was preparing to copy, I clicked the x to stop. The status changed to "s