OpenPoker Server on SQL 2005 Express

14 views
Skip to first unread message

enrico....@gmail.com

unread,
Aug 29, 2006, 11:44:49 AM8/29/06
to openpoker
Hi, is there a way to install OpenPoker Server on an XP box running
SQLServer 2005 Express (installed with Visual Studio 2005 Express
Edition)?

Any help is appreciated!

Regards
Enrico

Carl

unread,
Aug 30, 2006, 7:15:35 AM8/30/06
to openpoker
not using the installer.

but i succeeded by using the sql script "create tables" & "populate
statistics" and putting ".\SQLEXPRESS" as data source in
openpokerserver.config

enrico....@gmail.com

unread,
Aug 30, 2006, 8:36:40 AM8/30/06
to openpoker
Yes, but the problem is how to create "openpokerserver.config".

I've "unzipped" the installer and found the SQL script and the .exe
files. But the config files are created by the installer. How can I
recreate them?

Can someone post an exaple of these files?

Ciao
Enrico

Carl ha scritto:

Carl

unread,
Aug 31, 2006, 7:04:51 AM8/31/06
to openpoker
<?xml version="1.0"?>
<server-config>
<debug>
<no-check-heap/>
</debug>
<connectivity>
<transport default-transport="tcp" transport-thread-count="2"
session-thread-count="2">
<tcp>
<listener host-name="" host-ip="0.0.0.0" service-port="31111"
queue-size="0"/>
</tcp>
</transport>
</connectivity>
<database>
<connection-string>Provider=SQLOLEDB.1;User
ID="openpoker_user";Password="openpoker_password";Persist Security
Info=True;Initial Catalog="OpenPoker";Data Source=".\SQLEXPRESS";Use
Procedure for Prepare=1;Auto Translate=True;Packet
Size=8192</connection-string>
</database>
</server-config>

Reply all
Reply to author
Forward
0 new messages