Error Message
This error occurs when using Universal Naming Conventions (UNC) in an image catalog:"Stop! Image Source *.dbf has error, unable to make theme."
Cause
ArcView does not support UNC for image catalogs.
Solution or Workaround
You cannot use UNC in the path name for an image catalog but you can use environment variables. This is illustrated by the following example of an image catalog stored on a UNIX machine. The image catalog is mapped on a Windows machine.
Assume there is a UNIX box called 'the_box' that has an image catalog stored with an IMAGE field that looks like:
\the_box\path\the_images\image1.tif
\the_box\path\the_images\image2.tif
Assume you have a Windows machine with the drive 'R' mapped to \the_box.
- Set up this environment variable in the Windows system properties, or in the autoexec.bat file:
Variable: THE_VARIABLE
Value: \path
- On the UNIX machine, set up this environment variable in the .cshrc file:
setenv THE_VARIABLE /the_box/path
- Edit the IMAGE field of the image catalog to have the following:
$THE_VARIABLE\the_images\image1.tif
$THE_VARIABLE\the_images\image2.tif
This will allow you to use the image catalog on both platforms.