Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can anybody tell me the reason of this error .
This is not your typical program execution log like the log files the QlikView server software generates (i.e. text files that document execution progress in a readable format).
A database log is a transaction log, wherein a database logs every manipulation of the records and columns of every database table. This log is used by the RDBMS to restore a previous transactional state when a COMMIT fails or a ROLLBACK is invoked. This log is pretty essential to the overall functioning of an RDBMS. No log space = no more SQL queries.
The database is out of log space. You will need to report this to your database administrator to perform a cleanup or extend the size of the database.
HTH
Jonathan
They are doing same,but i want to know why generator fails because of this .
Why qlikview is not able to fetch the data if database log is full
This is not your typical program execution log like the log files the QlikView server software generates (i.e. text files that document execution progress in a readable format).
A database log is a transaction log, wherein a database logs every manipulation of the records and columns of every database table. This log is used by the RDBMS to restore a previous transactional state when a COMMIT fails or a ROLLBACK is invoked. This log is pretty essential to the overall functioning of an RDBMS. No log space = no more SQL queries.
Thanku so much peter