DBLANG environment variable
Use the DBLANG environment variable to specify the subdirectory of $INFORMIXDIR or the full pathname of the directory that contains the compiled message files that HCL OneDB™ products use.
- relative_path
- is a subdirectory of $INFORMIXDIR.
- full_path
- is the pathname to the compiled message files.
By default, HCL OneDB products put compiled messages in a locale-specific subdirectory of the $INFORMIXDIR/msg directory. These compiled message files have the file extension .iem. If you want to use a message directory other than $INFORMIXDIR/msg, where, for example, you can store message files that you create, you must perform the following steps:
To use a message directory other than $INFORMIXDIR/msg
- Use the mkdir command to create the appropriate directory
for the message files.
You can make this directory under the directory $INFORMIXDIR or $INFORMIXDIR/msg, or you can make it under any other directory.
- Set the owner and group of the new directory to informix and
the access permission for this directory to
755
. - Set the DBLANG environment variable to the new directory. If this is a subdirectory of $INFORMIXDIR or $INFORMIXDIR/msg, then you need only list the relative path to the new directory. Otherwise, you must specify the full pathname of the directory.
- Copy the .iem files or the message files that you created
to the new message directory that $DBLANG specifies.
All the files in the message directory should have the owner and group informix and access permission
644
.
- In $DBLANG, if DBLANG is set to a full pathname
- In $INFORMIXDIR/msg/$DBLANG, if DBLANG is set to a relative pathname
- In $INFORMIXDIR/$DBLANG, if DBLANG is set to a relative pathname
- In $INFORMIXDIR/msg/en_us/0333
- In $INFORMIXDIR/msg/en_us.8859-1
- In $INFORMIXDIR/msg
- In $INFORMIXDIR/msg/english
For more information about search paths for messages, see the description of DBLANG in the HCL OneDB GLS User's Guide.