March 3, 2010 at 4:26 pm
Hi All,
I have a vb.net application written to invoke SSIS Package which reads excel file and populates a temporary DB table. So far, this application was running with out issues ad now when moved to 64bit application, it seems to be giving some issues. Though the package does not throw errors, I am NOT able to see the expected results.
I am invoking package using the LoadFromSqlserver function by adding ManagedDTS dll as a reference. I am guesing it could be because of excel driver problem with x64 machines as I faced this issue in BIDS and I fixed it by setting 'Run64bitVersion' to FALSE. This is a fix for desingn time and does not help when calling from VB.NET code.
Is there any other way we can fix this issue with out changing the code as I am not planning to use the 32 bit DTEXEC command line
option?
Thanks,
Suresh
Regards,
Suresh Arumugam
March 3, 2010 at 5:13 pm
Suresh Kumar-284278 (3/3/2010)
Is there any other way we can fix this issue with out changing the code as I am not planning to use the 32 bit DTEXEC command line option?
That's the only way to do it on the 64-bit server. About the only other thing you can do is to set up a linked-server to a 32-bit server, and load it from there.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 3, 2010 at 10:36 pm
Thanks for the Reply.
Is it possible to include DTEXEC calling to incorporate in my existing VB.NET code since my code? If so, could you please give me a sample code to do that.
Thanks,
Suresh
Regards,
Suresh Arumugam
March 8, 2010 at 12:30 am
March 9, 2010 at 1:59 am
Thanks for the suggestion.
How ever, I am NOT sure on how to compile my VB.NET application as x86. Can you please help me?
Thanks in advance,
Suresh
Regards,
Suresh Arumugam
March 9, 2010 at 5:14 am
March 9, 2010 at 5:53 am
Wow.. That's the solution i was expecting.
I tried your suggestion. It worked as expected. Thanks a lot.
Regards,
Suresh
Regards,
Suresh Arumugam
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply