Failed to Open rowset. Crystal 10

cme

Member
Receiving the following message when trying to create preview a report:
Failed to open a rowset.
Details: 01000:UES erpdirect ODBCInvalid index information for index:F0618L6, seq_in_index(1) value for column: : YTMAIL_Check_Route_Code does not match the expected(4).
So far it is only happening when I try to use the F0618 file.
 
I'm just guessing out loud here... But sounds more likely that this is a UES issue rather than a Crytal issue. Did you perhaps make changes to the F0618 indexes, and the ues driver still has the old indexes in its schema cache? Try flushing the cache? Did you open a call with UES?
 
There’s a complex reason why you might get this message, its to do with multiple logicals of the same name in different libraries, where 1 of the libraries is not in the users library list, maybe some security restriction is also kicking in..

To quickly eliminate the problem, try switching the indexes off, refer to http://www.unitysolutions.com/Helps/Unity_ODBC/HTML/index.html?odbc_driver_controls_world.htm for how to do this.
Switching the indexes off will have no adverse affect in the way your reports are constructed or in the way they perform.

If you want to get to the bottom of the problem without switching the indexes off, then please drop a note to our helpdesk at [email protected] who will work with you to resolve this.

Manoj
 
Back
Top