i need help

01/13/2016 10:54 armysafc#1
when i run Sr_SHARDManager i get this error

Query Error!!! Query Result : -1, Query : {?=CALL _ExistsServiceOffRentItem}

SQL Error State:42000, Native Error Code: AFC, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not find stored procedure '_ExistsServiceOffRentItem'.
{?=CALL _ExistsServiceOffRentItem}

SR_ShardManager is initialized successfully

anyone help me solve this problem?
01/13/2016 10:57 Syloxx#2
"Could not find stored procedure '_ExistsServiceOffRentItem'."

there u go :facepalm:
01/13/2016 11:03 blapanda#3
Quote:
Originally Posted by Syloxx View Post
"Could not find stored procedure '_ExistsServiceOffRentItem'."

there u go :facepalm:
"You are so dumb, Y U NO HAVE SKILLZ LIKE ME!?", I am wondering how often you got beaten in school.
He is a bloody beginner, why so condescending? Ever heard about hepling people with some sort of manner or positive attitude? Seems like being not the case anyways.
01/13/2016 11:14 armysafc#4
iv tried adding it in database and all i get is:
Msg 2714, Level 16, State 3, Procedure _ExistsServiceOffRentItem, Line 4
There is already an object named '_ExistsServiceOffRentItem' in the database.
01/13/2016 11:22 blapanda#5
Keep looking for the stored procedures and try to reconfigure them, since you already seem to have that procedure, but not fetching correctly (e. g. if you have changed your database names from SRO_VT_SHARD to BLA_SUMTHING, you have to do this in every single procedure, too!).

Take some different databases from the forums here and try to match them. Look which part is lacking, causing the crash, the errors.