User`s guide
9030971 E17
7-1
Chapter 7
Sybase Exports
Provides information about Sybase export requirements and considerations.
Configuring the dtxscript File
To export to Sybase tables, you must configure the dtxscript file, which is
located in the .../Spectrum/SG-Tools directory.
Modify the script’s “Necessary Sybase additions” section as follows:
• The SYBASE variable must be uncommented (remove the # character).
Add the complete path of the Sybase root directory to the right of the =
sign.
• The DSQUERY variable must be uncommented. Add the name of the Sybase
server to the right of the = sign.
• The export SYBASE and export DSQUERY commands must be
uncommented.
• The PATH variable must be uncommented.
• The export PATH command must be uncommented.
• If you want Models exports to display more than the first 32 characters of
model names, you must change the value of the SDE_OUTPUT_MODEL_LEN
variable. For Sybase, you can specify display of up to 255 characters.
When this script executes, the SYBASE and DSQUERY environment variables
are exported and the Sybase bin area is added to the user's PATH environment
variable.