Menu

#1 username is required

open
None
5
2003-01-31
2003-01-28
Anonymous
No

The username is required even when running Windows
Authentication (SQL Server). If optional and a database
is specified, you should take the username from the
operating system.

Otherwise you should prompt for a username/password.

Discussion

  • Mark Ohrenschall

    • assigned_to: nobody --> markaohrenschal
     
  • Mark Ohrenschall

    Logged In: YES
    user_id=586167

    I am adding environment variables to complement command-
    line syntax. In general, environment variables will be called
    dbms2sde_* where * is an option, e.g., dbms2sde_fkey for
    the -fkey option.

    Two special environment variables will be "HOSTNAME"
    (or "COMPUTERNAME") for -s, and "USER"
    (or "USERNAME") for -u.

    Command line options override environment variables, and
    dbms2sde_s overrides "HOSTNAME"
    (or "COMPUTERNAME") and dbms2sde_u overrides "USER"
    (or "USERNAME").

    Let me know how this works for you.

     
  • Mark Ohrenschall

    Logged In: YES
    user_id=586167

    I am adding environment variables to complement command-
    line syntax. In general, environment variables will be called
    dbms2sde_* where * is an option, e.g., dbms2sde_fkey for
    the -fkey option.

    Two special environment variables will be "HOSTNAME"
    (or "COMPUTERNAME") for -s, and "USER"
    (or "USERNAME") for -u.

    Command line options override environment variables, and
    dbms2sde_s overrides "HOSTNAME"
    (or "COMPUTERNAME") and dbms2sde_u overrides "USER"
    (or "USERNAME").

    Let me know how this works for you.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.