1: Check if transaction log for database'ARSystem' is full.
2: To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases.
3: Connect to the database and pull out the "sys.databases" table and get it check by DBA if it has an entry which says that the DB is full.
4: Modify this value to get it reuse.