• 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.

Ran Manager EP10 Problem

Newbie Spellweaver
Joined
Dec 17, 2011
Messages
92
Reaction score
15
I already setup ranmanager.ini and everything even odbc are success
EXCEPT THIS
how can i fix this? ( or did i miss something? )
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 17, 2011
Messages
92
Reaction score
15
Thank you for your reply

But I tried Both
SQL Username and Password = Nothing Happened
tried Ingame gm account = also Nothing Happened
 
Upvote 0
Computers are fast; programmers keep it slow.
[VIP] Member
Joined
Feb 15, 2016
Messages
511
Reaction score
351
Thank you for your reply

But I tried Both
SQL Username and Password = Nothing Happened
tried Ingame gm account = also Nothing Happened

Your RanManager.ini should have the same settings (local) if its remote, you should replace it with IP instead and make sure its port forwarded.

Code:
RAN_GAME_ODBC        RanGame1
RAN_LOG_ODBC        RanLog
RAN_SHOP_ODBC        RanShop
RAN_USER_ODBC        RanUser
RAN_GAME_DB        RanGame1
RAN_LOG_DB        RanLog
RAN_SHOP_DB        RanShop
RAN_USER_DB        RanUser
HOST            127.0.0.1
USERNAME        sa
PASSWORD        MyDamnSQLPasswordXD0000!!
 
Upvote 0
Back
Top