Aaron Goulet
5th May 2010, 18:54
Just set up new fiscal year...
Have Fatal error 1311 (bdb_errno 1131) on tfgld005201 in db_insert (51)
This appears severl times
cant do anything now
Marnix Klooster
5th May 2010, 21:11
(1) You have quoted the error message incorrectly. The difference between the two error codes in your real error message is 1000.
(2) The lowest of the two error codes is a database-specific code. So for example if you're using SQL Server, look that error code up in the SQL Server documentation. And try to use that to find out what the problem is, and its solution.
lebowski
5th May 2010, 21:24
Hi Aaron,
that means your dbspace ran out of space. You have to add a chunk to the dbspace.
The syntax is:
onspaces -a <dbspace> -p <path to chunk> -o <offset> -s <size of the chunk>
You should be familar with Informix when doing this.
Regards,
lebowski