Demon95

HElP

13 posts in this topic

5 times I created a clean server Exile(1.0.3) still this error, the server starts but when connecting says "connecting..." Version of ARMA 3 1.70 32 and 64 bit no difference

Spoiler

20:21:37   Error position: <_result select 0) do
{
case 0:
{
(format>
20:21:37   Error Undefined variable in expression: _result
20:21:37 File exile_server\code\ExileServer_system_database_query_selectFull.sqf, line 16
20:21:37 Error in expression <uery_selectFull;
_numberOfClans = count _clanIDs;
if (_numberOfClans > 0) then 
>
20:21:37   Error position: <_clanIDs;
if (_numberOfClans > 0) then 
>
20:21:37   Error Undefined variable in expression: _clanids
20:21:37 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 20
20:21:37 Call extension 'extDB2' could not be found
20:21:37 Error in expression <"extDB2" callExtension _query);
switch (_result select 0) do
{
case 0:
{
(format>

 

Share this post


Link to post
Share on other sites
Advertisement
1 hour ago, Demon95 said:

5 times I created a clean server Exile(1.0.3) still this error, the server starts but when connecting says "connecting..." Version of ARMA 3 1.70 32 and 64 bit no difference

  Reveal hidden contents

20:21:37   Error position: <_result select 0) do
{
case 0:
{
(format>
20:21:37   Error Undefined variable in expression: _result
20:21:37 File exile_server\code\ExileServer_system_database_query_selectFull.sqf, line 16
20:21:37 Error in expression <uery_selectFull;
_numberOfClans = count _clanIDs;
if (_numberOfClans > 0) then 
>
20:21:37   Error position: <_clanIDs;
if (_numberOfClans > 0) then 
>
20:21:37   Error Undefined variable in expression: _clanids
20:21:37 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 20
20:21:37 Call extension 'extDB2' could not be found
20:21:37 Error in expression <"extDB2" callExtension _query);
switch (_result select 0) do
{
case 0:
{
(format>

 

Ill bet 100 / 1 that you did not replace the key, Your Arma is not up to date (most likely according to the message) the  DLL is either blocked, or the Database query that you used to create the "Fresh" server was not the right query. Or a combination of all of that.

Eichi has already asked. Give us an RPT and how about some SQL logs?

http://Pastebin.com

Don't for get to use a "spoiler" if not! :)

 

Edited by GamersRoost
  • Like 1

Share this post


Link to post
Share on other sites
1 hour ago, Demon95 said:

5 times I created a clean server Exile(1.0.3) still this error, the server starts but when connecting says "connecting..." Version of ARMA 3 1.70 32 and 64 bit no difference

  Hide contents

20:21:37   Error position: <_result select 0) do
{
case 0:
{
(format>
20:21:37   Error Undefined variable in expression: _result
20:21:37 File exile_server\code\ExileServer_system_database_query_selectFull.sqf, line 16
20:21:37 Error in expression <uery_selectFull;
_numberOfClans = count _clanIDs;
if (_numberOfClans > 0) then 
>
20:21:37   Error position: <_clanIDs;
if (_numberOfClans > 0) then 
>
20:21:37   Error Undefined variable in expression: _clanids
20:21:37 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 20
20:21:37 Call extension 'extDB2' could not be found
20:21:37 Error in expression <"extDB2" callExtension _query);
switch (_result select 0) do
{
case 0:
{
(format>

 

Call extension 'extDB2' could not be found = the .DLL is not in the right location OR its blocked. In my limited experience.
The Arma version 1.70 half message that you posted, is probably the Arma 3 executable being out of date. Update it with SteamCMD and try again. Im betting the farm on both of these things being your issue.

 

  • Like 1

Share this post


Link to post
Share on other sites
20 minutes ago, Eichi said:

Please post your extDB logfile :)

[18:23:59:678291 +00:-1] [Thread 3428] extDB2: Database Type: MySQL
[18:23:59:680974 +00:-1] [Thread 3428] extDB2: Database Session Pool Started
[18:23:59:683259 +00:-1] [Thread 3428] extDB2: SQL_CUSTOM_V2: Loading Template Filename: C:\Arma 3OnliGame\@ExileServerAltis\extDB\sql_custom_v2\exile.ini
[18:23:59:683481 +00:-1] [Thread 3428] extDB2: SQL_CUSTOM_V2: Version 12 Detected, Latest Version 12 Available
[20:20:03:712235 +00:-1] [Thread 3428] extDB2: Stopping ...

Share this post


Link to post
Share on other sites
36 minutes ago, GamersRoost said:

Call extension 'extDB2' could not be found = the .DLL is not in the right location OR its blocked. In my limited experience.
The Arma version 1.70 half message that you posted, is probably the Arma 3 executable being out of date. Update it with SteamCMD and try again. Im betting the farm on both of these things being your issue.

 

v1,70,0,141764

Share this post


Link to post
Share on other sites

Is the @exile_Server\extdb-conf.cfg correct? DB name and or IP with password? Can you connect to your database with a tool like Workbench?
Can you also pastebin the RPT please?

It really feels like the database schema is not right. I could be way off, but thats what my fat ass gut is telling me.

 

So far so good and looks like its gotta be confusing.

Thanks!

Josh

Edited by GamersRoost
  • Like 1

Share this post


Link to post
Share on other sites
1 hour ago, GamersRoost said:

Is the @exile_Server\extdb-conf.cfg correct? DB name and or IP with password? Can you connect to your database with a tool like Workbench?
Can you also pastebin the RPT please?

It really feels like the database schema is not right. I could be way off, but thats what my fat ass gut is telling me.

 

So far so good and looks like its gotta be confusing.

Thanks!

Josh

several times checked everything right there to the database can be connected but the account is not created

Share this post


Link to post
Share on other sites
2 hours ago, Eichi said:

Please post your extDB logfile :)

I temporarily restore the last version how can I return a database to cancel the command which was executed to 1.0.3

Share this post


Link to post
Share on other sites
34 minutes ago, Demon95 said:

several times checked everything right there to the database can be connected but the account is not created

MAn this is tough.

Do you have an RPT file? It can be located in the "profiles" folder.

Please share :)

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.