On Sun, Apr 19, 2009 at 9:55 AM, Harold Carr <[email protected]> wrote:

>> Here are the steps that I used to create the database
>> on my Windows Server 2008 VPC.
>> 1. Open SetupActions.sln in Visual Studio 2008. On my machine it is
>> located
>> in c:\StockTraderDemo\setup_utilities\SetupActions
>> 2. Open the App.config file in the SetupActions project
>>     a. Change the dbServer value. From the thread below it sounds like
>> yours should be set to .\SQLExpress
>>     b. Change the dbPassword value. This would be the value that you
>> assigned to the sa account when you installed SQLExpress.
>> 3. Compile the solution. Build -> Build Solution menu.
>> 4. After the compilation you will have a bin\debug directory with the exe
>> file. Open a command prompt as an administrator and navigate to
>> c:\StockTraderDemo\setup_utilities\SetupActions\bin\debug and run
>> SetupActions.exe.
>
> Could someone let us know:
>
> - if these steps are still accurate

Yes, they are.

> - what tree and path in the codebase should be used

https://svn.apache.org/repos/asf/incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/SetupActions

> - if any patches still need to be applied

https://issues.apache.org/jira/secure/attachment/12405002/Stonehenge-12.patch

> - versions of software needed

I got it to work with software versions mentioned in
https://svn.apache.org/repos/asf/incubator/stonehenge/trunk/stocktrader/dotnet/ReadMe.mht.
Only difference was I have SQL Server 2005 and it worked fine.

> - anything else?

To compile SetupActions.sln, I had to remove 3 references, namely

Microsoft.SqlServer.ConnectionInfo
Microsoft.SqlServer.Smo
Microsoft.SqlServer.Management.Sdk.Sfc

and re-add them. The last one didn't exist on my system but with the
first two, the build went fine. Not sure whether it's because I'm
having SQL Server 2005 instead of 2008.

Bye,

    -Chintana

-- 
http://engwar.com/

Reply via email to