vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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\externeValidierung\transfer.cmd <db> <uname> <pwd> transfer.cmd contains command like: db2 -z %LOG_PATH%\export.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 |
| ||||
| I dont think the original user can use DB2 client. So try to open a db2 command window after login as "ordinary" user Sascha.Moellering@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\externeValidierung\transfer.cmd <db> <uname> <pwd> > > transfer.cmd contains command like: > > db2 -z %LOG_PATH%\export.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 |