bastecche
26th July 2012, 14:05
we receive this error during connecting : failure executing /appl/erpln/bse/bin/ipc_boot6.2 in BSE /appl/erpln/bse

my collegue, upgrade to portingset 8.8a on a linux env.
i do also the downgrade but it doesn't work yet

can someone help me?

Thanks

doblev
17th October 2012, 13:05
we receive this error during connecting : failure executing /appl/erpln/bse/bin/ipc_boot6.2 in BSE /appl/erpln/bse

my collegue, upgrade to portingset 8.8a on a linux env.
i do also the downgrade but it doesn't work yet

can someone help me?

Thanks

Do you have available the rexec service in the linux environment?
Check the file "/etc/securetty" and look for this values in the file:
rsh
rexec
rlogin

Another file configuration have to set the next values:
/etc/xinetd.d/rexec

# default: off
# description: Rexecd is the server for the rexec(3) routine. The server \
# provides remote execution facilities with authentication based \
# on user names and passwords.
service exec
{
# disable = no
socket_type = stream
# protocol = tcp
# flags = NAMEINARGS
wait = no
user = root
group = root
log_on_success += USERID
log_on_failure += USERID
server = /usr/sbin/in.rexecd
server_args = -D
per_source = UNLIMITED
instances = UNLIMITED
}

Please check this