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.

 View Only
Expand all | Collapse all

X-Plorer does not start after instaling Tamino SP-8

  • 1.  X-Plorer does not start after instaling Tamino SP-8

    Posted Fri September 30, 2005 11:25 PM

    Hi all, I’ve installed Tamino SP-8 in my machine and the X-Plorer has problem when it is loaded. Problem: - Windows 2000 does not load X-Plorer after installing Tamino SP-8. Description: The problem arises after installing SP-8, when click on X-Plorer MS-Windows direct access the application is not loaded (no error message is displayed) and running the script inoxplorer.cmd, using the command line, the script crashes and Windows displays the following message: "La l


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: X-Plorer does not start after instaling Tamino SP-8

    Posted Mon October 03, 2005 04:20 PM

    Hello Claudio, You have to edit the files “inoxplorer.cmd” and “inoxquery.cmd”, located in the folder “<Tamini_Install_Dir>\X_Tools\X_Plorer” and replace the line for %%i in (“%XQ_HOME%\lib*.jar”) do call “%XQ_HOME%\lcp.bat” “%%i” by cd /d “%XQ_HOME%” for %%i in (“.\lib*.jar”) do call “lcp.bat” “%%i” Hope this help. Regards, Ludovic


    #webMethods
    #API-Management
    #Tamino


  • 3.  RE: X-Plorer does not start after instaling Tamino SP-8

    Posted Mon October 03, 2005 04:27 PM

    Thanks, I tried a similar solution: The variable XQ_HOME was set as =“.” ant it works


    #API-Management
    #Tamino
    #webMethods