AddAppUser can't associate more than 2 groups

Has anyone experienced this with this new AXL API on CUCM 7.0? When trying to associate more than 2 groups with an application user, AXL responds with:
Could not insert new row - duplicate value in a UNIQUE INDEX column
the original request is:
<axl:addAppUser sequence="1234">
<newApplicationUser>
<userid>ac</userid>
<password>12345</password>
<associatedGroups>
<userGroup>
<name>Standard CTI Allow Call Park Monitoring</name>
</userGroup>
<userGroup>
<name>Standard CTI Allow Control of All Devices</name>
</userGroup>
<userGroup>
<name>Standard CTI Enabled</name>
</userGroup>
</associatedGroups>
</newApplicationUser>
Looks like a bug to me since it works fine when you limit the request to 1 or 2 groups. updateAppUser has the same behavior.

Did you have a look at the axl logs on ccm? They'll show you the kind of database operations that are performed behind axl and while it may not solve your problem at least you know what happens (and you need those traces anyway to open a developer support case if needed).

Similar Messages

  • Can i associate more than one number to my iMessage account?

    I live in Canada at the moment and am from Seattle, and am wondering if there is a way to associate more than one phone number to iMessage?

    No.  While you can associate multiple email addresses, only one phone number can be associated, and it is automatically done when you connect the iPhone to iMessage the first time.
    If you changed the SIM to another one with a separate number, it would replace the existing number, not add the new number along with the existing one.
    One possible solution - get a google voice number for the second number and set up GV message forwarding to your mobile number.

  • How to associate more than one security group for UCM documents?

    When checking in a document we are only able to associate one security group to documents. In our case, a particular document can be seen by more than one group e.g a document can be seen bu both finance and marketing groups.
    How can we associate more than one group for documents?
    Our requirement is related to search. We want to display the documents to the end user based on the security group that is associated with the document. We are planning to use IDM and have all the groups/roles that are possible in the end site (also delivered by same ldap) available in UCM so that when checking in the documents we can associate desired groups who can see these documents.
    Regards,
    Pratap

    One thing before all, is that I suggest that you think through your security model before implementing it in UCM. You should ask yourself questions like :
    - Is security really based on department ?
    - Why two departments need to have access to the same category of document ?
    - Is it really security that I need or classification ? Is it a problem if Accouting have access to Finance or you just don't want Marketing documents in a finance related search ?
    - Maybe what you want is that finance guys to have access to marketing document.
    Without a clear business security model, it's hard to find a UCM security model as it is impossible to associate 2 security groups to one document.

  • How can I define more than one baseline in a line chart??

    How can I add more than one straight line across a graph to indicate a target value? The values are percentages.
    Thanks a lot!!!

    When I have needed to indicate a target line on a chart, I have written a formula that would return a negative or positive number for each group. Then when I chart on the formula, it creates a baseline, with those groups beating the target above the baseline, and those failing to meat the target below the baseline. Percentage calculations work well on these types of charts.

  • In Imovie '11, how can I drag more than one set of video clips to my project?

    In  Imovie '11, how can I drag more than one set of video clips into my project.  I know how to highlight in yellow and drag the set, but can I drag a group of sets?  Thanks

    To select multiple clips, hold down the command key as you click multiple clips. Then you can drag them all at once.
    To drag all clips at once, select one, then Edit/Select All. Then drag them all.

  • Can we assign more than one fieldgroup to a single event ?

    Hi,
    Can we assign more than one fieldgroup to an event ?
    I want pick few fields from each tab and show all those fields in my own tab is it possible to do so ?
    vishal

    Hello Vishal,
    To show together fields which belongs to different tabs (this is, in the same event), you could use Multigroup feature (Application Elements -> Tab Page Group -> Multigroup). This feature allows you to group several events (with different field groups associated in main layout table) in only one (the even which manages the tab).
    Hope this point help you.

  • Can i have more than one icloud account on my apple id

    Can I have more than one icloiud account on one apple id

    No: but it costs nothing to create another Apple ID and open a new iCloud account with that. The only caveat is that you must associate a different email address with the new Apple ID from that with the old ID (since the address will itself become the ID) - you could open a free email address with Yahoo or Gmail.

  • Can I manage more than one iTouch from one PC?

    A family member has an iTouch managed with iTunes on PC. Another family member would like an iTouch but does not have a computer.
    Can one manage more than one iTouch from one PC? How? Does one install separate instances of iTunes somehow on the PC for each device?
    There is also the desire to have separate Apple Store accounts for each device. We don't what synced devices.

    *How to use multiple iPods with one computer*
    The Apple support document How to use multiple iPods with one computer suggests a number of ways. I use method two (Sync with selected playlists) with a slight twist. Rather than regular playlists I set the grouping field to indicate which users should receive which tracks and create smart playlists based on the content of this field.
    e.g.
    "Alice's Tracks" is "Grouping contains Alice" + "Kind contains audio"
    "Bob's Videos" is "Grouping contains Bob" + "Kind does not contain audio"
    Tracks that both Alice & Bob want on their iPods have the grouping set to "Alice/Bob"
    etc.
    I currently manage our family's five iPods using this system, each getting a different selection to suit their tastes and the capacity of their iPod. An advantage of using the grouping field is that it is stored in file tags (for non-wav audio files anyway) so that it is relatively easy to recreate the playlists should the iTunes library get trashed. Also useful if you move files about manually as playlist membership is preserved when you delete & re-import the tracks.
    tt2

  • Problems to restrict access to a page when the user belong to more than 1 group

    I have realized that Dreamweaver on a coldfusion document only works fine when the user only belongs to a single group, this is because the code supplied by dreamweave when you use the option "Restrict access to a page" at "Server behaviors" it assumes that the user only have one group as you can see on this line created automaticly by dreamweaver:
    <cfif MM_Username EQ "" OR MM_UserAuthorization EQ "" OR ListFind("admin",MM_UserAuthorization) EQ 0>
    MM_UserAutorization has the value of the field assigned for the list of groups or levels, as you can see it could work if we reverse the parameters of the listfind function but the problem would be if we grant the access to more than one group because the sentence would be like this:
    <cfif MM_Username EQ "" OR MM_UserAuthorization EQ "" OR ListFind("Admin,Manager",MM_UserAuthorization) EQ 0>
    so both paramethers are lists therefore no user will get access to the page.
    I am trying to make a work around to fix this problem but I don't know how to get the name of the page since the Application.cfc so I can validate the access to this page against tables on my database.
    Does someone have a work around or a tip how to fix this problem?
    Thanks in advance.
    AG

    Seems like you have a problem with your group names.ctxLdap.modifyAttributes(groupName,member);Ensure that the value of your variable groupName is a a valid distinguished name.
    Note that an OU (organizationalUnit) is not a group. You do not add users to OU's, you create users in OU's.

  • Can we have more than 2 "and/or" conditions in filters in advanced mode in power view?

    Hi,
    I need to check 3 conditions in filter in advanced mode in power view. Is it possible out-of-box. Can we customize the advanced mode filters or do we have some configurable options for same.
    Thanks,
    Bhawna.

    Hi Bhawna,
    I'm the Dev Owner for the filtering experience in Power View.  Sorry it took so long for me to reply.
    In the Power View Advanced Filter cards, you cannot currently add more than two conditions.  What Rhys meant about having as many AND filter conditions as you like is that because all of the filter cards are AND-ed together, you can effectively have
    more than two filter conditions by adding multiple 'LastModifiedDate' cards.
    Unfortunately this won't help you if you're looking to OR more than two conditions.
    Adding the ability to have more than two conditions in a single Advanced Filter card is something that is near and dear to my heart, but it does open questions of nesting and grouping which would need to be addressed first in order to be able to offer a
    complete solution.
    Hope this helps,
    Jeremy

  • Error: You cannot choose more than 3 groups [Message 1030-3]

    Hi,
    I am facing the below error for updating of list of - setting in List of Items. Can you please solve this problem.
    You cannot choose more than 3 groups [Message 1030-3]
    Thanks,
    Surendra

    Hi Surendra,
    You may check these first: http://forums.sdn.sap.com/search.jspa?threadID=&q=%22ODBC+-1030%22&objID=c44&dateRange=all&numResults=15&rankBy=10001
    Thanks,
    Gordon

  • You cannot select more than 3 groups [Message 1030-3]

    Hello everyone,
    I'm having a problem is SAP B1.
    I don't know how but a client manage to set 4 fields from List of Item  as a group as you can see by this image.
    The problem is that when we try the uncheck the fields we receive the message "You cannot select more than 3 groups   [Message 1030-3]", even when we uncheck all fields or even when we try to restore defaults. The version of SAP is 9.0 PL00. Could you help me please? Thank you very much.
    Thanks and Best Regards,
    Dong Pham Nhat

    Hi,
    Please raise ticket to SAP support. Same thing we already discussed for 8.82 version also.
    Check this thread http://scn.sap.com/thread/3400153
    Thanks & Regards,
    Nagarajan

  • Can you have more than one itunes accounts on 1 mac?

    Can you have more than 1 itunes accounts on one mac

    You can do this, but you have to create another user for an Apple ID. Open System Preferences > Users and Groups and select + button to create a new user account

  • ACS - users in more than 1 group

    Hi,
    is there an option to set users in more than 1 group on the ACS..for example an user in tacacs group and wireless group and citrix group. if so how do i go about doing it ?
    Thanks

    Does this relate to ACS 5?
    In ACS 5 can defined additional attributes for users that can be used in policy decisions

  • Intercompany sale - how can i assign , more than 1 sales org of diff compan

    Hi,
    I have
    comp1 - Sales org 1 - plant 1
    comp2 - Sales org 2 - plant 2
    comp3 - Sales org 3 - plant 3.
    Now i want to do Intercompany sale of Sales org2 with plant 1 & Intercompany sale of sales org3 with plant 1.
    For that how can i assign , more than 1 sales org of diff company codes to Plant1 ??
    Does SAP allow to do intercompany sale for more than 1 diff sales orgs ??
    Thanks for immediate response.
    Nitin

    Hi nitin,
    as per your scenario,
    Company code 1 orders goods through its sales organization 1 from Plant 2 belonging to Company code 2.
    It is imperative that both Plants 1 & 2 should have the material. In other words, the material is created for both the Plants 1 & 2 + their respective storage locations.
    Sales Organizations and Plants are uniquely assigned to Company codes. It is not possible to assign either a plant or a sales organization to more than one company code.
    Sales organizations and plants assigned to each other need not belong to the same company code.
    In other terms,
    a plant belonging to Company code 1 & assigned to Sales Organization 1 can also be assigned to Sales Organization 2 of Company Code 2.
    CONFIGURATION SETTINGS
    Assign Delivery Plant of the supplying company code to Sales Org + Distribution channel of the Ordering company code in the Enterprise Structure.
    DEFINE ORDER TYPES FOR INTERCOMPNY BILLING:
    Menu path: IMG/ SD/Billing/Intercompany Billing/Define Order Types for Intercompany billing
    Assign Organizational units by Plant:
    Menu Path: IMG/ SD/Billing/Intercompany Billing/Assign Organizational units by Plant.
    Define Internal Customer Number By Sales Organization:
    Menu Path: IMG/ SD / Billing/ Intercompany Billing/ Define Internal Customer Number By Sales Organization:
    Creating / Showing Ordering Sales Organization as Internal Customer for Supplying Company code:
    Transaction Code: XD01
    The ordering sales organization is represented as Internal customer of Supplying company code.
    We need to create customer master in Account Group - Sold to Party and maintain minimum required financial & Sales Area data.
    This internal customer number has to be assigned to the ordering sales organization. Hence, the system automatically picks up this Internal customer number whenever there is Intercompany billing.
    Thanks,
    Raja

Maybe you are looking for

  • Mms not working to non iPhone contacts since iOS 7?

    Hi there, Hope someone can help me out. Since the upgrade, I can't send any mms to non iPhone contacts. I have contacted my provider and they asked me to configurate my phone and manually put in APN, mmsc, proxy etc... But I can't seem to find it on

  • MaxBcpThread default for Snapshot agent in SQL2012 does not appear to be 1

    When I run the Vanilla Snapshot  agent that was created with the publication I get multiple parallel threads in 2012.  I did not get this when we ran R2 even though I was running concurrent.  This was the best method to avoid blocking on our producti

  • Flex 3 application in Cell phones

    Hi Can anybody please tell me... Is it possible to run an application developed in Flex 3 in cell phones? If so, please let me know the necessary materials that I can refer towards working on it. Thanks a ton in advance Regards, SKumar

  • CREATE OR REPLACE PROCEDURE dq_setAllCollOptionsForColl (srcCollId INT, s

    CREATE OR REPLACE PROCEDURE dq_setAllCollOptionsForColl (srcCollId INT, collId INT) AS BEGIN INSERT INTO dq_spidering_options SELECT collId, id_type, file_types, file_extns, sub_directories, max_files, min_file_size, max_file_size, protocols_to_fetch

  • Dynamically output image in JSP?

    Hi, This is a fairly simple action in VBScript, but I can't get it working here in JSP. For a database db, i want to cycle through db rows and read the information, and depending on the information in db, different images are populated. so far i trie