i am using BO XI R 3.1. i have two nodes (lets say node 1 , node 2)attached to run my reports.
i am continuously getting error for 2-3 reports as stated when run on node 2.
Connection or SQL sentence error: (DA0005): [Exception: DBD, ORA-00904:
and if run the same report on node 1 , it runs fine. funny thing is error captured doesn’t say much and it seems that it is being reflected only half of the full error message.
I would do a Google search to see what the Oracle Error ORA-00904 means. This is a database error, not a BOE error, so you’ll need to look in the Oracle documentation for it. Once you have that information, you’ll know more about what the problem is and what the possible resolution is.
However, ORA-00904 is an ORACLE error NOT a BusinessObjects error.
Are both of your nodes running on the same server or are they on different servers? If they’re on different servers, I’d compare the TNSNames.ora files to see if there are any differences that might be causing this issue.