There's probably been two or three times in the past eighteen years where I really
wanted to run an unadorned "describe_long", but for the most part, you never
want to do that.
ALL command line utilities (may they rest in peace) take *lots* of arguments, the
most important of which are the connection parameters (-s / -i / -D / -u / -p).
All table commands require a "-t". All layer commands require a "-l". The exact
syntax can be discovered by running the command without any arguments.
In reality, it gets even more interesting, because the connection parameters are
mostly optional, and they have environment variable equivalents.
If, after setting SDEUSER and SDEPASSWORD, and using a -l constraint, you
discover that the instance is not running on the default port on the local host,
you will also need to use or set the server and/or instance parameters.
- V