dbTalk Databases Forums  

DTS execution from dll

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


Discuss DTS execution from dll in the microsoft.public.sqlserver.dts forum.



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

Default DTS execution from dll - 01-22-2004 , 10:44 AM






Hi,

I am executing a DTS package from asp.net. It works successfully when the
code and PackageEventsSink class declaration is in the aspx file however
when the code is compilied into a dll I get the error 'Execution was
canceled by user'.

Does anyone have any ideas as to what the problem could be?

Thanks,

Suzanne



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS execution from dll - 01-22-2004 , 11:02 AM






Are you using Events?

If you google on this message then you will see a response from Euan Garden
re: wherever you pass pbCancel ByRef then you must set it to False in the
event handler.

There are others who have had this error (JP) and have yet to find a
solution. I have yet to have it even with packages that fail on other
people's Servers.

I am always on the lookout for code that fails everytime

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Suzanne Boyle" <suzanneboyle2000 (AT) NOSPAMyahoo (DOT) co.uk> wrote

Quote:
Hi,

I am executing a DTS package from asp.net. It works successfully when the
code and PackageEventsSink class declaration is in the aspx file however
when the code is compilied into a dll I get the error 'Execution was
canceled by user'.

Does anyone have any ideas as to what the problem could be?

Thanks,

Suzanne





Reply With Quote
  #3  
Old   
Suzanne Boyle
 
Posts: n/a

Default Re: DTS execution from dll - 01-22-2004 , 11:18 AM



I am using events and do set the pbCancel to false in the OnQueryCancel
event handler.

I even tried re-creating the package to make sure no bugs had been compilied
into it as was mentioned in another post.


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Are you using Events?

If you google on this message then you will see a response from Euan
Garden
re: wherever you pass pbCancel ByRef then you must set it to False in the
event handler.

There are others who have had this error (JP) and have yet to find a
solution. I have yet to have it even with packages that fail on other
people's Servers.

I am always on the lookout for code that fails everytime

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Suzanne Boyle" <suzanneboyle2000 (AT) NOSPAMyahoo (DOT) co.uk> wrote in message
news:OPpwEcQ4DHA.3596 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Hi,

I am executing a DTS package from asp.net. It works successfully when
the
code and PackageEventsSink class declaration is in the aspx file however
when the code is compilied into a dll I get the error 'Execution was
canceled by user'.

Does anyone have any ideas as to what the problem could be?

Thanks,

Suzanne







Reply With Quote
  #4  
Old   
Suzanne Boyle
 
Posts: n/a

Default Re: DTS execution from dll - 01-27-2004 , 07:12 AM



I've managed to narrow down the problem...

I have a transform data task that, when successful I want to run an execute
sql task however when I add the workflow OnSuccess flow between the
destination connection and the execute sql task running the package from
asp.net causes the 'Execution was canceled by user' error.

Anyone any ideas why this is happenning, its begginning to drive me round
the twist.

Suzanne

"Suzanne Boyle" <suzanneboyle2000 (AT) NOSPAMyahoo (DOT) co.uk> wrote

Quote:
I am using events and do set the pbCancel to false in the OnQueryCancel
event handler.

I even tried re-creating the package to make sure no bugs had been
compilied
into it as was mentioned in another post.


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:eQ4fOjQ4DHA.1724 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Are you using Events?

If you google on this message then you will see a response from Euan
Garden
re: wherever you pass pbCancel ByRef then you must set it to False in
the
event handler.

There are others who have had this error (JP) and have yet to find a
solution. I have yet to have it even with packages that fail on other
people's Servers.

I am always on the lookout for code that fails everytime

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Suzanne Boyle" <suzanneboyle2000 (AT) NOSPAMyahoo (DOT) co.uk> wrote in message
news:OPpwEcQ4DHA.3596 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Hi,

I am executing a DTS package from asp.net. It works successfully when
the
code and PackageEventsSink class declaration is in the aspx file
however
when the code is compilied into a dll I get the error 'Execution was
canceled by user'.

Does anyone have any ideas as to what the problem could be?

Thanks,

Suzanne









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.