Hello,
Based on my test, if SSIS is not installed on client machine, and I tried
to run dtsexec from remote server with SQL 2005 installed,
\\servername\d$\Program Files\Microsoft SQL Server\90\DTS\Binn\
I received the error message the error message "the system cannot execute
the specified program".
It seems we are not able to execute the program from client via this
method. We need to install SSIS on clients.
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
[quoted text, click to view] >Thread-Topic: SSIS Deployment
>thread-index: AcYBh86MGy++0UymRfKBWFf1eMvE9w==
>X-WBNR-Posting-Host: 203.190.152.60
>From: =?Utf-8?B?UHJhdmlu?= <Pravin@newsgroups.nospam>
>References: <DE5E73C9-BE6B-4081-870F-CF1111F899A0@microsoft.com>
<O0PrxuXAGHA.2392@TK2MSFTNGP09.phx.gbl>
<7041BD5B-E4F9-4EAC-A8D9-AE21FA582664@microsoft.com>
<OV8otWYAGHA.2812@TK2MSFTNGP09.phx.gbl>
[quoted text, click to view] >Subject: Re: SSIS Deployment
>Date: Thu, 15 Dec 2005 06:57:02 -0800
>Lines: 40
>Message-ID: <A11D5574-F125-42ED-8FF6-EAB44BCB021B@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.sqlserver.dts
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
>Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.dts:62591
>X-Tomcat-NG: microsoft.public.sqlserver.dts
>
>
>I didn't get
>--> rather than just load an exe over the network and run it locally.
>
>Do you mean copy it from network or what else? How about ot's
dependencies?
>Thanks.
>
>--
>Regards,
>MSGuy
>
>
>"Darren Green" wrote:
>
>> Pravin wrote:
>> > Ilya,
>> >
>> > Wow that would be really useful. So my SQL Server will be loaded on a
SERVER
>> > machine (remote machine)...and C# application will run on client
>> > machine...which will call DTEXEC.EXE residing on server machine. Cool!
>> >
>> Just like DTS, SSIS packages are executed on the machine which calls
>> them, the host process, so the package executes upon the machine which
>> DTEXEC is running. If you can invoke a process on a remote machine, then
>> this will work, rather than just load an exe over the network and run it
>> locally.
>>
>>
>> > How to do this? Is it just include the path of DTEXEC.EXE (residing on
>> > remote machine) in system variable "path" of client machine?
>> >
>> > Do we need to do anything else? Thanks.
>> >
>>
>>
>> --
>> Darren
>>
http://www.sqldts.com >>
http://www.sqlis.com >>
>