Posted by mike on 03/21/06 21:58
I have a question. I am doing some work for someone and I have a batch
file that they can run that will execute an OSQL line and a DTSRUN
line. In both lines I run them using the /S /U /P switches and of
course the /N or /i switch to tell it what to run. I have also tried
replacing the /U /P switches with the /E switch.
My problem is that as long as I specify the users password on the OSQL
line (either with /U & /P or with /E & /P) it will run. If I try and
just use the /E it will say password failed for DOMAIN/USER . Ok, I
don't really care I can specify the password and the script will run.
However no matter what I do the DTSRUN line will not run, it gives me
this same password error.
I can run this line just fine on my PC on my network and my domain
using just the /S /E switches.
Any ideas as to why it will work for OSQL but not DTSRUN?
Thanks in advance.
Navigation:
[Reply to this message]
|