August 25, 2013 at 4:28 am
i have created one ssis with configuration .
i have run on BIDS that time it is executed scucessfully.
whenever i had run through command prompt that time it was failed.
Configuration type: xml
Variable type:environment variable.
i have given path in command prompt
c:\ dtexec.exe /F "D:\SSIS\first.dtsx " /conf "D:\conf.DtsConfig"
August 25, 2013 at 1:12 pm
What has the environment variable to do with the command line? You specify a dtsconfig file directly.
What is the error that you get?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
August 26, 2013 at 9:05 pm
how i will use environment variable in command prompt..
August 27, 2013 at 1:13 am
You need to configure that in the package itself, not in the command prompt.
The package will automaticallly retrieve the value from the environment variable and search for the corresponding XML file.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
August 27, 2013 at 1:25 am
i am saying how i mapped configuration in ssis package.
when ever i had run that package in bids it is excuting suceessfully.
when ever i will run through command prompt that time it is not working.
that why i am asking how to excute this type ssis package through command prompt.
August 27, 2013 at 1:26 am
DTEXEC /f "c:\myPackage.dtsx"
What is the error that you get?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
August 27, 2013 at 3:30 am
whev ever i had run package through command prompt below sitution.
when ever i have created connection in project level
that time package was failed.
when ever i have created connection in package level
that time package was excuted success.
how i will resolve this error.
i am using bids(2012).
August 27, 2013 at 3:40 am
subbareddy542 (8/27/2013)
whev ever i had run package through command prompt below sitution.when ever i have created connection in project level
that time package was failed.
when ever i have created connection in package level
that time package was excuted success.
how i will resolve this error.
i am using bids(2012).
You cannot use configurations and the project deployment model at the same time.
Which deployment model are you using?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply