Jump to content

Recommended Posts

Posted

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

  • 4 months later...
  • 1 year later...
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...