randall
9 years agoContributor
What does this error message mean? - "Automation server can't create object"
I have a Jscript where I create two different dictionary objects. Both of these dictionary objects' content is filled by a call to a function that also creates a dictionary object. The first dictionary object is created and successfully populated by the function. So right there are two dictionary objects created by the automation server. The second dictionary object is successfully created but when the function is called to populate it, the creation of the dictionary object in the function fails with the error
"Automation server can't create object Error location: Unit: "ComponentSolutions\ComponentSolutions\Script\CM_ConfigurationManager" Line: 1141 Column: 5.
Automation server can't create object"
While this error message is informative it lacks sufficient detail for me to know what is wrong and how I can fix it. Any help anyone can give me would be greatly appreciated.