MIGO Posting Date - Authorisation to Change/Display for Certain User ID

Dear all
There is this business requirement
1. Warehouse users should not change the Posting Date of the GR refer PO. It is to avoid user from delaying their work to enter into SAP system the next day although they have received the goods today. As such, we should change the field status of POSTING DATE into Display mode.
2. However, if the warehouse user has forgotten to enter on the GR Date, they have to go to their Warehouse manager to ask him to enter for them, since the field status: Posting Date is set to display.
Question:
I know how to set the field status of Posting Date to display, but will this field status will be applied as "display" for all the user id? If so, then how can I control only the Warehouse Manager can have the Change Mode for Posting Date?
Thanks in advance
Edited by: Daimos on Oct 14, 2009 8:37 AM

Hi all
I found out this can be done by assigning manager and store keeper to different Tcode with different field status:
Warehouse Manager - MIGO_GR, field status of Posting Date: Required
Store Keeper - MIGO, field status of Posting DAte: Display Only
This will solve the problem!

Similar Messages

  • Custom Adobe forms do not display for Certain users

    Custom forms were created and the majority of users can
    display them. Some users are not able to display forms
    unless you give them a new user ID. Role for all forms are
    attached to position, if the role is attached to the temporary user ID it works.  I am looking solutions or possible causes.
    Using ECC 6.0.

    Lolanda,
    Do you know if your users that cannot use the forms have access to the ADSCerts view in the Key Storage service?  Check out slide 26 in the below link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b08aaa7b-b2f3-2a10-5591-f472a273b90a
    -Matt

  • How to control the data to display for every users?

    Hello Experts,
    Im creating a module in ORACLE forms6i and I want to control all the data to display for every USERs. I have 1 Table and it has 5 columns.
    My module has 5 columns and 5 rows of records to display.
    Problems:
    For USER1, I want to display all DATA in column3 and column4 only and all remaining columns shoud be null.
    For USER2 , I want to dislplay all data in Column1 only and all remaining columns should be null.
    How can i control all the data to display for each columns? Can you help me please. Im using the Clear_Items but its not working only the first row are null but the remaining
    rows has its records.
    Thanks.
    Lala

    I understand that you want certain columns not to show at all on the canvas when a certain user opens the form. Then, in the when-new-form-instance trigger, you should set_item_property(x_item, visible, property_false) for each item you do not want to be dislayed, depending on the user.

  • How to change password for a user in WLS 7.0 embedded ldap in code?

    I asked the similar question before but don't have an answer yet.
    I need to change password for a user in my Java code. Any help will be
    appreciated.
    Here is my stack trace:
    c:\Test>java -classpath . testEmbeddedLdap
    attribute: uid
    attribute: description
    attribute: objectclass
    attribute: wlsMemberOf
    attribute: sn
    attribute: cn
    javax.naming.NoPermissionException: [LDAP: error code 50 - Insufficient
    Access Rights]; remaining name
    'uid=myRegularUser,ou=people,ou=myrealm,dc=mydomain'
    at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2872)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2810)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2616)
    at com.sun.jndi.ldap.LdapCtx.c_modifyAttributes(LdapCtx.java:1374)
    at
    com.sun.jndi.toolkit.ctx.ComponentDirContext.p_modifyAttributes(ComponentDir
    Context.java:255)
    at
    com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(Partial
    CompositeDirContext.java:172)
    at
    com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(Partial
    CompositeDirContext.java:161)
    at
    javax.naming.directory.InitialDirContext.modifyAttributes(InitialDirContext.
    java:146)
    at testEmbeddedLdap.main(testEmbeddedLdap.java:30)
    Here is my testing code:
    <PRE>
    import java.util.*;
    import javax.naming.*;
    import javax.naming.directory.*;
    public class testEmbeddedLdap {
    public static void main(String[] argv) {
    Hashtable env = new Hashtable(11);
    env.put(Context.INITIAL_CONTEXT_FACTORY,
    "com.sun.jndi.ldap.LdapCtxFactory");
    env.put(Context.PROVIDER_URL, "ldap://localhost:7001");
    env.put(Context.SECURITY_AUTHENTICATION, "simple");
    env.put(Context.SECURITY_PRINCIPAL, "uid=myAdministrator, ou=people,
    ou=myrealm, dc=mydomain");
    env.put(Context.SECURITY_CREDENTIALS, "myAdministrator");
    try {
    DirContext ctx = new InitialDirContext(env);
    String
    sUser="uid=myRegularUser,ou=people,ou=myrealm,dc=mydomain";
    String sOldPassword="myRegularUser";
    String sNewPassword="newpassword";
    for (NamingEnumeration ae = ctx.getAttributes(sUser).getAll();
    ae.hasMore(); ) {
    Attribute attr = (Attribute)ae.next();
    System.out.println("attribute: " + attr.getID());
    ModificationItem[] mods = new ModificationItem[2];
    Attribute mod0 = new BasicAttribute("userpassword",
    sOldPassword);
    mods[0] = new ModificationItem(DirContext.REMOVE_ATTRIBUTE,
    mod0);
    Attribute mod1 = new BasicAttribute("userpassword",
    sNewPassword);
    mods[1] = new ModificationItem(DirContext.ADD_ATTRIBUTE, mod1);
    ctx.modifyAttributes(sUser, mods);
    ctx.close();
    } catch (NamingException e) {
    e.printStackTrace();
    </PRE>
    "Neil Smithline" <[email protected]> wrote in message
    news:[email protected]...
    Two things. First, I'm not exactly sure what password you are trying to
    change. The LDAP server's password or a user's password in the LDAP
    server. Second, could you please post a stack trace.
    Thanks - Neil
    K Wong wrote:
    I am using (javax.naming.directory.DirContext.modifyAttributes) to
    change
    password to our development Weblogic 7.0 embedded LDAP.
    I login as the system administrator (a user in the administratorsgroup),
    but always gets the javax.naming.NoPermissionException - InsufficientAccess
    Rights.
    What user should I use? Any help will be appreciated.

    Hai,
    This condition based execution requires - javascript coding.
    In miscelleaneous tools bar, you have an option of SCRIPT_ITEM writer tool, drag the tool into your WAD layout, and select the properties , choose the editor option and paste your coding. that's it.
    Alternate option :
    in your web application design layout , you will fine XHTML coding editor , there you need to write coding and execute the same.
    Hope this will help to you.
    Assign Points if its really useful.
    Cheers !!!
    Bye
    Regards,
    Giri

  • I am unable to change passwords for any users.  The "change password" is grayed out.

    I am unable to change passwords for any users.  The "change password" is grayed out.  I know there is a way to change them but I am having trouble finding it.
    Message was edited by: dmw1975

    If you're in the Users pane of the server app, and you select Network Users from the drop-down near the top, there's a small padlock icon at the bottom. Is it locked or open? If locked, click it and enter credentials into the authorisation box that opens

  • Where can I change desktop for anonymous user ?

    Hello.
    Where can I change desktop for anonymous user ? I'd like to change it in the same manner as sampleportal desktop (with amconsole) , but I did not found it in the amconsole.
    If you know, please, tell.

    The user "authlessanonymous" holds the information that people see if they are not signed on. It can be changed like any other user. It may have to be enabled under the Service Configuration tab -> portal desktop.

  • How to change password for sidadm user on HP-UX

    Hello
    How to change password for <sidadm> user on HP-UX

    Hello Jan,
           1.      Log on to the operating system with the <sid>adm user.
           2.      Open a shell.
           3.      Enter the command passwd.
           4.      Enter the old and new passwords
    Rohit

  • How to change password for apple user id

    how to change password for apple user id

    If you can't remember your current password then you should be able to get it reset via this page : http://iforgot.apple.com
    If you know your current password then on your phone you can try tapping on your id in Settings > Store and you might be able to change it on your account's screen, or on your computer's iTunes you can log into your account via the Store > View Account menu option and change it on there

  • How to change password for  XELSYSADM user in OIM?

    Hello Gurus and Experts!
    How to change password for XELSYSADM user in OIM?
    Your help is appreciated.

    Follow the undermentioned steps to change the password:
    1) Change the password from oim Design Client as usual.
    2) Open xlconfig.xml present in <XL_HOME>\xellerate\config folder.
    3) This step is optional and should only be used if you have a <XLPassword encrypted> tag in the <Scheduler> section. In the scheduler section, change the encrypted="true" to encrypted="false" and replace existing encrypted password with new clear text password, as shown below:
    <Scheduler>
    <XLUserName>xelsysadm</XLUserName>
    <XLPassword encrypted="false">NEW_PASSWORD</XLPassword>
    </Scheduler>
    4) Restart server.
    Now login with the new password.

  • Change documents for the user in Ep7.0

    Hi,
    Is there a way can we track change documents for a user in user admin in AS java stack.We have LDAP sun 5.2 version as the datasource.in ABAP stack we have some thing like in suim the change docs.Thanks.

    Hi Ambarish,
    Please check the Security Logging (.../usr/sap/<SID>/j2ee/cluster/serverX/log/security.log) might helps.
    Security audit log - 1278155
    Refer to http://help.sap.com/saphelp_nw70/helpdata/EN/03/37dc4c25e4344db2935f0d502af295/frameset.htm
    Regards
    Arun Jaiswal

  • Forward mail to MS Exchange for certain users

    Hello.
    We have a "master" Oracle Messaging Exchange Server and we have recently installed a Microsoft Messaging Server. We need certain users to use MS Exchange. The idea is changing mailHost LDAP attribute for those users (let's take [email protected] as an example), setting the MS Exchange HUB server, let's say hub.domain.com (mailHost: hub.domain.com). Doing so, mails sent to [email protected] are sent to hub.domain.com using lmtp channel. Everything works fine except for an issue: MS Exchange sees the from address like "user@lmtpcs-daemon", so we have to configure MS Exchange to use "lmtpcs-daemon" as secondary domain of domain.com, otherwise it doesn't know what to do with those mails.
    Is there a way to not do that rewrite for certain users? Or maybe can we create a new channel to forward mails to Exchange? Could we define a channel depending on mailHost value or something like that?
    Any thoughts?
    Thank you very much.

    Thank you very much for your inputs.
    It's being quite difficult for me to understand this whole mail routing thing. According to the documentation:
    "The handling of a missing mailhost attribute is different depending on whether the entry is a user or a group. In the case of a user, a mailhost is essential, so if no mailhost attribute is present a new address of the form
    @smarthost:user@domain
    is constructed using the smart host for the domain determined by the LDAP_DOMAIN_ATTR_SMARTHOST MTA option"
    Sounds good, it seems that I just need to delete mailHost attribute for the users who need to use Exchange and set LDAP_DOMAIN_ATTR_SMARTHOST in option.dat. I've tried that but I get a "4.0.0 temporary error returned by alias expansion" when I send a mail to the test user.
    I've deleted the LDAP_DOMAIN_ATTR_SMARTHOST line and I've set mailRoutingSmartHost LDAP attribute for the user but I get the same result.
    I'm not even sure about the mailRoutingSmartHost format. This is what I have:
    mailRoutingSmartHost: correoweb.saludcastillayleon.es
    root@MTA1 # imsimta test -rewrite -debug [email protected]
    Initializing mm_.
    Initializing mm_ submission.
    Checking identifiers.
    *** Debug output from initializing MM for submission:
    09:49:06.60: Debug output enabled, system MTA1.domain.com, process 41f0.1, message enqueue routines version V6.3 compiled Mar 14 2008 17:07:19
    09:49:06.60: mmc_winit('l','[email protected]','[email protected]') called.
    09:49:06.60: Address reversal invoked on [email protected], force reverse URL 1, capture 1
    09:49:06.60: Rewriting: Mbox = "postmaster", host = "mta1.domain.com", domain = "$*", literal = "", tag = ""
    09:49:06.60: Rewrite: "$*", position 0, hash table -
    09:49:06.60: Found: "$A$E$F$U%[email protected]"
    09:49:06.60: Rewrite failed, not forward.
    09:49:06.60: Rewrite: "$*", position 1, hash table -
    09:49:06.60: Failed.
    09:49:06.60: Rewrite: "$*", position 0, rewrite database -
    09:49:06.60: Failed
    09:49:06.60: Rewriting: Mbox = "postmaster", host = "mta1", domain = "mta1.domain.com", literal = "", tag = ""
    09:49:06.60: Rewrite: "mta1.domain.com", position 0, hash table -
    09:49:06.60: Found: "$U%[email protected]"
    09:49:06.60: New mailbox: "postmaster".
    09:49:06.60: New host: "mta1.domain.com".
    09:49:06.60: New route: "mta1.domain.com".
    09:49:06.60: New channel system: "mta1.domain.com".
    09:49:06.60: Looking up host "mta1.domain.com".
    09:49:06.60: - found on channel l
    09:49:06.60: Routelocal flag set; scanning for % and !
    09:49:06.60: Checking reverse URL cache for: [email protected]
    09:49:06.60: Applying reverse URL pattern ldap:///$V?$N?sub?$R to: [email protected]
    09:49:06.68: URL generation failed, status = 0
    09:49:06.68: Mapped return address: [email protected]
    09:49:06.68: from_access mapping check: ||MAIL|l|[email protected]|
    09:49:06.68: Queue area size 145940970, temp area size 21837182
    09:49:06.68: 36485242 blocks of effective free queue space available; setting disk limit accordingly.
    09:49:06.68: 10918591 blocks of free temporary space available; setting disk limit accordingly.
    09:49:06.68: - passed.
    09:49:06.68: Rewriting: Mbox = "postmaster", host = "mta1.domain.com", domain = "$*", literal = "", tag = ""
    09:49:06.68: Rewrite: "$*", position 0, hash table -
    09:49:06.68: Found: "$A$E$F$U%[email protected]"
    09:49:06.68: Rewrite failed, not forward.
    09:49:06.68: Rewrite: "$*", position 1, hash table -
    09:49:06.68: Failed.
    09:49:06.68: Rewrite: "$*", position 0, rewrite database -
    09:49:06.68: Failed
    09:49:06.68: Rewriting: Mbox = "postmaster", host = "mta1", domain = "mta1.domain.com", literal = "", tag = ""
    09:49:06.68: Rewrite: "mta1.domain.com", position 0, hash table -
    09:49:06.68: Found: "$U%[email protected]"
    09:49:06.68: New mailbox: "postmaster".
    09:49:06.68: New host: "mta1.domain.com".
    09:49:06.68: New route: "mta1.domain.com".
    09:49:06.68: New channel system: "mta1.domain.com".
    09:49:06.68: Looking up host "mta1.domain.com".
    09:49:06.68: - found on channel l
    09:49:06.68: Routelocal flag set; scanning for % and !
    *** Debug output from rewriting a forward header address:
    09:49:06.68: Rewriting: Mbox = "user", host = "domain.com", domain = "$*", literal = "", tag = ""
    09:49:06.68: Rewrite: "$*", position 0, hash table -
    09:49:06.68: Found: "$A$E$F$U%[email protected]"
    09:49:06.68: Rewrite failed, not envelope.
    09:49:06.68: Rewrite: "$*", position 1, hash table -
    09:49:06.68: Failed.
    09:49:06.68: Rewrite: "$*", position 0, rewrite database -
    09:49:06.68: Failed
    09:49:06.68: Rewriting: Mbox = "user", host = "saludcastillayleon", domain = "domain.com", literal = "", tag = ""
    09:49:06.68: Rewrite: "domain.com", position 0, hash table -
    09:49:06.68: Found: "$U%[email protected]"
    09:49:06.68: New mailbox: "user".
    09:49:06.68: New host: "domain.com".
    09:49:06.68: New route: "mta1.domain.com".
    09:49:06.68: New channel system: "mta1.domain.com".
    09:49:06.68: Looking up host "mta1.domain.com".
    09:49:06.68: - found on channel l
    09:49:06.68: Routelocal flag set; scanning for % and !
    09:49:06.68: Rewriting: Mbox = "user", host = "domain.com", domain = "$*", literal = "", tag = ""
    09:49:06.68: Rewrite: "$*", position 0, hash table -
    09:49:06.68: Found: "$A$E$F$U%[email protected]"
    09:49:06.68: Rewrite failed, not envelope.
    09:49:06.68: Rewrite: "$*", position 1, hash table -
    09:49:06.68: Failed.
    09:49:06.68: Rewrite: "$*", position 0, rewrite database -
    09:49:06.68: Failed
    09:49:06.68: Rewriting: Mbox = "user", host = "domain", domain = "domain.com", literal = "", tag = ""
    09:49:06.68: Rewrite: "domain.com", position 0, hash table -
    09:49:06.68: Found: "$U%[email protected]"
    09:49:06.68: New mailbox: "user".
    09:49:06.68: New host: "domain.com".
    09:49:06.68: New route: "mta1.domain.com".
    09:49:06.68: New channel system: "mta1.domain.com".
    09:49:06.68: Looking up host "mta1.domain.com".
    09:49:06.68: - found on channel l
    09:49:06.68: Routelocal flag set; scanning for % and !
    09:49:06.68: Rewrite rules result: [email protected]
    09:49:06.68: Checking reverse URL cache for: [email protected]
    09:49:06.68: Applying reverse URL pattern ldap:///$V?$N?sub?$R to: [email protected]
    09:49:06.69: Resulting URL: ldap:///o%3Ddomain.com?preferredlanguage,mailmsgmaxblocks,mail,mailalternateaddress,mailequivalentaddress?sub?(|([email protected])([email protected])([email protected]))
    09:49:06.69: mmc_open_url called to open ldap:///o%3Ddomain.com?preferredlanguage,mailmsgmaxblocks,mail,mailalternateaddress,mailequivalentaddress?sub?(|([email protected])([email protected])([email protected])), flags = 384
    09:49:06.69: URL with quotes stripped: ldap:///o%3Ddomain.com?preferredlanguage,mailmsgmaxblocks,mail,mailalternateaddress,mailequivalentaddress?sub?(|([email protected])([email protected])([email protected]))
    09:49:06.69: LDAP URL identified
    09:49:06.69: URL context #1 will be used
    09:49:06.69: Performing URL search on: ldap:///o%3Ddomain.com?preferredlanguage,mailmsgmaxblocks,mail,mailalternateaddress,mailequivalentaddress?sub?(|([email protected])([email protected])([email protected]))
    09:49:06.70: mmc_read_url result: [uid=user, ou=People, o=domain.com]
    09:49:06.70: URL resolution returned: [uid=user, ou=People, o=domain.com]
    09:49:06.70: mmc_read_url result: [preferredlanguage] en
    09:49:06.70: URL resolution returned: [preferredlanguage] en
    09:49:06.70: Attribute index: 0
    09:49:06.70: LDAP URL produced preferred language en
    09:49:06.70: mmc_read_url result: [mail] [email protected]
    09:49:06.70: URL resolution returned: [mail] [email protected]
    09:49:06.70: Attribute index: 0
    09:49:06.70: LDAP URL produced address [email protected]
    09:49:06.70: mmc_read_url result: [mailalternateaddress] [email protected]
    09:49:06.70: URL resolution returned: [mailalternateaddress] [email protected]
    09:49:06.70: Attribute index: 0
    09:49:06.70: Alternate address [email protected]
    09:49:06.70: No more results to return
    *** Debug output from rewriting a forward envelope address:
    09:49:06.70: Rewriting: Mbox = "user", host = "domain.com", domain = "$*", literal = "", tag = ""
    09:49:06.70: Rewrite: "$*", position 0, hash table -
    09:49:06.70: Found: "$A$E$F$U%[email protected]"
    09:49:06.70: Match, pattern = "domain.com", current = "(*domaincheck*)"
    09:49:06.70: old state = not checked.
    09:49:06.70: Domain check on domain.com.
    09:49:06.70: Added domain result 1 to cache for domain.com.
    09:49:06.70: new state = succeeded.
    09:49:06.70: New mailbox: "user".
    09:49:06.70: New host: "domain.com".
    09:49:06.70: New route: "mta1.domain.com".
    09:49:06.70: New channel system: "mta1.domain.com".
    09:49:06.70: Looking up host "mta1.domain.com".
    09:49:06.70: - found on channel l
    09:49:06.70: Routelocal flag set; scanning for % and !
    address channel = l
    forward channel = l
    channel description =
    channel caption =
    channel user filter =
    dest channel filter =
    source channel filter =
    channel flags #0 = BIDIRECTIONAL MULTIPLE IMMNONURGENT NOSERVICEALL
    channel flags #1 = NOSMTP DEFAULT
    channel flags #2 = COPYSENDPOST COPYWARNPOST POSTHEADONLY HEADERINC NOEXPROUTE
    channel flags #3 = LOGGING NORESTRICTED RETAINSECURITYMULTIPARTS
    channel flags #4 = EIGHTBIT HEADERKEEPORDER NOHEADERREAD RULES
    channel flags #5 = TRUNCATESMTPLONGLINES
    channel flags #6 = LOCALUSER REPORTNOTARY
    channel flags #7 = NOSWITCHCHANNEL NOREMOTEHOST DATEFOUR DAYOFWEEK
    channel flags #8 = NODEFRAGMENT EXQUOTA REVERSE NOCONVERT_OCTET_STREAM
    channel flags #9 = NOTHURMAN INTERPRETENCODING USEINTERMEDIATE RECEIVEDFROM VALIDATELOCALSYSTEM NOTURN
    defaulthost = domain.com domain.com
    linelength = 1023
    channel env addr type = SOURCEROUTE
    channel hdr addr type = SOURCEROUTE
    channel official host = mta1.domain.com
    channel after params =
    channel user name =
    urgentnotices = 1 2 4 7
    normalnotices = 1 2 4 7
    nonurgentnotices = 1 2 4 7
    channel rightslist ids =
    local behavior flags = %x7
    expandchannel =
    notificationchannel =
    dispositionchannel =
    saslswitchchannel =
    tlsswitchchannel =
    backward channel = l
    unique identifier = [email protected]
    header forward address = [email protected] (route (mta1.domain.com,mta1.domain.com)) (host domain.com)
    header reverse address = [email protected]
    envelope forw address = [email protected] (route (mta1.domain.com,mta1.domain.com)) (host domain.com)
    envelope rev address = [email protected] (route (mta1.domain.com,mta1.domain.com)) (host domain.com)
    name =
    mbox = user
    Extracted address action list:
    [email protected]
    Extracted 733 address action list:
    [email protected]
    Address list expansion:
    *** Debug output from alias expansion:
    09:49:06.70: Inner expand, level = 0, mailbox = [email protected]
    09:49:06.70: Rewriting: Mbox = "user", host = "domain.com", domain = "$*", literal = "", tag = ""
    09:49:06.70: Rewrite: "$*", position 0, hash table -
    09:49:06.70: Found: "$A$E$F$U%[email protected]"
    09:49:06.70: Match, pattern = "domain.com", current = "(*domaincheck*)"
    09:49:06.70: old state = not checked.
    09:49:06.70: Using result 1 from domain match cache.
    09:49:06.70: new state = succeeded.
    09:49:06.70: New mailbox: "user".
    09:49:06.70: New host: "domain.com".
    09:49:06.70: New route: "mta1.domain.com".
    09:49:06.70: New channel system: "mta1.domain.com".
    09:49:06.70: Looking up host "mta1.domain.com".
    09:49:06.70: - found on channel l
    09:49:06.70: Routelocal flag set; scanning for % and !
    09:49:06.70: Reparsed mailbox: user
    09:49:06.70: Reparsed host: domain.com
    09:49:06.70: Variant #1 = [email protected]
    09:49:06.70: Variant #2 = *@domain.com
    09:49:06.70: Alias magic value 8764
    09:49:06.70: LDAP URL template identified
    09:49:06.70: URL determined to be: ldap:///o%3Ddomain.com?*?sub?(|([email protected])([email protected])([email protected]))
    09:49:06.70: URL context #1 will be used
    09:49:06.70: Performing URL search on: ldap:///o%3Ddomain.com?objectclass,inetuserstatus,mailuserstatus,inetMailGroupStatus,uid,preferredLanguage,mailRoutingAddress,mailMsgMaxBlocks,mail,mailAlternateAddress,mailEquivalentAddress,mailDeliveryOption,vacationStartDate,vacationEndDate,mailConversionTag,mailhost,mailQuota,mailMsgQuota,mailProgramDeliveryInfo,mailDeliveryFileURL,mailDeliveryFile,mailAutoReplyMode,mailAutoReplySubject,mailAutoReplyText,mailAutoReplyTextInternal,mailAutoReplyTimeOut,mailSieveRuleSource,mailForwardingAddress,mailDeferProcessing,mgrpMsgRejectAction,mgrpRejectText,mgrpMsgRejectText,mgrpBroadcasterPolicy,mgrpDisallowedBroadcaster,mgrpAllowedBroadcaster,mgrpDisallowedDomain,mgrpAllowedDomain,mgrpMsgMaxSize,mgrpAuthPassword,mgrpModerator,mgrpDeliverTo,memberURL,UniqueMember,mgrpRFC822MailMember,rfc822MailMember,mgrpErrorsTo,mgrpAddHeader,mgrpRemoveHeader,mgrpMsgPrefixText,mgrpMsgSuffixText,mgmanMemberVisibility,expandable?sub?(|([email protected])(mailAlternateAddress=user@09:49:06.72: Scanning LDAP result.
    09:49:06.72: Attribute: objectclass
    09:49:06.72: Attribute index: 0
    09:49:06.72: Attribute: inetuserstatus
    09:49:06.72: Attribute index: 1
    09:49:06.72: Attribute: mailuserstatus
    09:49:06.72: Attribute index: 2
    09:49:06.72: Attribute: uid
    09:49:06.72: Attribute index: 5
    09:49:06.72: Attribute: preferredLanguage
    09:49:06.72: Attribute index: 19
    09:49:06.72: Attribute: mail
    09:49:06.72: Attribute index: 31
    09:49:06.72: Attribute: mailAlternateAddress
    09:49:06.72: Attribute index: 32
    09:49:06.72: Attribute: mailDeliveryOption
    09:49:06.72: Attribute index: 34
    09:49:06.72: Attribute: mailQuota
    09:49:06.72: Attribute index: 51
    09:49:06.72: Attribute: mailAutoReplyMode
    09:49:06.72: Attribute index: 55
    09:49:06.72: Attribute: mailForwardingAddress
    09:49:06.72: Attribute index: 64
    09:49:06.72: Attribute: mailDeferProcessing
    09:49:06.72: Attribute index: 65
    09:49:06.72: Scanning complete, begin actions
    09:49:06.72: Possible user object classes: inetLocalMailRecipient+inetmailuser
    09:49:06.72: Possible group object classes: inetLocalMailRecipient+inetmailgroup
    09:49:06.72: Object class: top
    09:49:06.72: Object class didn't match
    09:49:06.72: Object class: person
    09:49:06.72: Object class didn't match
    09:49:06.72: Object class: inetuser
    09:49:06.72: Object class didn't match
    09:49:06.72: Object class: organizationalperson
    09:49:06.72: Object class didn't match
    09:49:06.72: Object class: inetorgperson
    09:49:06.72: Object class didn't match
    09:49:06.72: Object class: ipuser
    09:49:06.72: Object class didn't match
    09:49:06.72: Object class: inetmailuser
    09:49:06.72: Object class match, reference value 1
    09:49:06.72: Object class: inetlocalmailrecipient
    09:49:06.72: Object class match, reference value 18
    09:49:06.72: Object class: userpresenceprofile
    09:49:06.72: Object class didn't match
    09:49:06.72: Object class: inetsubscriber
    09:49:06.72: Object class didn't match
    09:49:06.72: Object class: icscalendaruser
    09:49:06.72: Object class didn't match
    09:49:06.72: Object class: iplanet-am-managed-person
    09:49:06.72: Object class didn't match
    09:49:06.72: Object class: iplanet-am-user-service
    09:49:06.72: Object class didn't match
    09:49:06.72: Object class: iplanetpreferences
    09:49:06.72: Object class didn't match
    09:49:06.72: Object class: inetadmin
    09:49:06.72: Object class didn't match
    09:49:06.72: Object class: sunamauthaccountlockout
    09:49:06.72: Object class didn't match
    09:49:06.72: Object class: sunUCPreferences
    09:49:06.72: Object class didn't match
    09:49:06.72: Object class: mailDomain
    09:49:06.72: Object class didn't match
    09:49:06.72: User/group index = 1
    09:49:06.72: Domain is active
    09:49:06.72: Mail domain is active
    09:49:06.72: User status = active
    09:49:06.72: User is active
    09:49:06.72: Mail user status = active
    09:49:06.72: User is active
    09:49:06.72: User UID user found.
    09:49:06.73: Delivery option: mailbox
    09:49:06.73: Delivery options value: 1
    09:49:06.73: Processing mailhost attribute
    09:49:06.73: Mailhost not set for user
    09:49:06.73: Adding result to cache.
    09:49:06.73: Status for this address = -10
    09:49:06.73: LDAP URL template identified
    09:49:06.73: URL determined to be: ldap:///o%3Ddomain.com?*?sub?([email protected])
    09:49:06.73: URL context #1 will be used
    09:49:06.73: Performing URL search on: ldap:///o%3Ddomain.com?objectclass,inetuserstatus,mailuserstatus,inetMailGroupStatus,uid,preferredLanguage,mailRoutingAddress,mailMsgMaxBlocks,mail,mailAlternateAddress,mailEquivalentAddress,mailDeliveryOption,vacationStartDate,vacationEndDate,mailConversionTag,mailhost,mailQuota,mailMsgQuota,mailProgramDeliveryInfo,mailDeliveryFileURL,mailDeliveryFile,mailAutoReplyMode,mailAutoReplySubject,mailAutoReplyText,mailAutoReplyTextInternal,mailAutoReplyTimeOut,mailSieveRuleSource,mailForwardingAddress,mailDeferProcessing,mgrpMsgRejectAction,mgrpRejectText,mgrpMsgRejectText,mgrpBroadcasterPolicy,mgrpDisallowedBroadcaster,mgrpAllowedBroadcaster,mgrpDisallowedDomain,mgrpAllowedDomain,mgrpMsgMaxSize,mgrpAuthPassword,mgrpModerator,mgrpDeliverTo,memberURL,UniqueMember,mgrpRFC822MailMember,rfc822MailMember,mgrpErrorsTo,mgrpAddHeader,mgrpRemoveHeader,mgrpMsgPrefixText,mgrpMsgSuffixText,mgmanMemberVisibility,expandable?sub?([email protected])
    09:49:06.75: Search succeeded but 0 entries returned
    09:49:06.75: No matching entries were found that were valid
    09:49:06.75: Status for this address = 0
    0 expansion total.
    *** Debug output from submitting an envelope address:
    09:49:06.75: mmc_wadr(0x08103050,'[email protected]','[email protected]') called.
    09:49:06.75: Copy estimate before address addition is 1
    09:49:06.75: Parsing address [email protected]
    09:49:06.75: Rewriting: Mbox = "user", host = "domain.com", domain = "$*", literal = "", tag = ""
    09:49:06.75: Rewrite: "$*", position 0, hash table -
    09:49:06.75: Found: "$A$E$F$U%[email protected]"
    09:49:06.75: Match, pattern = "domain.com", current = "(*domaincheck*)"
    09:49:06.75: old state = not checked.
    09:49:06.75: Using result 1 from domain match cache.
    09:49:06.75: new state = succeeded.
    09:49:06.75: New mailbox: "user".
    09:49:06.75: New host: "domain.com".
    09:49:06.75: New route: "mta1.domain.com".
    09:49:06.75: New channel system: "mta1.domain.com".
    09:49:06.75: Looking up host "mta1.domain.com".
    09:49:06.75: - found on channel l
    09:49:06.75: Routelocal flag set; scanning for % and !
    09:49:06.75: Address [email protected] requires local processing.
    09:49:06.75: Variant #1 = [email protected]
    09:49:06.75: Variant #2 = *@domain.com
    09:49:06.75: Alias magic value 8764
    09:49:06.75: Checking for [email protected] in the system alias file
    09:49:06.75: - not found
    09:49:06.75: Checking for *@domain.com in the system alias file
    09:49:06.75: - not found
    09:49:06.75: Checking [email protected] with URL template ldap:///$V?*?sub?$R
    09:49:06.75: LDAP URL template identified
    09:49:06.75: URL determined to be: ldap:///o%3Ddomain.com?*?sub?(|([email protected])([email protected])([email protected]))
    09:49:06.75: URL context #1 will be used
    09:49:06.75: Using cached LDAP result for URL info: ldap:///$V?*?sub?$R|[email protected]|[email protected]
    09:49:06.75: Scanning LDAP result.
    09:49:06.75: Attribute: objectclass
    09:49:06.75: Attribute index: 0
    09:49:06.75: Attribute: inetuserstatus
    09:49:06.75: Attribute index: 1
    09:49:06.75: Attribute: mailuserstatus
    09:49:06.75: Attribute index: 2
    09:49:06.75: Attribute: uid
    09:49:06.75: Attribute index: 5
    09:49:06.75: Attribute: preferredLanguage
    09:49:06.75: Attribute index: 19
    09:49:06.75: Attribute: mail
    09:49:06.75: Attribute index: 31
    09:49:06.75: Attribute: mailAlternateAddress
    09:49:06.75: Attribute index: 32
    09:49:06.75: Attribute: mailDeliveryOption
    09:49:06.75: Attribute index: 34
    09:49:06.75: Attribute: mailQuota
    09:49:06.75: Attribute index: 51
    09:49:06.75: Attribute: mailAutoReplyMode
    09:49:06.75: Attribute index: 55
    09:49:06.75: Attribute: mailForwardingAddress
    09:49:06.75: Attribute index: 64
    09:49:06.75: Attribute: mailDeferProcessing
    09:49:06.75: Attribute index: 65
    09:49:06.75: Scanning complete, begin actions
    09:49:06.75: Possible user object classes: inetLocalMailRecipient+inetmailuser
    09:49:06.75: Possible group object classes: inetLocalMailRecipient+inetmailgroup
    09:49:06.75: Object class: top
    09:49:06.75: Object class didn't match
    09:49:06.75: Object class: person
    09:49:06.75: Object class didn't match
    09:49:06.75: Object class: inetuser
    09:49:06.75: Object class didn't match
    09:49:06.75: Object class: organizationalperson
    09:49:06.75: Object class didn't match
    09:49:06.75: Object class: inetorgperson
    09:49:06.75: Object class didn't match
    09:49:06.75: Object class: ipuser
    09:49:06.75: Object class didn't match
    09:49:06.75: Object class: inetmailuser
    09:49:06.75: Object class match, reference value 1
    09:49:06.75: Object class: inetlocalmailrecipient
    09:49:06.75: Object class match, reference value 18
    09:49:06.75: Object class: userpresenceprofile
    09:49:06.75: Object class didn't match
    09:49:06.75: Object class: inetsubscriber
    09:49:06.75: Object class didn't match
    09:49:06.75: Object class: icscalendaruser
    09:49:06.75: Object class didn't match
    09:49:06.75: Object class: iplanet-am-managed-person
    09:49:06.75: Object class didn't match
    09:49:06.75: Object class: iplanet-am-user-service
    09:49:06.75: Object class didn't match
    09:49:06.75: Object class: iplanetpreferences
    09:49:06.75: Object class didn't match
    09:49:06.75: Object class: inetadmin
    09:49:06.75: Object class didn't match
    09:49:06.75: Object class: sunamauthaccountlockout
    09:49:06.75: Object class didn't match
    09:49:06.75: Object class: sunUCPreferences
    09:49:06.75: Object class didn't match
    09:49:06.75: Object class: mailDomain
    09:49:06.75: Object class didn't match
    09:49:06.75: User/group index = 1
    09:49:06.75: Domain is active
    09:49:06.75: Mail domain is active
    09:49:06.75: User status = active
    09:49:06.75: User is active
    09:49:06.75: Mail user status = active
    09:49:06.75: User is active
    09:49:06.75: User UID user found.
    09:49:06.75: Delivery option: mailbox
    09:49:06.75: Delivery options value: 1
    09:49:06.75: Processing mailhost attribute
    09:49:06.75: Mailhost not set for user
    09:49:06.75: Status for this address = -10
    09:49:06.75: Temporary alias URL failure; reprocess later
    09:49:06.75: - adding address [email protected] to channel reprocess
    09:49:06.75: Good address count 1 defer count 1
    09:49:06.75: All addresses deferred - treat as general temporary error
    09:49:06.75: Copy estimate after address addition is 2
    09:49:06.75: mmc_waend(0x08103050) called.
    09:49:06.75: Copy estimate is 2
    09:49:06.75: Queue area size 145940970, temp area size 21837154
    09:49:06.75: 36485242 blocks of effective free queue space available; setting disk limit accordingly.
    09:49:06.75: 10918577 blocks of free temporary space available; setting disk limit accordingly.
    Submitted address list:
    Address list error -- 4.0.0 temporary error returned by alias expansion: [email protected]
    Submitted notifications list:

  • Disabling cprojects alerts for certain users only

    Hi
    I need that no email alerts are sent to certain roles/people who have authorizations in cprojects. There are numerous alerts sent as email for any change of dates, thresholds etc. I need to disbale any email being sent in this for certain users.
    How can it be done?
    Regards
    Senthil

    Hi Senthil,
    Would you please check the following
    Evaluations -> Business Add-Ins (BAdIs) -> Change Alerts from Severities in cProjects
    related method is CHANGE_ALERTS_OF_PROJECT, which has a change parameter:
    CT_LANGUAGE_OF_RECIPIENT. You can apply your own logic to remove some recipient of the table, so that they do not get the e-mail.
    Never tested, please check it out.
    Kind regards,
    Zhenbo

  • Default cost center not appearing for certain users

    Hi Gurus,
    We are on SRM 4.0 classic scenario.
    For certain users when they create SC in SRM the default cost center is not automatically taken into account even if they change it to it. The default cost center was changed for these users and some of them still refer to the old cost center no. which was maintained for them.
    The users are not defective and the except the cost center all other attributes work fine. I have tested by deleting & recreating new BP no. for the users but it still doesnt help. Please advise.
    BR,
    Sambit

    hi
    check if the users are correctly mapped into org structure (ppoma_bbp)
    than check if theri Position are correctly mapped with the default cost center (ppoma_bbp; tab attributes; cost center
    regards
    andrea

  • Can OneDrive for Business be disabled for certain users?

    Is it possible to disable OneDrive for Business for certain users? If so, how? Thanks.

    you can remove the OneDrive for Business client for the certain users from their computers so that they cannot use it.
    http://community.office365.com/en-us/f/156/t/192252.aspx
    http://www.askvg.com/what-is-skydrive-pro-option-and-how-to-remove-it-from-context-menu-after-installing-microsoft-office-2013/
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Restricting User defined Field  for certain user

    Hi experts
    I have a field name U_JobNumber at header level of Item Master Data. Can we make visible for certain user ?
    Is this possible .
    Thank you in advance
    Bishal

    Hi Bishal,
    There is a standard feature in SBO that allows you to enable and set the visibility of UDFs. This works on a user/company level. To do this, log in as the user, open the Item Master form and make sure that the UDF tabs is showing then choose Tools-Customisation Tools--Settings from the top menu. You'll then see a separate window that allows you to set the visibility or any UDFs on this form.
    I don't think this feature is currently exposed via the DI API or UI API so you'd need to set these manually.
    Kind Regards,
    Owen

Maybe you are looking for

  • IPad Air is stuck in Dfu mode and iTunes does not recognize

    Hello while i was restoring my ipad air and it wasn't going on so i disconnected my ipad air while "restoring" and it was in Recovery mode and i tried restore it again and it gaved me error 2005 and i put in dfu mode and tryed it again and it gave me

  • How to Create Crystal System in the System Configuration

    Hi I am trying to integrate Crystal system in the Enterprise Portal. When i am trying to create i am not able to see the Crystal Report System in the System list. Please let me know how to configure (Intigrate) Crystal System in the portal and how to

  • Accept ICON

    I have no problem sending or receiving a fax - however now even though auto answer is on, it still asks if I want to accept the incoming fax. Why? Can I turn this off so it will automatically accept and print the incoming fax? What if I am away from

  • Mavericks and Mail...

    Pls help! Just upgraded to Mavericks and the search feature in Mail no longer works. Suggestions???         

  • Help needed badly Insert text data from xml files into tables

    Hi all, I have asked to do insertion of text from a xml file into tables upon receiving using pro*c. i've done quite an amount of research on xml parser in c but there wasn't much information for mi to use for implementation... Guys don't mind helpin