dbTalk Databases Forums  

Problem with version of DTS package

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


Discuss Problem with version of DTS package in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Knut B via SQLMonster.com
 
Posts: n/a

Default Problem with version of DTS package - 09-07-2005 , 07:22 AM






Hello all,

I have a DTS package saved to run as a scheduled .bat. There is an ActiveX
script within the package which among other things contains:

oSendMailTask.MessageText = "texttexttext " & vbCrLf & "Uke: "&Datepart("y",
(NOW)/7) & "_" &Year(Now()) [...]

To keep track of changes while working out the whole package, I intentionally
entered a misspelling in the above which by now is corrected. However - when
the mail that is the end result of the DTSrun is composed, my earlier
misspelling is still there! I really do think I've checked everything re.
version GUID (generated by DTSrun UI).

What can be the cause of this? Please help!

Thank you! -
knut


--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...r-dts/200509/1

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

Default Re: Problem with version of DTS package - 09-07-2005 , 01:39 PM






If you are sure you have made the change then you are executing the
wrong version of the package. Get rid of the version info and cut
DTSRUN down to the real basics.

Allan

"Knut B via SQLMonster.com" <forum (AT) SQLMonster (DOT) com> wrote


Quote:
Hello all,

I have a DTS package saved to run as a scheduled .bat. There is an
ActiveX
script within the package which among other things contains:

oSendMailTask.MessageText = "texttexttext " & vbCrLf & "Uke:
"&Datepart("y",
(NOW)/7) & "_" &Year(Now()) [...]

To keep track of changes while working out the whole package, I
intentionally
entered a misspelling in the above which by now is corrected. However -
when
the mail that is the end result of the DTSrun is composed, my earlier
misspelling is still there! I really do think I've checked everything
re.
version GUID (generated by DTSrun UI).

What can be the cause of this? Please help!

Thank you! -
knut


--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...r-dts/200509/1


Reply With Quote
  #3  
Old   
Knut B via SQLMonster.com
 
Posts: n/a

Default Re: Problem with version of DTS package - 09-07-2005 , 03:01 PM



Hello,

Well, to the best of my knowledge, I did that - I ditched all but the most
recent version and regenerated the cmd prompt to run in DTSrun. Still the
same behavior. Only thing I can think of to shed some light is that the
package initially was created as a "Save as..." from another package and that
there's something re: ActiveX tasks I just don't know about. (I also have
GlobalVariables in there.)

I eventually deleted the ActiveX task, then reinstated it with the same code
and got rid of the problem. But it sure was pretty strange.

Thanks for replying anyhow.

knut

Allan Mitchell wrote:
Quote:
If you are sure you have made the change then you are executing the
wrong version of the package. Get rid of the version info and cut
DTSRUN down to the real basics.

Allan

Hello all,

[quoted text clipped - 19 lines]
Thank you! -
knut

--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...r-dts/200509/1


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.