Error 'Database error obtaining sequence number'
Resolved
You may see one of the errors below on a new install of YF, or just after restoring a Yellowfin DB:
Error occurred getting sequence Nbr: Could not find stored procedure 'fnGetAutoID2'.
Error: java.lang.Exception: Database error obtaining sequence number
These errors are usually something we with MySQL.
The issue itself stems from a function that is used to create auto-id's in the Yellowfin DB tables
The function is sometimes not included with DB dumps, or it is there, but the DB user does not have privileges to run it. In the instance of a new install, the DB user used for the install did not have the privileges to create the funtion.
To fix the above issues, you need to ;
Then restart YF.
Then restart YF.
Regards,
David
To fix the above issues, you need to ;
Then restart YF.
Then restart YF.
Regards,
David
To fix the above issues, you need to ;
Then restart YF.
Then restart YF.
Regards,
David
To fix the above issues, you need to ;
Then restart YF.
Then restart YF.
Regards,
David
Replies have been locked on this page!