Products | Versions |
---|---|
TIBCO InConcert | - |
Not Applicable | - |
Resolution:
From guy@inconcert.com Fri Mar 13 11:04:39 1998
The client gives an error
of, "Repository server transfer error. (buffer size not sufficient)." I do not
know if you can always expect that error message.
The RepServer will not run in Basic mode on an HP because it can
not find the aCC dynamic load libraries it is linked with. Either
the SHLIB_PATH must be specifically set before running the
RepServer via a shell script or all the aCC libs must be in
/usr/lib.
The shell scrip would look something like:
--------------
#! /bin/ksh
IC_HOME="/ / /"
SHLIB_PATH="/usr/lib:/usr/lib/aCC:$IC_HOME/lib"
export IC_HOME SHLIB_PATH
$IC_HOME/bin/IcRepServer <whatever other parameters are needed>
--------------
I would expect the RepServer in Basic mode would find the same problems on any
platform that it could not load the right libraries.
Guy