
Originally Posted by
hack2u
Thank you very much for your interest in trying to fix the same

this screenshot is from VMWARE setup ? or your own setting on PC ?
Because i believe it's not from VMWARE else you wont get that mssql error issue
in case if it's not from VMWARE the error right now is that your server can't connect with MSSQL you are using the same PWD webzen@2 so check it out and see if you edited all file for connect to MSSQL
You have to edit those file with proper IP and MSSQL info :
Code:
server\config\CenterConfig.yaml
SQLServer: 127.0.0.1,1433 Driver: SQL Server Native Client 11.0
User: sa
Password: webzen@2
AutoTranslate: No
Also create the user ODBC link with Driver : SQL Server Native Client 11.0 for each database
edit also each IP :
Replace those ip with your own IP
if it's local server just set your 192.168.xxx.xxx let say your local is 192.168.1.100
Code:
Listen: 10.249.194.107:10001 => Listen: 192.168.1.100:10001
Public: 43.249.194.107:1001 => Public: 192.168.1.100:1001