all groups > sql server dts > january 2007 >
You're in the

sql server dts

group:

how can I execute DTS(ssis) without SSIS install on server


how can I execute DTS(ssis) without SSIS install on server zhengj NO[at]SPAM ciac.sh.cn
1/29/2007 11:56:58 PM
sql server dts:
I use
Microsoft.SqlServer.ManagedDTS;Package.LoadPackage;Package.Execute();to
load dts(ssis).The sqlserver&SSIS (on server1) not the same sever
with the application(on server2).I load from file type
Package(dtsx),because I want to outport data to a local access mdb(on
server2).
I install a managestudio and some tools (no instance and no SSIS) on
the server2 for the runtime.but if I donot install SSIS on
server2.then i run the application ,the Package.Execute() result is
failure.And if I install a SSIS on server2,the same application can
success.I donnot know which I do wrong.The dtsx can run success in BI
developer studio(ssis project) on server2 without SSIS installed.
maybe express not so clear.but I really need help.thanks for giving me
advice.
Re: how can I execute DTS(ssis) without SSIS install on server zhengj NO[at]SPAM ciac.sh.cn
1/30/2007 12:23:48 AM
And I donnot think it could be the right of SSIS.I have open the
firewall,use the domainadministrator to login and run
application.which express in
"
[quoted text, click to view]
remotely. By default, the SSIS service is not accessible remotely. Go
to
Administrative Tools, Component Services, Component Services, expand
until
[quoted text, click to view]
the Security tab under Launch and Activation Permissions, click Edit
and
configure the component for remote access.
"
RE: how can I execute DTS(ssis) without SSIS install on server Darren Green
1/30/2007 2:41:00 AM
You need to install SSIS on any machine upon which you wish to run packages.
BI Development Studio includes it's own host for debugging SSIS, which is not
the same as running a package as you would in a non-development scenario.
Also be aware that SSIS does not have any remote execution feature, or
client redistributable, so when you load and execute a package in code, the
package will run on the same machine as the calling code, so Server2 needs to
have SSIS installed as that it is where it is trying to run.
--
http://wiki.sqlis.com | http://www.sqlis.com | http://www.sqldts.com


[quoted text, click to view]
Re: how can I execute DTS(ssis) without SSIS install on server zhengj NO[at]SPAM ciac.sh.cn
2/4/2007 5:14:44 PM
On 1=D4=C230=C8=D5, =CF=C2=CE=E76=CA=B141=B7=D6, Darren Green <darren.gr...=
@reply-to-newsgroup-
[quoted text, click to view]
es....

Thank you very much for detail answer.but if it is like your said:that
SSIS does not have any remote execution feature.
So what does it mean for DCOM Config to open the "Launch and
Activation Permissions, click Edit and configure the component for
remote access."
what it is meaning of these remote access?
thanks again.
Re: how can I execute DTS(ssis) without SSIS install on server Darren Green
2/4/2007 10:28:02 PM
DCOM will not give you remote execution, two points-

1 DCOM still requires some interface on the client machine, to be able to
call through to the remote machine, so some form of install is required.

2 SSIS does not have a COM interface for executing packages.

--
http://wiki.sqlis.com | http://www.sqlis.com | http://www.sqldts.com


[quoted text, click to view]
RE: how can I execute DTS(ssis) without SSIS install on server Jay87
5/4/2007 9:15:02 AM
I am fairly new at this SqlServer (have many years as Oracle DBA behind me)
so my question may sound naive. I am using the SqlServer Mgmt. studio and I
do not see how to edit/maintain packages. How do I install SSIS on the server
where SqlServer is running. I have all the privileges afforded by my Windows
login on that server. Thank you.

[quoted text, click to view]
AddThis Social Bookmark Button