dbTalk Databases Forums  

sql agent/dts create process task - hangs up

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


Discuss sql agent/dts create process task - hangs up in the microsoft.public.sqlserver.dts forum.



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

Default sql agent/dts create process task - hangs up - 06-08-2004 , 10:25 AM






i create dts package that runs console app process.
when i run package manually - all is done ok -
the app's window is created, it executes and closes.

but when i do a job and try to run it the job hangs up,
nothing happens.

?



Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: sql agent/dts create process task - hangs up - 06-09-2004 , 03:50 AM






Does the external App have any UI? If so then this type of application is
unsupported when using the SQL Server Agents scheduler.

--
Darren Green
http://www.sqldts.com

"Alexander Nenashev" <nenashev (AT) hotbox (DOT) ru> wrote

Quote:
i create dts package that runs console app process.
when i run package manually - all is done ok -
the app's window is created, it executes and closes.

but when i do a job and try to run it the job hangs up,
nothing happens.

?





Reply With Quote
  #3  
Old   
Alexander Nenashev
 
Posts: n/a

Default Re: sql agent/dts create process task - hangs up - 06-09-2004 , 05:02 AM



yes, it has. understood, thanx

"Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> сообщил/сообщила
в новостях следующее: news:%23X6jv7fTEHA.2716 (AT) tk2msftngp13 (DOT) phx.gbl...
Quote:
Does the external App have any UI? If so then this type of application is
unsupported when using the SQL Server Agents scheduler.

--
Darren Green
http://www.sqldts.com

"Alexander Nenashev" <nenashev (AT) hotbox (DOT) ru> wrote in message
news:eMqC0QWTEHA.1472 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
i create dts package that runs console app process.
when i run package manually - all is done ok -
the app's window is created, it executes and closes.

but when i do a job and try to run it the job hangs up,
nothing happens.

?







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

Default Re: sql agent/dts create process task - hangs up - 06-09-2004 , 07:30 AM



An application can have a UI as long as user interaction of any kind is not
required. Try 'execute on the main package thread' option on the step that
executes the application.

Ilya

"Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> wrote

Quote:
Does the external App have any UI? If so then this type of application is
unsupported when using the SQL Server Agents scheduler.

--
Darren Green
http://www.sqldts.com

"Alexander Nenashev" <nenashev (AT) hotbox (DOT) ru> wrote in message
news:eMqC0QWTEHA.1472 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
i create dts package that runs console app process.
when i run package manually - all is done ok -
the app's window is created, it executes and closes.

but when i do a job and try to run it the job hangs up,
nothing happens.

?







Reply With Quote
  #5  
Old   
John Miceli, MCDBA
 
Posts: n/a

Default RE: sql agent/dts create process task - hangs up - 06-09-2004 , 06:06 PM



1. Are you passing in any parameters/globals

2. I assume you are using the Job Scheduler to run your package. Are you using a DTSRun command line to make it go? If so, double click the item for your package in the job, and make sure the Type is set to Operating System Command (CmdExec)

3. Any other information you can provide may make it easier to debug for you

Regards
John Miceli, MCDBA

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.