Failed to get groups list: No Groups Available in any repository

When I try to access to Add/Remove Software, a window appears that says
The list of groups was not valid
Update the cache can help, but usually this is a bug in the software repository
More details:
Failed to get groups list: No Groups Available in any repository
I can not install software from Add/Remove software
Edited by: user13814055 on 20-ene-2012 10:23

user13814055 wrote:
When I try to access to Add/Remove Software, a window appears that saysIs your server directly registered with ULN or are you using public-yum.oracle.com? If you've done neither of these things, it's not surprising it can't find any software to install.

Similar Messages

  • Get a list of all available Property MetaData through API

    Hello,
    We have create some custom Property MetaData and assigned them to an new group.
    Now I need to be able to get a list of all the Property MetaData in this new group using a SAP portal API.
    But the only code snippets I've found requires at least the name if the property metadata.
    In other cases a KM IResource object is needed but then you only have the property metadata that's applicable on that IResource.
    Is it possible to do what I have in mind?
    If so can you point me into the correct direction, or provide a code example.
    I've been looking at the IMetaModel, IMetaGroupListIterator, IMetaGroup etc but I've not found any solution.
    Thanks a lot!
    Kind regards,
    Dries

    Hi
    Try this:     
      IConfigurationAccess icAccess = Configuration.getInstance();
      IWDClientUser wdcu = WDClientUser.getCurrentUser();
       com.sap.security.api.IUser sapUser = wdcu.getSAPUser();
      IUser user = WPUMFactory.getUserFactory().getEP5User(sapUser);
      IConfigClientContext confContext = IConfigClientContext.createContext(user);
    IConfigManager icManager = icAccess.getConfigManager(confContext);
      IConfigPlugin icPlugin = icManager.getConfigPlugin(ConfigurationProxy.CFG_PLUGIN_CM_SERVICES_PROPERTIES_METADATA);
    IMutableConfigurable[] mcs = icPlugin.getConfigurables();
    this mcs object will give you list of all meta data property for this user.
    Hope this helps
    Regards
    Puneet

  • How to get the list of subfolders available in a folder in KM repository

    Hi,
    Could you  please let me know how to check the list of subfolders available in a folderin KM repository  using WD java.
    Thanks in advance,

    Hi,
    Can you please send the URL for Javadoc for ICollection.
    Thanks in Advance,

  • After downloading the latest update, my playlists now go into shuffle mode everytime I try to play.  I have turn6ed off shuffle on both my computer and ipod, and even tried recreating a new list, to no avail.  Any ideas as to what may be causing this?

    After downloading the latest update for my Ipod touch, my playlists now go into "shuffle" mode everytime I try to play.  I have turned off shuffle on both itunes and my ipod and even tried recreating the playlist and syncing with no luck.  I don't know what is causing this, because before the last download, it never happened.  Any ideas on how to fix?

    Since this is an XP machine, which version of iTunes do you have installed?  Is it the latest version?
    Have you tried starting iTunes, attach the USB end of the cable, then while holding the home button on the iPod connect the 30-pin connector end of the cable to the iPod...that is the recovery mode but also should make iTunes see the iPod.
    If that doesn't work you may need to take the iPod back and have it tested by the genius bar techs to make sure the connector is not bad.

  • Hyperion shared services error 1051522 - Analytical Services failed to get

    Hi All,
    When I am trying to resync my securioty from HSS 11.1.1.1 to my essbase 9.3.1 I am getting this folowing error.
    hyperion shared services error 1051522 - Analytical Services failed to get group's member tree with Error MSAD porvider could not be contacted
    I have already checked for any corrupt application on essbase but alll the esssbase apps are fine.
    Any help would be appreciated.
    Thanks

    I have resolved this issue by Myself.

  • How do I get a listing of every add-on in a category in the new, poorly designed "Add-ons" web page?

    When I go to the add-ons page (https://addons.mozilla.org/en-US/firefox/) and select a category I get three items at the top, none of which are any use, and three columns of "Recently Added", "Top Downloads" and "Top Rated". I may be looking for an older add-on, a bit specialist, so not popular, and maybe not overall well rated, but right for my purposes. Moreover these listings give no synopsis and the page.
    With the old search engine I could enter a category and immediately get a list with all available add-ons, with synopsis, and use my own intelligence to decide what I wanted.

    No use at all with Firefox 4. If the search box is left empty "Please fill in this field" is returned.

  • How to get the list of all formtypes in SBO?

    Hello,
    How can i get the list of all available formtype in SBO?
    Each SAP Business One form has a unique type to support multiple instances of the same form. For example, the type of the Purchase Order form is 142, Form=139 for Sales Order.
    Is this information stored anywhere?
    Thanks and Regards,
    Sheetal

    Hi Juha / Sheetal,
    Activating the menus will only help to get the forms which are "directly" accessible...
    ...but there are forms that come up only when clicking some button - or double-clicking - or activating a menu item in the (dynamic!) "Goto" menu etc.
    In 2005 SP01 a new function was introduced (and documented in the SDK Helpcenter) that can be used to iterate over all integer IDs (note there are a lot of gaps) up to 65535 and get information about the form and items on it (specifically the databinding!).
    Please take a look at the ResourceData property of the Application object in UI API!
    Gaps (in A version today - to my best knowledge): 10.000 - 20.000; 21.000 - 40.000; 41.000 - 50.000; 51.000 - 60.000...
    Regards,
    Frank
    <i>Visit the WiKi-FAQ at: https://wiki.sdn.sap.com/wiki/display/HOME/BusinessOneFAQ</i>
    BTW: What do you need that information on "all forms" for?
    Message was edited by:
            Frank Moebius

  • How to get the list of words from the dictionary?

    Hello,
    Please confirm the possibility to get the list of words available from the InDesign's default dictionary for example: I'd like to have all the words available from the 'Russian' dictionary from InDesign.
    Thanks,
    Praveen

    This should help:
    http://helpx.adobe.com/indesign/kb/add_cs_dictionaries.html
    when you find the file "AdobeHunspellPlugin.bundle", copy it to your desktop, change the extension to .zip and extract the contents. The Russian dictionary should be in the ru_RU folder (ru_RU.dic)

  • Getting Database list in MySQL

    In the MySQL client one can get a list of databases
    available on the MySQLD daemon with the following statement "Show databases;".
    I tried to get the same list of available databases from Java. Executing a query "Show databases;" doesn't do the trick.
    My DB connection is fine. Other queries work perfectly.
    I just want the list of available DB's.
    Who can help me?

    In the MySQL client one can get a list of databases
    available on the MySQLD daemon with the following
    statement "Show databases;".
    I tried to get the same list of available databases
    from Java. Executing a query "Show databases;" doesn't
    do the trick."show databases" will work in MySQL thru the Mark Matthews JDBC driver (http://sourceforge.net/projects/mmmysql/) and probably other drivers. Just make sure that when you setup the SQL statement you leave the trailing semicolon off. I.E. try
    show databasesnot
    show databases;Col

  • Attempting to copy to the disk "OS" failed. There is not enough memory available

    I am trying to synch my ipad 2 with a dell studio windows 7 PC.  The synch failed with the following error message: attempting to copy to the disk "OS" failed.  There is not enough memory available.  Any suggestions/  Thanks

    Take a look here and see if anything in this will work for you.
    http://support.apple.com/kb/ht1207

  • Getting a list of windows processes

    Hi, in my java application I need to get a list of processes that Windows XP is running. I am currently using this code to get the list:
    p = Runtime.getRuntime().exec("tasklist");
    BufferedReader procInput = new BufferedReader(InputStreamReader(p.getInputStream()));The problem is that the tasklist command only seems to work in Windows XP professional edition, and not in the 'Home' or 'Media Center' editions. While most people are running pro, in the interest of compatibility I would like it to work with all versions of windows. I've rooted around in the API, but I can't find another way to get a list of running processes. Any ideas? Thank you

    Hello,
    Maybe Michal Gajda's
    Windows Update PowerShell Module can do this. I have not installed it, but now that I have found it, I plan to. Read more about it on the Hey, Scripting Guy! Blog:
    http://blogs.technet.com/b/heyscriptingguy/archive/2012/11/08/use-a-powershell-module-to-run-windows-update.aspx
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})
    hi Karl
    Great, that's exactly what i needed.
    really thanks
    regards

  • [Solved]How to list groups available

    I added my own user to my Arch setup. How would I get a list of available groups so I could add my user to them?
    Last edited by jordanwb (2008-09-08 02:01:18)

    Misfit138 wrote:
    kensai wrote:edit "/etc/group", add your username in front of the group you want to be in.
    hehe
    The 'Slackware Way'...
    Old habits, hard to break. Let me install Slackware on Virtualbox, I miss it.
    Last edited by kensai (2008-09-08 02:17:40)

  • How to get pages list for a group space or create a page for a group space

    hi All,
    I am using wc11.1.1.3, I want to use java api to implementing the following functions in site template:
    1. Get pages list for a given group space
    2. Create a page for a given group space
    I researched the following codes from web site:
    PageDef newPage = mPageService.createPage(
    PERSONAL_USER_PAGE, pageNameFormat, pageTitle,
    "MyPageTemplate1.jspx",
    "/mytemplates/",
    null, null, null);
    What should be used instead of PERSONAL_USER_PAGE if a group space page is intended to be created? which parameter is for defining group space name that the page should be created for?
    By the way, PageService seems has method for getting list of pages, but how to use it to get page list which is in a specified gs?
    Best regards

    did you manage to get the page list using Page Service API?

  • BO XI 3.1 : Active Directory Authentication failed to get the Active Directory groups

    Dear all 
            In our environment, there are 2 domain (domain A and B); it works well all the time. Today, all the user belong to domain A are not logi n; for user in domain B, all of them can log in but BO server response is very slowly. and there is error message popup when opening Webi report for domain B user. Below are the error message: 
           " Active Directory Authentication failed to get the Active Directory groups for the account with ID:XXXX; pls make sure this account is valid and belongs to an accessible domain"
          Anyone has encountered similar issue?
       BO version: BO XI 3.1 SP5
       Authenticate: Windows AD
    Thanks and Regards

    Please get in touch with your AD team and verify if there are any changes applied to the domain controller and there are no network issues.
    Also since this is a multi domain, make sure you have 2 way transitive forest trust as mentioned in SAP Note : 1323391 and FQDN for Directory servers are maintained in registry as per 1199995
    http://service.sap.com/sap/support/notes/1323391
    http://service.sap.com/sap/support/notes/1199995
    -Ambarish-

  • FindGroups - Error while getting group list for login user

    Hi All,
    I am using below code snippet to search a group in OIM but it gives me "Error while getting group list for login user" error message.
    tcResultSet rsetAss = null;
    tcGroupOperationsIntf groupIntf = (tcGroupOperationsIntf)utilFactory.getUtility("Thor.API.Operations.tcGroupOperationsIntf");
    HashMap mapGrp = new HashMap();
    mapGrp.put("Groups.Group Name","DEF_GROUP");
    rsetAss = groupIntf.findGroups(mapGrp);     
    And i am ruuning this code using xelsysadm logon.
    com.thortech.xl.util.config.ConfigurationClient.ComplexSetting config = ConfigurationClient.getComplexSettingByPath("Discovery.CoreServer");
    Hashtable env = config.getAllSettings();
    com.thortech.xl.crypto.tcSignatureMessage moSignature = tcCryptoUtil.sign("xelsysadm", "PrivateKey");
    utilFactory = new tcUtilityFactory(env, moSignature);     
    Any guess?
    Thanks & Regards
    Inbaa.

    Here it is Rajiv,
    public class GetUserApprover {
    private String defGroup = "DEF_GROUP";
    public tcUtilityFactory getUtilFactory()
    tcUtilityFactory utilFactory = null;
    try
         logger.debug("Initializing the utilFactory");
         com.thortech.xl.util.config.ConfigurationClient.ComplexSetting config = ConfigurationClient.getComplexSettingByPath("Discovery.CoreServer");
    Hashtable env = config.getAllSettings();
    com.thortech.xl.crypto.tcSignatureMessage moSignature = tcCryptoUtil.sign("xelsysadm", "PrivateKey");
    utilFactory = new tcUtilityFactory(env, moSignature);
    catch(Exception ex)
         logger.info("Error while getting the utilFactory" + ex.getMessage());
         System.out.println(ex.getMessage());
    return utilFactory;
    public String getGroupKey(String defGroup){
              String groupKey = null;
              tcUtilityFactory utilFactory = getUtilFactory();
              if(utilFactory != null)
         System.out.println("utilFactory not null. Searching for group:" +defGroup );
                   try
              tcResultSet rsetAss = null;
              tcGroupOperationsIntf groupIntf = (tcGroupOperationsIntf)utilFactory.getUtility("Thor.API.Operations.tcGroupOperationsIntf");
              HashMap mapGrp = new HashMap();
              mapGrp.put("Groups.Group Name","DEF_OWNER_GROUP");
              System.out.println("Finding Group....");
              rsetAss = groupIntf.findGroups(mapGrp);          
              System.out.println("RowCount-->" +rsetAss.getRowCount() );
              rsetAss.goToRow(0);
              groupKey = rsetAss.getStringValue("Groups.Key");
         System.out.println("GroupKey-->" + groupKey);
         catch(Exception e){
              System.out.println("Error" + e.getMessage());
              return (java.lang.Object)groupKey;
    }

Maybe you are looking for