I attempted to view-on-demand and schedule a report from InfoView but received this error:
“Failed to open the connection. C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\boreport.reportjobserver~tmp____.rpt”
It’s straight against a SQL Server database (no universes). I checked the ODBC/DSN connection and it tested successfully. I also restarted the CR Report Job Server from CCM & CMC. In the CCM, the Dependency tab shows all 3 services, including RPC, as running.
I suspect this isn’t a database connection issue, but rather some kind of network/firewall problem. When I tried to Modify the report from InfoView, I get the same error, but this time it references C:\Windows\tmp{______}.rpt instead.
I’m at a lost at this point. Does anyone have other ideas on how to diagnose this issue? I’d really appreciate it!
Can you successfully run the report within the crystal developer after opening it from the Enterprise Repository? Sometimes the errors are more descriptive in the CR environment. You may also want to try to run the report within CR from your B.O. server directly…
Also, I’m sure you already do, but make sure your database settings are set up in the CMC for the report.
I had the same problem, it turns out on my system it was a file replication problem. I opened up the file on the BOE server by using the file explorer search using the rpt. name in the error message and saved it back as the regular file name and then updated the db info. It then opened right up. This is a temporary work around.
We are reworking our file replication process to fix the overall problem.
As it turns out, I mistook the Server Name (in database connection) as a ‘literal’ server name. It should be whatever value used for the ODBC DSN entry. I realized this when I opened the report from a local CR client and clicked on to select/refresh the database connection. The successful testing of the ODBC connection separately didn’t reveal this discrepancy.
We have the same error in different circunstances
We have two BO servers, with the same software Business Objects XI R2
we import the files from server “A” to “B” using the import wizard, in server “A” the reports that uses universes, has no problems, but in the server B the same reports fail with this error:
“Unable to retrieve Object
Failed to open connection.XXX.rpt”
The last time that we had this error, we need to re install the software to solve, becouse we can’t find the solution.
Thanks Lanfield,
This jogged something in my head to make me realise that the data source was setup on my local machine but didn’t exist on the server.
My fix was: ON THE SERVER WHERE BUS OBJ LIVES
go into START>RUN>odbcad32
Set the data source up under system DSNs (not user DSN).
Test connection and it will hopefully be successful otherwise you may need to look into data source permissions a bit further.
Save, close.
THANK YOU for this fix - this is EXACTLY what I was running into.
Everything ran correctly via CR on the server, but not via BOE. Per your advice, I just verified that while the correct User DSN was setup, there was no System DSN entry. Once I created the System DSN entry, everything worked correctly through BOE.