Error Executing: DEFAULT_ROW

DEFAULT_ROW: Unable to find row in table 'sjsmch.content' matching condition: 'pageid = 2274'

DEFAULT_ROW command reference

Invoked From: template id 1133 using template path /proto/external/printpage

Error Occurred In Command Block At Lines 15-27:

IF {$cmd == "print"} {
	[
	DEFAULT_ROW $schema.content \"bodytext\" \"pageid = [SHOW id]\"
	set bodytext [FIELD bodytext]

		INCLUDE LIBNAME \"pCmdLib\"
		set file [open /Vignette/5.6/docroot[SHOW templatepath]blanktemplate.html]
		SET html [read $file] NOEVAL
		SET pagehtml [pageGen [SHOW schema] [SHOW html] [SHOW bodytext] 1] NOEVAL
		NULL
		SHOW pagehtml
	]
}

Elapsed Execution Time: 0.032 seconds


Template Variables:

variable value
IDprint|2274
TABLE
gallerypath /proto/sjsmch/gallery/
domain arqtechnologies.com
clientpath /proto/sjsmch
id 2274
app_path e:/vignette/5.6/docroot
imagepath /proto/sjsmch/
style /v5/editor/webmc.css
domArray sjsmch arqtechnologies com
v5style <link href='/v5/editor/webmc.css' rel='stylesheet' type='text/css'>
physical /Vignette/5.6/docroot
homepath /proto
listDir
theParms print 2274
siteid 22
_LastTable proto_clients
videopath /proto/sjsmch/video
status L
_Schema_proto_clients ID SCHEMANAME STATUS VERSIONFLAG HOMEPAGE STYLESHEETPATH STYLESHEETFILENAME LISTSERVEDIR
otherpath /proto/sjsmch/
server sjsmch.arqtechnologies.com
schema sjsmch
cmd print
stylesheetpath /proto/sjsmch/
databasepath /proto/sjsmch/database/
websitestyle <link href='' rel='stylesheet' type='text/css'>
templatepath /proto/sjsmch/
versionflag
stylesheetfilename style.css
homepage
_TEMPLATE_LOOKUP 1
_DefaultRow_proto_clients proto_clients {22 sjsmch L {} {} {} {} {}}
_includedTemplate PserverLib


Tcl Stack Trace:

DEFAULT_ROW: Unable to find row in table 'sjsmch.content' matching condition: 'pageid = 2274'
    while executing
"system_error "$msg""
    (procedure "error" line 55)
    invoked from within
"error "DEFAULT_ROW: Unable to find $errRec in table '$tbl' matching condition: '$whereClause'""
    (procedure "DEFAULT_ROW" line 52)
    invoked from within
"DEFAULT_ROW $schema.content "bodytext" "pageid = [SHOW id]"
"
    invoked from within
"IF {$cmd == "print"} {
	[
	DEFAULT_ROW $schema.content "bodytext" "pageid = [SHOW id]"
	set bodytext [FIELD bodytext]

		INCLUDE LIBNAME "pCmdLib..."