Error 42S02

SQ111: No table DB.DBA.RDF_CARTRIDGES_LOG.
while executing the following statement:
#line 112 "/DAV/VAD/conductor/rdf_console.vspx-sql"
create constructor method page_04b0d92f582270b5563f40c55faf2618VAD_conductor_rdf__console_vspx (in path any, in params any, in lines any)
for "DB"."dba".page_04b0d92f582270b5563f40c55faf2618VAD_conductor_rdf__console_vspx
{
  declare childs any;
  declare vst, clen any;
  declare e vspx_event;
  
  self.vc_view_state := vector ();
  self.vc_name := 'page_04b0d92f582270b5563f40c55faf2618VAD_conductor_rdf__console_vspx';
  self.vc_page := self;
  self.vc_have_state := 1;


  e := new vspx_event ();
  clen := http_request_header (lines, 'Content-Length', null, '0');
  if (isstring (clen))
    clen := atoi (clen);
  else
    clen := 0;

  if (length (params) < (1+(4*http_map_get('is_dav'))) and clen >= 10000000
    and lower (http_request_header (lines, 'Content-Type')) like 'multipart/%')
    {
      params := __http_stream_params ();
    }
  
  if (http_request_header (lines, 'Content-Type') = 'application/xml' or (clen > 0 and length (params) = 0))
    {
      declare cnt, xt, ppar any;
      cnt := http_body_read ();
      cnt := string_output_string (cnt);
      if (length (cnt) > 0)
        params := vspx_xforms_params_parse (cnt);
    }
  e.ve_params := params;
  e.ve_lines := lines;
  e.ve_path := path;

  vst := get_keyword ('page_04b0d92f582270b5563f40c55faf2618VAD_conductor_rdf__console_vspx_view_state', params);

  if (vst is not NULL)
    {
      e.ve_is_post := 1;
      self.vc_is_postback := 1;
    }
  self.vc_event := e;

  self.vc_view_state := vector (
      self.vc_name, null,
      
        'page_owner', null,
        'nav_pos_fixed', null,
        'nav_top', null,
        'nav_tip', null,
        'btn_bmk', null,
        'step', null,
        'ses', null,
        'del', null,
        'detail', null,
        'idn', null,
        'requested_url', null,
        'admin_login', null,
        'ifnl', null,
        'admin_login_form', null,
        'login_not_valid', null,
        'username', null,
        'password_plain', null,
        'password', null,
        'cb_remember_me', null,
        'login', null,
        'il', null,
        'browse_button1', null,
        'ctrl_id0x7f6368dba118', null,
        'navbar1', null,
        'ctrl_id0x7f6368eba458', null,
        'frm1', null,
        'on_off', null,
        'refresh1', null,
        'sparql_create_page', null
      );

  if (vst is not null)
    {
      declare post, state, extend any;
      declare i, l int;
      -- get the posted state
      post := vspx_state_deserialize (vst);
      -- page state
      state := self.vc_view_state;
      -- extension
      extend := vector ();

      l := length (post); i := 0;

      if (mod (l, 2))
        signal ('22023', 'Page state expects to have even length, current state is possibly broken');

      while (i < l)
        {
	  -- set the pages state back to vc_view_state
	  declare pos int;
	  pos := position (post[i], state);
	  if (pos)
	    aset (state, pos, post [i+1]);
	  else
	    extend := vector_concat (extend, vector (post[i], post[i+1]));
          i := i + 2;
	}

      if (length (extend))
        self.vc_view_state := vector_concat (state, extend);
      else
        self.vc_view_state := state;

      

    }

  self.vc_set_view_state (e);

  {
    declare control vspx_control;
    control := self;
    self.vc_children := vector (
    
    (self."admin_login":=vspx_login ('admin_login', control))."admin_login",

    self."admin_login",

    (self."browse_button1":=vspx_browse_button ('browse_button1', control))."browse_button1",

    (self."ctrl_id0x7f6368dba118":=vspx_browse_button ('ctrl_id0x7f6368dba118', control))."ctrl_id0x7f6368dba118",

    (self."navbar1":=vspx_vscx ('navbar1', control, 'adm_navigation_bar.vspx'))."navbar1",

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

    (self."frm1":=vspx_form ('frm1', control))."frm1",

       NULL
       );
  }

  self.vc_get_focus (e);
  
--no_c_escapes-
   {
   
      
        set ISOLATION = 'Committed';
        set http_charset = 'utf-8';
      
    
   }
--no_c_escapes-
   {
   
#line push
#line 47 "virt://WS.WS.SYS_DAV_RES.RES_FULL_PATH.RES_CONTENT:/DAV/VAD/conductor/rdf_console.vspx"

	  if (self.del is not null)
	    delete from DB.DBA.RDF_CARTRIDGES_LOG where ML_SESSION = self.del;
	  
#line pop

   }
  self.vc_browser_caps := coalesce (connection_get ('RenderXForms'), 0);
  if (self.vc_browser_caps)
    {
      self.vc_add_attribute ('xmlns', 'http://www.w3.org/2002/06/xhtml2');
      self.vc_add_attribute ('xmlns:xsd', 'http://www.w3.org/2001/XMLSchema');
      self.vc_add_attribute ('xmlns:xforms', 'http://www.w3.org/2002/xforms');
      self.vc_add_attribute ('xmlns:ev', 'http://www.w3.org/2001/xml-events');
      self.vc_add_attribute ('xmlns:vxf', 'http://www.openlinksw.com/vspx/xforms/');
    }
  
  {
    declare pagename, xmlmodel any;
    
  }
  
}