• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[RELEASE ]TERA v100.02 RETAIL FILES

Newbie Spellweaver
Joined
Apr 5, 2018
Messages
15
Reaction score
0
Does anyone know how the parcel system functions? As we don't have web shop, I checked the spcreateparcel stored proc. Mails/parcels get delivered upon restarting server. But not while running. Anybody found out if there's a trigger to make it work?
 
Junior Spellweaver
Joined
Jan 22, 2021
Messages
168
Reaction score
52
Does anyone know how the parcel system functions? As we don't have web shop, I checked the spcreateparcel stored proc. Mails/parcels get delivered upon restarting server. But not while running. Anybody found out if there's a trigger to make it work?

With database you can't, cuz its only crawled at server starting. There's no other way than checking with the webappside (but i think is impossible to find without any hints), or you can put your hands on the official webapptool to manage server(saw someone who has access to it, but don't share it for now)
 
Joined
Jan 13, 2011
Messages
775
Reaction score
177
here u go~!!

if u have team viewer i can give u the id so u can check if u like!

reading .LOG-file shows:

Code:
2021-05-24 23:21:04 SQLError [statement : ][rc=0][sqlState=08001][nativeError=17][errorMsg=[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.]

So check SQL Server connection/settings
 
THE KING
Legend
Joined
Feb 18, 2003
Messages
388
Reaction score
8
reading .LOG-file shows:

Code:
2021-05-24 23:21:04 SQLError [statement : ][rc=0][sqlState=08001][nativeError=17][errorMsg=[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.]

So check SQL Server connection/settings

I can connect to mssql and mysql, that why i dont know why that happens!!!
 
Joined
Feb 16, 2014
Messages
652
Reaction score
247
Login to MSSQL with windows authority go security - logins and check SA use that he have proper rights second thing your mssql server have turn off TCP/IP this can be second reason why you don't have connection with mssql database from game server exe. And check port as well because most mssql use random port if you will need help wit that all about that is easy find on Google or youtube.
 
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,124
Open your Microsoft Sql Server Management Studio and do this test, check if it is opening and if the data is included...





In my case i keep TCP/IP enabled in Sql Server Configuration Manager...



 
Last edited:
THE KING
Legend
Joined
Feb 18, 2003
Messages
388
Reaction score
8
Open your Microsoft Sql Server Management Studio and do this test, check if it is opening and if the data is included...





In my case i keep TCP/IP enabled in Sql Server Configuration Manager...




Thank you , gonna check right now!

EDITED: nop, still does the same crap, and everything is like the pics.
 
Last edited:
Newbie Spellweaver
Joined
May 23, 2021
Messages
12
Reaction score
7
Hi, there's no 64-bit version of this client, is there?
 
Back
Top