124. ATTEMPT TO INITIALIZE AN ATTRIBUTE OF A NULL SET.

You are attempting to assign values to an attribute of a null set.  Given that the set is null, each of its attributes also have no members, and, therefore, may not be assigned values.  Check the initialization of the attribute’s parent set to be sure it is being assigned at least one member.