New install on AIX 5.3. I went to view the servers via the CMC and saw that the Report Application Server was not started. I checked rights and all is well. Upon trying to start the RAS I received this error.
“xxxxx01.ras - Report Application Server: Failed to start/stop service on remote machine: Error: Failed to run rexec, error number: 0”
have you tried entering the /bobje/ directory and done,
./ccm.sh stop ras
wait… for message, and check that the service is down.
Then fire it up again
./ccm.sh start ras
I’m guessing the error you might be getting is because the user “browseing” doesn’t fetch properly the correct login/username which installed the BO application…
turns out there is an server patch that we had to apply for xir2
#!/bin/sh
Setup the environment
. “setup/env.sh”
load localized message strings
. “setup/env-locale.sh”
. “setup/setupfunctions.sh”
removeUTF8SpecificsForKorean
CURRENTNAME=id | sed -e 's|).*$||' -e 's|^.*(||'
restoreUTF8SpecificsForKorean
if [ “$BOBJEUSERNAME” -a “$BOBJEUSERNAME” != “$CURRENTNAME” ]; then
echo “$CCMUSERERROR1 $BOBJEUSERNAME”
echo “$CCMUSERERROR2 $CURRENTNAME”
sleep 1
echo “$HITENTER”
read GARBAGE
exit 0
fi
echo ${NOWREGISTERING}
# register a couple of MainWin files.
MWNO_SIGNAL_CATCHING=false
export MWNO_SIGNAL_CATCHING
if [ -f “$MWHOME”/…/locale.reg ]; then
“$MWHOME”/bin-${MWCONFIG_NAME}_optimized/regedit -c “$MWHOME”/…/locale.reg >/dev/null 2>&1
fi
if [ -f “$MWHOME”/…/regupdate.reg ]; then
“$MWHOME”/bin-${MWCONFIG_NAME}_optimized/regedit -c “$MWHOME”/…/regupdate.reg >/dev/null 2>&1
fi
if [ -f “$MWHOME”/…/saserver.reg ]; then
“$MWHOME”/bin-${MWCONFIG_NAME}_optimized/regedit -c “$MWHOME”/…/…/saserver.reg >/dev/null 2>&1
fi
MWNO_SIGNAL_CATCHING=true
export MWNO_SIGNAL_CATCHING
if [ -f “${BOBJEDIR?}/enterprise115/$SOFTWAREPATH/crpe/mw/setmwruntime” ]; then
MWNO_SIGNAL_CATCHING=false
export MWNO_SIGNAL_CATCHING
for ITEM in $REGSVR32LIST
do
if [ -f “$ITEM” ]; then
safeeval ‘"$MWHOME/bin-${MWCONFIG_NAME}_optimized/regsvr32" -c -nodisplay -s “$ITEM” >/dev/null’
fi
done
MWNO_SIGNAL_CATCHING=true
export MWNO_SIGNAL_CATCHING
fi
We need this to ensure that our registry changes are persisted to disk.
This must be done AFTER we have registered all our MW components.
if [ -f “$MWHOME/bin/mwadm” ]; then
“$MWHOME/bin/mwadm” stop -f >/dev/null
fi
I am facing the same problem i.e., The Report Application Server does not start. I would appreciate if you could let me know where and how do I execute the patch.
Hi Experts,
I am also facing the same problem but the error code which I got is %12 (i.e, “zgcf01.ras - Report Application Server: Failed to start/stop service on remote machine: Error: Failed to run rexec. Error number: %12.”) with BOXI R2 SP3 installed on Solaris server.
I tried stopping and starting the RAS through telnet console, however that also fails.
Please have a look at the screeshot attached for the exact error which I got in telnet console, while starting and stopping RAS.
Please help me
Regards,
Sundar
Could someone please help, I have the same problem “unable to start RAS” albeit I am using AIX 5.3 TL7 SP3 patched to the correct level (BO minimum requirement) and I am running BOXI3 SP3… What I would like to know, is, is this patch available in the latest version of BO?
this is a new install, however, the server is used for other things other than Business Objects.
I do not have access to the logs but in the CMC if i try to start the service it fails saying a number of attempts have been made to start the service but are unsuccessful. And then it just stops.
Second question is: do i actually need this service? All i will ever be using this box for is a Dashboard with an Xcelsius .swf file (populated by Live Office connections), and about 10 reports (all being latest instances but 5 are pdf and 5 are web intelligence). The reports are refreshed on a schedule with a trigger/event on all reports.