Refining email id lookup

We want to segregate the users id according to groups. For example, group1 with users A, B
and C and group2 with users D, E and F.
When we use OCS email to send email out, we would click on the
torchlight for a lookup. Currently the lookup options are Address Book, Address
List and Corporate Directory. We wanted to add in another option in the drop
down list, group1 and group2 so that if we choose group1 from the drop down
list and key in * in the search field, all users from group1 would be display.
Can this be done. Please help, thanks

Hi Thomas
Which field in the HR master data did you use to store the email ID?

Similar Messages

  • How to fix "Email address lookup" failure

    Here is a weird one...
    I have created a new nickname object which has three email addresses.
    They all list OK under "View Email Addresses"
    However when testing, GWIA reported "no such user". !!
    After double checking the "View Email Addresses" screen for typo's, I did a Tools | Utilities | Email Address Lookup and it fails on the address, but the other two addresses for this nickname object are found OK.
    So I deleted the nickname object and recreated it, but it still the 3rd email address can't be found.
    Does anyone know why this is the case? Or better yet how to fix this?
    Cheers, Gordon

    Uwe,
    I have synchonised the user object, and strange thing is that the nickname addresses actually appear in the user object under the "View Email Addresses" list, in the "Nickname Email Addresses" section. So the user object looks correct.
    I guess that when the Email Address Lookup utility searches as does GWIA, it accesses an address list and not by actually looking at each individual user object's address list. So I just have to figure out why just one of the three nickname email addresses are not making it to this "Email Address Lookup" list.
    I might look into doing a PO rebuild, unless there are any other less drastic ideas.
    Gordon

  • Oracle 9i Installation on AIX6.1

    Hello,
    We have requirement to install Oracle 9i rel2 on the AIX6.1. I have gone thro the Pre-Installation Requirements document. To install the oracle using Oracle universal installer, we need to have JDK 1.3.1 on the server. I could not find JDK 1.3.1 for AIX.
    Anyone can help me to find out JDK 1.3.1 for AIX6.1.
    Is there any other workaround to install oracle 9i without JDK 1.3.1.
    Thanks.

    My suggestion - Use Rman backup/restore/upgrade method. (Assumption: New host has 11GR202 home with latest psu & timezone patches installed)
    Will transparently go from 32 to 64bit too, provided host type & endian is unchanged.
    You CANNOT Rman an ENTIRE DB between different Endian'd platforms - YET (as at 2009.11.25)
    If TIMEZONE is used within the database, investigation, preparation, pre- & Post work for that data is OUTSIDE the scope of this document.
    See metalink document 977512.1 if you just need to apply latest 11gR2 TZ (IE:tz13) to a standard 11gR2 build/upgrade with tz11 in-place.
    Also see metalink documents 815679.1 and 412160.1
    Copy and run "utlu112i.sql" from the NEW Oracle version home /rdbms/admin on the 9i database.
    do an rman> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO 'path_to_backups/%d_BASE_ctrl_and_spfile_%F.bak';
    Perform a full RMAN backup on 9i.
    Perform a 'create pfile from spfile' , copy the produced pfile to new host and edit it to remove obsoleted 9i entries - highlighted by "utlu' report above. Note Log_archive _format changes structure in 11g.
    Setup directory structure on new server to be same as old (for all Oracle databafiles, redo log locations And backup location etc)
    Ensure that 'admin', logarch, adump, bdump, etc directories all exist (some will not be used but take no space anyway)
    Copy 9i full backup files from 9i backup host location to the 11g hosts identical backup location.
    On new host: (With SID, ORACLE_BASE, ORACLE_HOME etc all set correctly)
    Create empty password file
    Check that no DB files remain of any prior upgrade attempts (IE: mirrored redo log files etc)
    On 11G set SID correctly
    Convert pfile to a spfile via sql*plus, then rename pfile to pfile.old. Spfile will be used from here forwards.
    In Rman, (rman taget / )
    set DBID=953226835; (dbid from 9i) Filename will be something like ???ctrl_and_spfile_c-953226835-20091124-00.bak - The 953226835 part is DBID
    startup nomount
    restore controlfile from 'path/???ctrl_and_spfile_c-953226835-20091124-00.bak';
    alter database mount;
    configure device type disk parallelism 3;
    restore database;
    recover database;
    alter database open resetlogs upgrade;
    exit rman
    Recreate temporary tablespace (as these files are not backed up by raman) [from within a sql*plus session & exit].
    In new sql*plus session (spool capture to a file for later check)
    @?/rdbms/admin/catupgrd     (This script will shutdown the DB at it’s end.)
    exit sqlplus               ( You MUST exit to clear objects in MEMORY.)
    Unix> sqlplus / as sysdba
    sql> startup
    sql> @?/rdbms/admin/utlrp
    set pagesize 999
    set linesize 133
    sql> select * from dba_registry;
    sql> select * from registry$history order by action_time;
    sql> @?/rdbms/admin/utlu112s.sql          (to confirm upgrade completed ok)
    Most likely only Catalog & Catproc are registered. Oracle 11GR2 REQUIRES some XML components.
    PERFORM any PSU Internals Update here !!
    EG:
    "Run psu apply to DB"
    "IE:cd $ORACLE_HOME/rdbms/admin"
    "sqlplus /nolog"
    "CONNECT / AS SYSDBA"
    "STARTUP"
    "@catbundle.sql psu apply"
    "QUIT"
    or Run @$ORACLE_HOME/rdbms/admin/catuppst.sql
    IF XDB is missing in 11G, (is needed in 11g) perform the following :
    connect / as sysdba
    alter user system identified by manager;
    alter user sys identified by change_on_install;
    spool Create_DBCatalog.log
    Set TERMOUT Off ECHO on
    connect / as SYSDBA
    @${ORACLE_HOME}/rdbms/admin/catalog.sql;
    connect / as SYSDBA
    @${ORACLE_HOME}/rdbms/admin/catblock.sql;
    connect / as SYSDBA
    @${ORACLE_HOME}/rdbms/admin/catproc.sql;
    connect / as SYSDBA
    @${ORACLE_HOME}/rdbms/admin/catoctk.sql;
    connect / as SYSDBA
    @${ORACLE_HOME}/rdbms/admin/owminst.plb;
    Set TERMOUT On ECHO On
    spool off
    connect system/manager
    spool pupbld.log
    @${ORACLE_HOME}/sqlplus/admin/pupbld.sql;
    connect system/manager
    @${ORACLE_HOME}/sqlplus/admin/help/hlpbld.sql helpus.sql;
    spool off
    -- Oracle XML Database 11g Mandatory
    set define off
    connect / as SYSDBA
    set echo on
    spool xdb_protocol.log
    @${ORACLE_HOME}/rdbms/admin/catqm.sql change_on_install SYSAUX TEMP '';
    shutdown immediate;
    EXIT
    startup ;
    select 'utl_recomp_begin: ' || to_char(sysdate, 'HH:MI:SS') from dual;
    execute utl_recomp.recomp_serial();
    select 'utl_recomp_end: ' || to_char(sysdate, 'HH:MI:SS') from dual;
    @${ORACLE_HOME}/rdbms/admin/utlrp.sql
    Set TERMOUT On ECHO On
    set define on
    Set pagesize 9999
    set linesize 133
    -- The below 4 items are not in 11GR2 and should be dropped if they exist.
    -- See Oracle Doc ID. 878623.1 for more info if req'd.
    drop view X_$KGLLK;
    drop view X_$KSLEI;
    drop public synonym X$KGLLK;
    drop public synonym X$KSLEI;
    -- The above 4 items are not in 11GR2 and should be dropped if they exist.
    select * from dba_registry;
    -- This above should now also list XML and OWM as well as CATALOG and CATPROC and all VALID!
    select * from registry$history order by action_time;
    select count(*) from dba_objects where status <> 'VALID';
    select * from dba_objects where status <> 'VALID';
    spool off
    Correct sys & system passwords.
    11G has much finer control for access to outside servers IE: for sending Email , AD lookup etc.
    Refer to DBMS_NETWORK_ACL_ADMIN package documentation for this.
    Upgrade database internals (your schema tables) so new timezone. A subject in itself.
    Setup Block Change Tracking.
    (Ensure BCT file has own hostname in it's name, so it doesn't conflict with standby BCT file, when physical Standby DB is configured for DR)
    This should get you an the way.
    Test.
    Test.
    Practice.
    Test. Performance? Need optimizer_features_enable parameter set down?
    Do upgrade for real. (Having all 'client' PCs tnsnames/ouside-connecting-things pre-configured to use a DNS alias makes this easier).
    Lood luck.
    Vin.

  • Safari slow - FireFox fast

    I just come U.S from China. I am using school's network now.
    the soft update always report error, can not link to the sever. and safari, itunes, quicktime link very slow. just like through a slow proxy. but haven't set any proxy
    the firefox works well. skype works well, ichat works well.
    my friend told me, maybe is the DNS error. I try to link google by ip and web address with safari. they spent same time, about 3min, while firefox about 1sec.
    Mac mini Mac OS X (10.4.5)
    ==========================
    Answer from Michael Bradshaw
    Posts: 275
    Registered: May 9, 2003
    Re: i can't link the update
    Posted: Mar 11, 2006 3:04 PM in response to: golden grape
    Click to reply to this topic Reply email Email
    golden grape - Welcome to the discussions!
    DNS problems are very irritating - and some of the hardest to figure out.
    Let's start gathering some information to see how things are set up. Open the Network Utility and go to the "Lookup" tab. Pick one or two addresses and look them up. How long does the server report it took to do the lookup (query time). How long did you wait from clicking go?
    P.S. sometimes the best thing is to ignore these things for an hour or so - it's often a temporary thing while your DNS server works out the addresses you need. Also - mac OS will cache the addresses - so once you have them - you don't need to wait anymore on DNS to find things. Try to leave your mac on as long as possible - unless you have some bad software or corruption on a disk - the longer it runs, the faster things will get.
    golden grape
    Posts: 2
    Registered: Mar 11, 2006
    Re: i can't link the update
    Posted: Mar 11, 2006 3:59 PM in response to: Michael Bradshaw
    Click to reply to this topic Reply email Email
    the lookup follows:
    ; <<>> DiG 9.2.2 <<>> www.google.com
    ;; global options: printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19675
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 6, ADDITIONAL: 6
    ;; QUESTION SECTION:
    ;www.google.com. IN A
    ;; ANSWER SECTION:
    www.google.com. 864 IN CNAME www.l.google.com.
    www.l.google.com. 174 IN A 72.14.203.104
    www.l.google.com. 174 IN A 72.14.203.99
    ;; AUTHORITY SECTION:
    l.google.com. 63663 IN NS e.l.google.com.
    l.google.com. 63663 IN NS g.l.google.com.
    l.google.com. 63663 IN NS a.l.google.com.
    l.google.com. 63663 IN NS b.l.google.com.
    l.google.com. 63663 IN NS c.l.google.com.
    l.google.com. 63663 IN NS d.l.google.com.
    ;; ADDITIONAL SECTION:
    a.l.google.com. 69875 IN A 216.239.53.9
    b.l.google.com. 65589 IN A 64.233.179.9
    c.l.google.com. 69875 IN A 64.233.161.9
    d.l.google.com. 69875 IN A 64.233.183.9
    e.l.google.com. 70669 IN A 66.102.11.9
    g.l.google.com. 7812 IN A 64.233.167.9
    ;; Query time: 7 msec
    ;; SERVER: 136.165.253.10#53(136.165.253.10)
    ;; WHEN: Sat Mar 11 15:53:47 2006
    ;; MSG SIZE rcvd: 276
    ===============
    The problem exists about 1 week already.
    i can link to google with firefox very quickly. but very slow with safari.
    Mac mini Mac OS X (10.4.5)
    Michael Bradshaw
    Posts: 275
    Registered: May 9, 2003
    New! Re: i can't link the update
    Posted: Mar 11, 2006 4:30 PM in response to: golden grape
    Click to reply to this topic Reply email Email
    7ms! Your DNS server is a lot faster than mine.
    I can confidently say that you don't have DNS problems. If you had DNS problems - firefox and Network Utility should be equally slow. This really has nothing to do with mini hardware either.
    It would be best to ask a new question titled "Safari slow - FireFox fast" in the Safari group. I'm sure a lot of people there will have good ideas to find out what causes safari to go slow when firefox can browse the same site with speed.
    http://discussions.apple.com/category.jspa?categoryID=169
    One things I can suggest is:
    * Temporarily change your Safari preferences to open the bookmarks or a blank page. You will know if safari is waiting on something locally or the web page is drawing slowly. I doubt this is it - but you never know until you try to narrow down what exactly is slow.

    I am using school's network now.
    Does the same thing happen if you connect to the internet through 'normal' means, such as a home internet connection (broadband, dialup etc), or does it just happen at school?
    Matt

  • Sending email notifications to multiple IDs from lookup?

    Is it possible to send email notifications to multiple ids by putting them in the decode column of a lookup separated by semicolon or nay other identifier?
    OR is there any other way of sending email notfications to mutiple ids (not through Java mail) ?
    Thanks,
    Abhi

    Try this to fetch the emails ids from the Lookup.
    Suppose you have got a string say x from Lookup using "Lookup Definition.Lookup Code Information.Decode"
    String x = "[email protected];[email protected];[email protected]";
    StringTokenizer AA = new StringTokenizer(x.trim(), ";");
    while(AA.hasMoreTokens())
    int i = 0;
    while(i <= AA.countTokens())
    String B= AA.nextToken();
    AAList.add(B);
    i++;
    Now you have the list just make a for loop
    sendMail.setSubject("SUBJECT");
    sendMail.setBody("BODY";
    sendMail.setFromAddress(from);
    for (int i=0;i<emailList.size();i++){
    String email = AAList.get(i).toString();
    sendMail.sendEmail(email);
    If you need any help, let me know. I think we have written the whole code here. :-)

  • Slow address lookup when writing emails

    When I begin a new email, and begin to type in the name or email address of the person I'm writing to, the lookup/auto-populate is painfully slow. Its so slow in fact, that I can usually type out the entire address before it returns the suggestion list.
    I know it used to be faster, but I don't remember when it got this bad. I've looked all over the forums and Google, but can't seem to find anyone else that has this issue.
    I have two email accounts on the iPhone- Exchange &MobileMess. I don't populate anything from iTunes.

    rlevs wrote:
    I have two email accounts on the iPhone- Exchange &MobileMess. I don't populate anything from iTunes.
    Okay, but have you ever plugged the phone into iTunes and synced it ?
    I ask as a common cause of problems is an overabundance of the memory type "Other" which occurs due to bad data etc building up over time. Normally I would say to plug it into iTunes and see how much the Device has in the Other category and seeing whether it needs a restart.
    But if its never been synced before I would be wary of advising this.

  • Splitting the "To" field when crawling an email and then using the "To" field as a refiner with single email addresses

    Hi
    I am using SP2013 SP1 with the September 2014 CU.
    When I crawl an email I use the "To" field subsequently as a refiner.
    Unfortunately, if the email has many email addresses in the "To" field, they all appear in the refiner which is not much help if you only want to refine by a single email address.
    IS there a way of splitting the list of email addresses in the "To" field into separate email addresses so that the field can be used as a refiner, with each refiner entry having a single email address ?
    I have seen articles for SP2010 FAST search, but not for SP2013 Search or do I need to get involved in Content Enrichment / Content Extraction for there appears to be little documentation available on these.
    I would have thought this would have been a fairly popular feature.
    Regards
    Nigel
    Nigel Price NJPEnterprises

    Hi,
    According to your description, my understanding is that the "to"search refiner has many email address when searching the "To" managed property in SharePoint 2013. but you only want to refine by a single email address.
    Whether you create custom "To" managed property,  and then you can search email address with the "To" managed property.
    The refiner value is correspond to the crawel property(column value), when you search different email adress, you would get different refiner values.
    If the issue exists, Please offer a screenshot about your issue and tell "To" managed property is mapping to which crawl property.
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • SSIS Lookup No Match Records to an Email

    Hello,
    I have this requirement where i'm supposed use the lookup against two columns and send outliers to the user via email, what the best approach? sending outlier to table and then emailing it or using variables? does anyone encountered anything similar?
    Thanks,

    If the email will only have a few it can be a textual variable, otherwise I suggest at attachment, compressed
    Arthur
    MyBlog
    Twitter

  • How to send emails to Multiple Users from a Single People Picker lookup field using Sharepoint designer workflow

    Hi All,
    I am working with SharePoint 2013 designer workflow. we are using office 365.
    Our requirement to send email to multiple users, get the user groups from lookup list people and groups column.
    But SP designer sending emails to the first user alone.
    Please guide me to proceed.
    Advance Thanks.
    Regards
    Jenkins NS
    Thanks and Regards Jenkins

    finally I got a solution
     Identified a workaround to solve the issue using SharePoint designer.
    Step 1
    Create a lookup list Example department
    Columns
    Title (by default) – Single line of text
    Users – Person or Group
    Emails – Multiple lines of text
    hidden the Emails column (go to content type and set the column as hidden)
    Create a SharePoint designer Workflow
    Start Workflow automatically when an item is created
    Also Start Workflow automatically when an item is changed
    Workflow Stage 1
    Set Emails to current Item: Users
    The workflow will get all users email ids and add in the Emails column delimiter as semicolon.
    Step 2
    Create a custom list to get the email ids and send email
    Create a lookup column ex: analysis and refer department list, Allow multiple values
    Then Create a SharePoint designer workflow
    full details workflow steps please follow below
    URL
    http://jenkinsblogs.com/2015/04/30/how-to-send-emails-to-multiple-users-from-lookup-list-people-picker-field-using-sharepoint-designer-workflow/
    Thanks and Regards Jenkins

  • My email server is pop3, but Apple's Mail Settings Lookup is showing it as an IMAP. Any ideas how to get Apple showing the correct details?

    My email server is pop3, but Apple's Mail Settings Lookup is showing it as an IMAP. Any ideas how to get Apple showing the correct details?

    Leave feedback for Apple at www.apple.com/feedback, or contact your email provider.  It's the email providers that give that info to Apple, so both parties need to be updated.

  • Lookup not coming while writing email address

    In my Blackberry 8520, when I am typing email address in corporate email, it's not showing the loopup option. Earlier, when I used to type 2 or 3 characters, it used to show addresses from my contact list + show a lookup option. This is not coming since last some time. I had installed LinkedIn for BB, not sure whether due to that it went away or some other reason. I have uninstalled LinkedIn but it's still not showing. Can someone help in getting over this issue as email sending has become very tedious in the absence of it. 

    Hi and Welcome to the Forums!
    As a BES user, you need to go see your BES admins for support...they control, well, everything. They may want to wipe and re-activate your BB.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • New language and region in Email Definition properties lookups

    I want to use Russian language in Email Definition, but I don't see it in Email Definition language property.
    How can I install it or make to appear in properties lookup - Russian language and Russia region?
    screenshot:
    http://img827.imageshack.us/img827/388/newlang.png

    I found out myself.
    There are two lookups: "Global.Lookup.Language" and "Global.Lookup.Region". Simply I had to add necessary values "ru" and "RU".

  • Can't Forward Or Lookup Additional Names from Contacts to add names to Forward or Reply emails

    Some setting is off that I can no longer forward emails.   I can reply and reply to all - but I can't look up additional names to add to the reply either.    Even if I type the full email address in the forward message it does not let me send the forward (send is oddly not an option).    I can go to contacts and send a new email from contacts.    I just can't forward anymore.   Very odd.   My support group says phone is broken.   Seems like it has to be some simple setting.   Please advise.  

    Hi GiftThatKeepsOnGiving,
    Try resending service books to your BlackBerry then retrying the forwarding with a new message. http://bbry.lv/99SL8c
    If this does not resolve the issue, try removing your service books database, then resending service books again.
    Make sure you test with new messages as you will still be unable to forward the previous messages. http://bbry.lv/buj0rQ
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Sending Email - postdrop: warning: unable to lookup public/pickup...

    I am trying to setup some RAID monitoring tools on an older G4 QuickSilver under 10.3.9. It seems however that I cannot send out any email from the server using /usr/bin/mail. I am getting the error:
    postdrop: warning: unable to look up public/pickup: No such file or directory
    Now I've found some material on the subject that suggests migrating to postfix away from sendmail, but I need the Apple Developer Kit (SDK?) for 10.3.x, of which there doesn't seem to be one. Do I just use the 10.2.x kit or can the 10.4.x or 10.5 developer kits be used?

    This URL helped me with the same issue:
    http://www.manning-sandbox.com/thread.jspa?messageID=51841
    I just dropped JSP and went with facelets.

  • How to get lookup to help in foreign languages (Fr.It.Greek, Latin) while reading email (incl attachments) or web articles?

    I use MBP not iPad.  Lookup would be most useful in foreign languages I use.

    If you open the Dictionary app in the Dictionary Preferences you can add British English, German, Japanese, French, Spanish, and Simplified Chinese. No Italian, Greek or Latin. You might send feedback to Apple at http://www.apple.com/feedback/ and ask to include more languages.

Maybe you are looking for

  • Ipod Touch 4th Gen - itunes only pretends to sync

    i have an ipod touch 4th gen 32gb (fw 4.1) that won't sync with my pc. the initial sync worked fine as all the songs and apps were transfered to the touch. now that i wanted to put some new tunes, vids and apps on it, but itunes doesn't do anything.

  • Help with event in iMovie '09 event library?

    I am going nuts with an iMovie project! I am trying to make a movie of my recent vacation (which I do every year). I have already invested about 15 hours in the project. I opened iMovie tonight and tried to view it. Immediately, I noticed something w

  • Printing double-sided selectively

    Is there any way I can set up my printer or my Indesign pages itself to selectively print some pages double sided and some as single pages? I have a 60 page document which was originally set up to print as single-sided sheets. The client now decides

  • Cisco 877W router and external ADSL modem

    Cisco 877W router and external ADSL modem In order to support ADSL2+ on a pre ADSL2+ router and in preparation for a later migration to BT infinity I am trying to configure the Router using an external adsl2+ modem appropriately. The original configu

  • The download bar is stuck!

    Istarted downloading Lion yesterday at 10 pm in Mexico City and it haven't made any progress. I left the entire night my iMac downloading the OS X, now at 15:30 it haven't made any progress