Command line-tools-problems

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sascha.Moellering@gmail.com

    #1

    Command line-tools-problems

    Hi,

    I've a problem concerning the db/2-tools (Windows 2003 Server):

    if I'm logged in as an administrator, the following script works
    correctly:

    db2cmd /w /i vbs\externeVali dierung\transfe r.cmd <db<uname<pwd >

    transfer.cmd contains command like:

    db2 -z %LOG_PATH%\expo rt.log connect to %EXPORT_DB% user %EXPORT_USER%
    using '%EXPORT_PW%'

    But if I'm logged in as an "ordinary" user, the script terminates
    immediately

    All NTFS-access-rights are set correctly.

    Any ideas?

    Thank you,
    Sascha

  • shenanwei@gmail.com

    #2
    Re: Command line-tools-problems

    I dont think the original user can use DB2 client.
    So try to open a db2 command window after login as "ordinary" user
    Sascha.Moelleri ng@gmail.com wrote:
    Hi,
    >
    I've a problem concerning the db/2-tools (Windows 2003 Server):
    >
    if I'm logged in as an administrator, the following script works
    correctly:
    >
    db2cmd /w /i vbs\externeVali dierung\transfe r.cmd <db<uname<pwd >
    >
    transfer.cmd contains command like:
    >
    db2 -z %LOG_PATH%\expo rt.log connect to %EXPORT_DB% user %EXPORT_USER%
    using '%EXPORT_PW%'
    >
    But if I'm logged in as an "ordinary" user, the script terminates
    immediately
    >
    All NTFS-access-rights are set correctly.
    >
    Any ideas?
    >
    Thank you,
    Sascha

    Comment

    Working...