Recently I installed BOE-XI on Windows 2003 with Oracle 10g Client. Now when I want to access the cms from my own desktop with Designer or Crystal Reports I am getting an errorscreen
“Transport error: Communication failure”
and in the Event Viewer of the server a warning is logged:
Event ID 34700 Transport error: communication failure
This last warning is also logged for all installed Performance Management services (servicenames beginning with ‘AA’)
So on my own client it is not possible to log on to the CMS.
This doesn’t occure when using Designer on the server.I can login, work with Designer, build universes and export them to the CMS.
We’re seeing the same error, in both Designer and in Desktop Intelligence. These tools work Ok on the server, but from no other PC. We tried PCs in the same domain, and in different domains as well.
We consistently get this error in the Desktop Intelligence login process on the client PC: SessionFacade::openSessionLogon with user info has failed(Transport error: Communication failure.
(hr=#0x80042a01)
And in the client PC’s Windows Event log, we get this: Event ID - 34700, Source - BusinessObjects_busobj, Description - Transport error: Communication failure.
We use :6400 as the name of the system when we’re successful logging in from our server (where is our servers DNS name). But this doesn’t work from any other PC.
I also should have mentioned we’re seeing a USR0013 high level error message logging into Desktop Intelligence – the details state its a “Transport Error”. This error isn’t mentioned in any doc I’ve been able to find so far…
Thanks GeoEnvy – We’ve proven in several different ways that connectivity to the server shouldn’t be the issue. I can telnet to our server on the 6400 port and see that something responded, and using a software sniffer we see the incoming and outgoing requests. XI R2 Desktop Intelligence simply doesn’t respond from any remote PCs. You can see the request packet go out, but no response.
Anyone have experience using the XI R2 eval keys – could that be the problem?
If anyone else is getting a USR0013, the “solution” for us was to swap the NIC cards in our Windows server. That’s right, just physically swap the location of the cards in the server. BO had another case where this worked, and sure enough if worked for us too.
In our case we had the .NET install on web servers in a distributed environment and we ran into the “Transport error: Communication failure” error rather frequently on one of the two web servers clustered with Windows Load Balancing (WLBS).
Our web server administrator had to change some metrics on the NIC cards of these servers this morning and we haven’t noticed any errors so far. Will try to find out what those changes are but they sound related to what craigpeters resolution.
hi,
I am having the same problem. These 2 errors come out on my BO sever event log:
“Transport error: Communication failure.”
or
"Transport error: Invalid object reference.’
It happens mostly to connection or fccache or fcproc
Can someone advise me on how to go about resolve this problem? It is urgent! my client does not want to go live with this problem around…
I can still login to InfoView and perform necessary actions, but those errors come out in my event log once in a while daily…
I have businessobjects XI on RH linux, using mysql as CMS and I can logon to CMC.
I have mysql-front and crystal report installed on my local PC. There’s no fireware rules applied to linux machine. I can telnet to port 6400 (cms port) and 3306 (mysql port) on linux server from my pc.
Mysql-front works properly. But everytime when I tried to logon to server from crystal report I got Transport error: Communication failure. I checked the input/ouput network packets during the logon, it resolved the ip address and port number properly but just can not got response.
Does anyone have any suggestion to fix this problem?
We had the same problem lastweek and we resolved it wit the help of Business Objects tech support so here is the solution.
If you are using UNIX or AIX go to vi ccm.config and for each server you make the servers point to the IP address where your CMS is located.
This resolves the problem.This is due to DNS(Domain Name Server) problem DNS makes all BO servers to point to different location instead of location where CMS is sitting.
After you login to Business objects on Unix server go to subdirectory Bobje and use vi ccm.config
you get list of configuarations for all servers in each server infront of logging path enter (-port and IP address of the server) for all servers.
Save the file and restart all servers that resolves the issue.
Try logging into Business Objects CMC, click on Settings and click on the Metrics tab.
Does this work? Does it shutdown the CMS?
If Yes:
Check your database collation. CMS have trouble reading and writing to databasse that is case sensitive. Make sure the collaction is set on in-case sensitive.
If No:
Ping the DNS Nameserver. Make sure it return the right IP Address. Do a tracert and make sure it routing probably. You might need to edit the Hosts and redirect the DNS to a specific ip address.
CMC does not shut down when I click ‘metrics’ tab.
ping and tracert seems to return right IP.
see attached, I am not system admin. so your wisdom is very much appreciated, I even added the IP and hostname of the server that CMC repository sits on in the BO server hosts file. Still remain the same.