The dtexec tag has no wiki summary.
1
vote
1answer
12 views
DTexec /ISSERVER path for package
When I try to execute a SSIS package created in sql server data tools (vs 2010) using dtexec, I receive an error "is not a valid server package path". The documentation says use: dtexec /ISServer ...
1
vote
0answers
14 views
CommunicationChannel faulted - DTexec vs. SQL Job Agent
I have a SSIS package with a Script task in it.
In the script I use IRequestChannel to communicate with SAP RFC programme.
Weird error is, that if I run the package via dtexec, I get the error ...
0
votes
0answers
291 views
32 bit dtexec (C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\DTExec) facing low memory error. Where to get appropriate Hotfix? [closed]
I am executing a SSIS 2008 pacakge on windows server 2008 64 bit using C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\DTExec and I run into low memoery error messages like below.
The ...
0
votes
2answers
325 views
ORA-12541 error when deploying SSIS package to a server
I am connecting SSIS to Oracle OLEDB connection using below connection string..
Data Source=Server_Name;User ID=U_Id;Password=Pwd;Provider=MSDAORA.1;
It works on my machine but when i run on SSIS ...
0
votes
1answer
356 views
Can we install SSIS engine without BIDS etc? If yes would it be good idea to do it on production machine
I have brand new Windows machine which we are planning to use as production machine to run our SSIS packages. My pacakges are on filesystem not in SQL Server. Is it possible we can install SSIS Engine ...
0
votes
1answer
1k views
LoadFromSQLServer method has encountered OLE DB
I have this error:
LoadFromSQLServer method has encountered OLE DB error code 0x80004005 (Login timeout expired). The SQL statement that was issued has failed
And here is my code, what is ...
0
votes
0answers
231 views
dtexec with password
I have added a new step in my job activity monitor which runs ssis package(encrepted with password).
dtexec /f "\\sw-conf-dev-01\projects\dtsx\Email.dtsx" /de "ssispassword"
error message:
...
0
votes
1answer
2k views
calling SSIS package with input parameters on stored procedure
I have SSIS packages that is expecting an input parameter ID(integer).
I need to execute this SSIS package using stored procedure so that I can pass the value of the ID.
DECLARE @Command ...
3
votes
1answer
1k views
dtexec error - setting multiple variables
Am trying to execute SSIS package with dtexec command line utility.
my syntax for dtexec is as follows:
dtexec /FILE "C:\DirectLoads\RefEDWDirectLoads.dtsx" /Set \Package.Variables
...
1
vote
1answer
1k views
SSIS package working in BIDS but not with DTEXEC, error DTS_E_ADODESTFAILEDTOACQUIRECONNECTION
I have build an SSIS package which is working well within BIDS. The package runs successfully.
I'm now trying to execute the same package, with the same config from the command line, but it fails to ...