Re: [Guide] Setting up a server based on VSRO server files
Quote:
Originally Posted by
kontroversy
You do not need to assign sa to any database, it is the SQL System Admin account and has full access to every database on the server.
Thanks for the reply. Everything done :) but when I try to connect to my billing (192.168.0.101:80/DBConnect I get this error
An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error.
Re: [Guide] Setting up a server based on VSRO server files
Quote:
Originally Posted by
polileusz
Thanks for the reply. Everything done :) but when I try to connect to my billing (192.168.0.101:80/DBConnect I get this error
An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error.
Did you enable ASP support for your IIS server ?
Re: [Guide] Setting up a server based on VSRO server files
Quote:
Originally Posted by
Chern0byl
Did you enable ASP support for your IIS server ?
Thanks for the reply. I fix this problem now :D
server cord established : 2 (192.168.0.101:52561)
What might be a problem?
And when I start my silkroad game I always get some error (9)
And how to get this view?
http://img190.imageshack.us/img190/5997/40475344.png
Re: [Guide] Setting up a server based on VSRO server files
Hello,
I tried to run SRO server and stuck on one place. Do you have any ideas where can be a problem on my situation ?
http://88.222.136.177/billing_asp_sc...error_code.jpg
Re: [Guide] Setting up a server based on VSRO server files
check your database. be sure you setup it correctly and restored it and make the 3 odbc
Re: [Guide] Setting up a server based on VSRO server files
Thank you for answer. I see that I can login to dabase and I see that there are 3 restored databases there. So, I think that everything is ok with it. But I do not understand how I can create 3 odbs on it? Please, explain.
http://88.222.136.177/billing_asp_sc.../error_nr2.jpg
Re: [Guide] Setting up a server based on VSRO server files
Control Panel>>>System & Security>>>Administrative Tools>>>Data Sources (ODBC)
press add then add 3 and make name like your 3 database
SRO_VT_ACCOUNT -> SRO_VT_ACCOUNT
SRO_VT_SHARD -> SRO_VT_SHARD
SRO_VT_SHARDLOG -> SRO_VT_SHARDLOG
Re: [Guide] Setting up a server based on VSRO server files
I see that there are many tabs on ODBC, such us "User DNS", "System DNS", "File DNS" and so on. On which Tab I need press "Add" ?
An one more question about that 3 odbs. After I pressing Add button it asking me select a driver for which you want to set up a data source. If I good understood I need select SQL Server and press Finish. Correct ? After that I need enter data source name and so on. repeat it more two times with other two database names. Correct ?
I am still getting connection errors after these steps...
GlobalServer.inc config
http://88.222.136.177/billing_asp_sc.../error_nr3.jpg
I can connect to MSSQL using ODBC and PHP, so I think it is working fine.
$server = 'STASTAPC\sqlexpress';
$dbname = "SRO_VT_ACCOUNT";
$user = "SRO";
$pass = "123456";
// Connect to MSSQL
$link = odbc_connect("Driver={SQL Server};Server={$server}; Database={$dbname}", $user, $pass);
But I still getting errors when starting GlobalManager...
srGlobalService.inc config:
[global]
count=1
[entry0]
operation_type=22
name=SRO_Vietnam_TestLocal
query=DRIVER={SQL Server};SERVER=STASTAPC\SQLEXPRESS;DSN=SRO_VT_ACCOUNT;UID=SRO;PWD=123456;DATABASE=SRO_VT_ACCOUNT
global_manager_node_id=697
Re: [Guide] Setting up a server based on VSRO server files
can u upload pic for your ini files srGlobalService and sr-shared ? and server.cfg
Re: [Guide] Setting up a server based on VSRO server files
Thank you for your help. I solved my problem.
Re: [Guide] Setting up a server based on VSRO server files
nice hope everything go ok with you
Re: [Guide] Setting up a server based on VSRO server files
OMG ... I think that I am in a trouble again :( How do you think it is cert server issue or something new ?
http://88.222.136.177/billing_asp_sc.../error_nr4.jpg
Re: [Guide] Setting up a server based on VSRO server files
try to change port to 32001
Re: [Guide] Setting up a server based on VSRO server files
2 Attachment(s)
Re: [Guide] Setting up a server based on VSRO server files
ok here i make some change's :D wish to work good