You need to set "code_page=utf-8" and "nation_code=en" in the steeradminweb.ini and boxadminweb.ini config files.ajaxHandler.py It should be that this file encoding does not support UTF-8?It should be that this file encoding does not support UTF-8, is there an updated file?
View attachment 199238
You need to set "code_page=utf-8" and "nation_code=en" in the steeradminweb.ini and boxadminweb.ini config files.
The shop database that comes with the API is an example. It was created based on the EUR datacenter, so when using a TW client or TW datacenter, some of the items will not have names (sets of items differ for different regions). You need to add items to the shop that are used by the TW client yourself.This is half Chinese and half English. Didn't it update well there?
You need to use code_page=utf-8 at all. Also make sure box and steer database is created with the utf8 encoding and utf8_unicode_ci collation (refer to the manual on the first page).Successful one, the other has problems. (Box System code_page=gb2312)
View attachment 235518
Steer server is designed to manage administrator rules (integration to a WebApp and a Box Server). The Box Server is required to implement the Item Claim system. Requires Python 2.6 (x86) and MySQL 5.7 to work.
Download:To view the content, you need to sign in or register
Installation
Create Database
- Install the Python 2.6 to directory C:\Python26.
- Unpack the python-2.6-Lib.zip archive into the C:\Python26 directory.
- Unpack the box.zip and steer.zip archives to your TERA Server directory.
Configuration
- Open Navicat or HeidiSQL and connect to your MySQL server.
- Create two databases named box2db and steer3db.
Important! Specify the utf8 encoding with collation utf8_unicode_ci when creating the database.- Import sql files from the directory box\DB to database box2db in the following order:
- BOX_schema_2.16.1.db50.sql
- BOX_sp_2.16.1.db50.sql
- BOX_data_2.16.1.db50.sql
- BOX_update_2.16.1.db50.sql.- Import sql files from the directory steerserver\DB to database steer3db in the following order:
- STEER_schema_3.3.1.db15.sql
- STEER_sp_3.3.1.db15.sql
- STEER_data_3.3.1.db15.sql
- STEER_update_3.3.1.db15.sql.
Servers Starting
- Open the file box\BoxConfig.ini and set the db_user and db_passwd parameters according to your database settings.
- Open the file steerserver\SteerConfig.ini and set all db_user and db_passwd parameters according to your database settings.
- Open the file boxadminweb\boxadminweb.ini and change the value of the nation_code parameter as en.
- Open the file steerweb\steeradminweb.ini and change the value of the nation_code parameter as en.
Import the Translation
- To start the Box Server API, run the 1_Box.bat file in the box directory.
- To start the Steer Server, run the .bat files in the steer directory in order.
- To start the Box Web Admin, run the Start.bat file in the boxadminweb directory.
- To start the Steer Web Admin, run the Start.bat file in the steerweb directory.
Box Web Admin panel:To view the content, you need to sign in or registerorTo view the content, you need to sign in or register
Steer Web Admin panel:To view the content, you need to sign in or registerorTo view the content, you need to sign in or register
Logins: boxadmin and steeradmin
Password: password
- Unpack the archive steer_translation_EN_RU.zip to any directory.
- Go to the Steer Web panel and select 언어 데이터 가져오기 from the 가져오기/내보내기 menu:
View attachment 233879- Click File upload button and select the file L10N_DisplayGroup_steeradmin_en.csv.
- Click File upload button and select the file L10N_Function_steeradmin_en.csv.
The error says that there is no version information in the box2db database.i am getting this error boxserver
View attachment 236238
The error says that there is no version information in the box2db database.
Make sure you have imported all *.sql files in the given order.
You need to import the file BOX_data_2.16.1.db50.sql, it contains information of the database version.View attachment 236239
I installed it in order like you, but the upgrade db is empty, it doesn't load it.
please wait i will delete and upload again.
whyYou need to import the file BOX_data_2.16.1.db50.sql, it contains information of the database version.
The problem may be caused by an invalid collation specified when creating the database. Note that when creating the database, you must specify utf8_unicode_ci, not utf8_general_ci. Check the SteerServer console log for errors.
box and steer worked for meThe problem may be caused by an invalid collation specified when creating the database. Note that when creating the database, you must specify utf8_unicode_ci, not utf8_general_ci. Check the SteerServer console log for errors.
Check here at step 9box and steer worked for me
it worked but what should be the execution order.
1.HUB
2.HUB_GW
3.1. BoxAPI
4.steerserver full
5.boxadminweb
6.steerweb
7.Tera-Api
8.Topography
9.ARB_GW
10.ArbiterServer
11.Wordl
is this right the way i run it?
if not correct please tell the exact order
2023-07-09 12:32 ReportDB에 연결하지 못했습니다. [serverName: TERA测试] [serverNo: 1]
2023-07-09 12:32 DB Connection string is empty.
2023-07-09 12:32 WebApp
2023-07-09 12:32 Line Number : 0
2023-07-09 12:32 at WebApp.DBConnection.TestDbConnectionString(String connStr)
at WebApp.WebAdminDB.ReLoadServer()
??-------------AppExceptioin--------------
??Time : 19:51:20
WebAdmin database connection error [connectionString=Data Source={SQL Server};Server=127.0.0.1;Database=WebAppDB;UID=sa;PWD=U6SjJk3ZyQhrv5tq;]
[07.09 11:21] Actual Queries...
[07.09 11:32] Actual Queries...
[07.09 11:55] Actual Queries...
[07.09 12:09] Actual Queries...
[07.09 12:28] Actual Queries...
[07.09 12:32] Actual Queries...
[07.09 13:21] Actual Queries...
[07.09 13:22] Actual Queries...
[07.09 13:31] Actual Queries...
It's not much help but I can tell you that your not alone..I have this very same problem. I was advised to change my computer..which i am in the process of doing. I'll keep you informed if i make any progress. See page 3 of video-tera-retail-server-installation-webapp-item-claim-setup-proxy-server-setup.When i replace the WebApp.dll or change the login name cannot login to the normal WebAdmin panel anymore,
is then spamming the WebApp Error logCode:2023-07-09 12:32 ReportDB에 연결하지 못했습니다. [serverName: TERA测试] [serverNo: 1] 2023-07-09 12:32 DB Connection string is empty. 2023-07-09 12:32 WebApp 2023-07-09 12:32 Line Number : 0 2023-07-09 12:32 at WebApp.DBConnection.TestDbConnectionString(String connStr) at WebApp.WebAdminDB.ReLoadServer()
Exeption Log:
Code:??-------------AppExceptioin-------------- ??Time : 19:51:20 WebAdmin database connection error [connectionString=Data Source={SQL Server};Server=127.0.0.1;Database=WebAppDB;UID=sa;PWD=U6SjJk3ZyQhrv5tq;]
Database Log:
Code:[07.09 11:21] Actual Queries... [07.09 11:32] Actual Queries... [07.09 11:55] Actual Queries... [07.09 12:09] Actual Queries... [07.09 12:28] Actual Queries... [07.09 12:32] Actual Queries... [07.09 13:21] Actual Queries... [07.09 13:22] Actual Queries... [07.09 13:31] Actual Queries...
Is anyone able to tell me where i failed ?
I also tried to follow this guide :
(Video) TERA Retail Server Installation | WebApp/Item Claim Setup | Proxy Server Setup
But it wont let me login either.
if i revert the changes and loginto WebTool without steer it wont let me add/edit/search anything besides showing me the Current Server Status
TyIt's not much help but I can tell you that your not alone..I have this very same problem. I was advised to change my computer..which i am in the process of doing. I'll keep you informed if i make any progress. See page 3 of video-tera-retail-server-installation-webapp-item-claim-setup-proxy-server-setup.