How to make ID GM (AION 4.6 retail)
1 Attachment(s)
Re: How to make ID GM (AION 4.6 retail)
how to fix this error???
For info DB Aion_gm already create
Attachment 169842
Re: How to make ID GM (AION 4.6 retail)
Quote:
Originally Posted by
Onplay
What is your sql user and pass?
You can use my server and then set sql user = sa / pass = 123456
https://forum.ragezone.com/f587/aion...erver-1197401/
1 Attachment(s)
Re: How to make ID GM (AION 4.6 retail)
have followed all the ways as shown. But there is still an error, why can't I login ??????????? error as below
how fix this error
Attachment 169889
Re: How to make ID GM (AION 4.6 retail)
sthaporn12 i am used you last BD ,server works but i have erorr:
9-DBManager connection error - not created! GM DB doesn't exist!!
And i dont found aion_gm Database in your files..
Re: How to make ID GM (AION 4.6 retail)
Quote:
Originally Posted by
vitala
sthaporn12 i am used you last BD ,server works but i have erorr:
9-DBManager connection error - not created! GM DB doesn't exist!!
And i dont found aion_gm Database in your files..
https://mega.nz/file/eVsmXB4S#04mMc3...jPEiSFoHUMYDyA
1. Replace it to your server location. ,Then set SQL sever to follow below.
SQL server user = SA
Password = 123456
2. Restore aion_log database.
Coz, this setting will work with my file.
Re: How to make ID GM (AION 4.6 retail)
Quote:
Originally Posted by
sthaporn12
I got this error in that step when I try to log in
I double-checked the ID and password
https://i.imgur.com/VLXkoeC.png
It's like "Access Denied" in russian.
I am using the last aion_log.bak, GMServer and AionWeb files from this thread but still getting this error when I try to log in.
Am I missing something?
Re: How to make ID GM (AION 4.6 retail)
Quote:
Originally Posted by
victorcor
I got this error in that step when I try to log in
I double-checked the ID and password
https://i.imgur.com/VLXkoeC.png
It's like "Access Denied" in russian.
I am using the last aion_log.bak, GMServer and AionWeb files from this thread but still getting this error when I try to log in.
Am I missing something?
Don't use "localhost"
You have to use "127.0.0.1" only (my file set for it)
Ex.
http://localhost/wldpatltmxpa/dkdldhswldpatltmxpa.aspx <<< Do not
http://127.0.0.1/wldpatltmxpa/dkdldhswldpatltmxpa.aspx <<< DO
Re: How to make ID GM (AION 4.6 retail)
Quote:
Originally Posted by
sthaporn12
Don't use "localhost"
You have to use "127.0.0.1" only (my file set for it)
Ex.
http://localhost/wldpatltmxpa/dkdldhswldpatltmxpa.aspx <<< Do not
http://127.0.0.1/wldpatltmxpa/dkdldhswldpatltmxpa.aspx <<< DO
Nice! Worked fine now! Thank you.
I have only a question: Where can I disable the automatic account creation? When I try to login with a not registered account, the server does not pop any error, it creates the account instead. How can I disable that?
Re: How to make ID GM (AION 4.6 retail)
Quote:
Originally Posted by
victorcor
Nice! Worked fine now! Thank you.
I have only a question: Where can I disable the automatic account creation? When I try to login with a not registered account, the server does not pop any error, it creates the account instead. How can I disable that?
To disable the automatic account creation, you must change your ap_GPwdWithFlag at AionAccounts database to the following:
Code:
ALTER PROCEDURE [dbo].[ap_GPwdWithFlag] @account varchar(14)
, @PWD binary(16) output
, @flag tinyint output
--, @otpflag tinyint = 0 output
AS
SELECT @PWD=password
, @flag=new_pwd_flag
-- , @otpflag = otp_flag
FROM user_auth with (nolock)
WHERE account @account
1 Attachment(s)
Re: How to make ID GM (AION 4.6 retail)
Can someone please help me with the connection of the GM server to DB? When i try to start GM server it gives me an error (attached). In fact i cannot understand where is DB settings of GM server is located. I made all modifications that was in the guide including D:\_AION\_AION_WEB\conf\external_config.xml and it seems it is working fine since the site is working perfectly. My guess that it
should be encrypted by DBConfigEncrypt.exe but i did not get how does it works. Thank you for your help.
Attachment 170110
upd: well, the solution is not quite intuitive, espessialy when nobody mention that and you dont have /help folder. For anyone who has the same problem, you need to do the 4_6-AION_Configuring_BIN_connection_tool_teaching.docx which could be found in TieLay's server archive.
Re: How to make ID GM (AION 4.6 retail)
Check .BIN-files data trought it's decription. Possible in this case U have wrong connection cridentials.
Re: How to make ID GM (AION 4.6 retail)
Quote:
Originally Posted by
sthaporn12
U backup it from MS SQL SERVER 2019?
Can U just create .sql-file from it?
coz in MS SQL SERVER 2017CU26 restoring from yours backup - impossible
And how fix "error 20" when GM try logon in game trough client?
Re: How to make ID GM (AION 4.6 retail)
https://s3.bmp.ovh/imgs/2021/10/ad3cad87e845e6bd.jpg
It's like "Access Denied" in Chinese.
Can you teach me how to solve this problem
Re: How to make ID GM (AION 4.6 retail)
Could help me?
I can't set user as GM
On step 5 when i tried to search char, page answer - nothing to find
Char name is simple - Test and I see it in DB
in weblog.txt I see error:
2021-11-13 13:14:55,922 [13564] FATAL - communications.PacketSender : communications.PacketUtilCrypto CommonDecode error (allbuf.Length == 0 && rcv_len == 0)StackTrace : at communications.PacketUtilCrypto.CommonDecode(Byte[] msg, RequestPacketType request_packet_type, Byte marker, Int32 added_header_length, Int32 buffer_size, Boolean is_rcv) in G:\Work\Aion\_RESTORED\Common\communications\PacketUtilCrypto.cs:line 136 at communications.PacketSender.DecodeUSERLIST(Byte[] msg) in G:\Work\Aion\_RESTORED\Common\communications\PacketSender.cs:line 2630
But in GMserver side i see row like that
11/13/2021 1:14:55 PM : 127.0.0.1:50509 GRQ_GET_USER_LIST
in Gmserverlog
2021-11-13 13:14:55,688 [13176] INFO - ?AsyncSocketServer.AcceptCallback Add - count: : 1
2021-11-13 13:14:55,704 [13080] FATAL - ReadCallback Exception : Padding is invalid and cannot be removed.
2021-11-13 13:14:55,704 [13080] INFO - ?AsyncSocketServer.ReleaseStateObject : connectedSocks.Count:0
2021-11-13 13:14:55,922 [13080] INFO - ?AsyncSocketServer.AcceptCallback Add - count: : 1
2021-11-13 13:14:55,922 [12408] FATAL - ReadCallback Exception : Padding is invalid and cannot be removed.
2021-11-13 13:14:55,922 [12408] INFO - ?AsyncSocketServer.ReleaseStateObject : connectedSocks.Count:0
Any suggestions?