Question about distribution lists

I've create some distribution lists and added users to them.
When I send a message directly to the user I can see it in the rcpt user mailbox.
If I send a message to the distribution list to which the user subscribes, the unser doesn't receive the message in the mailbox
I've to set something to see this messages?

First verify that the user sending the email has permission to post to the list. Depending on how the list is set up, you may need to be a subscriber to send to the list, otherwise the message may be rejected.
The next thing to check is the the mail queue to see if the message is stuck there. I do this by connecting to the es_mail database (using sqlplus) and running a query like this:
select * from es_queue where queue = 5That will indicate if any messages are in the list queue (which is queue 5). If so, then it is possible that your list queue process is down. You can use the EM console to check the status of your list processes, or just run the oesctl command, eg:
oesctl show targetsThis will return the list of mail processors configured on the local server. To get the status, just pick the list name and run:
oesctl show status server-name:um_system:listThis should return something like:
server-name:um_system:list:110291835244465386 ----Heartbeat-----

Similar Messages

  • Question about Linked Lists

    I'm doing an assignment on linked lists and I'm having trouble understanding the insert method. I'm using the one from the book and it works fine, but I don't quite understand it.
    public void insert(Object o) {
    Node n = new Node(o,current);
    if (previous == null)
    head = n;
    else
    previous.next = n;
    current = n;
    It's my understanding that current is the value that your currently at in the list. Previous is equal to the value before the current. So, previous.next is equal to current. This reasoning won't make the list progress with this code. Can someone tell me what I'm not understanding, or explain how this progresses?

    Thanks, that helps alot. Now, I have another question. I need to add and remove nodes from the list. I have it setup where the user can choose what node to delete. It compiles and runs fine, but when I try to delete a node, it doesn't delete it. Doing some troubleshooting, I found that it gets into the for loop, but doesn't do anything with the if/else statement. I put a printline in the if and else part, and it never printed out the statement in the if statement or in the else statement. Here's the code I'm using. getLentgh() is a method I wrote to return an integer value of how many nodes are in the list. I've also tried putting in a printline after the for loop, but still in the try, it didn't print it out.
    else if(source == remove) {
    String del = JOptionPane.showInputDialog("Enter an integer to remove.");
    Node temp = new Node(del,current);
    if(del != null){
    try{
         for(int c = 0; c < list.getLength(); c++){            
         if(temp.data == current.data){
              list.remove();
              c = list.getLength();
         else{
              list.advance();     
    }catch(NullPointerException e){
    }

  • Question about Distribution

    Hello,
    I do not know where to ask this, or if I should call Apple directly. Hopefully some of you here know the answer. What are the rules for distributing songs developed by GarageBand? I mean what do I have to do in order to allow people to download the song in MP3 format LEGALLY?
    I like doing things the right way, and I always worry about licensing/distribution rules.

    I can fully release it as a standalone MP3 file or whatever format though? Will the 20 loops alone let me do this, or do I need to modify each individual loop making it sound unique?
    Here is a project I did a couple of years ago: http://www.phstudios.com/projects/TowerDefense/Audio/GarageBand%20Project.png
    I can release something like that in MP3 format commercially (I wont sell it, but it is part of a game resource)?

  • Question about distribution resource planning in pp module

    hi, my all respected sir,i want to ask question as below
    1) what do you mean by distribution resource plannning and what are steps occour in this planning?
    2) what is the difference between drp and mrp?
        thank you , all of you
      ok by

    Hi,
    Distribution Resource Planning (DRP) is a method used in business administration for planning orders within a supply chain. DRP enables the user to set certain inventory control parameters (like a safety stock) and calculate the time-phased inventory requirements.
    DRP uses several variables:
         the on-hand inventory at the end of a period.
         the backordered demand at the end of a period.
         the required quantity of product needed at the beginning of a period.
         the constrained quantity of product available at the beginning of a period.
         the recommended order quantity at the beginning of a period.
             DRP needs the following information:
         the demand in a future period.
         the scheduled receipts at the beginning of a period.
         the safety stock requirement for a period.
         the on-hand inventory at the beginning of a period.
    check this link:-
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PPSOPDRP/PPSOPDRP.pdf
    Material Requirements Planning (MRP) is a software based production planning and inventory control system used to manage manufacturing processes. Although it is not common nowadays, it is possible to conduct MRP by hand as well.
    An MRP system is intended to simultaneously meet three objectives:
         Ensure materials and products are available for production and delivery to customers.
         Maintain the lowest possible level of inventory.
         Plan manufacturing activities, delivery schedules and purchasing activities.
    Regards,
    Archit gandhi

  • Question about Distribution Application to App Store

    hi all,
       hope can help me for Distribution ipad application to app store use application loader.
      here is Err message:
         Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificate.
        bellow is bulid Info:
    ProcessProductPackaging "/Users/liujxyxhama/Library/MobileDevice/Provisioning Profiles/08D746A0-F92E-4007-8C5A-C65F35EBD77E.mobileprovision" /Users/liujxyxhama/Library/Developer/Xcode/DerivedData/iCaidan-adevzckbhrtwnjgb ngqlwhroxshi/Build/Products/Debug-iphoneos/iCaidan.app/embedded.mobileprovision
        cd "/Users/liujxyxhama/Desktop/iCaidan ios5/iCaidan"
        setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/u sr/bin:/bin:/usr/sbin:/sbin"
        builtin-productPackagingUtility "/Users/liujxyxhama/Library/MobileDevice/Provisioning Profiles/08D746A0-F92E-4007-8C5A-C65F35EBD77E.mobileprovision" -o /Users/liujxyxhama/Library/Developer/Xcode/DerivedData/iCaidan-adevzckbhrtwnjgb ngqlwhroxshi/Build/Products/Debug-iphoneos/iCaidan.app/embedded.mobileprovision
    CodeSign /Users/liujxyxhama/Library/Developer/Xcode/DerivedData/iCaidan-adevzckbhrtwnjgb ngqlwhroxshi/Build/Products/Debug-iphoneos/iCaidan.app
        cd "/Users/liujxyxhama/Desktop/iCaidan ios5/iCaidan"
        setenv CODESIGN_ALLOCATE /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate
        setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/u sr/bin:/bin:/usr/sbin:/sbin"
        /usr/bin/codesign --force --sign "iPhone Distribution: Yin Hai Bo" --resource-rules=/Users/liujxyxhama/Library/Developer/Xcode/DerivedData/iCaidan -adevzckbhrtwnjgbngqlwhroxshi/Build/Products/Debug-iphoneos/iCaidan.app/Resource Rules.plist --entitlements /Users/liujxyxhama/Library/Developer/Xcode/DerivedData/iCaidan-adevzckbhrtwnjgb ngqlwhroxshi/Build/Intermediates/iCaidan.build/Debug-iphoneos/iCaidan.build/iCai dan.xcent /Users/liujxyxhama/Library/Developer/Xcode/DerivedData/iCaidan-adevzckbhrtwnjgb ngqlwhroxshi/Build/Products/Debug-iphoneos/iCaidan.app
    CodeSign Info:
    uminami-inmatoMacBook-Pro:~ umihain$ codesign -dvvv icaidan.app
    icaidan.app: cannot find code object on disk
    uminami-inmatoMacBook-Pro:~ umihain$ codesign -dvvv /icaidan.app
    /icaidan.app: cannot find code object on disk
    uminami-inmatoMacBook-Pro:~ umihain$ codesign -dvvv /icaidan.app
    Executable=/icaidan.app/iCaidan
    Identifier=com.XXX.XXX
    Format=bundle with Mach-O thin (armv7)
    CodeDirectory v=20100 size=6108 flags=0x0(none) hashes=297+5 location=embedded
    CDHash=036f32c0283ad479d4d4639132c83a983ef947dc
    Signature size=4273
    Authority=iPhone Distribution: XXX
    Authority=Apple Worldwide Developer Relations Certification Authority
    Authority=Apple Root CA
    Signed Time=2012-1-19 下午06:10:05
    Info.plist entries=30
    Sealed Resources rules=3 files=200
    Internal requirements count=1 size=144
    uminami-inmatoMacBook-Pro:
    the question is trouble me for some days. and hope can help me soon .
    thanks .

    Follow the walk-thru and links in TN 2250 (recently updated) and TN 2294 Code Validation and Submission Issues for iOS (recently added).

  • Questions about track listing and album

    I have burnt my collection of an audio drama I have on CD and transferred them to the Creative Vision M. The problem is the tracks play in alphabetical order, not in the numerical order (as in #1, 2, 3, etc.)
    I've gone and used MP3 Tag Editor to check the tracks 3 times. On my Archos, the tracks play according to order by #1(which happens to be the story order). How can I fix this order?
    Also, album isn't displayed despite the fact they've been attached using MP3 Tag Editor. The art is displayed on my Zune and the Archos but not on the Vision M.
    Help :robotsad:

    Eccentric_Hero wrote:
    In fact, now that I think about it... I didn't have to edit anything when I first uploaded them to the Archos.Message Edited by Eccentric_Hero on 04-29-2008 06:27 PM
    It could have something to do with the file system that was used... my old Zen MuVO played whatever I added in the order it was added because the file system was a external flash drive system. The Zune and the Zen both may use a different file system that plays and sort the tracks based on certain tag info. I know that from what I've read on here that the file system that the Zen uses is the main reason why SD card integration is impossible.
    Hope this helps,
    Frank.

  • Very simple question about webapp list layout.

    Hi Everyone!
    I am having a very simple issue. I have created a web app and it has a default list layout looks like:
    <table><tbody><tr><td>{tag_counter}. {tag_name}</td></tr></tbody></table>
    I have placed web app module (using {module_webapps,14273,a} ) in one of my page. In front-end it has show every thing fine except it shows table tag for each item:
    <table>
        <tbody>
            <tr>
                <td>1. <a href="/lot/lot-101">Castlepoint Lot 101</a></td>
            </tr>
        </tbody>
    </table>
    <table>
        <tbody>
            <tr>
                <td>2. <a href="/lot/efg-lot">EFG Lot</a></td>
            </tr>
        </tbody>
    </table>
    <table>
        <tbody>
            <tr>
                <td>3. <a href="/lot/some-lot">Some Lot</a></td>
            </tr>
        </tbody>
    </table>
    <table>
        <tbody>
            <tr>
                <td>4. <a href="/lot/some-other-lot">Some Other Lot</a></td>
            </tr>
        </tbody>
    </table>
    When I delete table and tbody tags from list view, it stop showing table related tags instead it start showing it without any tag.
    How to correct this issue? Please help!!!

    Here is what you can do:
    -edit the webapp list layout via FTP or via the "alpha" File Manager. The WYSIWYG editor will attempt to "correct" your HTML code. Enter something like this:
    <tr>
    <td>
    {tag_counter}. {tag_name}
    </td>
    </tr>
    -on the page you need the listing placed on enter this code:
    <table>
    <tbody>
    {webappmodule here}
    </tbody>
    </table>
    When the page renders you will get the desired result:
    <table>
    <tbody>
    <tr><td>1</td><td>Item1</td></tr>
    <tr><td>2</td><td>Item2</td></tr>
    <tr><td>3</td><td>Item3</td></tr>
    <tr><td>4</td><td>Item4</td></tr>
    </tbody>
    </table>

  • Quick Question about linked lists

    If I have a linked list can i save it to a file directly with the Serializable interface or would I have to iterate through each element and write each element to the file?

    yeah, it seems as though I can
    However, I am having a problem reading it back. I guess I don't know how to initialize the values in the list, as it doens't recognize anything until I add an item to it and it adds this item to the front, then any other items after that it will add to the back, when i want this first addition to be in the back as well.
    when I initialize the class i call
    list.add(loadList());
    loadList()
    public MyList loadList() {
               try {
                 FileInputStream fis = new FileInputStream("data.dat");
                 ObjectInputStream in = new ObjectInputStream(fis);
                 list = (MyList)in.readObject();
                 in.close();
                 return list;
               catch (Exception e) {
                   System.out.println(e);
              return list;
           }list.add()
    public void add(int index, Object o)
              if (index == 0) addFirst(o);
              else if (index >= size) addLast(o);
              else {
                   Node current = first;
                   for (int i = 1; i < index; i++)
                        current.prev = current;
                        current = current.next;
                   Node temp = current.next;
                   current.next = new Node(o);
                   current.prev = current;
                   (current.next).next = temp;
                   size++;
         }any ideas?

  • Quick question about a list

    I have a function in a component that has
    <function>
    <query queryOne>
    </query>
    <cfset to listOne>
    <query queryTwo>
    </query>
    <cfloop queryTwo>
    <cfif ListFind(listOne, queryTwo.field)>
    do this stuff
    </cfif>
    </cfloop>
    </function>
    I can see both queries pull the correct info when running
    them in my db program... but its not running my do this stuff...
    should I be able to access the list or do I have to so a
    variable.listOne? If it is right, them maybe I have some other
    logic issue, I just wanted to cross out one possible place I messed
    it up.
    Thanks,
    Va.

    Your sample code is a bit cryptic, but your problem is
    probably the ListFind function. If there is case sensitivity, use
    ListFindNoCase( ).

  • A question about synchronized Lists...

    If I have a synchronized list, and I have a synchronized block in one thread with a lock on that list (synchronized(List)) am i supposed to be able to add an item to that list directly (using the List.add() method) from another thread while I'm still in the synchronized block previously described?
    I have some code here where I tried to test that and the answer that I got is that it is possible while (I believe) it's not possible theoretically speaking.
    import java.util.*;
    public class Warehouse implements Runnable{
         List<String> items = Collections.synchronizedList(new ArrayList<String>());
    //     List<String> items = new ArrayList<String>();
         public static void main(String[] args){
              Warehouse w = new Warehouse();
              Manager m = new Manager(w);
              Thread one = new Thread(w);
              Thread two = new Thread(m);
              one.start();
              two.start();
         public void add(String t){
              synchronized(items){               
                   for(int i=0; i<2; ++i){
                        System.out.println("Warehouse added item...");
                        try{
                        Thread.sleep(500);
                        }catch(InterruptedException ie){
                             ie.printStackTrace();
                   items.add(t);
                   items.notify();
         public void run(){
              for(int i=0; i<1; ++i){
                   synchronized(items){
                        while(items.isEmpty()){
                             try{
                             System.out.println("Warehouse waiting...");
                             items.wait();
    //                         System.out.println("Warehouse after waiting...");
                             for(int j=0; j<2; ++j){
                                  System.out.println("Warehouse after waiting...");
                                  try{
                                  Thread.sleep(500);
                                  }catch(InterruptedException ie){
                                       ie.printStackTrace();
                             }catch(InterruptedException ie){
                                  ie.printStackTrace();
    class Manager implements Runnable{
         Warehouse w;
         public Manager(Warehouse w){
              this.w = w;
         public void run(){
              for(int i=0; i<1; ++i){               
                   System.out.println("Manager Adding item...");
                   w.add("articulo");                              
                   for(int j=0; j<5; ++j){
                        w.items.add("jeje");
                        try{
                        Thread.sleep(500);
                        }catch(Exception ex){ex.printStackTrace();}
                        System.out.println("Manager adding to items");
                   System.out.println("Manager finished with warehouse...");
    }Output:
    Warehouse waiting...
    Manager Adding item...
    Warehouse added item...
    Warehouse added item...
    *Warehouse after waiting...*
    *Manager adding to items*
    *Warehouse after waiting...*
    *Manager adding to items*
    Manager adding to items
    Manager adding to items
    Manager adding to items
    Manager finished with warehouse...The code in "bold" (with the tokens) isn't supposed to happen concurrently as I understand it since the "warehouse after waiting" statement it's in the synchronized block with a lock on the items list and the "manager adding to items" statement is adding an item to that list through a direct reference to that list...

    When the manager thread notifies the items (warehouse thread), the warehouse thread does not have to wake up automatically, it has to compete for the items lock then wait for its Thread context to execute. Which means that the manage is able to continue to execute - adding to items manually, and eventually sleep()ing. When the manager thread sleeps that is a good place for a Thread context switch, and if the JVM takes that opportunity to do so, then the warehouse thread regains the lock and would prevent further access to items. But at some point the Thread context will switch again (probably when warehouse thread goes to sleep). Now the manager thread can wake up, print that it is working because that code is not protected by any synchronized lock. Then when it attempts to add to items again it blocks. Another thread context switch allows the warehouse to complete its work, finish up, and release the items lock. Manager can then get the lock on items and finish its work. The results would be exactly as you display them. Here is a possible walk-through of the threading paths taken:
    Thread == Warehouse
    i = 0
      lock on items
        items.isEmpty == true
          print "Warehouse is waiting"
          items.wait (unlock items)
    /* CONTEXT SWITCH */
    Thread == Manager
    i = 0
      print ""Manager Adding item..."
      locking items
        i = 0
          printing "Warehouse added item..."
          sleeping 500
        i = 1
          printing "Warehouse added item..."
          sleeping 500
        i ! < 2
        locking items
          adding to items
        unlocking items
        notifying items (wait will unlock eventually)
      unlocking items
      j = 0
        locking items
          adding to items
        unlocking items
        sleeping 500
    /* CONTEXT SWITCH */
    Thread == Warehouse
          items.wait (regain lock and get context)
          j = 0
            prinitng "Warehouse after waiting..."
            sleeping 500
    /* CONTEXT SWITCH */
    Thread == Manager
        sleeping 500 is done
        printing "Manager adding to items"
      j = 1
        locking items (blocking until items is available)
    /* CONTEXT SWITCH */
    Thread == Warehouse
            sleeping 500 is done
          j = 1
            printing "Warehouse after waiting..."
          j ! < 2
        itemse ! isEmpty
      unlocking items
    i ! < 1
    /* End of Warehouse Thread */
    /* CONTEXT SWITCH */
    Thread == Manager
        locking items (lock available)
          adding to itemes
        unlock items
        sleeping 500
        printing "Manager adding to items"
      j = 2
        locking items
          adding to itemes
        unlock items
        sleeping 500
        printing "Manager adding to items"
      j = 3
        locking items
          adding to itemes
        unlock items
        sleeping 500
        printing "Manager adding to items"
      j = 4
        locking items
          adding to itemes
        unlock items
        sleeping 500
        printing "Manager adding to items"
      j ! < 5
      printing "Manager finished with warehouse..."
    i ! < 1
    /* End of Manager Thread */So the theory an practice are the same - you can not access the items object when it is locked by another thread. The problem is that your test does not demonstrate when locks are held and released - some of the output you expect to be protected is not and so you mis-interpret the code.

  • Question about distribution on CO

    Hi Experts
    I am learning distribution,
    1  I have 6 cost center from 2001 ~ 2006
    2  I post a 6666 usd to cost center 2006 first.
    3  set a activity type as square meter(m2).
    4 define a distribution then alloacte the 6666 usd acording to vary square meter in cost centers.
    result: things works fine for 2001~2005. how every I noticed that the cost center 2006 has the 6666+ new allocated value , that means after the allocation, the oringional cost exist, I dont think it is right, how can I fix ?
    thanks in advance
    Liam

    Hi SDNFICO
    thanks for your suggestion, I try your way by the following
    1 add cost center 1001 and 1002
    send the invoice 7777 usd to cost center 2001, then create a new cycle allocate the expense to 1001 and 1002. then I excute the cycle, 2001 and 2002 has the allocated expense as expect, but cost center 2001 still has the original 7777usd, am I missed something?
    thanks
    Liam

  • Question about distribution of binary packages..

    Hi!!
    When I have built a package with makepkg, is that all that is needed to later share that pkg-file for the public? (i have no specifik optimizations)

    Yes.
    If you wan to create a repo, you'll need to use gensync to generate the database: http://wiki2.archlinux.org/index.php/Cu … %20gensync

  • Question about Tasklists

    I have a weird question about task lists.
    lets assume I created a task list for a user and enering values in to a data form is one of the task and promoting the planning unit is the next step.
    and assume the user has gone through the tasks and completed entering the values and promoted and marked the tasks as complete.
    Now, I am the reviewer and review the values and promoted it back to him to change a few values where I am not satisfied.
    How does the user knows if he has to re-enter the values again? but the tasks in that tasklist shows the tasks has been completed.
    I am missing something or assuming it wrong. Can some one give me a clear picture idea about it. Appreciate your help.
    TIA
    sai

    Hi,
    Users get notification e-mails in which they would see annotation from previous plan unit owner if there is any. They could then know that they have to re-enter/adjust/amend some of the values. As for task lists, I usually recommend to users not to use complete box as it using it leads the same confusion you fell into. Task list completion status does not certainly serve to the purpose very well, so better stay away...
    What I can tell about workflow is that with good training and sensible security configuration, workflow works almost perfectly in many places.
    Cheers,
    Alp

  • Question about free down loading Mavericks. On checking Mavericks before downloading that there are no Bangla language in the list. I occasionally use Bangla in my present Mountain Lion. My concerns if I down load Mavericks then what will happen to Bangla

    Question about free downloading Mavericks. On checking Mavericks before downloading that there are no Bangla language in the list. I occasionally use Bangla in my present Mountain Lion. My concerns is, if I download Mavericks then what will happen to Bangla language in mountain lion? Samar Laha

    No reason to be embarassed. You are not alone.
    You will need an external drive. If you have a Time Machine drive without enough disk space you can create the clone there however it's advised that you keep your Time Machine and clone on separate drives. If the drive dies you loose both types of backup.
    Download and install the clone software. Everyone has their favorite. These are the two most common applications used. I prefer SuperDuper because of it's simplicity in setting up. It's also free for the first clone where with CCC you have to give a Credit Card then cancel if you do not want to keep.
    SuperDuper! http://www.shirt-pocket.com/
    CCC http://www.bombich.com/download.html
    Select your drive in the To popup. Click on Copy Now. That's it.
    Yes, it really is that simple....

  • Distribution List Question

    Good Morning:
    In Distribution List, I am unsubscribing some email address, and then the List's owner and the subscriber does receive a email with the notification. Can I set any properties for avoid the notification when the subscriber is un-subscribed?
    Thanks alot for any guide.

    You can also subscribe/unsubscribe people using the admin pages (in webmail select the Administration tab then the List sub-tab). There is a Membership Management function that allows you to maintain list members directly without going through the list server, so notification emails are not sent. You do need to log in as a user with Administration privileges though.
    As far as I know there is no way to avoid getting notifications sent using the end-user webmail screens.

Maybe you are looking for