I am trying to run a stored procedure and I get this error:
	TypeError: Cannot call method "getNode" of null in <Unknown Source>
	Here is my code:
	var qResult = qie.doQuery(
	   "Database",
	   "EXEC storedProcedure '"+acc+"', '"+insID1+"'");
	var results = qResult.getNode('Result');