50% of the time users get this error "ERROR Initializing LMS" when starting CBTs... any ideas...?
intSCORM2004Error=102
An error has occurred
Error initializing communications with LMS
--
You received this message because you are subscribed to the Google Groups "eLearning Technology and Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elearning-technology-and...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
:Thu Jul 25 14:58:02 EDT 2013 - AICCComm - Trying to create MSXML2.XMLHTTP in VBScript
1:Thu Jul 25 14:58:02 EDT 2013 - AICCComm - intReCheckLoadedInterval=250
2:Thu Jul 25 14:58:02 EDT 2013 - AICCComm - intReCheckAttemptsBeforeTimeout=240
3:Thu Jul 25 14:58:02 EDT 2013 - AICCComm - IFrameLoaded
4:Thu Jul 25 14:58:02 EDT 2013 - AICCComm - In GetAICCURL
5:Thu Jul 25 14:58:02 EDT 2013 - GetQueryStringValue Element 'AICC_URL' Not Found, Returning: empty string
6:Thu Jul 25 14:58:02 EDT 2013 - AICCComm - Querystring value =
7:Thu Jul 25 14:58:02 EDT 2013 - AICCComm - GetAICCURL returning:
8:Thu Jul 25 14:58:02 EDT 2013 - AICCComm - In DetectPreferredCommMethod, checking XMLHTTP
9:Thu Jul 25 14:58:02 EDT 2013 - AICCComm - Checking IFrame
10:Thu Jul 25 14:58:02 EDT 2013 - AICCComm - blnCanUseXMLHTTP=true
11:Thu Jul 25 14:58:02 EDT 2013 - AICCComm - blnCanUseIFrame=true
12:Thu Jul 25 14:58:02 EDT 2013 - ----------------------------------------
13:Thu Jul 25 14:58:02 EDT 2013 - ----------------------------------------
14:Thu Jul 25 14:58:02 EDT 2013 - In Start - Version: 3.3 Last Modified=08/10/2010 15:49:26
15:Thu Jul 25 14:58:02 EDT 2013 - Browser Info (Microsoft Internet Explorer 4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MS-RTC LM 8; .NET4.0C; .NET4.0E; Tablet PC 2.0; InfoPath.3))
16:Thu Jul 25 14:58:02 EDT 2013 - URL: ((REMOVED SITE NAME)))/Quiz/Index.html
17:Thu Jul 25 14:58:02 EDT 2013 - ----------------------------------------
18:Thu Jul 25 14:58:02 EDT 2013 - ----------------------------------------
19:Thu Jul 25 14:58:02 EDT 2013 - In ClearErrorInfo
20:Thu Jul 25 14:58:02 EDT 2013 - GetQueryStringValue Element 'StandAlone' Not Found, Returning: empty string
21:Thu Jul 25 14:58:02 EDT 2013 - GetQueryStringValue Element 'ShowDebug' Not Found, Returning: empty string
22:Thu Jul 25 14:58:02 EDT 2013 - strStandAlone= strShowInteractiveDebug=
23:Thu Jul 25 14:58:02 EDT 2013 - Standard From Configuration File - SCORM2004
24:Thu Jul 25 14:58:02 EDT 2013 - Using Standard From Configuration File - SCORM2004
25:Thu Jul 25 14:58:02 EDT 2013 - In LMSStandardAPI strStandard=SCORM2004
26:Thu Jul 25 14:58:02 EDT 2013 - Calling Standard Initialize
27:Thu Jul 25 14:58:02 EDT 2013 - In SCORM2004_Initialize
28:Thu Jul 25 14:58:02 EDT 2013 - In SCORM2004_ClearErrorInfo
29:Thu Jul 25 14:58:02 EDT 2013 - Grabbing API
30:Thu Jul 25 14:58:02 EDT 2013 - In SCORM2004_GrabAPI
31:Thu Jul 25 14:58:02 EDT 2013 - Searching with Rustici Software algorithm
32:Thu Jul 25 14:58:02 EDT 2013 - Grab API, returning, found API = true
33:Thu Jul 25 14:58:02 EDT 2013 - Calling LMSInit
34:Thu Jul 25 14:58:02 EDT 2013 - In SCORM2004_CallInitialize
35:Thu Jul 25 14:58:02 EDT 2013 - In SCORM2004_GrabAPI
36:Thu Jul 25 14:58:02 EDT 2013 - Grab API, returning, found API = true
37:Thu Jul 25 14:58:02 EDT 2013 - Calling Initialize
38:Thu Jul 25 14:58:02 EDT 2013 - strResult=false
39:Thu Jul 25 14:58:02 EDT 2013 - Detected failed call to initialize
40:Thu Jul 25 14:58:02 EDT 2013 - In SCORM2004_SetErrorInfo
41:Thu Jul 25 14:58:02 EDT 2013 - intSCORM2004Error=102
42:Thu Jul 25 14:58:02 EDT 2013 - strSCORM2004ErrorString=General Initialization Failure
43:Thu Jul 25 14:58:02 EDT 2013 - strSCORM2004ErrorDiagnostic=General Initialization Failure
44:Thu Jul 25 14:58:02 EDT 2013 - Error calling Initialize:
45:Thu Jul 25 14:58:02 EDT 2013 - Error Number=102
46:Thu Jul 25 14:58:02 EDT 2013 - Error String=General Initialization Failure
47:Thu Jul 25 14:58:02 EDT 2013 - Diagnostic=General Initialization Failure
48:Thu Jul 25 14:58:02 EDT 2013 - ERROR Initializing LMS
49:Thu Jul 25 14:58:02 EDT 2013 - In InitializeExecuted, blnSuccess=false, strErrorMessage=Error initializing communications with LMS
50:Thu Jul 25 14:58:02 EDT 2013 - ERROR - LMS Initialize Failed
51:Thu Jul 25 14:58:02 EDT 2013 - In DisplayError, strMessage=Error initializing communications with LMS
We are using your SCORM wrapper v1.1.7
The error message in the code matched this Snippet of Code...
function SCORM2004_Initialize(){
WriteToDebug("In SCORM2004_Initialize");
var blnResult = true;
SCORM2004_ClearErrorInfo();
WriteToDebug("Grabbing API");
try{
SCORM2004_objAPI = SCORM2004_GrabAPI();
}
catch (e){
WriteToDebug("Error grabbing 1.2 API-" + e.name + ":" +
e.message);
}
if (typeof(SCORM2004_objAPI) == "undefined" || SCORM2004_objAPI == null){
WriteToDebug("Unable to acquire SCORM API:")
WriteToDebug("SCORM2004_objAPI=" + typeof(SCORM2004_objAPI));
InitializeExecuted(false, "Error - unable to acquire LMS API,
content may not play properly and results may not be recorded. Please contact
technical support.");
return false;
}
WriteToDebug("Calling LMSInit");
blnResult = SCORM2004_CallInitialize();
if (! blnResult){
WriteToDebug("ERROR Initializing LMS");
InitializeExecuted(false, "Error initializing communications with
LMS");
return false;
}
SCORM error 102:General Initialization Failure (102) Call to Initialize failed for an unknown reason. (source)Not much we can tell you at this point, except to check your configuration, ensure the LMS connection is active, etc.
On Mon, Nov 4, 2013 at 12:40 PM, jeff dangler <jeffd...@gmail.com> wrote:
50% of the time users get this error "ERROR Initializing LMS" when starting CBTs... any ideas...?
intSCORM2004Error=102
An error has occurred
Error initializing communications with LMS
--
You received this message because you are subscribed to the Google Groups "eLearning Technology and Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elearning-technology-and-development+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to elearning-technology-and...@googlegroups.com.
You are correct Phillip.. I accidently left it in there... it was from a nother API.
You received this message because you are subscribed to a topic in the Google Groups "eLearning Technology and Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elearning-technology-and-development/I-bbMtSwurQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elearning-technology-and...@googlegroups.com.
I never thought of that... maybe this is why its an intermitant issue... How would I determine if this is the case? Hardware config e.g. load balancing servers behind a VIP...
You received this message because you are subscribed to a topic in the Google Groups "eLearning Technology and Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elearning-technology-and-development/I-bbMtSwurQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elearning-technology-and-development+unsubscribe@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "eLearning Technology and Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elearning-technology-and-development/I-bbMtSwurQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elearning-technology-and-development+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to elearning-technology-and...@googlegroups.com.