PDA

View Full Version : RestorePipelineFromFile Error


K
07-05-2005, 00:32
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 ?

rakesh_teki
07-05-2005, 01:16
Check if the file name that u have specified is existing,.,,in the path

.../IntegrationServer/pipeline...

Thanks
Rakesh

rangerwm
07-05-2005, 04:15
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.

rakesh_teki
07-05-2005, 05:41
Check if u have given any extension for the filename in savePipeLineToFIle.

There is no need to specify any extension,,

Thanks
Rakesh

dandiis
07-05-2005, 11:27
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

ravindar_vr
07-06-2005, 03:47
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.