marco84 Posted May 28, 2010 Posted May 28, 2010 Morning all, Some of the computers running success maker keep throwing up the error.... "Error in student loop. No score recorded. exitValue:13" I've tried re-installing success maker on the machines but the error still persists. Anyone seen this problem before or got any ideas how to resolve it? Thanks Mark
srumbelow Posted October 13, 2010 Posted October 13, 2010 I have the sam eproblem with success maker can you forward instructions to me please. S. Rumbelow
plexer Posted October 13, 2010 Posted October 13, 2010 This is normally down to permissions on the client RM supply a batch file to be run on the client to set the correct ntfs permissions. Ben
rk2007 Posted August 1, 2012 Posted August 1, 2012 I am facing the same problem with SM, could you please send me the solution?
plexer Posted August 1, 2012 Posted August 1, 2012 Why not just share the solution here to save you have to keep PM'ing people? Ben
dezt Posted August 1, 2012 Posted August 1, 2012 Copy and paste these lines into a bat file and run on each PC that this error comes up on. @ECHO OFF rem *************************************************************************** rem ****** This batch file updates NTFS file security for SuccessMaker ****** rem ****** Enterprise: Everyone group allocated change access ****** rem *************************************************************************** rem echo Updating file permissions rem Set permissions on files and folders for SME md c:\resultsmanager\successmaker\temp cacls c:\history /e /t /g EVERYONE:c cacls c:\student /e /t /g EVERYONE:c cacls c:\teacher /e /t /g EVERYONE:c cacls c:\localcai\bin /e /t /g EVERYONE:c cacls c:\history\*.* /e /t /g EVERYONE:c cacls c:\student\*.* /e /t /g EVERYONE:c cacls c:\teacher\*.* /e /t /g EVERYONE:c cacls c:\resultsmanager\successmaker\temp /e /t /g EVERYONE:c cacls c:\localcai\bin\*.* /e /t /g EVERYONE:c
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now