CGM
Technology Software
|
(508)
375-9420 (tel) |
![]()
List of
differences between versions 5.22 and 5.21:
Profile changes
Environmental
Note
If you get a
message like:
"Unable to open temporary file: Permission
denied"
this indicates that, in your environment, users have restrictions on what
directories/folders they can write into.
In order to
generate the conformance report, MetaCheck opens separate temporary files for
the summary data and the element tracing data, and then merges the content into
a single conformance report.
First, MetaCheck
tries to write files into the directory from which it is run. If that is not
allowed, it tries to find an environmental variable called TMPDIR. If that does
not exist, it tries to write to the directory /tmp,
and if that is not allowed or does not exist, it tries to write in the root
directory /. Only if it fails all these attempts, does MetaCheck report
"Permission denied".
The easiest way to
fix this problem is to set the environmental variable TMPDIR to point to any
directory/folder where the user has write permission.
![]()