Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Scriptask cant read registry values on 64 bit

Author  Topic 

susheel175
Starting Member

1 Post

Posted - 2010-05-20 : 07:34:20
Hai I am Bharath,

My task is to design a package where the source is excel, i have to extract tables from excel and store in destination table.
I am facing a problem,
we are developing package taking registry values from H_Local_system_software and assigning them to variables on fly and running the package.
i am working on 32 bit and the package runs well. when i moved to 64 bit, the script task is not reading registry values.
In SSIS design package i kept RUn64bitTIme false, still its not working.

Now, I tried keeping Run64bittime true. Now the registry values are read by scripttask but the Excel 97-2003 is not supportive for 64 bit.

I have to solve this issue its very urgent.
Can anybody help me
Thanku
   

- Advertisement -