LMSCommit() is NOT called imediately after LMSSetValue()

Re: LMSCommit() is NOT called imediately after LMSSetValue()

by Smriti Pandey -
Number of replies: 0
Ok thanks for info.

Getting "General Exception" on clicking "Exit Activity" when launched module in same window.
I can't run LMSGetDiagnostic() explicitly.

The following is the log which shows errorcode -101 and diagnostic as 101 as well:
Tue, 27 Apr 2021 12:56:37 GMT: LMSSetValue("cmi.suspend_data", "C1A%24nP1A%24nP1A%24nP0A%24nP0A%24nP0A%24nPIKBradboyd31BALDavidsNed31BAJDnD_ScoreBAJNextCheckBAIPaypal31BAKTotalscoreBCOUSgovernment31BAQcpQuizHandledAllBA$_#-#_$") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: LMSSetValue("cmi.core.session_time", "0000:00:04.25") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: Commit("", "") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: LMSCommit("AJAXResult", "false") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: LMSCommit("result", "false") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: LMSCommit("errorCode", "101") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: LMSGetErrorString("101", "General exception") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: LMSGetDiagnostic("101", "101") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: LMSGetValue("cmi.core.lesson_status") - incomplete => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: LMSSetValue("cmi.core.session_time", "0000:00:04.32") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: LMSSetValue("cmi.core.exit", "suspend") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: Commit("", "") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: LMSCommit("AJAXResult", "false") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: LMSCommit("result", "false") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: LMSCommit("errorCode", "101") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: LMSGetErrorString("101", "General exception") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: LMSGetDiagnostic("101", "101") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:37 GMT: LMSFinish("AJAXResult", "false") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:38 GMT: LMSFinish("result", "false") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:38 GMT: LMSFinish("", "") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:38 GMT: LMSGetErrorString("101", "General exception") => 0 scoid = 635
Tue, 27 Apr 2021 12:56:38 GMT: LMSGetDiagnostic("101", "101") => 0 scoid = 635


What can be the issue?