|
-
Nov 5th, 2004, 03:42 PM
#1
Thread Starter
Junior Member
DTS Package problem in VB.Net
Hi all...
I am trying to run a DTS package on SQL Server 2000 from VB.Net
pkg.LoadFromSQLServer("TEST1/TESTBED", "sa", "password", , , , , strPackageName)
pkg.execute()
When the package tries to do anything, I get the error
"Login Failed for User TESTBED/GregJ"
GregJ is the name of the computer I am running the vb program from. I would assume that I was trying to log in as "sa", not "GregJ"...
Any help is appreciated.
Thanks All
Greg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|