Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTSRun and use of a /F filename 2

Status
Not open for further replies.

JBaileys

Technical User
Jun 23, 2003
244
US

Is it possible to use dtsrun by just passing a filename?

Example:

DTSRun /F c:\mydtsfile.dts
 
You probably need a userid & password.

DTSRUN /Uusername /Ppassword /Ffilename.dts
 
I believe you would at a minimum need ...

dtsrun /Ffilename /Npackage_name

That is if you are running a package that was saved as a COM-structured storage file.



Thanks

J. Kusch
 

I was able to run the file using windows authentication. The code looks like...

dtsrun /E /FCMAward.dts
 
Can I tag on here?

I am trying to execute a couple of "local Packages" from my VB code. They execute from EM just fine. With a DTSRUN, I always get a compile error "expected expression". I am basically using the intruction(s) illustrated above.

Something simole that I am overlooking? I hope.

Thanks

Ralph


TIA

Ralph D. Meredith
 

Are you receiving an error code when you run the process? In some instances - I saw an issue because the global parameter was set incorrectly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top