Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Regarding Sql server

Can anybody tell me the  reason of this error .

1 Solution

Accepted Solutions
Peter_Cammaert
Partner - Champion III
Partner - Champion III

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.

View solution in original post

4 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

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

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

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

Peter_Cammaert
Partner - Champion III
Partner - Champion III

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.

Not applicable
Author

Thanku so much peter