How to force newly provisioned security groups into Planning

I just provisioned 3 new security groups in Shared Services (9.2.0.2). 15 minutes later our Planning Admin says that she still cannot see these new groups within her Planning app (9.2.0.2.0). Is there any way for me to force these new groups into Planning so that she can apply her security to them within the Planning app?

Hi,
Did you tried out Jake's suggestion?
Other tests are log in as a user that belongs to the group to see if that updates the tables.
Or run the provisionusers utility for a user that belongs to the group.
Or the the updateusers utility which syncs ups users/groups with shared services.
I cant remember which utility is the best to use in this instance.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • How to add a newly created search group into portal's search functionality

    Is there a way to configure search in the portal to include a newly created search group?

    Could you please elaborate on what you are trying to do.
    What version of Portal are you using?
    What do you mean by a 'Search Group'?

  • How to change mail-enabled security group to security group

    Hi,
    As a test I have configured on the properties page of a security group an email adres. By doing this converted a security group to a mail-enabled security group. Also this group has been transferd to Office 365. But after testing I want to make the distribution
    groups on the Exchange in Office 365. So I deleted the emaila dres of the security group, but it still synchronized to Office 365 as a mail-enabled security group. How can I change in AD the mail-enabled security group to a security group?
    Thanks in advance

    Hi StijnS,
    For the O365 question there are Office 365 technical forums available at
    http://community.office365.com/en-us/f/default.aspx.
    The related article:
    Office 365 Forum Assistant
    http://blogs.technet.com/b/neilhobson/archive/2011/09/20/office-365-forum-assistant.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How do I put a contact group into the address of an email

    The email form does not have an address icon.  How do I get a group from the address into the address field of a new email?

    The problem is defining what it even means to “embed” a PDF file in the body of an e-mail, especially if you are dealing with a multiple page PDF file.
    E-mail is either pure text, rich text (something akin to RTF in Word), or HTML. PDF is not compatible with any of these. Thus, to embed a PDF file, something has to be converted and that means the PDF would be converted to a less graphically rich raster format. But is that what you would really want?
    I think that the MacOS and iOS e-mail clients do under some circumstances place an attached PDF file within HTML segments and by clicking on same, you get the equivalent of extracting the full PDF file, but I have no real experience with that.
    Another alternative is HTML with a proxy image with a hyperlink to an external PDF file that is invoked when you click on the hyperlink.
    Perhaps you can explain what you are really trying to accomplish and what the recipient of such an e-mail's actual experience would be?
              - Dov

  • How to create a new security group and assignments of rigths?

    Hi,
    In our current "Cisco Unified CM Administration System version: 7.0.1.11000-2" installation, we are a couple of administrators using the same user account to logon to the "https://10.10.x.x/ccmadmin/showHome.do" homepage.
    Where can I create a new user group and assign the appropriate rights to the group, and add users to the group? Or is it another approach that I need to follow instead of the way that security rights a made in a Microsoft Active Directory?
    Is there any place that I can read or view examples on how the setup can be done? I would like to have it in the way that everyone has their personal user account and use this to logon the administration-web page instead of an account that everyone uses.
    Kind regards,
    Carl-Marius

    why do you need to create a new business group? To implement HR? If so, linking a HR responsibility to your user, is one of the few steps to go anyway.
    How you did it on the test environment?
    Why not link a hr resp to your user temporarily, and disable it later.
    I'm always afraid to answer this kind of questions, since the real requirement is not described.

  • How can I paste an AP Group into a WLC so I don't have to do it by hand?

    I'm creating a new AP group across a WiSM farm.  All WiSMs will get the same AP Group.
    Problem is, the interfaces were created with spaces, such as "vlan 90".  Other interfaces, created with names, such as "MyWLAN" will paste in.
    (controller) >config wlan apgroup interface-mapping add Wireless 10 MyWLAN  <---- This one pastes in just fine.
    (controller) >config wlan apgroup interface-mapping add Wireless_MOB3 2 vlan 90  <---- This one doesn't like the space between "vlan" and "90"
    HELP:
    Special keys:
      DEL, BS .... delete previous character
      Ctrl-A  .... go to beginning of line
      Ctrl-E  .... go to end of line
      Ctrl-F  .... go forward one character
      Ctrl-B  .... go backward one character
      Ctrl-D  .... delete current character
      Ctrl-U, X .. delete to beginning of line
      Ctrl-K  .... delete to end of line
      Ctrl-W  .... delete previous word
      Ctrl-T  .... transpose previous character
      Ctrl-P  .... go to previous line in history buffer
      Ctrl-N  .... go to next line in history buffer
      Ctrl-Z  .... return to root command prompt
      Tab, <SPACE> command-line completion
      Exit    .... go to next lower command prompt
      ?       .... list choices
    Does anyone have a trick to get this to paste in?
    Thanks in advance

    you can take a back up of the config file and edit that. it maybe cleaning. only downside is that will take a reboot when you download the edited config file.
    how many groups to want to create? maybe gui may prove more efficient in the grand scheme of things.

  • How to fetch all the portal groups into dropdown through webdynpro Java App

    Hello All,
    I have a requirement where I have to fetch all  the groups available in user administrator in portal into a dropdown, so that the admin can select the group from the dropdown and after that when he executes a button u201CGet Detailsu201D he must be able to get the list of users who has been assigned that group .
    I need to achieve this through WebDynpro Java.
    Any pointers or documents on this is very very helpful.
    Thanks,
    Manasa.
    Edited by: Manasa Boyapati on Sep 12, 2011 7:25 AM

    Hi,
    Can you try using the below code ?
    IUser uid = UMFactory.getUserFactory().getUserByLogonID(Userid);
    Iterator groups =  uid.getParentGroups(false);
    while (groups.hasNext())     
      String str_grpname = (String)groups.next();
      IGroup Group = UMFactory.getGroupFactory().getGroup(str_grpname);
    ary_groups.add(Group.getUniqueName());
    Hope you can achieve you results by tweeking this..
    Regards,
    Vijay.

  • How to change SQL Server security groups name after server rename?

    A Windows 2003 server has been renamed from LAMDAMIRROR1A to LAMDAMIRROR2A and the following
    sql has been run in SQL Server 2008 R2 on the server :
    exec sp_dropserver 'LAMDAMIRROR1A'
    exec sp_addserver 'LAMDAMIRROR2A','local'
    However, although everything appears ok, the 5 Windows 2003 Groups (automatically created by
    the SQL 2008 R2 Install) still contain 'LAMDAMIRROR1A' in their name. Does this matter ? Can the Windows Groups be just renamed (right click , rename) or will this cause problems ?
    The Windows Groups are :
    SQLServer2005SQLBrowserUser$LAMDAMIRROR1A
    SQLServerDTSUser$LAMDAMIRROR1A
    SQLServerMSSQLServerADHelperUser$LAMDAMIRROR1A
    SQLServerMSSQLUser$LAMDAMIRROR1A
    SQLServerSQLAgentUser$LAMDAMIRROR1A
    There are also Registry entries containing the old 'LAMDAMIRROR1A' name. Does this matter ?
    Should this be changed ?
    eg. 
    My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100\Machines\OriginalMachineName.
    My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Services\Report Server\GroupPrefix.
    My Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\printers\Microsoft XPS
    DocumentWriter\DsSpooler\serverName.
    etc

    Hi,
    If you have executed the sp_dropserver and sp_addserver in SQL Server 2008 R2, we need to verify if you renamed the SQL Server instance successfully. You can select information from @@SERVERNAME or sys.servers to verify if the renaming operation is completely
    successful in SQL Server Management Studio (SSMS). If yes, whether you change the registry entries containing the old 'LAMDAMIRROR1A' name or not, there’s no impact on SQL Server Services. For more details, please review this article: 
    How to: Rename a Computer that Hosts a Stand-Alone Instance of SQL Server.
    In addition, if you must rename the windows groups, you can just right-click the group in Computer Management/System Tools/Local Users and Groups/Groups and rename it, or you can create new groups with new names, for more details, please review this article:
    Manage Local Groups. If there are some issues regards the Windows, you can post the question in the Windows Server forums at
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?category=windowsserver . It is appropriate and more experts will assist you.
    Thanks                 
    Lydia Zhang                           

  • Provisioning Groups into FIM 2010 from oracle database

    Greetings,
    I am trying to provision security groups from an oracle database where i have a view that contains:
    Department_Code
    Department_Name
    DepParent_Code
    The view has a recursive relation between Department_Code and DepParent_Code (1 to many).
    The view will lead to a Tree that has departments and sub-departments, i want to provision this data into FIM then to AD as security groups reserving the same hierarchy.
    Any help would be appreciated.
    Mohamad Chahla

    I have done something like this myself.  Using my approach I would do the following:
    Extend the Group and group resource type schema in FIM and the FIM Metaverse respectively, adding a new REFERENCE attribute binding ParentGroup/parentGroup respectively;
    Create an Oracle MA for importing DEPARTMENT objects with the anchor attribute Department_Code and with DepParent_Code declared as type REFERENCE;
    Create an inbound sync rule to import department objects as GROUP objects, with IAFs as follows:
    'DEPT-' + Department_Code => group.displayName
    Department_Name => group.description
    DepParent_Code => group.parentGroup
    ... and other IAFs according to the instructions you will find
    here;
    Either create your FIM groups as static (easy), or dynamic/query based (harder - i.e. you would do this if each Person object had a string binding of Department with values which exactly match the DEPT data you are importing) by using an appropriate MPR/workflow;
    Define an outbound sync rule to
    synchronise your FIM group objects to AD.
    If creating dynamic groups, your new workflow "Set Department Group Filter' can be created by using the Function Evaluator to construct the necessary XML filter value (create a group manually first to determine what this must look like) such that each
    group has a matching filter, e.g. the filter for DEPT-ABC would be /Person[Department='ABC']
    Bob Bradley (FIMBob @
    TheFIMTeam.com) ... now using FIM Event Broker for just-in-time delivery of FIM 2010 policy via the sync engine, and continuous compliance for FIM

  • HT2486 How do I import existing Outlook contact groups into Mac Address Book?

    After months of problems with Microsoft Outlook 2011 for Mac, I am switching to Mac Mail. I seem to have successfully imported my individual contacts into Address Book. However, I have been unsuccessful in figuring out how to import group contacts into Mac Mail.
    So far I have created .txt files, (a separate one for each group), listing each e-mail address in that group separated by a comma. Can I input this information into Address Book somehow? If not, how else can I import my groups into Address Book in a more efficient way than manually entering them? Manually dragging and dropping names into each new Address Book group is not an option, since I  have about 50 groups with 20-50 people in each of them. It would take me extraordinary amounts of time to do that, not to mention the frustration.
    A second question: There are many duplicates listed in my address book. When I select Card>Look for Duplicates, it tells me that No duplicates are found. They most definitely exist, however. How can I erase them without having to manually delete each duplicate?

    You can't transfer the groups, you'll need to do it the hard way.
    As for the duplicates, how many accounts do you have in your Address Book?

  • How to Integrate new material group into COPA planning KEPM

    Hi Sap Guru's
    Please help me in Integrate new material group into planning
    The planning coordinator is informed that a new material group is to be marketed in the coming year and that this new material group should be included in planning. To generate a default plan value automatically for this new material group, the planning coordinator uses the planning method Copy. In the Transform characteristic values function, the necessary entries are then made so that the sales quantities for an existing, comparable material group are copied to the new material group.
    How can i do the above process...
    Thanks
    Sap Guru

    HI,
    create a new characteristic (KEA5), choose transfer from SAP-table (the tab. where your fiels is available in material master (MARA)), choose the field from the list of available fields from MARA, enter text, save, activate. Assign the char. to your op. concern. Generate the operating concern.
    Aftre this steps the field is in yopur operating concern and the derivation rule can be seen in T-Code KEDR (rule created by SAP automatically). If not, add a derivation rule in KEDR (table lookup).
    best regards, Christian

  • Add AD security group to collection

    Dear Exprt,
    i have added AD security group to collection via Add resource but nothing receive by client its user base group.
    how can i configure correctly.
    note: i dont want query base what i am try is add security DL to collection for software deployment
    [email protected]

    Sorry - this is the same for 2007. You cannot import distribution lists. You can create a security group in AD and nest the DL into. Then add the security group into the collection with a direct rule.
    Cheers
    Paul | sccmentor.wordpress.com

  • Skype for business - how do I get my chat groups?

    My company just implemented Skype for business.  I have some chat groups in my previous version of Skype desktop.  How do I get those chat groups into Skype for business?
    Thanks.

    Hey!
    you can use a permanent chat server with skype for business, for permanent chat rooms. But otherwise chats run the same way like with skype, you just add people to the conversation. when they leave the conversation, you have to add them again when you continue chatting.
    One big issue is that you cannot yet do group chats with regular skype users. So once any normal skype user is in your chat, you cannot add anyone else. This is a missing feature they still have to implement.
    And I also fear you will still not like the way the chat history is synced over different devices. So you will not have full chat history on different devices yet. This also affects your requested group chats, since skype for business will not auto-sync all chats on all devices.
    I guess you have to wait a bit longer until the new mobile clients and mac clients are out to fix of the things above.
    Cheers,
    Florian

  • How to Force the Good Plan present in dba_hist_sql_plan for an SQL_ID

    Hi Folks
    Here i have a question on how to fix the query execution plan for which we are facing the problem. The current execution plan of the SQL ID is bad , but the execution plan in dba_hist_sql_plan or v$sql_plan is showing good one's.
    So how to force the plan_hash_value present in dba_hist_sql_plan or v$sql_plan to the current sql. Where in we cannot try using any kind of hints in the SQL so my question here , is there any way to update manually to update the plan_hash_value for the SQL_ID so that it can use the execution plan which we want to force.
    Regards,
    Phani.

    But my question is i have the good plan for the SQL_ID which is now running with the bad plan ( I am able to see the good plan in dba_hist_sql_plan view ) , my challenge here is how to force >the SQL_ID to take good plan PLAN_SQL_HASH_VALUE. Once the query is parsed and in memory I'm not aware of any way of changing the plan :(
    A day later a similar situation came up with one of our clients. I'm still not aware of any way to manually change the execution plan of an already parsed SQL but suspect histograms and/or bind peeking may be a way to explain this phenemenon
    Edited by: riedelme on Jun 18, 2010 6:13 AM

  • NSX Security Groups in vRA 6.2

    Hi community,
    We have our Test vRA environment up and running. I have got an external vCO and have NSX, vRAC, vCenter plugins all configured. I have vSphere and vCO Endpoint which are working fine with deployment of VMs. We have NSX installed in the environment and I have the "Specify Network and Security Platform" part configured too.
    We are not using the full blown NSX here. Only the Distributed Firewall piece with the Security Policies and Security Groups is planned. However I don't get to see Security Groups under reservations. The data collection shows that NSX inventory collection is successful. Below is the error I see in the vCO server logs. Anyone facing similar issues?
    [SCRIPTING_LOG] [Create NSX endpoint/Manage SSL certificates (5/14/15 07:51:54)] Provided url is invalid 'https://vc2004.mycompany.com'
    2015-05-14 07:55:51.256-0400 [WorkflowExecutorPool-Thread-1342] ERROR {[email protected]:Create NSX endpoint:8a16949f4c563ecd014d5247ddcb1f6a:0513028f-4d48-49f0-bd04-032b2ee722d7:[0513028f-4d48-49f0-bd04-032b2ee722d7]} [SCRIPTING_LOG] [Create NSX endpoint/Manage SSL certificates (5/14/15 07:55:51)] Provided url is invalid 'https://vc2004.mycompany.com'
    2015-05-14 08:02:32.504-0400 [vcoSystemTaskScheduler-2]
    In the vCO Workflow log I see this..
    [2015-05-21 15:32:43.702] [I] url: https://10.10.10.10
    [2015-05-21 15:32:43.702] [I] ReferenceError: "RESTHostValidator" is not defined.
    [2015-05-21 15:32:43.703] [E] Provided url is invalid 'https://10.10.10.10'
    [2015-05-21 15:32:43.703] [I] TypeError: Cannot call method "getCertificateInfo" of null
    The vco workflow completes every time it runs but silently throws the above exception in the workflow log window.
    Any help is greatly appreciated.
    Regards,
    VMSavvy

    Hi community,
    We have our Test vRA environment up and running. I have got an external vCO and have NSX, vRAC, vCenter plugins all configured. I have vSphere and vCO Endpoint which are working fine with deployment of VMs. We have NSX installed in the environment and I have the "Specify Network and Security Platform" part configured too.
    We are not using the full blown NSX here. Only the Distributed Firewall piece with the Security Policies and Security Groups is planned. However I don't get to see Security Groups under reservations. The data collection shows that NSX inventory collection is successful. Below is the error I see in the vCO server logs. Anyone facing similar issues?
    [SCRIPTING_LOG] [Create NSX endpoint/Manage SSL certificates (5/14/15 07:51:54)] Provided url is invalid 'https://vc2004.mycompany.com'
    2015-05-14 07:55:51.256-0400 [WorkflowExecutorPool-Thread-1342] ERROR {[email protected]:Create NSX endpoint:8a16949f4c563ecd014d5247ddcb1f6a:0513028f-4d48-49f0-bd04-032b2ee722d7:[0513028f-4d48-49f0-bd04-032b2ee722d7]} [SCRIPTING_LOG] [Create NSX endpoint/Manage SSL certificates (5/14/15 07:55:51)] Provided url is invalid 'https://vc2004.mycompany.com'
    2015-05-14 08:02:32.504-0400 [vcoSystemTaskScheduler-2]
    In the vCO Workflow log I see this..
    [2015-05-21 15:32:43.702] [I] url: https://10.10.10.10
    [2015-05-21 15:32:43.702] [I] ReferenceError: "RESTHostValidator" is not defined.
    [2015-05-21 15:32:43.703] [E] Provided url is invalid 'https://10.10.10.10'
    [2015-05-21 15:32:43.703] [I] TypeError: Cannot call method "getCertificateInfo" of null
    The vco workflow completes every time it runs but silently throws the above exception in the workflow log window.
    Any help is greatly appreciated.
    Regards,
    VMSavvy

Maybe you are looking for

  • Help for a newbie (sort of)

    I finally purchased an iMAC. Last one I had used an OS created by ClarisWorks. So, this is very new to me. Please be patient. 1. Data Sharing There are 2 machines in my house (Windows 7 and iMac). For a better part of 20 years, I have been accruing d

  • SOAP: call failed: java.lang.NullPointerException

    Hi, We are geeting the error in RWB --> SOAP: call failed: java.lang.NullPointerException We checked the communication channel and interface and all are working fine. Can anybody suggest? Regards, Akki..................

  • How Do You Copy and Paste in iPhoto

    How do you copy and paste in iphoto.  When I highlight a picture and duplicated it I click on the duplicate picture and drag it into my other event however it takes the original and the duplicate pictures into the new event and I lose the pictures fr

  • HDCP error on netflix

    When using the latest safari and using Netflix there is an error message saying this monitor is not HDCP compatible.  This only happens when routing audio through HDMI and using the monitors DVI connection for a picture.  HDMI is only used for audio

  • Extracting only Scale value ..how to do this

    Hi, How to fetch only scale value from a number value..? example from 1000.1212 i have to select 1212 only.. I want any oracle supplied function to do this.. i tried substr and instr but i want can we do this a function available in oracle Thanks asp