cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reg: Webi Report Error Table or View does not exist

Former Member
0 Likes
865

Hi ,

When i tried to open the below report am getting the following error. But am able to open rest of the reports under the same universe.

I really appreciate your help on this issue. I couldn't get the root cause of this issue.

Thanks & Regards,

Kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi,

There is a problem with Data base, may be one of the table which you used in your current report, does not exist or there might be some process going behind ETL end. Check with your ETL team.

former_member184594
Active Contributor
0 Likes

The problem is not related to WebI. The tables or views which your report based on is deleted or no longer exist in your Oracle database.

Go to your database and check if the tables you are trying to reach are there and after that check your universe.

Former Member
0 Likes

Hi Zahid,

Thanks for the Reply

I got it, but some more doubts

1. we have only 20fields which we are using in "Contracts by planner" report from the same universe of what other reports was build.

2. almost all the fields which used in this report was used in other reports as well.

3. as per your statement if their is a table deleted then all the reports which was using the field from the deleted table will get the error.

4. if that is not the case then this report alone is using fields from different tables than other reports.

Requesting you to please clarify on this.

Thanks & Regards,

Kumar

former_member184594
Active Contributor
0 Likes

Check the universe integrity if you can parse all the objects. It may be just one object that based on the table deleted causing this problem.

Check if you can see the SQL code generated in WebI. Try to run this code in your datbase directly instead of running in WebI.

I am telling you this error is NOT related to WebI.

Former Member
0 Likes


Hi Kumar,

Try creating a another report with the same objects and check if it works fine. If the new reports running without error then your current report might got corrupted and giving error. Creating another report is the better option then.