wrong.
i found the problem:
you renamed your account database!
now you have to change the name in a stored procedure as well.
open the shard database,
select "programability"
then "stored procedures"
and then right-click the stored procedure called "_GET_REMAIN_SILK"
select "modify"
and then replace the line
"exec
SR_AccountDB.dbo._GETSILKDATAFORGAMESERVER @JID, @Silk_Own ....."
with the name of your database. (red needs to be edited

)
then click on "execute" at the top