Delegated by problem

I am attempting to write a workflow that will send out an automated email whenever an activity is delegated(either created with a delegated by, or the delegated by field changes).
Now, with this, there is no direct problem, save the fact that the workflows do not seem to acurately depict the status of the delegated by field. To test this I created an email that would send the following data on a modification:
[<DelegatedBy>]
PRE('<DelegatedBy>']
IfNull(PRE('<DelegatedBy>'),"Invalid")
[<DelegatedById>]
PRE('<DelegatedById>')
IfNull(PRE('<DelegatedById>'),"Invalid"))
I changed the delegated by field from USER-A to USER-B, here are the results
USER-A
Invalid
ID of USER-B
ID of USER-A
ID of USER-A
Now, this seems to be a little contradictory, unless I'm missing something - the row ID of the user is correct, but the values of names are off.
The workflow condition simply checks for [<DelegatedBy>]<>IfNull(PRE('<DelegatedBy>'),"Invalid")
Update: I tested with modifying a field OTHER than the delegated by field, and I still get an email. Here is the workflow rule verbatim: [<Type>]<>LookupValue("TODO_TYPE", "Referral") AND [<DelegatedBy>]<>IfNull(PRE('<DelegatedBy>'),"Invalid")
Message was edited by:
user635035
I also have a workflow triggering off a new delegated activity with the workflow rule checking [<DelegatedBy>] IS NOT NULL. Upon testing, this sends out an email whenever an activity is created, whether the delegated by is null or not.
Message was edited by:
user635035

[<DelegatedBy>] and [<Owner>] fields are joined fields. The values are not available to the parent object when you save a record.
[<DelegatedById>] and [<OwnerId>] field values are available immediately.

Similar Messages

  • Delegated Admin - Problem

    I just installed the SC 6 Update 2 all component in the same server....when i try to create a user with delegate admin i have the following error
    /opt/sun/comms/da/bin/commadmin -v user create -D admin -n domain.com -l username -d domain.com -w password -S mail,cal -H servername.domain.com
    FAIL
    *5088:Error message required. missing resource string -> norgsmd null*
    the only way to make work is if I remove the " -S mail,cal". I enable mail & cal to be use with convergence, the object exist in the LDAP because the admin user that was created with the installation has all the objectsclass needed for calendar and mail, so if I login into convergence I see the calendar and email folders...
    and then a I run the command /opt/sun/comm/im/sbin/imadmin assign_services to assign the services to all users in a specific domain and it executes without problem but without changes...the users still have the same objectclass
    the complete output of the command is :
    bash-3.00# /opt/sun/comms/da/bin/commadmin -v user create -D admin -n domain.com -l username -d domain.com -w 12345 -S mail,cal
    [Debug]: DBG:Object = user ; task = create
    [Debug]: default domain from Properties: domain.com
    [Debug]: IShost from Properties: mail.domain.com
    [Debug]: ISPort from Properties: 80
    [Debug]: Contacting : http://mail.domain.com:80/commcli/auth
    [Debug]: To servlet: domain=domain.com&username=admin&password=12345&charsetenc=UTF-8
    [Debug]: cookie => JSESSIONID=6777b671e5fb7eee49f1851ec1a3; Path=/commcli
    [Debug]: RECV: OK
    [Debug]: RECV: OK
    [Debug]: RECV: dn: uid=admin, ou=People, o=domain.com,dc=domain,dc=com
    [Debug]: RECV: nsroledn: cn=Top-level Admin Role,dc=domain,dc=com
    [Debug]: RECV:
    [Debug]: DBG: before getobjtaskargs
    [Debug]: In getObjTaskArgs for: user; create
    [Debug]: Contacting : http://mail.domain.com:80/commcli/climap
    [Debug]: Sending to servlet: task=create&object=user
    [Debug]: getObjTaskArgs Status: 0
    [Debug]: Number of servlets: 1
    [Debug]: Servlet Name: TaskManager
    [Debug]: Servlet args: task=CreateUser
    [Debug]: Servlet args: objecttype=User
    [Debug]: Valid Options Array: 8
    d, true, , false, true, user's domain, domain, ,
    l, true, , true, true, user's login ID, add_uid, ,
    F, true, , true, true, user's first name, add_givenname, ,
    L, true, , true, true, user's last name, add_sn, ,
    I, true, , false, true, user's middle initial, add_initials, ,
    W, true, , true, true, user's password, add_userpassword+confirm_userpassword, ,
    S, true, , false, true, service(s) to be added , add_services, mail={H;true;#;false;true;user's mail host;add_mailhost;#},{E;true;#;false;true;user's email address;add_mail;#}::cal={E;true;#;false;true;user's email address;add_mail;#},{B;true;#;false;true;user's back end calendar server;add_icsdwphost;#},{J;true;#;false;true;first day of the week;add_icsfirstday;#},{T;true;#;false;true;user's timezone;add_icstimezone;#},{k;true;#;false;true;calendar version - legacy or hosted domain;cal_version;#},
    A, true, , false, true, attribute to add, <attr name>:<value>, add_, ,
    [Debug]: DBG: getObjTaskArgs done
    [Debug]: servInfo len = 1
    Enter user's password: 123456789
    [Debug]: argVal =domain.com
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com
    [Debug]: argVal =username
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username
    [Debug]: argVal =test
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test
    [Debug]: argVal =test
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test
    [Debug]: argVal =123456789
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test&add_userpassword=123456789
    [Debug]: argVal =123456789
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test&add_userpassword=123456789&confirm_userpassword=123456789
    [Debug]: argVal =mail
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test&add_userpassword=123456789&confirm_userpassword=123456789&add_services=mail
    [Debug]: argVal =cal
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test&add_userpassword=123456789&confirm_userpassword=123456789&add_services=mail&add_services=cal
    [Debug]: Contacting : http://mail.domain.com:80/commcli/TaskManager
    [Debug]: To servlet: task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test&add_userpassword=123456789&confirm_userpassword=123456789&add_services=mail&add_services=cal
    [Debug]: RECV: FAIL
    *[Debug]: RECV: 5088:Error message required. missing resource string -> norgsmd null*
    [Debug]: CLITask: status returned =FAIL
    FAIL
    *5088:Error message required. missing resource string -> norgsmd null*
    [Debug]: DBG: doOne returned code=6
    [Debug]: Contacting : http://mail.domain.com:80/commcli/logout
    [Debug]: Logout ...
    any help will much appreciated
    CA

    KenGra wrote:
    I found the problem, the default domain that was created during the installation did not have all the objectclass needed, such as calendaruser etc....Did you remember to run the "./commadmin domain modify -S mail -S cal -H mailhost" for the default domain after the installation of Delegated Administrator?
    Regards,
    Shane.

  • From schema 1 to schema 2 migration delegated admin problem

    I want migrate from schema 1 to schema 2 the messaging server 6.2 ( jes 2005q1).
    I have install access manager and delegated admin.
    With the commdirmig I migrate the domain and schema , the messaging work correctly.
    I have a problem with the delegated admin web interface.
    The delegated don't view my domain. If I add the sundelegatedorganization objectclass I can view my domain on delegated admin but I can view user and group.
    Any Idea?
    TIA
    Bye Giovanni

    There are two very different products called "deletaged admin". The old iPlanet Delegated Admin (iDA) only works with Schema 1. The current Delegated Admin, that comes with JES3 only works with Schema 2.
    If you're using the old iDA that worked with schema 1, it won't work with schema 2. You have to install the new DA for that.
    It doesn't work with groups/lists, only with users and domains.

  • Delegated admin problems with 5.2

    I just installed iMS 5.2 and the delegated admin server. i'm using Direct ldap, my ldap server is on another machine. my problem is, i cannot log into the delegated admin at all, using any account.
    my ldap error log tailed no entries.
    this is the ldap access log:
    [17/Feb/2006:09:24:00 -0500] conn=250 fd=60 slot=60 connection from 160.10.4.10 to 160.10.36.186
    [17/Feb/2006:09:24:00 -0500] conn=250 op=0 BIND dn="uid=NDAUser, ou=config, o=ida" method=128 version=3
    [17/Feb/2006:09:24:00 -0500] conn=250 op=0 RESULT err=32 tag=97 nentries=0 etime=0
    [17/Feb/2006:09:24:00 -0500] conn=250 op=1 BIND dn="" method=128 version=3
    [17/Feb/2006:09:24:00 -0500] conn=250 op=1 RESULT err=0 tag=97 nentries=0 etime=0 dn=""
    [17/Feb/2006:09:31:31 -0500] conn=251 fd=61 slot=61 connection from 160.10.4.10 to 160.10.36.186
    [17/Feb/2006:09:31:31 -0500] conn=251 op=-1 fd=61 closed - B1
    [17/Feb/2006:09:41:31 -0500] conn=252 fd=61 slot=61 connection from 160.10.4.10 to 160.10.36.186
    [17/Feb/2006:09:41:31 -0500] conn=252 op=-1 fd=61 closed - B1
    [17/Feb/2006:09:51:30 -0500] conn=253 fd=61 slot=61 connection from 160.10.4.10 to 160.10.36.186
    [17/Feb/2006:09:51:30 -0500] conn=253 op=-1 fd=61 closed - B1
    [17/Feb/2006:10:01:30 -0500] conn=254 fd=61 slot=61 connection from 160.10.4.10 to 160.10.36.186
    [17/Feb/2006:10:01:30 -0500] conn=254 op=-1 fd=61 closed - B1
    [17/Feb/2006:10:02:49 -0500] conn=255 fd=61 slot=61 connection from 160.10.4.10 to 160.10.36.186
    [17/Feb/2006:10:02:49 -0500] conn=255 op=0 BIND dn="uid=NDAUser, ou=config, o=ida" method=128 version=3
    [17/Feb/2006:10:02:49 -0500] conn=255 op=0 RESULT err=32 tag=97 nentries=0 etime=0
    [17/Feb/2006:10:02:49 -0500] conn=255 op=1 BIND dn="" method=128 version=3
    [17/Feb/2006:10:02:49 -0500] conn=255 op=1 RESULT err=0 tag=97 nentries=0 etime=0 dn=""
    [17/Feb/2006:10:11:31 -0500] conn=256 fd=62 slot=62 connection from 160.10.4.10 to 160.10.36.186
    [17/Feb/2006:10:11:31 -0500] conn=256 op=-1 fd=62 closed - B1
    Thanks in advance for any help anyone can give. i know i'll need to provide more detail so if you need any info i'll be happy to divulge it, i just thought this would be an ok starter. I do need some help with this, I just want to get this working.
    Thanks in advance for any help.

    The old iPlanet Delegated Admin uses a special account itself, rather than the one you use to log in as.
    I see that login failing:
    [17/Feb/2006:10:02:49 -0500] conn=255 op=0 BIND dn="uid=NDAUser, ou=config, o=ida" method=128 version=3
    [17/Feb/2006:10:02:49 -0500] conn=255 op=0 RESULT err=32 tag=97 nentries=0 etime=0
    err=32 means, "no such object". This means that this user, NDAUser has been deleted, as have some of the entries above that.
    A failure to bind or locate an entry is not "an error" to Directory Server, it's a failed lookup or failure to bind. Nothing like this is going to be logged into the errors log.
    It's still clearly the problem....
    The password for NDAUser is in clear text in your iDA config file, "resource.properties" Likely, you could create the user and password, or you coule reinstall Delegated Admin.
    If you haven't downloaded the later version, 1.2p2, I STRONGLY recommend that you uninstall the version that came with Messaging 5.2, and install the later one.

  • DELEGATED ADMINISTRATOR PROBLEMS

    I am running JES2005Q4 which has been working very okay. I use DA to create email domains/organizations. I have about 40 organizations running on it.
    The problems began when I tried creating a subdomain and got some error. Now when i try to create a new organization i get Unable to create dc tree
    I enable debugging for the DA and i got the following from the debug logs
    TRACE [Fri Feb 02 14:32:02 EAT 2007] Validating value barua.jambo.co.ke: PASSED
    ERROR [Fri Feb 02 14:32:02 EAT 2007] ResourceSet:getString():Unable to resolve validateAttr-mailclientattachment
    quota
    ERROR [Fri Feb 02 14:32:02 EAT 2007] ResourceSet:getString():Unable to resolve validateAttr-maildomaindiskquota
    ERROR [Fri Feb 02 14:32:02 EAT 2007] ResourceSet:getString():Unable to resolve validateAttr-preferredlanguage
    TRACE [Fri Feb 02 14:32:03 EAT 2007] ServerPushThread: setting stop flag
    TRACE [Fri Feb 02 14:32:03 EAT 2007] commTaskManager: progress thread stopped
    TRACE [Fri Feb 02 14:32:03 EAT 2007] com.iplanet.am.sdk.AMException: Unable to create dc tree.
    at com.iplanet.am.sdk.ldap.DCTree.createDomain(DCTree.java:195)
    at com.iplanet.am.sdk.ldap.DirectoryManager.createOrganization(DirectoryManager.java:1204)
    at com.iplanet.am.sdk.ldap.DirectoryManager.createEntry(DirectoryManager.java:1532)
    at com.iplanet.am.sdk.AMDirectoryManager.createEntry(AMDirectoryManager.java:651)
    at com.iplanet.am.sdk.AMCacheManager.createEntry(AMCacheManager.java:337)
    at com.iplanet.am.sdk.AMObjectImpl.create(AMObjectImpl.java:1009)
    at com.iplanet.am.sdk.AMOrganizationImpl.createSubOrganizations(AMOrganizationImpl.java:137)
    at sun.comm.cli.server.servlet.CreateBusinessOrg.create(CreateBusinessOrg.java:116)
    at sun.comm.cli.server.servlet.CreateBusinessOrg.doTask(CreateBusinessOrg.java:67)
    at sun.comm.cli.server.servlet.commTaskManager.execute(commTaskManager.java:196)
    at sun.comm.cli.server.servlet.commServlet.doPost(commServlet.java:90)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:807)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)
    TRACE [Fri Feb 02 14:32:03 EAT 2007] After AM Exception , msg being sent is Unable to create dc tree.^344^NONE
    TRACE [Fri Feb 02 14:32:03 EAT 2007] in CLIPageData constructor:status = 1
    TRACE [Fri Feb 02 14:32:03 EAT 2007] commTaskManager - execute => generateOutput
    TRACE [Fri Feb 02 14:32:03 EAT 2007] In CLIPageGenerator ....
    TRACE [Fri Feb 02 14:32:03 EAT 2007] CLIPageGenerator - generateOutput : cliData.status = 1
    Anybody with an idea on what could be wrong.

    Sun Java(tm) System Messaging Server 6.2-3.04 (built Jul 15 2005)
    libimta.so 6.2-3.04 (built 01:43:03, Jul 15 2005)
    Schema Version 2 (at least thats what I selected when doing directory preparation) is there another way to verify the Schema and no the server is not down coz I am able to log in and create users on existing domains.
    Yep I looked at my access log for LDAP and here is the section at that time
    [01/Feb/2007:20:06:40 +0300] conn=290187 op=2265 msgId=2640 - SRCH base="dc=jambo,dc=co,dc=ke" scope=2 filter="(
    &(!(objectClass=sunRealmService))(|(o=iis.aja.co.ke)(o=iis.aja.co.ke)(sunPreferredDomain=iis.aja.co.ke)(associat
    edDomain=iis.aja.co.ke)(sunOrganizationAlias=iis.aja.co.ke)))" attrs="*" authzid="dn:cn=dsameuser,ou=DSAME Users
    ,dc=jambo,dc=co,dc=ke"
    [01/Feb/2007:20:06:40 +0300] conn=290187 op=2265 msgId=2640 - RESULT err=0 tag=101 nentries=0 etime=0
    [01/Feb/2007:20:06:40 +0300] conn=290187 op=2266 msgId=2641 - SRCH base="o=business,dc=jambo,dc=co,dc=ke" scope=
    0 filter="(|(objectClass=*)(objectClass=ldapsubentry))" attrs="objectClass" authzid="dn:cn=dsameuser,ou=DSAME Us
    ers,dc=jambo,dc=co,dc=ke"
    [01/Feb/2007:20:06:40 +0300] conn=290187 op=2266 msgId=2641 - RESULT err=0 tag=101 nentries=1 etime=0
    [01/Feb/2007:20:06:40 +0300] conn=290187 op=2267 msgId=2642 - SRCH base="o=business,dc=jambo,dc=co,dc=ke" scope=
    0 filter="(|(objectClass=*)(objectClass=ldapsubentry))" attrs=ALL authzid="dn:cn=dsameuser,ou=DSAME Users,dc=jam
    bo,dc=co,dc=ke"
    [01/Feb/2007:20:06:40 +0300] conn=290187 op=2267 msgId=2642 - RESULT err=0 tag=101 nentries=1 etime=0
    [01/Feb/2007:20:06:40 +0300] conn=290187 op=2268 msgId=2643 - SRCH base="dc=jambo,dc=co,dc=ke" scope=0 filter="(
    |(objectClass=*)(objectClass=ldapsubentry))" attrs=ALL authzid="dn:cn=dsameuser,ou=DSAME Users,dc=jambo,dc=co,dc
    =ke"
    [01/Feb/2007:20:06:40 +0300] conn=290187 op=2268 msgId=2643 - RESULT err=0 tag=101 nentries=1 etime=0
    [01/Feb/2007:20:06:40 +0300] conn=290187 op=2269 msgId=2644 - SRCH base="dc=jambo,dc=co,dc=ke" scope=0 filter="(
    |(objectClass=*)(objectClass=ldapsubentry))" attrs=ALL authzid="dn:cn=dsameuser,ou=DSAME Users,dc=jambo,dc=co,dc
    =ke"
    [01/Feb/2007:20:06:40 +0300] conn=290187 op=2269 msgId=2644 - RESULT err=0 tag=101 nentries=1 etime=0
    [01/Feb/2007:20:06:40 +0300] conn=290187 op=2270 msgId=2645 - SRCH base="dc=jambo,dc=co,dc=ke" scope=2 filter="(
    inetDomainBaseDN=o=business,dc=jambo,dc=co,dc=ke)" attrs="objectClass objectClass" authzid="dn:cn=dsameuser,ou=D
    SAME Users,dc=jambo,dc=co,dc=ke"
    [01/Feb/2007:20:06:40 +0300] conn=290187 op=2270 msgId=2645 - RESULT err=0 tag=101 nentries=0 etime=0
    [01/Feb/2007:20:06:40 +0300] conn=290187 op=2271 msgId=2646 - SRCH base="o=business,dc=jambo,dc=co,dc=ke" scope=
    0 filter="(|(objectClass=sunismanagedorganization)(objectClass=iplanet-am-managed-org-unit))" attrs="*" authzid=
    "dn:cn=dsameuser,ou=DSAME Users,dc=jambo,dc=co,dc=ke"

  • Delegated Administrator problem

    Hi all,
    My delegate administrator start to generating below error afterlogin,
    everything was okay until I have made some changes to directory server, and now I don't have any clue to where to start.
    <a href="../DA/Organizations?Organizations.HeaderPageletContainerView.Tabs.TabHref=3&jato.pageSession=AKztAAVzcgARamF2YS51dGlsLkhhc2hNYXAFB9rBwxZg0QMAAkYACmxvYWRGYWN0b3JJAAl0aHJlc2hvbGR4cD9AAAAAAAAMdwgAAAAQAAAAAXQAD19GTE9XX0JBQ0tfUEFHRXQAKmNvbS5
    Best regards
    Mo                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Well, I would start with "some changes to directory server". If you know what you changed, you might be able to change it back.
    Certainly, you can examine the Directory's Access Log, and see what 's failing.
    The error message you provide is of little use.

  • Delegated Admin Problem  ????  ( High REWARD !)

    Dear Portal Experts,
    Want to find out if there is a way to provide limited access to a content admin i.e. the content admin can create iviews but not pages.Can it only be done at the folder level or can it also be done at the object type level.
    Appreciate your help.
    Thanks.
    Harsha

    Hi Harsha,
    yes, unfortunately that's right. Only system objects can be treated separately, as you can restrict the permission on the "System Landscape" iView, which is the only location where you can create a new PCD object "system".
    Hope this helps,
    Robert
    PS: Where is the "High Reward" you mentioned for answering your question???

  • Problem in creating a delegation

    Hi Everybody,
    I am facing a very wiered problem.I have created my custom bus object with supertype as BUS2010010 .But when I am creating a delegation for this bus object it is saying select a valid delegation type...
    Any thoughts on this error...
    Regards,
    Narsingh

    Hi Narsingh,
    Pls have a look at following thread, looks like your problem is similar to this one!
    https://forums.sdn.sap.com/click.jspa?searchID=1421067&messageID=3085273
    Hope this helps.
    Regds,
    Akshay Bhagwat
    PS: Some points would be nice if it helps
    Link will open as Re: Need to assign the supertype BO to subtype BO? in browser, please remove last '?' , and you will be able to see the content. Still if you could not refer it, let me know.
    Message was edited by:
            Akshay Bhagwat

  • Problem with Delegated Adminstrator.

    One hosted domain on my DA following problems:
    Automatic appear a blank line in the top.
    [http://img687.imageshack.us/img687/5368/69821783.png]
    This hosted domain have 80 users, but there are two user display information about first name and display name on two lines ( user 1 and user 5) .
    [http://img96.imageshack.us/img96/7421/78763072.png]
    when I click on one of the two lines of user1 or user 5, i don't see anything about information of user ( blank page) so i can't edit user.
    I have a group is [email protected], this group include all of user of this hosted domain, when click on this group to add or remove user but this page is blank.
    Please help me!
    ./commadmin -V     
    Delegated Administrator 7.0-0.00 (B2009-03-31)

    ergwertwrtfre wrote:
    One hosted domain on my DA following problems:
    Automatic appear a blank line in the top.
    [http://img687.imageshack.us/img687/5368/69821783.png]
    This hosted domain have 80 users, but there are two user display information about first name and display name on two lines ( user 1 and user 5) .
    [http://img96.imageshack.us/img96/7421/78763072.png]
    when I click on one of the two lines of user1 or user 5, i don't see anything about information of user ( blank page) so i can't edit user.
    I have a group is [email protected], this group include all of user of this hosted domain, when click on this group to add or remove user but this page is blank.
    I'm have not come across any of these problems with Delegated Administrator 7.
    All I can suggest is to upgrade to DA7p1 (comes with comm-suite-7) and failing that log a Support request.
    Regards,
    Shane.

  • Problem with Delegated Administrator

    Dear All
    I am having probelm to get the JES2005/Q4 get working on my server,
    installation goes okay with no error and installation log and events looks okay, after installation and configuration of Delegated administrator i can not login to DA with admin or amadmin username name and I keep getting invalid username msg. the funny thing is I can login to com express with admin username but not to DA. I tried almost everthing but I can not undrestand where is the problem
    Any help is apperciated.
    BR
    Mo

    DA is part of Sun Messaging Server deliveries and questions should be posted to the Sun Messaging Server forum.
    Regards,
    Ludovic.

  • Delegated administrator - Organisation admin login problem

    We uninstalled delegated admin 6.0, and we installed 6.4. Now login to old organizations, created with the old DA (6.0), using the organization admin username and password fails, and login to new organizations created with the new DA (6.4), using the organization admin username and password succeeds. We think the problem is in ACIs. Anyone has an idea ?

    Unknown. Not nearly enough data to guess.
    Please examine your LDAP access logs, and comment.
    You should be looking for BIND commands for "NDAdmin". This is the first step in logging into Delegated Admin. If this fails, no user will be able to use DA.
    Do you have password expiration set up in DS? did you remove this account? Change the pw?

  • Delegated admin login problem

    I am running Iplanet messaging server 5.2 and am having problems loging into the delegated administrator. When I try to log in as ServiceAdmin I immediately get a screen telling me that the session has timed out and to re-authenticate.
    Any ideas what is wrong?

    Unknown. Not nearly enough data to guess.
    Please examine your LDAP access logs, and comment.
    You should be looking for BIND commands for "NDAdmin". This is the first step in logging into Delegated Admin. If this fails, no user will be able to use DA.
    Do you have password expiration set up in DS? did you remove this account? Change the pw?

  • Problem deleting users with delegated admin

    Hello,
    I seem to be having a problem deleting users with delegated administrator. I am using JES 2005Q4.
    Here is what I do:
    I set Inetuserstatus and mailuserstatus to deleted. Then run msuserpurge to delete the mail box. This seems to be working fine. Then I do a commadmin domain purge and it will actually delete the persons ldap record, but it does not delete the o=pab records or the o=PIserverDB records.
    I am probably missing a step here, and would apprecidate it somebody could point me in the right direction.
    Thanks,
    Gary

    DA patches:
    119777-10 most current release for Solaris
    119778 for X86
    119779 for Linux
    118540-23 Communication Express Solaris Sparc
    118541 X86
    118542 Linux
    118207-42 Messaging core Solaris sparc
    118208 X86
    118209 Linux
    116574-02 Veritas Vcsha (sparc only)
    118242-03 and 118245-03 Dssetup sparc
    118243 and 118246 X86
    118247 Linux
    122018-02 Outlook Connector
    (all the currently released patches. Most have t-patches available from tech support post the above numbers)

  • Problem allocating service packages to users via delegated admin

    I've created a custom service package using the sample templates. Upon assigning this newly created package to a user via Delegated Administrator I receive the following message "cannot create user - all service packages of this type have been allocated". Problem is I've made about 200 available and the stats for this package show 0 used. Please advice.
    Cheers

    Please post this question at Developer Forums > E-Mail, Calendar, & Collaboration

  • Delegated Admin Customization problem

    Delegated Administrator 7.0-0.00
    I'm trying to disable the ability to change the Mail & Message Quota when assigning an additional service package using Delegated Admin
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage11.MailQuotaValue=NONEDITABLE
    When I enable that it won't let me past that screen keeps kicking me back.
    When I disable it lets me past the screen.
    This is all my cusomizations so you can duplicate it.
    OrganizationAdminRole.UserProperties.MailQuotaValue=NONEDITABLE
    OrganizationAdminRole.UserProperties.MailMsgQuotaValue=NONEDITABLE
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage11.MailQuotaValue=NONEDITABLE
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage11.MailMsgQuotaValue=NONEDITABLE
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage12.CalendarHostValue=NONEDITABLE
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage31.MailHostValue=NONEDITABLE
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage31.MailQuotaValue=NONEDITABLE
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage31.MailMsgQuotaValue=NONEDITABLE
    OrganizationAdminRole.tabs.orgproperties=INVISIBLE
    I've confirmed it on 2 servers.
    Bug? Or my config?

    Mark_Wal wrote:
    When I enable that it won't let me past that screen keeps kicking me back.
    When I disable it lets me past the screen.
    This is all my cusomizations so you can duplicate it.
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage11.MailQuotaValue=NONEDITABLE
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage11.MailMsgQuotaValue=NONEDITABLEI could reproduce the problem behaviour with just the above settings enabled.
    Bug? Or my config?I've logged a new bug :
    bug #6861629 - "DA7: Setting mail quota values as noneditable in assign service package causes mail step to loop"
    Please escalate via Sun Support for a fix.
    Regards,
    Shane.

Maybe you are looking for