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
  • 1.  Developer 4.6.1 - Unable to restorePipelineFromFile

    Posted 01/28/03 10:29 AM

    I can savePipelineToFile without any problems but when trying to do a restorePipelineFromFile the following error is thrown:

    com.wm.app.b2b.client.NSRuntimeException

    Would appreciate any help.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 2.  RE: Developer 4.6.1 - Unable to restorePipelineFromFile

    Posted 01/28/03 06:34 PM

    Hmm had a similar error myself when trying to restore a pipeline created from a Trading Networks flow. I believe there was more to the error message than just com.wm.app.b2b.client.NSRuntimeException. In all likelyhood you are trying to restore using a class that is not in your classpath. Verify that the relevant classpaths are present either in the system classpath or stick them in the /bin/integrator.bat or integrator.sh files in the ADDCLASSES section. In my case I had to add tncore.jar and editn.jar. Hope this helps.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 3.  RE: Developer 4.6.1 - Unable to restorePipelineFromFile

    Posted 01/29/03 08:17 AM

    Thanks. Once I finally track down these .jar files, I haven’t been successful yet, I’ll add them to integrator.bat and see if that clears up the problem.


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB