sql - How to run a SSIS Package which has a file based source automatically -
i have similar issue question: how run ssis package has file based source , target. @ first, there no known program open dtsx package (my package grabs table 1 server , places on another). did digging , found dtexecui program file, , open execute package utility, doesn't populate package source (file) or package name (desktop\xxx.dtsx). how can double-clicking file executes ssis package - or @ least populates names file clicked on? in advance.
i'm guessing since windows didn't automatically create association you, default missing parameters executable (because program should open fields populated).
try this:
- download default programs editor , run it
- click
file type settings
- click
context menu
- locate
.dtsx
in list , click next - click
open
list item ,edit selected command
- the path should
"c:\program files (x86)\microsoft sql server\130\tools\binn\managementstudio\dtexecui.exe" /f "%l"
- path dtexecui may different, of special note/f "%l"
- click
next
,save context menu
Comments
Post a Comment