Difference between revisions of "ARS1107E"

From CMOD.wiki
Jump to navigation Jump to search
(Initial edit - IBM CMOD ARS1107E - An error occurred.)
 
m (Added new article to CMOD ARS1107E Error)
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
For example, this error message was logged 5 seconds before the ARS1107E message in the System Log, and indicates that the DB2 transaction logs have run out of space for new transactions:
For example, this error message was logged 5 seconds before the ARS1107E message in the System Log, and indicates that the DB2 transaction logs have run out of space for new transactions:
   [[ARS0013E]] DB Error: [IBM][CLI Driver][DB2/AIX64] SQL0964C  The transaction log for the database is full.  SQLSTATE=57011
   [[ARS0013E]] DB Error: [IBM][CLI Driver][DB2/AIX64] SQL0964C  The transaction log for the database is full.  SQLSTATE=57011
Some recommended fixes for this issue are:
* Update the LOGPRIMARY parameter in the DB2 configuration to increase the number of transaction logs that DB2 creates at start-up.
* Increase the size of each individual transaction log - larger, busier systems will benefit from larger transaction logs.
* Increase the size of the filesystem containing the transaction logs (arsdb_primarylog) appropriately.
* Turn on transaction log compression with the LOGARCHCOMPR1 parameter in DB2.
* Increase the number or archive logs with the LOGSECOND parameter in DB2.
* Increase the size of the archive log filesystem to store more of the transaction logs that 'overflow' into it.
* Implement transaction log archiving with Tivoli Storage Manager to help reduce the headaches caused by managing database transaction logs.


== Articles Related to this message ==
== Articles Related to this message ==
Check the [[Troubleshooting Content Manager OnDemand]] article for more instructions on finding the source of the issue.
Check the [[Troubleshooting Content Manager OnDemand]] article for more instructions on finding the source of the issue.
In newer versions of CMOD, DB2 Automatic Storage needs additional configuration:
[https://www.ibm.com/support/pages/arsload-new-application-group-failed-after-cmod-was-upgraded-v84-v9 CMOD and DB2 Automatic Storage]

Latest revision as of 19:14, 7 December 2022

What was the error?

Message Number: 1107

Message Severity: Error (Corrective action is required to continue)

Message Name: ARS1107E

Message Text: An error occurred. Contact your system administrator and/or consult the System Log. File=arsload.c, Line=6144

Example

 ARS1107E An error occurred.  Contact your system administrator and/or consult the System Log.  File=arsload.c, Line=6144

Related Errors

ARS0013E ADM1822W

What were you doing?

Probably loading data into IBM CMOD using the arsload command, or inserting a document with the arsdoc add command. Although these are common causes, this error can be caused by anything that inserts rows into the database, including any activity that is logged into the System Log.

What happened?

There was an error reported by one of the components of CMOD, which stopped IBM CMOD from performing a task.

Troubleshooting

Check the System Log for error messages that were logged within a minute or so of this error message. It should provide more information about the cause of the error.

For example, this error message was logged 5 seconds before the ARS1107E message in the System Log, and indicates that the DB2 transaction logs have run out of space for new transactions:

 ARS0013E DB Error: [IBM][CLI Driver][DB2/AIX64] SQL0964C  The transaction log for the database is full.  SQLSTATE=57011

Some recommended fixes for this issue are:

  • Update the LOGPRIMARY parameter in the DB2 configuration to increase the number of transaction logs that DB2 creates at start-up.
  • Increase the size of each individual transaction log - larger, busier systems will benefit from larger transaction logs.
  • Increase the size of the filesystem containing the transaction logs (arsdb_primarylog) appropriately.
  • Turn on transaction log compression with the LOGARCHCOMPR1 parameter in DB2.
  • Increase the number or archive logs with the LOGSECOND parameter in DB2.
  • Increase the size of the archive log filesystem to store more of the transaction logs that 'overflow' into it.
  • Implement transaction log archiving with Tivoli Storage Manager to help reduce the headaches caused by managing database transaction logs.

Articles Related to this message

Check the Troubleshooting Content Manager OnDemand article for more instructions on finding the source of the issue.

In newer versions of CMOD, DB2 Automatic Storage needs additional configuration: CMOD and DB2 Automatic Storage