Error 37000

SQ074: Line 35 (line 2160 of "/DAV/VAD/conductor/ie.vspx-sql"): 
while executing the following statement:
#line 2126 "/DAV/VAD/conductor/ie.vspx-sql"
create method vc_init_error_temp2 (inout control vspx_template, inout parent vspx_control) for "DB"."dba".page__DAV_VAD_conductor_ie_vspx
{
  
  if (control.vc_children is not null)
    {

      return;
    }
  
      control.vc_instantiate := 1;
    
  control.vc_attributes := vector (
    
    NULL);

  
  control.vc_children := vector (
       
    (self."mode_temp1":=vspx_template ('mode_temp1', control))."mode_temp1",

    (self."mode_temp2":=vspx_template ('mode_temp2', control))."mode_temp2",

       NULL
       );
  
  if (self.vc_event.ve_is_post and control.vc_control_state is null)
    {
      control.vc_set_view_state (self.vc_event);
    }
  
--no_c_escapes-
   {
   
      
   }
  if (not control.vc_enabled)
    {

      return;
    }
  
  control.vc_invoke_handlers ('on-init');

}