Rank: Administration
Groups: Administrators, Beta Testers Posts: 3,097 Location: Auburn, GA Thanks: 998 times Was thanked: 497 time(s) in 412 post(s)
|
Ok, this error is being caused by the spot log. Until we get it resolved, pse close Telnet, Webcluster, and anything else feeding the spot log.
Tnx & 73,
Dennis WN4AZY
Here is an example of the error you get:
Function/Procedure: FRMAWARDS_REPORTS.FINISH Error#: 11 Message: Function argument value, type, or count is invalid. Line# in (memory variable): 12 Line# in Function/Procedure FRMAWARDS_REPORT.FINISH: 12 Code: select field_name, descr, non-edited, user, list, field_type, lotw_ok, eqsl_ok, subaward1, subdescr1, subaward2,subdescr2 subaward3,subdescr3,subaward4,subdescr4, subaward5, subdescr5, subaward6, subdescr6, subaward7, subdescr7, lotw_ok1,lotw_ok2,lotw_ok3,lotw_ok4,lotw_ok5,lotw_ok6,lotw_ok7, eqsl_ok1,eqsl_ok2,eqsl_ok3,eqsl_ok4,eqsl_ok5,eqsl_ok6,eqsl_ok7 from logfields where enabled and (trackaward or thisform.show_non_awards) order by field_name into cursor prompt_award_cursor And the report generator loops forever.
|