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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

RE: Unable to install WebDAV Server v.4.1.5.1 correctly

  • 1.  RE: Unable to install WebDAV Server v.4.1.5.1 correctly

    Posted Wed October 22, 2003 02:20 AM

    I’ve uninstalled an older version of WbeDav before trying to install webDav v.4.1.5.1, but keep getting the following error message during installation:
    “… Unable to locate file : …\DISK1\Software AG Tamino WebDAV Server 4.1.5.msi”

    Infact the requested file is right there sitting in installation directory. Any solution?


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: RE: Unable to install WebDAV Server v.4.1.5.1 correctly

    Posted Mon October 27, 2003 10:27 AM

    Hi,

    which Windows version do you have? We never experienced such problems up to now. Do you get an installer log, something like %TEMP%\xsvxxx.log?

    Regards,
    Martin


    #API-Management
    #webMethods
    #Tamino


  • 3.  RE: RE: Unable to install WebDAV Server v.4.1.5.1 correctly

    Posted Tue October 28, 2003 03:18 AM

    I am using WIn2K, but I’ve managed to install webDav v.4.1.5.1 since then. It turns out that my problem was I’ve used the Tamino installation disk to remove webDav component which does not give me a clean uninstall. Using windows’ remove program fixes that.

    By the way, I am trying to develope a repository that requires a servlet to talk to Tamino through TaminoWebDav can anybody point me to some examples or tutorial on the subject?? I was told that Slide API might help, but I cannot find any example or tutorial that might help.


    #webMethods
    #API-Management
    #Tamino


  • 4.  RE: RE: Unable to install WebDAV Server v.4.1.5.1 correctly

    Posted Tue October 28, 2003 05:03 PM

    Hi,

    concerning the API you are seeking, I would like to draw your attention to WVCM, a standard currently being defined under JCP as JSR-147. Please find the specs at http://webdav.org/deltav/wvcm/.

    We are currently developing an open source implementation of WVCM which is available in Jakarta’s CVS repository at jakarta-slide/proposals/wvcm. The package org.apache.wvcm.sample contains sample code. The junit testsuite is another place to look for sample code.

    Regards,
    Peter


    #Tamino
    #API-Management
    #webMethods