Can someone help me setup the server so i am able to connect to it, i did everything the tutorials said, but i can't seem to get it working
Can someone help me setup the server so i am able to connect to it, i did everything the tutorials said, but i can't seem to get it working
too many tutorials and post your problems with logs so we can help you :)
i dont know how to find the logs but it just stops some of the services when i start the server
Centos OS:6.4 32 bit
Windows OS:10 64 bit
Centos LAN IP:192.168.163.129
Windows LAN IP:192.168.1.103
Do u have turned off firewall?(Yes/No):Yes on both systems
Describe ur problem:Some of my services are stopped, name of them are: ChatNode_01, LoginSvr_01, WorldSvr_01_01, AgentShop_01, EventMgrSvr
Logs: I have logs for them all
Djbette's Pastebin - Pastebin.com
First thing you need to fix your problem.
Check your database connection.
[unixODBC][FreeTDS][SQL Server]Server is unavailable or does not exist.
Then, be sure that your MSSQL DB is allowing connections through port 1433, that SQL Server is not blocking the incoming server's IP address, and that you have the correct password.
using nmap and ping to 1433 port
use
[Account].[dbo].[cabal_tool_registerAccount_web]
i used the one you said and i got this error
Code:Msg 8152, Level 16, State 11, Procedure cabal_tool_registerAccount_web, Line 11 String or binary data would be truncated. The statement has been terminated. Msg 515, Level 16, State 2, Procedure cabal_tool_registerAccount_web, Line 17 Cannot insert the value NULL into column 'UserNum', table 'ACCOUNT.dbo.cabal_charge_auth'; column does not allow nulls. INSERT fails. The statement has been terminated. Msg 515, Level 16, State 2, Procedure cabal_tool_registerAccount_web, Line 20 Cannot insert the value NULL into column 'UserNum', table 'CabalCash.dbo.CashAccount'; column does not allow nulls. INSERT fails. The statement has been terminated. Msg 208, Level 16, State 1, Procedure cabal_tool_registerAccount_web, Line 23 Invalid object name 'CabalCash2.dbo.CashAccount'. Msg 266, Level 16, State 2, Procedure cabal_tool_registerAccount_web, Line 23 Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1.
Not sure if this helps
http://forum.ragezone.com/f451/cabal...014-a-1103746/
No, you just have to change the design of your cabal_auth_table, from varchar(50) on passwords to varchar(100). See http://forum.ragezone.com/f451/gm-to...0/#post8643485. Also remember to runI have been running sql 2014 for over a year non-stop on my server and it's great, way better than 2008.Code:EXEC sp_MSforeachdb 'ALTER DATABASE [?] SET COMPATIBILITY_LEVEL = 100