<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML DIR=ltr><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"></HEAD><BODY>
<DIV id=idOWAReplyText86097 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>I seem to have a weird 
problem. When I run mythfilldatabase every time it tries to update the "program" 
table it errors and makes a temp table "dd_v_program". Error is:</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr>QMYSQL3: Unable to execute query<BR>Database error was:<BR>Out of 
range value adjusted for column 'airdate' at row 1<BR></DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>When I look more into it the 
update query that mythfilldatabase is trying to run has the column "airdate" in 
the wrong place when compared to the table on&nbsp;my mysql server. Now, if I 
change the order of columns in table "program" will the rest of the mythtv 
functions continue to work? Was the column order changed in one of the resent 
updates? Since my database sits on a dedicated Mysql server it would not have 
been updated when I updated via Yum. The full error is listed below. Hopefully 
this is an easy fix since my guide data runs out tomorrow, lol.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr>2006-12-07 13:15:51.399 DataDirect: Your subscription expires on 
01/14/2007 05:25:01 PM<BR>2006-12-07 13:23:50.866 Grab complete.&nbsp; Actual 
data from Mon Dec 11 05:00:00 2006 to Tue Dec 12 05:00:00 2006 
(UTC)<BR>2006-12-07 13:23:50.867 Main temp tables populated.<BR>2006-12-07 
13:23:50.925 DB Error (Populating temporary table dd_v_program):<BR>Query 
was:<BR>INSERT INTO dd_v_program&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ( 
chanid,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
starttime,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
endtime,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
title,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
subtitle,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
description,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
airdate,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
stars,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
previouslyshown,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
stereo,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
subtitled,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
hdtv,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
closecaptioned, partnumber,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
parttotal,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
seriesid,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; originalairdate, 
showtype,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
category_type,&nbsp; colorcode,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
syndicatedepisodenumber,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
tvrating,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
mpaarating,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; programid 
)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SELECT 
chanid,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
scheduletime,&nbsp;&nbsp;&nbsp; 
endtime,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
title,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
subtitle,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
description,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
year,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
stars,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
isrepeat,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
stereo,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
subtitled,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
hdtv,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
closecaptioned, partnumber,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
parttotal,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
seriesid,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; originalairdate, 
showtype,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
category_type,&nbsp; colorcode,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
syndicatedepisodenumber,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
tvrating,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
mpaarating,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dd_program.programid FROM channel, 
dd_schedule, dd_program WHERE ((dd_schedule.programid = 
dd_program.programid)&nbsp; AND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(channel.xmltvid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = dd_schedule.stationid) 
AND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(channel.sourceid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 1))<BR>Driver error was 
[2/1264]:<BR>QMYSQL3: Unable to execute query<BR>Database error was:<BR>Out of 
range value adjusted for column 'airdate' at row 1<BR></DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV></DIV>
<DIV id=idSignature31172 dir=ltr>
<DIV><FONT face=Arial color=#000000 size=2>
<DIV><FONT face=Arial size=2>Thank You</FONT></DIV>
<DIV><FONT face=Arial size=2>Melvin Cureton</FONT></DIV>
<DIV><FONT face=Arial size=2><A 
href="mailto:melvincureton@melcrys.com">melvincureton@melcrys.com</A></FONT></DIV></FONT></DIV></DIV></BODY></HTML>