Error conditions and their fixes

Error condition #1

SNA software does not exist on the UNIX machine, and during installation the response to the question about SNA software existing on the machine was "yes."�

Fix for error #1

StepsTo correct error condition #1

  1. Go to this directory:

    cd $SYBASE/$SYBASE_ECON/bin�
    
  2. Execute this script:

    DCConfig�
    
  3. Respond NO to the question, “Is SNA installed on your system?”

This creates the soft links to the SNA stub libraries as a substitute for the actual libraries.�

NoteFor AIX, you must manually create the soft links to the stub libraries.

Error #2

SNA software does exist on the UNIX machine. However, the LD_LIBRARY_PATH (for Sun Solaris, HP-UX, and HP Itanium) or LIBPATH (for RISC/6000 AIX) environment variable is missing in the directory where the SNA libraries reside.

Fix for error #2

To fix error #2, change your LD_LIBRARY_PATH or LIBPATH to include the /opt/sna/... (for Sun Solaris, HP-UX, and HP Itanium), or /usr/lib/sna/... (for AIX) directory, or the custom directory where your SNA software is installed on your UNIX machine. The SNA libraries are now in the DirectConnect server library path.