dbTalk Databases Forums  

SSIS & Script Transformation (debug vs normal)

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


Discuss SSIS & Script Transformation (debug vs normal) in the microsoft.public.sqlserver.dts forum.



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

Default SSIS & Script Transformation (debug vs normal) - 03-10-2008 , 01:13 PM






I just ran across an interesting problem, that makes no sense. I
built
an SSIS package that updates a column, using an transformation
script.
Testing in Debug mode everything runs perfectly, but when I have SQL
sever agent run the package it insert null into the new column.

Any thoughts or suggestion would be greatly appreciated.


r/ Anthony

Reply With Quote
  #2  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: SSIS & Script Transformation (debug vs normal) - 03-12-2008 , 05:18 AM






Hi Anthony,

Can you give more details about what the "transformation script" is
doing?

Usually issues where something works in debug/dev mode but not post
deployment is due to SQL Agent account permissions.

Good luck!
J

Reply With Quote
  #3  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: SSIS & Script Transformation (debug vs normal) - 03-12-2008 , 05:18 AM



Hi Anthony,

Can you give more details about what the "transformation script" is
doing?

Usually issues where something works in debug/dev mode but not post
deployment is due to SQL Agent account permissions.

Good luck!
J

Reply With Quote
  #4  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: SSIS & Script Transformation (debug vs normal) - 03-12-2008 , 05:18 AM



Hi Anthony,

Can you give more details about what the "transformation script" is
doing?

Usually issues where something works in debug/dev mode but not post
deployment is due to SQL Agent account permissions.

Good luck!
J

Reply With Quote
  #5  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: SSIS & Script Transformation (debug vs normal) - 03-12-2008 , 05:18 AM



Hi Anthony,

Can you give more details about what the "transformation script" is
doing?

Usually issues where something works in debug/dev mode but not post
deployment is due to SQL Agent account permissions.

Good luck!
J

Reply With Quote
  #6  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: SSIS & Script Transformation (debug vs normal) - 03-12-2008 , 05:18 AM



Hi Anthony,

Can you give more details about what the "transformation script" is
doing?

Usually issues where something works in debug/dev mode but not post
deployment is due to SQL Agent account permissions.

Good luck!
J

Reply With Quote
  #7  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: SSIS & Script Transformation (debug vs normal) - 03-12-2008 , 05:18 AM



Hi Anthony,

Can you give more details about what the "transformation script" is
doing?

Usually issues where something works in debug/dev mode but not post
deployment is due to SQL Agent account permissions.

Good luck!
J

Reply With Quote
  #8  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: SSIS & Script Transformation (debug vs normal) - 03-12-2008 , 05:18 AM



Hi Anthony,

Can you give more details about what the "transformation script" is
doing?

Usually issues where something works in debug/dev mode but not post
deployment is due to SQL Agent account permissions.

Good luck!
J

Reply With Quote
  #9  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: SSIS & Script Transformation (debug vs normal) - 03-12-2008 , 05:18 AM



Hi Anthony,

Can you give more details about what the "transformation script" is
doing?

Usually issues where something works in debug/dev mode but not post
deployment is due to SQL Agent account permissions.

Good luck!
J

Reply With Quote
  #10  
Old   
awakin
 
Posts: n/a

Default Re: SSIS & Script Transformation (debug vs normal) - 03-12-2008 , 03:47 PM



On Mar 12, 6:18*am, jhofm... (AT) googlemail (DOT) com wrote:
Quote:
Hi Anthony,

Can you give more details about what the "transformation script" is
doing?

Usually issues where something works in debug/dev mode but not post
deployment is due to SQL Agent account permissions.

Good luck!
J
The package is pretty simple. Our ERP stores dates in a numeric field,
and we are moving this into a true date field.
In the package
- I have one data-source collecting source data, connected to derived
column (building a placeholder for the new date fields)
- Going into a script transformation the date (output is a date or
null) works is debug mode, but not when ran by sql agent.
- Final output is a SQL table.

I am running SQL Server 2005, 64 bit . I have to use 32 bit drivers to
connect to my data-source. So in SQL Agent - I run my package from the
command line, to call out the 32 bit dts package. Also, I have a proxy
setup with every possible option. I use this proxy across my whole
integration process, without problems. For some reason, this package
has a problem - the main difference - Script Transformation.

Thanks for your response.

r/ Anthony


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.