IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

How to load graphics file?

  • 1.  How to load graphics file?

    Posted 07/05/02 12:25 PM

    Hello!

    I tried to use inpxmld.exe to load my graphics file (gif, jpg) into TAMINO. I have about 100 graphics files so I want to load in automatic way. My tries were:
    c:\program files\Software AG\Tamino\Tamino 3.1.1.1\X-Tools\Tamino Data Loader>inoxmld.exe Database=mydb Collection=col/graphics/01.jpg Log=c:\log.txt Input=c:\graphics\01.jpg

    Unfortunaletly, the results were unsuccessfully!

    Log.txt is:
    ------------------------------------------------
    <?xml version="1.0" encoding="utf-8" ?>
    <ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmlns:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”>
    ino:message
    ino:messagelineTamino Data Loader v3.1 Copyright (c) Software AG</ino:messageline>
    ino:messagelineLoading from c:\graphics\01.jpg to Tamino database db005</ino:messageline>
    ino:messagelineStart: Fri Jul 05 11:44:58 2002</ino:messageline>
    </ino:message>
    <ino:message ino:returnvalue=“8527”><ino:messagetext ino:code=“INOXME8527”>Mass loading/unloading for doc-type not supported</ino:messagetext></ino:message>
    </ino:response>
    ------------------------------------------------

    I must admit that in Tamino Interactive Interface works pretty well.

    Database URL: http://localhost/tamino/mydb/col/graphics/01.jpg

    Process:
    C:\graphics\01.jpg

    ----
    Thanks for quick reply and helping hand and support a lot in advance!

    Regards,
    Dariusz Baumann


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: How to load graphics file?

    Posted 07/11/02 05:33 PM

    Why nobody answered?
    Please help me.

    Thanks a lot…


    Regards
    Dariusz Baumann
    POLAND


    #webMethods
    #API-Management
    #Tamino


  • 3.  RE: How to load graphics file?

    Posted 07/11/02 06:16 PM

    The Tamino loaders (inoxmld and the java based one) only support the loading of XML and not loading of nonXML. So I think for the moment you have to do this manually using TII :frowning: or write your own which probably won’t be too bad :expressionless:

    Maybe someone has done this already and post their utility to you…?


    #Tamino
    #API-Management
    #webMethods


  • 4.  RE: How to load graphics file?

    Posted 07/12/02 07:58 AM

    In next version of Tamino inoxmld will support non xml documents? I think that it is very important…

    Thanks for answer

    Dariusz Baumann


    #webMethods
    #Tamino
    #API-Management


  • 5.  RE: How to load graphics file?

    Posted 07/24/02 09:20 PM

    You can use WebDAV Server with your XML Server to load multiple non XML documents. The only disadvantage is that you access them with their ino:id.

    For instance, if you copy (and so store) your hundred of docs in the WebDAV directory, you will access your file with the URL :

    http://localhost/tamino/database/collection/xdav_nonXML/@n

    where n is the ino:id of the doc.

    Hope this helps.


    #webMethods
    #Tamino
    #API-Management


  • 6.  RE: How to load graphics file?

    Posted 07/25/02 12:28 PM

    Hello Dariusz,

    I saw your cry for help and I thought lets extend my workbench to import graphics (or whatever you want to import).

    This is what you need to do:

    1. Install the latest version of Tamino Workbench
    2. Overwrite the TaminoClient.exe version with the one I include in this message
    3. Start Tamino Workbench and select the Collection/Document type you use to store the NonXML documents
    4. Select the import function
    5. Select button <Select …> and pick all graphics you want to upload (you can switch between directories, because I’m using the result list).
    6. Store the documents into Tamino

    That’s it!

    One note: I’m using the document name as unique indetifier so that you can retrieve the document as follows: http://yourhost/tamino/yourdatabase/yourcollection/yourDoctype/mygraphic.jpg.

    So watch out duplicate file names.

    Regards,
    Rudolf


    #API-Management
    #Tamino
    #webMethods


  • 7.  RE: How to load graphics file?

    Posted 07/25/02 12:28 PM

    Here’s the extended version :wink:
    TaminoClient.zip (85.4 KB)


    #Tamino
    #webMethods
    #API-Management


  • 8.  RE: How to load graphics file?

    Posted 07/25/02 02:41 PM

    Have a look at Tamino Workbench (next version) …


    Regards,
    Rudolf


    #API-Management
    #webMethods
    #Tamino


  • 9.  RE: How to load graphics file?

    Posted 07/25/02 04:29 PM

    Hello!

    I have tried to install your SMALL application and after executing setup.exe I got error message:

    “Setup cannot continue because some files are out of date on your system. Click OK if you like setup to update these files for you now. You will need to restart Windows before you can run setup again. Click to cancel to exit setup without updating system files”.

    :frowning: :frowning: :frowning:

    Then I click OK and I got next a NICE message:

    “Do you want to restart Windows now? If you choose ‘No’, you will not be able to to run setup again until after the system rebooted at a later time.”

    :frowning: :frowning: :frowning:

    So I chose ‘Yes’, my computer restarted and then I executed ONCE AGAIN your application by using setup.exe file, and then I got again the same two error messages boxes!!!

    :frowning: :frowning: :frowning: :frowning: :frowning: :frowning: :frowning: :frowning: :frowning:

    I don’t really undestand why your Workbench is so complicated for installing!

    :frowning: :frowning: :frowning:

    Regards
    Dariusz Baumann


    #Tamino
    #API-Management
    #webMethods


  • 10.  RE: How to load graphics file?

    Posted 07/25/02 04:52 PM

    Hi

    I’ve seen this problem before with other products.

    Check if your virus checking program is set to update on bootup - if so, it might be locking files. To get around this problem, set the update to happen at a particular time of day instead of on bootup, reboot your PC and try installing again.

    BTW, only one :frowning: is really required :wink:

    Regards,
    Muiris.


    #API-Management
    #Tamino
    #webMethods


  • 11.  RE: How to load graphics file?

    Posted 07/25/02 07:04 PM

    Hi Dariusz,

    Yes the application itself is not so big, but if you make a VB deployment you get VB Runtime + some other necessary stuff for free (which causes the problems you encounter, since it probably tries to upgrade oleaut32.dll and some more COM related stuff).

    If you have the latest VB6 version installed (probably not, otherwise setup would not have tried to upgrade your machine I suppose), I can give you the smaller version (which is only a few 100K in size).

    Regards,
    Rudolf


    #webMethods
    #API-Management
    #Tamino


  • 12.  RE: How to load graphics file?

    Posted 08/02/02 11:57 AM

    I can give you the smaller version (which is only a few 100K in size).

    --------
    Unfortunately, I have been waiting for you small version of application, but you haven’t sent me any. Why?

    Best Regards
    Dariusz Baumann


    #webMethods
    #Tamino
    #API-Management