Search found 16 matches

by Pirisok
03 Jan 2023, 06:51
Forum: SFS2X Questions
Topic: mssql for sfs2x
Replies: 5
Views: 2162

Re: mssql for sfs2x

Thank you for your response.

We had an issue with the connection, but now it's working just fine.

Bests
by Pirisok
31 Dec 2022, 14:41
Forum: SFS2X Questions
Topic: mssql for sfs2x
Replies: 5
Views: 2162

Re: mssql for sfs2x

Thanks for quick reply.

We downloaded that jdbc driver from Microsoft site and we copy file 'mssql-jdbc-11.2.1.jre8.jar' to lib folder of sfs.

And we are using a simple test SQL like this:
select * from ourdatabse.temptable.

And yes, we test the connection string without encrypt too.

Bests
by Pirisok
31 Dec 2022, 14:19
Forum: SFS2X Questions
Topic: mssql for sfs2x
Replies: 5
Views: 2162

mssql for sfs2x

Hi, We used to use mysql for database for our games, we wanted to switch to mssql(Microsoft Sql server). We have some issues: If we wanted to use jdbc, we have this error: java.sql.SQLException: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Exception: java.sql.SQLException M...
by Pirisok
22 Jan 2022, 08:55
Forum: SFS2X Questions
Topic: Deploy a server on multiple servers in differenct regions
Replies: 1
Views: 1924

Deploy a server on multiple servers in differenct regions

Hi. We created a game and want to deploy it on multiple regions. The game is real-time so we should have different servers in different regions so players can experience the game without lags. I just have some questions: - Is there any best practice or feature in SFS2X for us? - Do we need separate ...
by Pirisok
28 Jan 2020, 09:05
Forum: SFS2X Questions
Topic: "Unity and Smartfox Best Of Both Worlds" How to integrate scores and currency?
Replies: 19
Views: 17870

Re: "Unity and Smartfox Best Of Both Worlds" How to integrate scores and currency?

hi
each user is auto-assigned a session token (not the userId) which is 32 characters random string


Is this session token unique for players?
by Pirisok
22 Jan 2020, 05:45
Forum: SFS2X Questions
Topic: Servlet Manager error #2035
Replies: 3
Views: 5104

Re: Servlet Manager error #2035

hi again.
if you see my attachments, all tabs are working fine like in picture 1, just when I open the Servlet Manager tab, left to Licence Manager tab(picture 2), I'm getting error #2035.
I'm using Admin Tools.
by Pirisok
21 Jan 2020, 10:44
Forum: SFS2X Questions
Topic: Servlet Manager error #2035
Replies: 3
Views: 5104

Servlet Manager error #2035

Hi.
I recently installed sfs admin tools in local host, and when I want to open the Servlet Manager tab, I'm getting error #2035.
when I want to reach it with browser, I'm getting error #2036.
Any idea?

tnx.
by Pirisok
30 Oct 2019, 09:17
Forum: SFS2X Questions
Topic: SfsObject size limit?
Replies: 2
Views: 5977

Re: SfsObject size limit?

Thanks a lot.
by Pirisok
26 Oct 2019, 10:03
Forum: SFS2X Questions
Topic: SfsObject size limit?
Replies: 2
Views: 5977

SfsObject size limit?

Hi!
Is there any size limit to sfsobjects when sending it to the server?
I'm sending an empty one and it's ok, but when I send a really big one, the server does not even receive that request.
tnx
by Pirisok
16 Sep 2019, 11:32
Forum: SFS2X Questions
Topic: Limit of scheduleAtFixedRate
Replies: 1
Views: 3159

Limit of scheduleAtFixedRate

Hi! I just wanna ask is there any limit of how much schedules we can run in our extension like this : SmartFoxServer.getInstance().getTaskScheduler().scheduleAtFixedRate(...); I'm running about 5 of them, every is working but I want to know that is there any limit or should I reduce them? tnx.
by Pirisok
17 Aug 2019, 10:35
Forum: SFS2X Questions
Topic: Check server status in windows
Replies: 7
Views: 8935

Re: Check server status in windows

ok, here's what I did to solve this. I created my instances of SFS as standalone then created custom windows service for each instance. now I can restart and stop them with windows service and run them on windows startup. Still, stop command for this service does not work and I have to log in to adm...
by Pirisok
17 Aug 2019, 05:29
Forum: SFS2X Questions
Topic: Check server status in windows
Replies: 7
Views: 8935

Re: Check server status in windows

ok, first of all, tnx for support. and then: I did it and I have a new problem! I run multiple instances of SFS in windows in none service mode and everything is working fine. but when I restart SFS with admin tools(panel) it closes the application(CMD window) that ran for that instance. and the pro...
by Pirisok
14 Aug 2019, 16:52
Forum: SFS2X Questions
Topic: Check server status in windows
Replies: 7
Views: 8935

Re: Check server status in windows

You can still run multiple copies but avoid installing all of them as service


Standalone: in this mode you run the application normally as any other program, and the server will keep running until you close it.


So I need to keep that file open or server will be shut down?
by Pirisok
14 Aug 2019, 07:37
Forum: SFS2X Questions
Topic: Check server status in windows
Replies: 7
Views: 8935

Re: Check server status in windows

tnx for the fast reply. another issue! if I install multiple instances of SFS on windows, how can manage their services? all of them will be added to that service in Windows service manager? I mean if I restart SFS service in service manager, all of them will be restarted? because in the setting of ...
by Pirisok
14 Aug 2019, 05:40
Forum: SFS2X Questions
Topic: Check server status in windows
Replies: 7
Views: 8935

Check server status in windows

hey I use to use sfs2x in Linux but now I'm using it in Windows. I have a little silly problem! how can I check the status of SFS instance in Windows? or restart/stop it without admin panel. I use to do that by a command in Linux, but there is no such thing in windows mode. Another question, can I r...

Go to advanced search