Change center of grouped objects

Hi,
I am making a very simple animation and this might not be the best tool for it but I don't know another (and I'm using CS4).
For each frame of the animation I have an artboard and in each artboard I move whatever objects need to be moved in that frame relative to the previous one.
When I look at the movie, each frame is not properly aligned with the previous one and so my question.
Is it possible to group all objects in a given frame and then define a center for all the whole group so that I can change this center to be a static point in the animation and then use that center to position all grouped objects relative to the artboard?
Thanks in advance
Pablo

You can set a reference point in a symbol.
But maybe you'd better show something ...

Similar Messages

  • How to change the groupType attribute of a user group object?

    I'm trying to change the "groupType" attribute, of a user group object, from 'Distribution' to 'Security' (and the group scope is set to 'Global').
    The CAD bit mask value needed would be: 0x80000002 (Decimal -2147483646).
    How to change/modify the "groupType" attribute for this user group object?
    Thanks,
    UD

    Attribute attr= new BasicAttribute("groupType", "-2147483646");
    items[0]=new ModificationItem(DirContext.REPLACE_ATTRIBUTE, attr);
    ctx.modifyAttributes(dn, items);
    --does not work.
    javax.naming.OperationNotSupportedException: [LDAP: error code 53 - 00002141: SvcErr: DSID-031A0B56, problem 5003 (WILL_NOT_PERFORM)
    Is it possible to modify it?
    Thanks,
    UD.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Changing Line Thickness on Grouped Objects?

    So I'm changing my style of animation from hand-drawn art to the usage of things such as the line and pen tool, in Adobe Flash CS3. I am drawing characters that have segmented parts, I.E. the arms, legs, head. body, ect are all separate grouped objects with a set line thickness. The problem is that when I try to shrink or grow the character, the lines making up their body is either too thick or too thin, depending on whether I make him bigger or smaller. It seems that I am unable to change the line thickness of grouped objects, or dare I say it, a group of grouped objects. The properties panel greys out when I select an object, so I have no access to it at all. I dont want to have to go and change the line thickness individually on each object, whose lines are all the same thickness to begin with.
    Is there any trick or plugin I can use to change this, so the line thickness of grouped objects can be changed? Or am I just ignorant with the answer just staring me in the face? Either way, I would REALLY appreciate the help any of you could provide!

    Okay, so I seem to have found an even better solution to my problem than what I was hoping for. I can just convert the lines into fill by going to Modify > Shapes > Convert Lines to Fill. This makes it so the lines will now change in relative size depending on how much I shrink or grow an object.
    Thanks for trying everyone, but I found my solution!

  • Grouped objects not saved correctly

    I group objects (graphics and text), save the file, but when I open it again, grouped objects are moved, sometimes outside the slide. This seems to affect graphics dropped onto keynote, and only of they are grouped. Graphics & text produced inside keynote, using its graphing tools are displayed correctly.
    Anyone sees the same behavior? More importantly, anyone has a fix?
    Keynote 08
    OS 10.6.2

    Hi,
    I noticed that I can not change the precision on a column in one of my tablesProbably that's a FK column.
    For the other problem - probably it's caused by merge conflict and you have in the file symbols <<<<<< >>>>>> and non valid XML elements. You can try to replace the content of the file manually using version from repository. There will be better processing of suche cases in next release.
    Philip

  • Changing Owner & Business Group of ASD Custom Resource

    So this is a bit of an expansion of this discussion: https://communities.vmware.com/thread/500669?start=0&tstart=0
    You will see that pizzle85 managed to solve his challenge of BG object ownership by using an ASD Service Catalog Request located in each Business Group's Entitlements so a member of the business group can just run the Provision required to bring the BG item under management in the business group.  This is quite an effective method to solve the need.  He then has a Resource Action that allows for re-"Provision" which changes owner within the business group: a necessary task because managers tend to move around a lot so they can look busy. (just kidding, I love managers--who have a sense of humor)  So to change owner... just perform a "provision" again.
    Apparently this is one of the best kept secrets in vRA because it has been hard to figure out, and nobody is writing about it.  (I can only assume that there is some SE out there who has worked with the developers to get this capability going and it hasn't been shared widely.)
    Note: I think Business Groups as a Service is something I need to plan for (vs centrally managed Business Groups) even though their future implementation might vary, so my examples here are related to that effort because I am too lazy to demonstrate a generic example.  BUT... the idea is... ownership of ASD Inventory Objects (representing ANY Custom Resource) can be modified using this method.  Ownership includes both the owner represented by "ME" in the Items list... and the Business Group  (subtenant Reference & Label) where the item resides in inventory.
    In 6.2.x, I have not found any method in the vRO plugin for vRA to be able to change ownership and business group of an ASD Custom Resource Inventory Item, but it can be accomplished via a combination of (1) ASD Service Catalog or Resource Action "Provision" capabilities and (2) REST calls through the vRA plugin service channels.  (the latter uses the plugin service account authorizations/entitlements)
    Consider this image...
    This could represent a central management point for many business groups: where I can assign a set of resource actions allowing for automation of various business group needs, an anchor point for actions.   Those in the sktest business group Support User or Manager Role would be able to see all the business groups globally if they were all provisioned in sktest.  (a bucket to manage from)
    This also could represent a starting point where business groups are created as real objects, returned as custom resources, and "provisioned" as inventory object items.  But once there...maybe you want to move it?
    Let's say we later decided, seantesting doesn't belong in sktest because we wanted to change from the "we manage it for you" model to the "manage it yourself" model.  How do you move it?
    Like this...
    And it moves now owned by the vRA plugin service account... (which an entitled user could run Take Ownership and own it in that business group)
    The service account obviously needs to be part of the destination business group and as it ends up, has to have an entitlement to any "provision" action in the business group even though the object doesn't exist there.
    This is a tricky hack and this is how it works...
    1. vRO workflow calls the Take Ownership Action in vRA via REST (front door process).  As noted before, this has a provision attribute to the action which we know changes the owner.  So we would expect that the owner would change to the user that is making the request: which is the service account.  The service account becomes the owner, but this wouldn't change the Business Group.
    2. So we change subtentantRef and subtenantLabel in the REST call to the business group we want to target, even though the object isn't in inventory in that business group.  And Voila! The business group item representation re-provisions as a new owner in a new business group.  Effectively changing the owner and moving the object from one BG to another BG using the management-method vs the self-service-method (the latter as pizzle85 did).
    Again... maybe you care less about Business Groups.  Maybe you would prefer self-service. It is the capability of moving a custom resource inventory representation that matters.
    Here is an example of the REST call to run the "Take Ownership" action.  I have a script before this that pulls in all the variables for the "Resource" I am targeting (from the BusinessGroup object ID), the action I am running  (Take Ownership ID), the business group Ref and Label) and some of the properties I need for the Take Ownership action like bgName... but those are actually not necessary. (all of the "entries" are what is required per the Take Ownership request... if that request didn't require any inputs, there would be no entries... it is the top change of subtenant that allows for the BG move)
    System.log("resourceRef: " + resourceRef);
    System.log("resourceActionRef: " + resourceActionRef);
    System.log("targetRef: " + targetRef);
    System.log("targetLabel: " + targetLabel);
    System.log("bgName: " + bgName);
    var payload ={
    "@type":"ResourceActionRequest",
    "resourceRef":{"id":resourceRef},
    "resourceActionRef":{"id":resourceActionRef},
    "organization":{"tenantRef":"vsphere.local","tenantLabel":"vsphere.local","subtenantRef":targetRef,"subtenantLabel":targetLabel},
    "state":"SUBMITTED",
    "requestNumber":0,
    "requestData":
    {"entries":[
    {"key": "provider-rYouSure","value":{"type":"boolean","value":"true"}},
    {"key": "provider-bgName","value": {"type": "string","value":bgName}}]}
    payload = System.getModule("org.dojotoolkit.dojo.json").serialize(payload);
    System.log(payload);
    Server.log(payload);
    var catalogRest = cafeHost.createRestClient(vCACCAFEServicesEnum.CATALOG_SERVICE);
    var response = catalogRest.post("consumer/requests",payload);
    Best of luck in your Automation Efforts!
    Sean

    Turns out... it is likely not required as part of the request data.

  • How to change the Mesure Group ID, without losing the existing partitions in cube developement

    Hello all,
    I am creating my cube and i created measure groups and partitions for those Measure Groups. The problem is now i want to change the measure group id. but when i do that, i am losing my partitions and aggregations on those partitions. is there way to change
    the measure group id with out effecting/losing the partitions? please let me know your thoughts.
    Thanks in advance.
    Prajwal
    prajwal kumar potula

    Though its not my question, but just curious, where these references might be? What are we looking for?
    Are you talking of permissions in Roles etc or its somewhere additional we might have references?
    Not it will not be in permissions or roles. Off the top of my head you would be looking for references to "Measure Group1" in child objects of the measure group, so partitions and aggregations and maybe calculated measures. They would most likely look something
    like the following:
    <MeasureGroupID>Measure Group1</MeasureGroupID>
    http://darren.gosbell.com - please mark correct answers

  • Last modified by for a user/group object

    Hi All,
    Is there any way to find out who has last modified the User/Group object in the portal.
    I can see the last account unlocked by for the user object. But is there any attribute to find out who has last modified the assigned groups/users for the user/group respectively or any change in the user/group profile.
    Thanks in advance,
    Siva
    Pts will be rewarded for useful answer.

    Hi Siva,
    as far as I know there is no standard way to find out who modified a user/group object in the portal. But I just checked the official API of <a href="https://help.sap.com/javadocs/NW04S/current/se/com/sap/security/api/IUser.html">IUser</a> (represents a portal user) and <a href="https://help.sap.com/javadocs/NW04S/current/se/com/sap/security/api/IGroup.html">IGroup</a> (represents a portal user group) and found out something interesting. <a href="https://help.sap.com/javadocs/NW04S/current/se/com/sap/security/api/IPrincipal.html">IPrinciple</a> (super object of IUser and IGroup) has a field LAST_MODIFIED_BY.
    Looks like you can write your own portal component, which allows you to find out who has modified your users last.
    Best regards,
    Martin

  • Powershell - Select-Object -Unique vs Group-Object

    Hi,
    I have the following problem with powershell.
    I have a list of strings call it $machine_list which
    I know there are duplicates.
    The following  code produces the following output:
    $machine_list.count -- 15375
    $a = $machine_list | Select-Object -Unique
    $a.Count -- 12134
    $b = $machine_list | Group-Object -NoElement
    $b.Count -- 12082
    I am trying to get a unique list and looking at different
    ways of doing it.
    So in my example above why are the counts different?
    Should they not be the same - $a.Count -eq $b.Count?
    I am hoping somebody can explain this in more detail to me.
    Also is there a way I can compare the results to see how they
    differ? (Comparing $a with the Name Values of $b).
    Thanks,
    Ward.

    Dirk - another way to think this out.  "group" means that each named group has a unique name.  In a list of strings the group name and object are identical so the list of group names is the list of identical strings.
    Select -unique and sort -unique produce an identical set of lists.  Select -unique, however, does not necessarily produce a sorted output although the output is guaranteed to be unique.  What you may be mixing up is that many learned to add sort
    in PowerShell V1 because they did not get a sorted output from a unique operation.  As I posted above, this issue has come up constantly as people start to learn databases.  A company that I used to work for wrote its own 'uniquing' code.  It
    always produced a sorted output as a byproduct of the method.  When we implemented SQL database technology the programmers could not understand why select unique in SQL did not produce a sorted output.  They constantly complained that it was a bug.
    In most cases we would like a uniquing operation or not sort the results.  Suppose I have a result set order a specific way.  Now I want group it on a column but I do not want the order of the records changed.  Grouping and select unique should
    not change the order.  There are many discussions in the database field as to why this needs to be.  I am not sure which set of standards PS follows.  In PS1 it appeared to follow the industry standard.  Maybe I will test it later.
    ¯\_(ツ)_/¯

  • Feature restore request. (allow locked and grouped objects to be able to tagged.

    In CS2, using the direct selection tool, I'm able to select and tag the image even if it's grouped and locked, no script needed at all, no sweat and fast!
    Furthermore this XML element can also be moved freely in the structure hierarchy after tagged and remains grouped and locked.
    In CS3 and CS4,
    I can't do that.
    It will give a warning message "Cannot modify elements that contain locked content, or are contained by locked content. Please unlock or check out the content and try again."
    So need to write script to unlock the image's parent first, and then tag and locked the object back automatically.
    (This script is essential so as to prevent any unintentional and accidental change on the page layout if it's done manually)
    But to make matter worse, grouped objects will need to also find out all these ancestors and have them unlocked first!
    It creates alot of hassle! Really being user-unfriendly in CS3/CS4 when doing such a simple xml tagging task.
    PLEASE please restore the wonderful CS2 feature back in the next version of Indesign.
    MILLIONS of thanks!!

    I'd suggest you submit your suggestion through the iTunes application feedback page. It's more likely to be seen by the iTunes development group that way.

  • Importing grouped objects

    Is there a way to paste grouped objects into Keynote and keep them separate. When I try and paste part of an Illustrator file, or a set of objects from Powerpoint, it pastes them into Keynote, but lumps them together as one image and there is no way to ungroup them. Any thoughts?

    Welcome to the discussions, cascas.
    When you're copying from Illustrator, those items become merged together during the copy as a .pdf. After that, you can no longer edit them as separate shapes. However, if you can export those to .svg, there's a tool called svg2key that you can use to convert them to native Keynote objects. Then you'll be able to group, ungroup, change the stroke and fill, etc.
    http://mcb.berkeley.edu/labs/zusman/dave/svg2key/

  • Aligning Object to Horizontal & Vertical Center Center of Another Object

    Hello,
    I've looked through the DOM and at the various methods and properties of various Javascript classes, but didn't see an obvious way of aligning one object's center to another object's center (particularly a Text Frame to a Group Item or Path Item). I'd have expected this to be pretty routine, so forgive me if I've overlooked the obvious (both in the documentation and on this forum).
    Thanks!
    Ben

    OK, well I guess I just needed to think a bit more. The answer I came to just required the use of some math.
    Basically,
    object_to_center.position[0] = object_to_center_to.position[0]+object_to_center_to.width/2-object_to_center.width/2; //X coordinate of object to center
    object_to_center.position[1] = object_to_center_to.position[1]-object_to_center_to.height/2+object_to_center.height/2; //Y coordinate of object to center
    Seems you get the center point somewhat indirectly, but at least you can get it.

  • Error while creating MV replication group object

    Hi,
    I am getting error while creating replication group object. I tried to create using OEM and SQLPlus
    OEM error
    This error while creating M.V. rep. group object
    There is a table or view named SCOTT.EMP.
    It must be dropped before a materialized view can be created.
    In SQLPLUS
    SQL> CONNECT MVIEWADMIN/MVIEWADMIN@SWEET
    Connected.
    SQL>
    SQL> BEGIN
    2 DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
    3 gname => 'SCOTT',
    4 sname => 'KARTHIK',
    5 oname => 'emp_mv',
    6 type => 'SNAPSHOT',
    7 min_communication => TRUE);
    8 END;
    9 /
    BEGIN
    ERROR at line 1:
    ORA-23306: schema KARTHIK does not exist
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_REPCAT_SNA_UTL", line 2840
    ORA-06512: at "SYS.DBMS_REPCAT_SNA_UTL", line 773
    ORA-06512: at "SYS.DBMS_REPCAT_SNA_UTL", line 5570
    ORA-06512: at "SYS.DBMS_REPCAT_SNA", line 82
    ORA-06512: at "SYS.DBMS_REPCAT", line 1332
    ORA-06512: at line 2
    Please not already I have created KARTHIK schema.

    Arthik,
    I think I know what may have happened.
    As I can see you are trying to create support for an updateable materialized view.
    You have to make sure the name of the schema that owns the materialized view is the same as the schema owner of the master table (at master site).
    From the code you have shown, I bet the owner of table EMP is SCOTT.
    From the other hand, you want to create materialized view EMP_MV under schema KARTHIK that refers to table SCOTT.EMP at master site.
    According to the documentation, the schema name used in DBMS_REPCAT.CREATE_MVIEW_REPOBJECT must be same as the schema that owns the master table.
    Please check the documentation at the link below
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14227/rarrcatpac.htm#i109228
    I tried to reproduce your example in my environment, and I got exactly the same error which actually confirms my assumption that the reason for the error is the fact that you tried to create the materialized view in a schema with different name than the one where master table exists.
    I'll skip some of the steps that I used to create the replication environment.
    I have two databases, DB1.world and DB2.world
    On DB2.world I will generate replication support for table EMP which belongs to user SCOTT
    SQL> conn scott/*****@DB2.world
    Connected.
    SQL>create materialized view log on EMP with primary key;
    Materialized view log created.
    SQL>
    SQL>conn repadmin/*****@DB2.world
    Connected.
    SQL>BEGIN
      2       DBMS_REPCAT.CREATE_MASTER_REPGROUP(
      3         gname => 'GROUPA',
      4         qualifier => '',
      5         group_comment => '');
      6*   END;
    PL/SQL procedure successfully completed.
    SQL>BEGIN
      2       DBMS_REPCAT.CREATE_MASTER_REPOBJECT(
      3         gname => 'GROUPA',
      4         type => 'TABLE',
      5         oname => 'EMP',
      6         sname => 'SCOTT',
      7         copy_rows => TRUE,
      8         use_existing_object => TRUE);
      9*   END;
    10  /
    PL/SQL procedure successfully completed.
    SQL> BEGIN
      2       DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT(
      3         sname => 'SCOTT',
      4         oname => 'EMP',
      5         type => 'TABLE',
      6         min_communication => TRUE);
      7    END;
      8  /
    PL/SQL procedure successfully completed.
    SQL>execute DBMS_REPCAT.RESUME_MASTER_ACTIVITY(gname => 'GROUPA');
    PL/SQL procedure successfully completed.
    SQL> select status from dba_repgroup;
    STATUS                                                                         
    NORMAL                                                                          Now let's create updateable materialized view at DB1. Before that I want to let you know that I created one sample in DB1 user named MYUSER. MVIEWADMIN is Materialized View administrator.
    SQL>conn mviewadmin/****@DB1.world
    Connected.
    SQL>   BEGIN
      2       DBMS_REFRESH.MAKE(
      3         name => 'MVIEWADMIN.MV_REFRESH_GROUPA',
      4         list => '',
      5         next_date => SYSDATE,
      6         interval => '/*1:Hr*/ sysdate + 1/24',
      7         push_deferred_rpc => TRUE,
      8         refresh_after_errors => TRUE,
      9         parallelism => 1);
    10    END;
    11  /
    PL/SQL procedure successfully completed.
    SQL>   BEGIN
      3       DBMS_REPCAT.CREATE_SNAPSHOT_REPGROUP(
      5         gname => 'GROUPA',
      7         master => 'DB2.wolrd',
      9         propagation_mode => 'ASYNCHRONOUS');
    11    END;
    12  /
    PL/SQL procedure successfully completed.
    SQL>conn myuser/*****@DB1.world
    Connected.
    SQL>CREATE MATERIALIZED VIEW MYUSER.EMP_MV
      2    REFRESH FAST
      3    FOR UPDATE
      4    AS SELECT EMPNO, ENAME, JOB, MGR, SAL, COMM, DEPTNO, HIREDATE
      5*      FROM   [email protected];
    Materialized view created.
    SQL>conn mviewadmin/******@DB1.world
    Connected.
    SQL> BEGIN
      2       DBMS_REFRESH.ADD(
      3         name => 'MVIEWADMIN.MV_REFRESH_GROUPA',
      4         list => 'MYUSER.EMP_MV',
      5         lax => TRUE);
      6    END;
      7  /
    PL/SQL procedure successfully completed.And now lets run CREATE_MVIEW_REPOBJECT.
    SQL>   BEGIN
      2       DBMS_REPCAT.CREATE_MVIEW_REPOBJECT(
      3         gname => 'GROUPA',
      4         sname => 'MYUSER',
      5         oname => 'EMP_MV',
      6         type => 'SNAPSHOT',
      7         min_communication => TRUE);
      8    END;
      9  /
      BEGIN
    ERROR at line 1:
    ORA-23306: schema MYUSER does not exist
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_REPCAT_SNA_UTL", line 2840
    ORA-06512: at "SYS.DBMS_REPCAT_SNA_UTL", line 773
    ORA-06512: at "SYS.DBMS_REPCAT_SNA_UTL", line 5570
    ORA-06512: at "SYS.DBMS_REPCAT_SNA", line 82
    ORA-06512: at "SYS.DBMS_REPCAT", line 1332
    ORA-06512: at line 3 I reproduced exactly the same error message.
    So the problem is clearly in the schema name that owns the materialized view.
    Now lets see if what would happen if I create the MV under schema SCOTT which has the same name as the schema on DB2.world where the master table exists.
    SQL>conn scott/****@DB1.world
    Connected.
    SQL>CREATE MATERIALIZED VIEW SCOTT.EMP_MV
      2    REFRESH FAST
      3    FOR UPDATE
      4    AS SELECT EMPNO, ENAME, JOB, MGR, SAL, COMM, DEPTNO, HIREDATE
      5*      FROM   [email protected];
    Materialized view created.
    SQL>conn mviewadmin/******@DB1.world
    Connected.
    SQL> BEGIN
      2       DBMS_REFRESH.ADD(
      3         name => 'MVIEWADMIN.MV_REFRESH_GROUPA',
      4         list => 'SCOTT.EMP_MV',
      5         lax => TRUE);
      6    END;
      7  /
    PL/SQL procedure successfully completed.And now lets run CREATE_MVIEW_REPOBJECT.
    SQL>   BEGIN
      2       DBMS_REPCAT.CREATE_MVIEW_REPOBJECT(
      3         gname => 'GROUPA',
      4         sname => 'SCOTT',
      5         oname => 'EMP_MV',
      6         type => 'SNAPSHOT',
      7         min_communication => TRUE);
      8    END;
    PL/SQL procedure successfully completed.As you can see everything works fine when the name of the schema owner of the MV at DB1.world is the same as the schema owner of the master table at DB2.world .
    -- Mihajlo
    Message was edited by:
    tekicora

  • Can we change data in string object.

    Can we change data in string object.

    Saw this hack to access the char[]'s in a String in another thread. Beware that the effects of doing this is possible errors, like incorrect hashCode etc.
    import java.lang.reflect.*;
    public class SharedString {
            public static Constructor stringWrap = null;
            public static String wrap(char[] value, int offset, int length) {
                    try {
                            if (stringWrap == null) {
                                    stringWrap = String.class.getDeclaredConstructor(new Class[] { Integer.TYPE, Integer.TYPE, char[].class });
                                    stringWrap.setAccessible(true);
                            return (String)stringWrap.newInstance(new Object[] { new Integer(offset), new Integer(length), value });
                    catch (java.lang.NoSuchMethodException e) {
                            System.err.println ("NoMethod exception caught: " + e);
                    catch (java.lang.IllegalAccessException e) {
                            System.err.println ("Access exception caught: " + e);
                    catch (java.lang.InstantiationException e) {
                            System.err.println ("Instantiation exception caught: " + e);
                    catch (java.lang.reflect.InvocationTargetException e) {
                            System.err.println ("Invocation exception caught: " + e);
                    return null;
            public static void main(String[] args) {
                    char[] chars = new char[] { 'l', 'e', 'v', 'i', '_', 'h' };
                    String test = SharedString.wrap(chars, 0, chars.length);
                    System.out.println("String test = " + test);
                    chars[0] = 'k';
                    chars[1] = 'a';
                    chars[2] = 'l';
                    chars[3] = 'l';
                    chars[4] = 'a';
                    chars[5] = 'n';
                    System.out.println("String test = " + test);
    } Gil

  • Change customer Account Group

    Hi Experts,
    We have two different account groups with different number Ranges. When i try to change the customer account group from one to other through XD07 system given the following warning message.
    Customer 600021 not in External Sold-to-Party
    - number range 0000100001-0000199999
    Message number F2691
    We have tried to change this warning message in to Error message through OBMSG and OBA5
    after that also system showing warning message.
    Where we do mistake? is there any other process to do the changing message?

    Hi,
    If You are trying to change the account group of a customer whose partner function is Sold-to-party.
    Changes to the account group and the relevent partner functions only made from lower level to higher level.
    Example:
    Sold-to-party cannot be assigned the function of a payer(Higher level to lower level) because you are trying to change the higher level partner function.
    Your can assign sold-to-party function to a payer (Lower level to higher level) because you are trying to change lower level partner function.
    Regards,
    Krishna Kishore

  • How do i use WGM or dcsl to change the primary groups of users, defined by another group?

    i've got a ton of users, whose primary group is "current student". they all belong to the other group "year 13"
    they've left school, so i thought it would be easy to do a search of users with GID equal to or containing the GID for "year 13" (in this case 1121) and then change their primary group to "left school"
    except that doesn't work. i can only search for them in WGM by primary group, it seems. therefore i cannot do any batch operations on a secondary group.
    so. how do i do this? is there a way of scripting dcsl to find users by 'other group' and then change the primary group attribute?
    i'm going to need to be doing a lot of this (changing the other gropus of a school full of students). bit stumped.
    help!

    ok. for some reason neitehr root nor my account (which is part of the open directory admin group) can make changes using dscl.
    when addingremoving users from groups, remember that teh UUID has to be added/removed too
    this is getting there:
    old=year11
    new=year12
    for item in `dscl /LDAPv3/127.0.0.1/ read /Groups/$old GroupMembership | cut -d: -f2`
    do
    echo $item
    UUID=`dsmemberutil getuuid -U $item`
    case "$UUID"
              in
              "There is no uuid for user $item")
                        echo "user $item need personal attention"
                        dscl -u diradmin -P 'somepassword'  /LDAPv3/127.0.0.1 append /Groups/$new GroupMembership $item
                        dscl -u diradmin -P 'somepassword'  /LDAPv3/127.0.0.1 append /Groups/$new GroupMembers $UUID
                        if [ "`dsmemberutil checkmembership -U $item -G $new`" == "user is a member of the group" ]  ; then
                        echo "$item added to $new"
                        dscl -u diradmin -P 'somepassword'  /LDAPv3/127.0.0.1 delete /Groups/$old GroupMembership $item
                        dscl -u diradmin -P 'somepassword'  /LDAPv3/127.0.0.1 delete /Groups/$old GroupMembers $UUID
                                  if [ "`dsmemberutil checkmembership -U $item -G $old`" == "user is a member of the group" ]  ; then
                                  echo "removal of $item from $old failed"
                                  else
                                  echo "removal of $item from $old succeded"
                                  fi
                        else echo "append of $item to $new failed"
                        fi
              esac
    done

Maybe you are looking for

  • Performance issues with BAPI_PROJECT_MAINTAIN

    Hi, We are facing Performance issues with BAPI_PROJECT_MAINTAIN.Would like to know any suggestions for improving performance. I would also like to know statistics regarding how much time is required to create a project with 3000 activities, 100 WBS e

  • HT4859 How do I retrieve my photos from the cloud after a reset. My photos are gone from my phone, and I backed them up on iCloud?

    How do I retrieve my photos from the cloud after a reset. My photos are gone from my phone, and I backed them up on iCloud? when I restored it, no camera roll pictures?

  • Mini TOC does not appear

    RoboHelp 9.0.0.228/Server 9 WebHelp Pro Single Project (upgraded from RH x5 to RH9) The mini TOC seems to work in some, but not all topics.  In the topics where it is not working, the mini TOC placeholder appears in the Design veiw, but when the topi

  • Setting the Netlet port on Portal Server 6.0

    On Iplanet Portal server 3.0 we found that our firewall was blocking netlet access on 443 as the firewall does application checking. On 3.0 we set the https port to 443 (default) and changed the netlet port to xx443 to allow the firewall to pass the

  • Who can help me with this query???

    I have a table looks like: Group_id, Individual_id, field1, field2, field3... For individuals in this table who shares the same group id, they have exact same, filed1, 2, 3, 4 but different individual_id. How can I comebine them so I can creat a tabl