dbTalk Databases Forums  

Execute Process Task Properties

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Execute Process Task Properties in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sam123
 
Posts: n/a

Default Execute Process Task Properties - 01-26-2005 , 05:51 PM







I have a DTS package that contains a "Execute Process Task Properties".
the task executes a Vb.Net exe file.

I am trying to pass a value from the DTS package to the vb.net exe
file/app. However I do not want the console to open and wait for my
input. When I enter a value in the parameter section the console opens
up and waits for my entry. I just want the value that I put inot the
parameter to automatically pass to vb.net app.

Any suggestions ??

Sam


Reply With Quote
  #2  
Old   
Ilya Margolin
 
Posts: n/a

Default Re: Execute Process Task Properties - 01-27-2005 , 07:42 AM






Sam123,

Your application apparently is not ready to take command line parameters. In
VB6 there is the Command function. Look for its equivalent in .net.
Otherwise you can try a parameter file:

app.exe < param.txt

Ilya
"Sam123" <thesnakepath (AT) yahoo (DOT) com> wrote

Quote:
I have a DTS package that contains a "Execute Process Task Properties".
the task executes a Vb.Net exe file.

I am trying to pass a value from the DTS package to the vb.net exe
file/app. However I do not want the console to open and wait for my
input. When I enter a value in the parameter section the console opens
up and waits for my entry. I just want the value that I put inot the
parameter to automatically pass to vb.net app.

Any suggestions ??

Sam




Reply With Quote
  #3  
Old   
Sam123
 
Posts: n/a

Default Re: Execute Process Task Properties - 01-28-2005 , 08:14 AM



Ilya,

The app receives the parameter just the console hangs and waits for my
input. I would like to avoid the part of the console hanging and
waiting for my input....

Sam


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.