Can you post a screenshot of your debugger when this error come?
sometimes my cast server goes crazy and close when loading,
and I have note that in some cases, running the script in SN.txt
he returned to work (weird!), in other cases it was interference
of other programs.
SN Script (2nd part):
Code:
USE [Master];
GO
EXEC sp_serveroption 'LSV_GHBILL','rpc out','true'
EXEC sp_serveroption 'LSV_GHBILL','rpc','true'
EXEC sp_serveroption 'LSV_DKRACNT','rpc out','true'
EXEC sp_serveroption 'LSV_DKRACNT','rpc','true'
EXEC sp_serveroption 'DKRCASH','rpc out','true'
EXEC sp_serveroption 'DKRCASH','rpc','true'
EXEC sp_serveroption 'LSV_DKRHELION','rpc out','true'
EXEC sp_serveroption 'LSV_DKRHELION','rpc','true'
EXEC sp_serveroption 'LSV_DKRNUNVICE','rpc out','true'
EXEC sp_serveroption 'LSV_DKRNUNVICE','rpc','true'
EXEC sp_serveroption 'LSV_DKRQUNE','rpc out','true'
EXEC sp_serveroption 'LSV_DKRQUNE','rpc','true'
EXEC sp_serveroption 'LSV_DKRRONDOW','rpc out','true'
EXEC sp_serveroption 'LSV_DKRRONDOW','rpc','true'
EXEC sp_serveroption 'LSV_DKRSIZ','rpc out','true'
EXEC sp_serveroption 'LSV_DKRSIZ','rpc','true'
EXEC sp_serveroption 'LSV_DKRTEST','rpc out','true'
EXEC sp_serveroption 'LSV_DKRTEST','rpc','true'
EXEC sp_serveroption 'LSV_DKRZUTO','rpc out','true'
EXEC sp_serveroption 'LSV_DKRZUTO','rpc','true'
EXEC sp_serveroption 'LSV_DKRSTA','rpc out','true'
EXEC sp_serveroption 'LSV_DKRSTA','rpc','true'
EXEC sp_serveroption 'DKRACCOUNT01','rpc out','true'
EXEC sp_serveroption 'DKRACCOUNT01','rpc','true'