DBC:Errors/DBC-E007: Difference between revisions

From Dirty Cache Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:DBCollect]]
{{error | [DBC-E007] I/O error writing <file>: <message>}}
{{error | [DBC-E007] I/O error writing <file>: <message>}}


DBCollect could not write a temporary HTML file after running AWR Strip.
DBCollect could not write a temporary HTML file after running AWR Strip.


Solution: Maybe the temp directory is (almost) full. Try cleaning up space, use a different temp dir (<code>--tempdir</code> or find out why otherwise the files cannot be written.
Solution: Maybe the temp directory is (almost) full. Try cleaning up space, use a different temp dir (<code>--tempdir</code>) or find out why otherwise the files cannot be written.


Also make sure that the user dbcollect uses has access to the temp directory (this is not the root user!)
Also make sure that the user dbcollect uses has access to the temp directory (this is not the root user!)
Line 10: Line 11:


<code>2024-10-10 04:00:26:INFO    : Current user is oracle</code>
<code>2024-10-10 04:00:26:INFO    : Current user is oracle</code>
{{PrevNext|DBC:Errors/DBC-E006|DBC:Errors/DBC-E008}}

Latest revision as of 15:32, 10 October 2024

[DBC-E007] I/O error writing <file>: <message>

DBCollect could not write a temporary HTML file after running AWR Strip.

Solution: Maybe the temp directory is (almost) full. Try cleaning up space, use a different temp dir (--tempdir) or find out why otherwise the files cannot be written.

Also make sure that the user dbcollect uses has access to the temp directory (this is not the root user!)

See the logfile to see which user was used:

2024-10-10 04:00:26:INFO  : Current user is oracle