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
  • 1.  RestorePipelineFromFile Error

    Posted Tue July 05, 2005 07:03 AM

    I execute the RestorePipelineFromFile and input my filename.

    However I got the following error “0000A1 [B2BCORE.0076.0001] BinCoder decode error creating IData wm.ip.util.CValues, using BasicData instead. Excpt:java.lang.ClassNotFoundException: wm.ip.util
    .CValues”.

    Does anyone know how to fix this error ?


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: RestorePipelineFromFile Error

    Posted Tue July 05, 2005 07:46 AM

    Check if the file name that u have specified is existing,.,in the path

    …/IntegrationServer/pipeline…

    Thanks
    Rakesh


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 3.  RE: RestorePipelineFromFile Error

    Posted Tue July 05, 2005 10:45 AM

    Hi Rakesh

    The file is existing in …/IntegrationServer/pipeline directory. Apparently there are errors when reading this pipeline file. This file is actually generated from SavePipelineToFile service.


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 4.  RE: RestorePipelineFromFile Error

    Posted Tue July 05, 2005 12:12 PM

    Check if u have given any extension for the filename in savePipeLineToFIle.

    There is no need to specify any extension,

    Thanks
    Rakesh


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: RestorePipelineFromFile Error

    Posted Tue July 05, 2005 05:57 PM

    Hi Rakesh,

    When u d’t specify any extension for RestorePipelineFromFile how does the IS knows that what kind of file it should accept,

    Is it must to not to give any file extension,

    Thanks
    Satya Dandi


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 6.  RE: RestorePipelineFromFile Error

    Posted Wed July 06, 2005 10:18 AM

    Hi

    There is no condition like not to give file extension at all. The important thing is u have to use the same filename in both savePipelineToFile & restorePipelineFromFile.

    If u used “file.txt” as a filename in savePipelineToFile then u have to specify the same “file.txt” in restorePipelineFromFile service.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods