Vivew not found in database after migration to R6

I migrated my customer web application from a R5 server to R6.The application is working fine on the R5 server. but when I try to access it using the R6 server I get an error message;

“view not found in specified database”

Is there any incompatibility between R5 & R6 that I need to know & what should i do to overcome that.

Subject: Vivew not found in database after migration to R6

We had a similar issue. What we found was that the R5 server was very “forgiving” about typos in the view/form names, and would open the closest match. R6 isn’t. Check whatever it is that is calling this view against the actual view name. Correct any typos.