Sorting for property metadata

Hi All
I have created a custom metadata and KM navigation iview. This custom metadata property
is displayed in the iview using layout set. I am getting the option to sort by this property. Is there any way to remove the sorting option for metadata properties?
Points will be awarded for useful answers.
Regards,
Yoga

That's it!
To change the data type of a property you have to change it on database.
So you'll first change the type-attribute of your property (in the "Property Metadata") into the used type.
Then you open the "Enterprise Manager Console" as standalone to edit the database. Enter the network => Databases => DATABASE.world and login as sysdba => enter scheme => sapDATABASEdb => tables => kmc_dbrm_names. Here you can have a look for your property (show content). The ID belongs to you'd notice.
After that you're changing to database kmc_dbrm_props (show content). Select (by SQL-Statement) the localnameid by the noticed number. By changing the column "typ" or "type" you can change the datas type.
1 stands for string
3 stands for integer
5 stands for date
All of the type-numbers you can find in the table kmc_dbrm_props. The content it belongs to you'll have to find out on your own. By using SQL-Statement you can change all entries you want.
Good Luck ;-D
Janko Mühling

Similar Messages

  • Icon for Property Metadata

    Hello everyone,
    I want to assign an icon to every Property Metadata that i define.
    When you create a new property, you can enter property metadata values in csv format. Is it possible to associate an Icon  as well with the MetaData Property ?
    Its possible to enter MIME types as well in csv format. I am trying to use it but the tab is not displayed if I use any property renderer related to image. If I set "property renderer" to "Not set" then I can see my MetaData values but no Icons / Images.
    I believe, diplaying images as property metadata should be possible. Has anyone tried it? I am not using the correct combination of property and property renderer I guess.
    Help me out in this case ..
    Cheers!!
    Ashutosh

    Hi Ashutosh,
    Form my understanding of the <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/1a/9a4a3b80f2ec40aa7456bc87a94259/content.htm">OnlineHelp</a>, I do not see how to do what you want without programming.
    The MIME types we can enter in CSV format, refer to a list of document types to property apply.
    As the allowed values are "text", I do not expect it is possible to associate images to these texts.
    Sorry not to have better news
    Vincent

  • EPMA-Loading metadata using Interface tabes-Member sort order-Property?

    Hi,
    Any help would be greatly appreciated.
    Version: 11.1.1.2
    Loading metadata for planning app in EPMA using interface tables.
    What property ( table , column) do I set to set the SORT ORDER for members within a dimension. I can arrange them manually by reordering children i nthe UI. The SYSTEM>sort order property does change manually after the metadata is loaded.
    Thanks.
    Edited by: user1658817 on Jun 26, 2009 9:06 AM

    Some more info
    I am loading members into Acount Dimension.
    I am using following tables as source tables.
    hs_account_hierarchy
    hs_account_member
    hs_account_property
    hs_account_propertyArray
    I use hs_account_propertyArray to load member Alias and member sort order.
    Alias loads rightly. Sort order is not taken taken into account at all while loading. The sort order after the dimension is loaded is Alphabetical.
    Sample records in my propertyArray table look like
    Property Name Key Value
    Order Common Stock Default 2
    Order Warrants and Options Default 3
    Order Additional Paid in Capital Default 4
    Order Cumulative translation adj Default 5
    Order Retained earnings (loss) Default 6
    In the Load profile, I associate this Order property with Order property for shared library.
    When the import is done, everything gets loaded properly, except for the SORT ORDER. The sort order is alphabetical. So the above members look like this
    Additional Paid in Capital
    Common Stock
    Cumulative translation adj
    Retained earnings (loss)
    Warrants and Options
    instead of being in the sort order mentioned above.
    Thanks.

  • Cannot sort the managed metadata values in refinement panel

    1. I created a site column based on the managed metadata type named color.
    2. I changed the managed property owstaxIdcolor to refinable:yes.
    3. I added the managed property owstaxIdcolor in the refinement Web Part and request it to be sorted by name in ascending order.
    4. The order stays displayed by number in the refinement panel. It doesn't want to show by alphabetical order. I already have used it with success on other types of column. Have you experience the same effect? Do you know how to obtain an alphabetical
    order?

    Hi,
    As I noticed, you used OOB managed property owstaxIdcolor as refiner. Please locate something like ows_color in crawled property, and create a new managed property and map ows_color to it. Then use it as refiner and test the issue again.
    For more information:
    http://blogs.msdn.com/b/aatishblogs/archive/2014/02/02/refiners-for-managed-metadata-columns-in-sharepoint-online.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • 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

  • Replace property metadata values with icons

    Hello everybody,
       We have created a new property metadata with specific allowed values. Then we created a new layout set to list a repository including that metadata. We are wondering if there is a way to replace the specific metadata values in the list with a set of icons to improve the look and feel.
       Best regards,
           Virgilio Ruiz

    Hi Virgilio
    Here a description how to use one of the standard property renderers that touches your needs:
    https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3648
    If it does not cover your needs, you should go for development as suggested by Robert.
    Kind regards,
    Martin Søgaard

  • Property Metadata don't change when deploying project

    Hi,
    1.) I used this help http://help.sap.com/saphelp_nw2004s/helpdata/en/44/2dff5a13363f0ae10000000a114a6b/content.htm
    to create my own commands, uicommands, etc.
    2.) I also created manually in: System Administration => System Configuration => Knowledge Management => Content Management => Global Services => Property Metadata my own properties to extend the userdetails like described in http://help.sap.com/bp_epv170/EP_US/Documentation/How-to/KM/Extending_User_Details.pdf
    This all works perfectly.
    Instead of creating and exporting all my Property Metadata manually I exported them (I have now a XML) and integrated them into my Project => see 1.)
    I also found this post: https://www.sdn.sap.com/irj/sdn/message?messageID=3533233
    So, when I deploy my project and the properties aren't existing the are created immediately. BUT when I change something in the property metadata XML in my project and I redeploy the project the existing property doesn't change.
    I don't want to delete everytime all my properties to make changes active.
    With uicommands I don't have this problems. When I change there something I can deploy the project, new uicommands will be added and existing ones will be updated. Unfortunately not by property metadata.
    Do you have any ideas why this happens?
    Regards,
    Stefan

    Hello Stefan,
    you might have a versioning problem when merging the new KM configuration from your project with the existing configuration in KM. That would explain why everything works fine if you delete the existing settings first but it won't if you try to overwrite the existing settings!
    KM merges the configuration when you deploy a PAR file with configuration. You need to tell the system that the settings in the PAR file should replace the existing settings. This can be done by including the file export_cm_mapping.xml into your project. (At least that is the name of the file in NW04). You can get this file by exporting some configuration from your KM system with the KM export functionality and unzip the resulting configarchive file. It should contain the correct export_cm_mapping.xml file. Just take this file and put it into the src.config directory in the same path. (For NW04 that is: src.config/install/data/system/command/export_cm_mapping.xml.)
    Hope this helps,
    Martin

  • Adding Property MetaData to Upload screen

    Hi,
    I would like to add some Property Metadata for documents that I upload to the KM.
    I have managed to created a new tab with all my properties, but I would like to have some of these properties on the first screen of the upload process, meening, near the name & description of the file - and not inside a different tab.
    Any suggestions how to add properties near the name and description of the file.
    Thanks in advance,
    Aviad

    Hi Avaid and Kiran,
    <b>Creation of Property Metadata:</b>
    navigate to: System Administration -> System Configuration -> Knowledge Management -> Content Management -> Global Services -> Property Metadata.
    This would give you all the properties that are linked with content management.
    When you check Details of any document, the properties (modified date, created date, etc) all exist in the above mentioned Property Metadata.
    If exists, you can use the property.
    Read more:
    http://help.sap.com/saphelp_nw04/helpdata/en/75/e000861cb8ad4b8e4f19dd6416346d/frameset.htm
    Assuming that it does exist then how should you add this property such that its visible/accessing in Document details:
    Navigate to => System Administration -> System Configuration -> Knowledge Management -> Content Management -> Global Services -> Property Structures.
    The tabs that you see in Document details are all placed in tabs.
    If you want your property to be placed in a different one, then create your tab, add your property and add this tab in the all_groups tab.
    The link given above contains all details.
    Please check these documents:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/how to configure predefined properties with dependent values.pdf
    and https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/working with metadata properties in km.pdf
    All the best!
    Warm Regards,
    Ritu R Hunjan

  • Property metadata

    In Global services, I've created a group in property metadata.
    Then I clicked on the property option, and created a property with:
    Namespace alias-default
    Type-String
    Group-"The one I created above"
    Allowed values csv-a, b, c
    documents/<The folder in which i had created a .txt file before>
    Clicked OK.
    I navigated to Content Admin-> KM Content -> /documents/<myfolder>, Clicked on a text file within that -> Details -> Settings -> Properties.
    There I do not see My Property
    Any idea if Im missing something here

    Hi Prem,
    in order to see your property, you need to integrate it in a Property (Structure) Group and not only in a Property (Metadata) Group. You can create this group under "Global Services" -> "Property Structures" -> "Property Groups" and add your property to the "Group Items". Afterwards you need to add the just created group to the "Group Items" of the Property (Structure) Group "all_groups". By that you will have a new tab with your property in it.
    Alternatively, if you use the Property (Metadata) Group "default" in your property definition (and not your own group, you should be able to see your property in the "Miscellaneous" tab, without having to add it to a Property (Structure) Group.
    Hope this helps,
    Robert
    PS: Check again all parameters, to be correct, as mentioned in SAPHelp. For example the entry for "Document Validity Patterns (csv)" must be "<b>/</b>documents/<YOUR_FOLDER>/".

  • Property Metadata - Properties (Type User Group)

    Dear All,
    I want to have a custom property in KM where i am able pick "User Groups" created in User Administration as value of that property.
    In KM property we can define property type as "User" but i want is "User Group", Is there any option i can make this happen
    Regards,
    Tushar Dave

    Hi Prem,
    in order to see your property, you need to integrate it in a Property (Structure) Group and not only in a Property (Metadata) Group. You can create this group under "Global Services" -> "Property Structures" -> "Property Groups" and add your property to the "Group Items". Afterwards you need to add the just created group to the "Group Items" of the Property (Structure) Group "all_groups". By that you will have a new tab with your property in it.
    Alternatively, if you use the Property (Metadata) Group "default" in your property definition (and not your own group, you should be able to see your property in the "Miscellaneous" tab, without having to add it to a Property (Structure) Group.
    Hope this helps,
    Robert
    PS: Check again all parameters, to be correct, as mentioned in SAPHelp. For example the entry for "Document Validity Patterns (csv)" must be "<b>/</b>documents/<YOUR_FOLDER>/".

  • Displaying property metadata in KM folder/docs presentation?

    I have created my own property metadata to categorize documents in certain folders in KM.
    I would like to display these metadata values in columns in the layout set chosen for the folder. Is there a simple way to fix this or do I have to write my own custom renderer?
    Henning

    Hi Henning,
    Yes, there is an easy way to display your own property metadata. You need to make a copy of the layout set you are using now and go edit the collection renderer.
    In the collection renderer, you should enter the name of your property in the setting "displayed properties". Beware that you might need to include the property's namespace.
    I suggest you read this document:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a429b090-0201-0010-e79d-f67708936549
    Even though it is a fairly old document (2003), it gives you a good introduction to your flexible user interface options.
    Best regards,
    Martin

  • Record put for property "***" must have an assignment in property "mdex-pro

    Hi all,
    I met a problem for the EID2.3, when i follow the video step by step, which provided by the OTN
    Getting started with Endeca Information Discovery , Part 2 :Loading and Viewing Data, 2.2 - Load one Data Source via Integrator
    I met a error after run the graph.
    Could anyone tell me what does this mean?
    *ERROR [SocketReader] - Received error message from server: Record put for property "FactSales_OrderQuantity" must have an assignment in property "mdex-property_Type"*_
    Thanks in advance!
    Best Regards,
    Bruce Lin
    I post all the logs as below:
    INFO [main] - *** CloverETL framework/transformation graph, (c) 2002-2012 Javlin a.s, released under GNU Lesser General Public License ***
    INFO [main] - Running with CloverETL library version 3.2.1 build#63 compiled 04/01/2012 12:53:21
    INFO [main] - Running on 4 CPU(s), OS Linux, architecture amd64, Java version 1.6.0_20, max available memory for JVM 882944 KB
    INFO [main] - Loading default properties from: defaultProperties
    INFO [main] - Graph definition file: graph/Test.grf
    INFO [main] - Graph revision: 1.7 Modified by: endeca Modified: Wed Jul 11 16:26:18 SGT 2012
    INFO [main] - Checking graph configuration...
    INFO [main] - Graph configuration is valid.
    INFO [main] - Graph initialization (Test)
    INFO [main] - Initializing connection:
    INFO [main] - [Clover] Initializing phase: 0
    INFO [main] - [Clover] phase: 0 initialized successfully.
    INFO [main] - register MBean with name:org.jetel.graph.runtime:type=CLOVERJMX_1341992445224_0
    INFO [WatchDog] - Pre-execute initialization of connection:
    INFO [WatchDog] - DBConnection driver[org.jetel.connection.jdbc.driver.JdbcDriver@1624e801]:jndi[null]
    INFO [WatchDog] - Starting up all nodes in phase [0]
    INFO [WatchDog] - Successfully started all nodes in phase!
    INFO [WatchDog] - ---------------------** Start of tracking Log for phase [0] **-------------------
    INFO [WatchDog] - Time: 11/07/12 16:26:49
    INFO [WatchDog] - Node ID Port #Records #KB Rec/s KB/s
    INFO [WatchDog] - ---------------------------------------------------------------------------------
    INFO [WatchDog] - Sales Facts SALES_FACTS RUNNING
    INFO [WatchDog] - %cpu:0.17 Out:0 29281 5317 0 0
    INFO [WatchDog] - Create Spec CREATE_SPEC RUNNING
    INFO [WatchDog] - %cpu:0.12 In:0 29281 5317 0 0
    INFO [WatchDog] - Out:0 27705 5576 0 0
    INFO [WatchDog] - Bulk Load to Data StoreBULK_LOAD_TO_DATA_STORE RUNNING
    INFO [WatchDog] - %cpu:0.01 In:0 27705 5576 0 0
    INFO [WatchDog] - Reset Data Store ENDECA_RESET_DATA_STORE0 RUNNING
    INFO [WatchDog] - %cpu:..
    INFO [WatchDog] - ---------------------------------** End of Log **--------------------------------
    INFO [WatchDog] - ---------------------** Start of tracking Log for phase [0] **-------------------
    INFO [WatchDog] - Time: 11/07/12 16:26:54
    INFO [WatchDog] - Node ID Port #Records #KB Rec/s KB/s
    INFO [WatchDog] - ---------------------------------------------------------------------------------
    INFO [WatchDog] - Sales Facts SALES_FACTS RUNNING
    INFO [WatchDog] - %cpu:0.10 Out:0 40745 7398 2270 412
    INFO [WatchDog] - Create Spec CREATE_SPEC RUNNING
    INFO [WatchDog] - %cpu:0.07 In:0 40745 7398 2270 412
    INFO [WatchDog] - Out:0 40436 8140 2521 507
    INFO [WatchDog] - Bulk Load to Data StoreBULK_LOAD_TO_DATA_STORE RUNNING
    INFO [WatchDog] - %cpu:.. In:0 40436 8140 2521 507
    INFO [WatchDog] - Reset Data Store ENDECA_RESET_DATA_STORE0 RUNNING
    INFO [WatchDog] - %cpu:..
    INFO [WatchDog] - ---------------------------------** End of Log **--------------------------------
    INFO [WatchDog] - ---------------------** Start of tracking Log for phase [0] **-------------------
    INFO [WatchDog] - Time: 11/07/12 16:27:03
    INFO [WatchDog] - Node ID Port #Records #KB Rec/s KB/s
    INFO [WatchDog] - ---------------------------------------------------------------------------------
    INFO [WatchDog] - Sales Facts SALES_FACTS FINISHED_OK
    INFO [WatchDog] - %cpu:0.05 Out:0 60855 11049 2355 427
    INFO [WatchDog] - Create Spec CREATE_SPEC FINISHED_OK
    INFO [WatchDog] - %cpu:0.04 In:0 60855 11049 2355 427
    INFO [WatchDog] - Out:0 60855 12251 2391 481
    INFO [WatchDog] - Bulk Load to Data StoreBULK_LOAD_TO_DATA_STORE RUNNING
    INFO [WatchDog] - %cpu:.. In:0 60855 12251 2391 481
    INFO [WatchDog] - Reset Data Store ENDECA_RESET_DATA_STORE0 RUNNING
    INFO [WatchDog] - %cpu:..
    INFO [WatchDog] - ---------------------------------** End of Log **--------------------------------
    ERROR [SocketReader] - Received error message from server: Record put for property "FactSales_OrderQuantity" must have an assignment in property "mdex-property_Type"
    ERROR [WatchDog] - Graph execution finished with error
    ERROR [WatchDog] - Node BULK_LOAD_TO_DATA_STORE finished with status: ERROR
    ERROR [WatchDog] - Node BULK_LOAD_TO_DATA_STORE error details:
    INFO [WatchDog] - [Clover] Post-execute phase finalization: 0
    INFO [WatchDog] - [Clover] phase: 0 post-execute finalization successfully.
    INFO [WatchDog] - Execution of phase [0] finished with error - elapsed time(sec): 20
    ERROR [WatchDog] - !!! Phase finished with error - stopping graph run !!!
    INFO [WatchDog] - Post-execute finalization of connection:
    INFO [WatchDog] - -----------------------** Summary of Phases execution **---------------------
    INFO [WatchDog] - Phase# Finished Status RunTime(sec) MemoryAllocation(KB)
    INFO [WatchDog] - 0 ERROR 20 138827
    INFO [WatchDog] - ------------------------------** End of Summary **---------------------------
    INFO [WatchDog] - WatchDog thread finished - total execution time: 25 (sec)
    INFO [main] - Freeing graph resources.
    ERROR [main] - Execution of graph failed !
    Edited by: 943609 on Aug 1, 2012 7:34 PM
    Edited by: 943609 on Aug 1, 2012 7:45 PM

    This error is saying that a user create attribute "FactSales_OrderQuantity" is missing a system property "mdex-property_Type". These system properties are how the index defines the user attributes and when one is missing, in this case the type, the mdex does not know how to handle the incoming data for the attribute. In this case I believe the problem is cause by having the "Reset Data Store" component in the same phase as the "Bulk Load to Data Store". The Reset data store tells the index to delete all records and to clear all the attribute's metadata (properties). Since this graph is also trying to load data via the bulk load while at the same time resetting the index and all the system properties.
    To resolve this issue you should have the reset component in a separate phase, or a graph all to itself so it always executes in isolation.
    Pete

  • Custom Sort for nodes in a hierarchy

    Hi All,
    I would like to know how to sort nodes according to a specific order in a hierarchy. I know at the hierarchy level you can set the StandardHierSort property to a custom property i.e CustSortOrder.
    But for the custom property CustSortOrder, how do i set it up so the nodes in the hierarchy will be sorted according to the custom list?
    Thanks
    R

    This is right out of the MDM_User_guide (Look under Custom Sort Order)
    Custom Sort Order
    Nodes can also be sorted in any explicit custom sort order (although limbs are always sorted
    ahead of leaves.) The sort order can be defined by any property that has a property data type of
    SortOrder. (The SortOrder data type is special case of an Integer data type.) By default, any
    Hyperion MDM installation includes a property called Sort Order (assigned to the Default
    property category) that can be used for this purpose.
    To sort a hierarchy according to the value of a node-level sort order property, the hierarchylevel
    property StandardHierSort must have its value set to point to the appropriate node-level
    property that contains the sort order.
    A custom sort order can also be used that applies only to a specific Hyperion MDM user ID,
    enabling users to customize their display of Hyperion MDM data without impacting other users
    of the same hierarchy. This is controlled by the hierarchy-level property UserHierSort. If this
    property has been set to point to a node-level property that has a data type of Sort Order, then
    this sort order takes precedence over both the StandardHierSort property and the default sort
    order.
    If there is no value assigned to the hierarchy-level property StandardHierSort nor to
    UserHierSort, then the default sort order is applied.
    The value of a custom sort order property can be set in any of the following ways:
    1.Sort order values can be loaded into a node-level sort order property when data is initially
    imported into Hyperion MDM (see following for details.)
    2. Explicit values can be defined for the sort order property for any node.
    If a sort order property has been selected for a hierarchy’s StandardHierSort or UserHierSort
    properties, then the Order Children menu option is available by right-clicking on any node
    in a hierarchy. This opens a dialog box that enables the sort order of limbs and leaves to be
    set graphically.
    3. A node-level sort order property might be defined as Derived, and so might be automatically
    populated with a sort order.

  • ARB Issue: SDK Property Metadata

    Posted today:
    SDK Property Metadata
    Please comment by tomorrow morning, Friday May 1st. Thanks!

    Hi
    I think dbms_metadata.session_transform is for functions GET_DDL, GET_DEPENDENT_DDL, and GET_GRANTED_DDL only.
    You need to use set_transform_param on htransddl handle. Add this after line 65:
          dbms_metadata.set_transform_param (htransddl, 'PRETTY', true);
          dbms_metadata.set_transform_param (htransddl, 'SQLTERMINATOR', true);
    Other transform attributes like TABLESPACE and STORAGE should also be applied to htransddl so lines 40-45 can be removed.
    You must also add some logic when setting this transform parameters as STORAGE and TABLESPACE for example can not be applied to PACKAGE object type.
    Regards,
    Mitja

  • [svn] 4421: * Implemented signature sorting for imports, use namespaces,

    Revision: 4421
    Author: [email protected]
    Date: 2009-01-07 09:50:25 -0800 (Wed, 07 Jan 2009)
    Log Message:
    * Implemented signature sorting for imports, use namespaces,
    variables, functions, classes and interfaces, plus associated
    metadata. This should speed up compile times when the items listed
    above are moved around.
    * Implemented human readable option with signature generation. Human
    readable is only on when keepGeneratedSignatures is true. When it's
    off, only essential info is added to the signature and abbreviations
    are used for keywords. This should speed up compile times and
    reduce compiler memory use.
    tests Passed: checkintests, compilerperformance (the four failing
    invalidation tests should be removed)
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-18480
    API Change: NO
    Reviewer: Gaurav
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18480
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SignatureEvaluator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SignatureExtension.java

    onearm wrote:
    Svn revision 442 doesn't compile on Arch64:
    [ 4%] [ 5%] Building CXX object src/CMakeFiles/guayadeque.dir/AlListBox.o
    Building CXX object src/CMakeFiles/guayadeque.dir/ArListBox.o
    In file included from /tmp/yaourt-tmp-gianluca/aur-guayadeque-svn/guayadeque-svn/src/guayadeque/Trunk/src/LastFMPanel.h:25,
    from /tmp/yaourt-tmp-gianluca/aur-guayadeque-svn/guayadeque-svn/src/guayadeque/Trunk/src/MainFrame.h:27,
    from /tmp/yaourt-tmp-gianluca/aur-guayadeque-svn/guayadeque-svn/src/guayadeque/Trunk/src/AlListBox.cpp:27:
    /tmp/yaourt-tmp-gianluca/aur-guayadeque-svn/guayadeque-svn/src/guayadeque/Trunk/src/PlayerPanel.h:25:28: error: AutoScrollText.h: No such file or directory
    [ 7%] Building CXX object src/CMakeFiles/guayadeque.dir/ArrayStringArray.o
    [ 8%] Building CXX object src/CMakeFiles/guayadeque.dir/AudioScrobble.o
    make[2]: *** [src/CMakeFiles/guayadeque.dir/AlListBox.o] Error 1
    make[2]: *** Waiting for unfinished jobs....
    make[1]: *** [src/CMakeFiles/guayadeque.dir/all] Error 2
    make: *** [all] Error 2
    Thanks for the bug report. It was a test i was doing but finally decided to not include it but left this line by error.
    It have been fixed in svn 443.
    Thanks again

Maybe you are looking for

  • Notification emails not getting into ical?

    We frequently have a problem whereby invites and notifications of responses to invites don't make it into people's ical.  We are a small office of mac users, most of whom also have an iphone. Taking my computer as the example: 2010 iMac, 10.6.8, ical

  • Can't open photoshop files in Illustrator

    I have been running Adobe CS3 on my computer for 4 years now, and recently installed windows 7. Since then I get an error on my computer when I try to open photoshop that says: "there is no disk in drive. Please insert a disk into drive\device\Harddi

  • Help needed in interpreting panic log from kernel panic error

    My G4 iBook has started giving me kernel panic errors, often immediately after starting up. I haven't installed any new software or RAM recently. I've done a clean system install (completely clean - not an archive and install) then downloaded the com

  • Populating an array of objects with a loop. Noob PHP question.

    Hey guys,    You are all such a great help! Here is another one for you, the simple code below should create an array of pizza objects (and it does) then display each object in order. However... for some reason each object in the array seems to inher

  • Caching sequences in timesten

    I am trying to implement TimesTen in my application but stuck up with sequences. Can anyone guide me how can I take benefit of TimesTen caching for sequences