<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Louis Davidson : 64 Bit, SQL Server</title><link>http://sqlblog.com/blogs/louis_davidson/archive/tags/64+Bit/SQL+Server/default.aspx</link><description>Tags: 64 Bit, SQL Server</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>32 bit tools on a x64 server.</title><link>http://sqlblog.com/blogs/louis_davidson/archive/2007/01/18/32-bit-tools-on-a-x64-server.aspx</link><pubDate>Thu, 18 Jan 2007 05:44:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:604</guid><dc:creator>drsql</dc:creator><slash:comments>1</slash:comments><comments>http://sqlblog.com/blogs/louis_davidson/comments/604.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/louis_davidson/commentrss.aspx?PostID=604</wfw:commentRss><wfw:comment>http://sqlblog.com/blogs/louis_davidson/rsscomments.aspx?PostID=604</wfw:comment><description>&lt;P&gt;Ok, I readily admit I don't know everything about SQL Server.&amp;nbsp; But today I learned something that I would have thought I would have seen somewhere.&amp;nbsp; I was having issues getting an SSIS package to build some offline cubes (on my 32 bit workstation, and tested initially on a 32 bit server) to work on a 64 bit server.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;It worked great in BIDS.&amp;nbsp; Then I tried it interactively by double clicking on it.&amp;nbsp; That ran swell.&amp;nbsp; Took the command line it provided me, nice (gave me a nice log of the activities that I set up, for which I modified a connection.&amp;nbsp; Worked.)&amp;nbsp; Then I moved it to my&amp;nbsp;32 bit server, everything went great. Lather, rinse, repeat.&lt;/P&gt;
&lt;P&gt;So I go to do the final test on the server before sending out the customary "I did it!" email to the people who had been (nicely) hounding me for the past few days.&amp;nbsp; I interactively tested it.&amp;nbsp; Excellent.&amp;nbsp; One last thing, command line&amp;nbsp;and boom.&amp;nbsp; I could not get it running.&amp;nbsp; Urgh, I tried everything, especially permissions.&amp;nbsp; So I search over most of the internet (it is amazing what you can find on the internet.&amp;nbsp; Did &lt;A href="http://www.usatoday.com/weather/stormcenter/2007-01-16-ice-storm_x.htm" target=_blank&gt;you know Peter O'Toole has never won an Oscar?&lt;/A&gt;) looking for SSIS problems, and there are lots of little things, but nothing seemed to fit.&lt;/P&gt;
&lt;P&gt;Then I look for 32 bit 64 SSIS in my search.&amp;nbsp; &lt;A href="http://msdn2.microsoft.com/en-us/library/ms141766.aspx" target=_blank&gt;IS considerations on 64 bit computers&lt;/A&gt;.&amp;nbsp; Very interesting, and it references &lt;B&gt;Program Files (x86)&lt;/B&gt;.&amp;nbsp; I had not seen this at all.&amp;nbsp;How cool.&amp;nbsp; So I simply executed the 32 bit version of dtexec and everything worked fine.&amp;nbsp; What was interesting was that the package likely&amp;nbsp;worked in the dtsexecui (the UI version) just because it&amp;nbsp;is 32 bit only.&lt;/P&gt;
&lt;P&gt;I wasn't sure if I should post this, but frankly no one that I work with new about this, and a coworker who recently left us had worked on this a while with no luck.&amp;nbsp; Truthfully, I feel a bit "dirty" about this.&amp;nbsp; It could be that the OLAP drivers that are being used don't work on a 64 bit platform (that is my guess, at least,) but without real knowledge of this, I feel like using the 32 bit versions are cheating. &lt;/P&gt;
&lt;P&gt;But at least now I can research more without project managers asking when I will be done :)&lt;/P&gt;
&lt;P&gt;A few other things I have found:&lt;/P&gt;
&lt;P&gt;&lt;A title=http://www.whiteknighttechnology.com/cs/blogs/brian_knight/archive/2006/05/12/165.aspx href="http://www.whiteknighttechnology.com/cs/blogs/brian_knight/archive/2006/05/12/165.aspx"&gt;http://www.whiteknighttechnology.com/cs/blogs/brian_knight/archive/2006/05/12/165.aspx&lt;/A&gt;&lt;BR&gt;&lt;A title=http://wiki.sqlis.com/default.aspx/SQLISWiki/x64.html href="http://wiki.sqlis.com/default.aspx/SQLISWiki/x64.html"&gt;http://wiki.sqlis.com/default.aspx/SQLISWiki/x64.html&lt;/A&gt;&lt;BR&gt;&lt;A title=http://solidqualitylearning.com/Blogs/alejandro/archive/2006/02/21/1604.aspx href="http://solidqualitylearning.com/Blogs/alejandro/archive/2006/02/21/1604.aspx"&gt;http://solidqualitylearning.com/Blogs/alejandro/archive/2006/02/21/1604.aspx&lt;/A&gt;&lt;BR&gt;&lt;A title=http://www.imdb.com/name/nm0000564/ href="http://www.imdb.com/name/nm0000564/"&gt;http://www.imdb.com/name/nm0000564/&lt;/A&gt;&lt;BR&gt;&lt;A href="http://ssis.wiki.com/index.php?title=64-bit_Story&amp;amp;bc=1"&gt;http://ssis.wiki.com/index.php?title=64-bit_Story&amp;amp;bc=1&lt;/A&gt;&amp;nbsp;(from Bob Beauchemin's comment)&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;crossposted to: &lt;A title=http://sqlblog.com/blogs/louis_davidson/default.aspx href="http://drsql.spaces.live.com/"&gt;http://drsql.spaces.live.com&lt;/A&gt;&lt;/P&gt;&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=604" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/louis_davidson/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://sqlblog.com/blogs/louis_davidson/archive/tags/64+Bit/default.aspx">64 Bit</category></item></channel></rss>