Extract image and Features from the Catalog via JAVA API

Hello,
I would like to Extract image from the Catalog via JAVA API, Can anybody help on that? I also tried to extract the Features field form the Catalog but results in the error "Features field not found" Any ideas what could have wrong?
Many thanks,
Dharmi

Hello,
Can anybody tell me where i can find the latest JAVAAPI reference guide? I found the one for MDM 5.5 SP 1 but that also refers to the last parameter of the CatalogCache.Init as int and not string.
I looked up in service.sap.com/instguides -> SAP Netweaver -> Release 4 -> Installation and there only following 3 files are there for MDM 5.5 SP2
MDM 5.5 SP02 - Configuration Guide  SAP MDM
MDM 5.5 SP02 - Installation Guide   SAP MDM
MDM 5.5 SP02 – ERP-MDM Field Mapping and Check Tables
Regards,
Dharmi
Message was edited by: Dharmi Tanna
Message was edited by: Dharmi Tanna

Similar Messages

  • HT4007 Does Aperture support Images and videos from the new 3D cameras?

    Does Aperture support Images and videos from the new 3D cameras?

    If the camera is listed here OS X Lion: Supported digital camera RAW formats or here Mac OS X v10.6: Supported digital camera RAW formats then the raw image file is supported by Aperture.
    If the camera is not listed then as Keith wrote if it produces JPG's they can be imported into Aperture.
    If you told us what camera you were interested in it might help.
    regards

  • Extracting operators and operands from the source code

    Hi there,
    I am looking for a way to extract operators and operands from a source code to do a complexity analysis of the code. The final outcome I am expecting is to get the number of operators and operands in the code, to perform a Halstead Complexity Analysis.
    Please let me know how this parsing can be done apart from just doing a sequential search of the content in the file.
    Any samples and references are highly appreciated.
    Thanks in advance!
    Regards,
    Aravinda777

    Common way to analyze code is to defining the things you are interested in using some approproate language and then using a parser generator (or compiler compiler = cc). I used antlr some time ago for this reason. Perhaps you want to take a look at it:
    http://www.antlr.org/

  • How to Extract data and reports from the SAP BW warehouse

    Hi to All Guru's
    I am new to SAP BW. Can any one help me to know, How to Extract data and reports from SAP BW. Do we use any tools.  After Extracting the data from SAP BW how can we move all the data to Cognos.  It would be kind enough to provide me with any documentation or links.  Step by step procedure would be very much helpfull to me.
    Thanks
    Venu

    Hi Voodi
    Thanks for the quick response. I think Open hub is to extract the data from SAP BW, but what about sending this data into Cognos.  Can you please let me know in detail regarding answer. If possible send me any documentation or links regarding this.  Thanks for your concern.
    Venu

  • WhenI print from firefox on a Mac everything comes out 50% too light, if I save the image and print from the desktop it looks fine. No problem either printing from FF with Win7. How do I fix FF on the Mac?

    My iMac runs bootcamp, so I have both OSX and win7 available. I run the latest Firefox on both as my primary browser. The printing looks like the ink is running low, but when the same image is printed from other desktop apps the printing looks fine.

    Hi, Jordan -
    Welcome to Apple's Discussions.
    If the original drive in the newer Mac is a Western Digital, its jumpers may be set to Single, which WD drives often use when there is only one device on the bus. When a second drive is added, the jumpers on the original must be reset to Master.
    OS 9's utility is named Drive Setup - you should find it in the Utilities folder on the hard drive. Run that. Select the added hard drive in the list, then select Mount Volume from the Functions menu.
    You can also check with that utility to see if the OS believes the drive has been set to automount at boot. Again, select the drive in the list. Then select Volume Settings from the Functions menu - there's a checkbox in that screen to set automount (for freshly initialized drives, that's turned on by default).
    Also, try running Disk First Aid (should also be in the Utilities folder). Let it have a look at the second drive, and repair anything it can.
    Apple System Profiler should report the format of all drives it sees. Is the format of the drive from the old Mac stated as Mac OS Standard, or as Mac OS Extended?

  • Extraction hierarchies and fields from the logical layer

    Hello all !
    I build a repository and I would like to ask if it is possible to take an extraction of the names of the hierarchies and fields of the business layer that are mapped to the tables and fields of the physical layer. Because now my model is quite big and I want to create a file that I can follow my logical layer that is mapped to the physical layer.
    Thank you in advance!

    better to go for Repository Documnetation from utilities,it will give you the complete info of ur RPD

  • I have a poster sent to me created in illustrator and I have photoshop cs2.  I used the same dimensions from the original to create the poster in cs2.  After creating the poster in cs2 using images and texts from the original poster, I printed it off and

    So there is a lot of white space at the top and bottom of the page when I print off poster.  When I see the poster on the canvas on cs2 it looks how I want it to!  I am confused!  Help pls.  Also I am new to photoshop.
    When I sent the finished poster to the person I needed to send it to, it wasn't printing out how we wanted on A4.

    What system? What printer? What print settings? Most of that has nothing to do with teh Adobe apps, but your printer's capabilities and nobody can advise without that info.
    Mylenium

  • HT1212 my screen is shattered and black. but the phone is on. im trying to extract photos and videos from the phone but it says i cannot access anything wothout putting the passcode in to unlock the phone.  do you have any advice to help me get into it.

    help

    I don't think there's a solution for you.
    However, consider this a learning experience:  Use the free (and automatic) backup methods that Apple provides, such as iCloud & Photo Stream.  Or, use the built in function of your computer to regular copy & save your photos & videos from your iPhone to your computer. http://support.apple.com/kb/ht4083

  • Can I extract Conditions and Calculations from the Discoverer V5 EUL?

    I have been using The Discoverer V5 EUL Business Area to extract information on workbooks such as the owners, report names, descriptions etc. I am trying find out if the conditions and calculations within reports are stored separately within the EUL5 tables? So far I have only been able to extract the entire SQL.
    Does anyone know if the conditions and calculations are stored within the EUL5_DOCUMENTS.DOC_DOCUMENT field or elsewhere? I am looking for a quick way to access them which avoids having to look at each report manually.
    Thanks
    GB

    Hi GB
    You are out of luck. Conditions and calculation associated with a workbook are embedded within the workbook itself and are not accessible outside of it. Workbooks themselves are stored as binary objects within the database and are not decodable.
    Best wishes
    Michael

  • Generating CSV file with column names and data from the MySQL with JAVA

    Hi all,
    Give small example on ...
    How can I add column names and data to a CSV from from MySQL.
    like
    example
    sequence_no, time_date, col_name, col_name
    123, 27-apr-2004, data, data
    234, 27-apr-2004, data, data
    Pls give small exeample on this.
    Thanks & Regards
    Rama Krishna

    Hello Rama Krishna,
    Check this code:
    Example below exports data from MySQL Select query to CSV file.
    testtable structure
    CREATE TABLE testtable
    (id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
    text varchar(45) NOT NULL,
    price integer not null);
    Application takes path of output file as an argument.
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.Statement;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    public class automateExport {
        public static void main(String[] args) {
            DBase db = new DBase();
            Connection conn = db.connect(
                    "jdbc:mysql://localhost:3306/test","root","caspian");
            if (args.length != 1) {
                System.out.println(
                        "Usage: java automateExport [outputfile path] ");
                return;
            db.exportData(conn,args[0]);
    class DBase {
        public DBase() {
        public Connection connect(String db_connect_str,
                String db_userid, String db_password) {
            Connection conn;
            try {
                Class.forName("com.mysql.jdbc.Driver").newInstance();
                conn = DriverManager.getConnection(db_connect_str,
                        db_userid, db_password);
            } catch(Exception e) {
                e.printStackTrace();
                conn = null;
            return conn;
        public void exportData(Connection conn,String filename) {
            Statement stmt;
            String query;
            try {
                stmt = conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,
                        ResultSet.CONCUR_UPDATABLE);
                //For comma separated file
                query = "SELECT id,text,price into OUTFILE  '"+filename+
                        "' FIELDS TERMINATED BY ',' FROM testtable t";
                stmt.executeQuery(query);
            } catch(Exception e) {
                e.printStackTrace();
                stmt = null;
    Greetings,
    Praveen Gudapati

  • Transferring images and videos from Nokia 5800 to ...

    Hello,
    I have been using Nokia PC Suite for years and now decided to jump onto OVI suite because the Nokia PC Suite was not able (mysteriously) to move picture and videos to my pc using USB cable. I gave up and started using OVI suite, which (how bizarre) can transfer images and videos to PC via cable connection with no problem.
    I was used to transfering and deleting all that stuff once copies were made to my PC... please correct me if I am wrong ... does OVI allow to do so automatically? I mean deleting the images and videos from the phone when transfer completed? Now my phone's memory and external card are full and I am not sure what I should do.
    Thank you in advance for the help.
    Cheers.

    JESZ wrote:
    You know I have being facing the same problems, first when I installed the first version, and is quit the same with the new version of ovi suite.  in a 14 G memory card with more than 10 g of free space, the ovi suite do not want to transfer my music.  This is a mass!!!  I'm very disappointed.
    First of all..the Problems are not SAME but totally different..
    BTW how are you transferring the Music ? and is it showing any error / message ?
    You may try this..(if doing some other way though..). Open OVI Suite and select Music.. Goto File-->Add File to collection and select the file  (song) you want to transfer..It will now get displayed in the OVI Suite..Now, connect your phone to PC.. and simply Drag-and-Drop the dislayed file onto the Phone Icon (Bottom - Left Window..) .. 
    --------------------------------------------------​--------------------------------------------------------​--------------------------------------------------​--If you find this helpful, pl. hit the White Star in Green Box...

  • How to upload words, exel, PDF file from the pc via itune to the iPad, and where will the uploaded file be saved? In the apps?

    How to upload words, exel, PDF file from the pc via itune to the iPad, and where will the uploaded file be saved? In the apps?

    You will need an app (or apps) on your iPad that is capable of reading the documents, as they will be saved with the app - if you don't have such an app then there is nothing to transfer them to or to read/access them.
    One method of transferring them is toconnect your iPad to your computer's iTunes, select it's app tab, and then scroll to the bottom of it - you should the apps That you've got that are capable of file-sharing (if you've got any).  Selecting/high-lighting one of them should then allow you to add files to it via the box to the right of it.
    An alternative way to get the documents onto your iPad is if the app that you want to transfer them to has a wifi setting, which will then allow you to transfer the documents wirelessly. You can also send the documents to yourself as attachments and then use Mail's 'open in' facility to copy them into your chosen app.
    Edit : more info on file sharing from the manual :
    File Sharing lets you transfer files between iPad and your computer. You can share files created with a compatible app and saved in a supported format.
    Apps that support file sharing appear in the File Sharing Apps list in iTunes. For each app, the Files list shows the documents that are on iPad. See the app’s documentation for how it shares files; not all apps support this feature.
    Connect iPad to your computer.
    In iTunes, select iPad in the Devices list, then click Apps at the top of the screen.
    In the File Sharing section, select an app from the list on the left.
    On the right, select the file you want to transfer, then click “Save to” and choose a destination on your computer.
    Transfer a file from your computer to iPad:
    Connect iPad to your computer.
    In iTunes, select iPad in the Devices list, then click Apps at the top of the screen.
    In the File Sharing section, click Add.
    Select a file, then click Choose (Mac) or OK (PC).
    The file is transferred to your device and can be opened using an app that supports that file type. To transfer more than one file, select each additional file.
    Delete a file from iPad: Select the file in the Files list, then tap Delete.
    Message was edited by: King_Penguin

  • We are using SAP SRM to punch out external catalogs. Firefox version 3.5 and below works fine and the items from the catalogs are brought back to SRM .But when we use version 3.6.12 the items are not getting transferred back to SRM from the Catalogs.

    SRM is a procurement system from SAP which we use to purchase goods and service. We have external catalogs like officemax, cdw etc which we punchout the items and bring it to SRM for ordering.
    When we use firefox version 3.5 and below the items which we add from the Catalogs are correctly brought back to SRM for us to order. But when we use versions 3.6.12 the items are not brought back to SRM.
    Internet Explorer 7 and 8 works fine. Is there anyway you can help us.
    Thanks
    Jayant

    Hi,
    Firstly I would suggest you to upgrade your database from Oracle Release 11.2.0.1.0 to Oracle Release 11.2.0.2 . This is the recommended Oracle 11g database version  for SAP solutions. Many of your problem will get resolved with it.
    Question 1:
    So my first question would be is there any other suggestions besides adjusting the mentioned parameter above in order to ensure that no work processors going into hang state due to RFCs' occupying it as this issue always happens at the end of the month only when there are massive users accessing it.
    For immediate resolution the approach you have followed is correct viz limiting number of dialog processes for RFC. Secondly you need to analyze why RFC processing takes so much time. You need check which programs are getting executed by those RFC.
    Generate EarlyWatch report for more detailed view
    Question 2:
    My second question is what went wrong with the libttsh11.so file. How could it be 0 size in PRD when no signs of changes had happen to the PRD system. Is this a proven Oracle Bug or something else since I have never encountered anything like this before.
    The libttsh11.so library cannot be found in the related directory.
    Cause
    The file system is mounted using CIO option, but per Note 257338.1 Direct I/O (DIO) and Concurrent I/O (CIO) on AIX 5L, an ORACLE_HOME on a filesystem mounted with "cio" option is not supported.
    Such a configuration will cause, installation, relinking and other unexpected problems.
    Solution
    Disable the CIO option on the filesystem.
    References
    NOTE:257338.1 - Direct I/O (DIO) and Concurrent I/O (CIO) on AIX 5L
    Hope this helps.
    Regards,
    Deepak Kori

  • I have tried to download a movie via iTunes. Every time the download nears the end, it stops and restarts from the beginning. This has happened 5 times. Any solutions?

    I have tried to download a movie via iTunes. Every time the download nears the end, it stops and restarts from the beginning. This has happened 5 times. How can I clear the download or solve this?

    If it is a HD movie, it may not be enough. The iPad also need working space.
    Try download to iTune (computer) and "Move" to iPad.

  • How to extract all keys (PK, FK) and constraints from the schema?

    hi,
    How to extract all keys (PK, FK) and constraints from the schema?Thanks!

    I have no idea about any tool which only extract the DDL of constraints.
    In oracle 9i or above you can use DBMS_METADATA to extract DDL of a table which also shows contraints defination.
    You can take the tables export without data and use databee tool to extract the DDL.
    www.databee.com

Maybe you are looking for