[Request Help ] Biling Server Dead Sr-ShardManager.exe

05/30/2017 00:16 murdersquad#1
sr_ShardManager no't working.. what i should to do ? i try all i check ini file.. i check dbconnection iis work at :8080 i open all iis features ...all work perfect but when open Sr_ShardManager.exe at folder run and close imediatlly in 0,001 sec , and if open at SMC and Launch the sr_shardManager.exe say Db Connection Fail who can come with Teamwiewer?

Please?
05/30/2017 02:34 blapanda#2
Check your billingserver scripts.
Check your ODBC connections.
Check your Database's main connections (procedures).
Assure ISS is running at the background, always.

Go through the tutorial, once again. Years ago, a good source for me was [Only registered and activated users can see links. Click Here To Register...].
05/30/2017 02:35 murdersquad#3
Quote:
Originally Posted by blapanda View Post
Check your billingserver scripts.
Check your ODBC connections.
Check your Database connections (procedures).
Assure ISS is running at the background, always.

Go through the tutorial, once again. Years ago, a good source for me was [Only registered and activated users can see links. Click Here To Register...].
i check all , about 20-30 way.. and all work fine..

Upp still need help
05/30/2017 15:27 Rom3lB#4
check your DB connect give us screen from DB connect
05/31/2017 14:18 murdersquad#5
Here is DbConnect

Quote:
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=VMI120513\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=123;"
DBConnA.Open strConnectA

%>
06/04/2017 12:34 warlock0011#6
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=VMI120513\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=123;"
DBConnA.Open strConnectA

%>


Put your IP to "Data Source=VMI120513\SQLEXPRESS;" Like this : Data Source=123.123.123.123;
06/04/2017 17:01 Spidy.#7
#Closed