SSIS Script task error: input string is not in correct format
Hi Guru;s I am getting error diring declaration in the script task. Below is the declaration Dim dterpt_start_date As Int32 = Convert.ToInt32(Dts.Variables("User::rpt_start_date").Value.ToString())
June 20th, 2012 5:13pm

what is the datatype of the ssis variable?Please mark the post as answered if it answers your question | My SSIS Blog: http://microsoft-ssis.blogspot.com | Twitter
Free Windows Admin Tool Kit Click here and download it now
June 20th, 2012 6:07pm

and are you sure that error is related to this line of code? did you tried to put breakpoint and find error line?http://www.rad.pasfu.com
June 20th, 2012 6:39pm

Hi, It is the datetime date type and I got it resolved when I changed int 32 to datetime. THanks !!! Roy
Free Windows Admin Tool Kit Click here and download it now
June 21st, 2012 9:37am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics