2006-06-21, 01:15 PM
Urbansk Wrote:I think i have found some more info.
By using profiler have have fetched all querys to the database and then run them in Query analyzer. When i run this query i get the error:
Error converting data type varchar to datetime
The query:
exec sp_executesql N'insert into RECORDING_SCHEDULE (programme_oid, capture_source_oid, filename, status, recording_group, recording_type, manual_channel_oid,
manual_start_time, manual_end_time, quality_level, pre_pad_minutes, post_pad_minutes) values (@P1,@P2,@P3,@P4,@P5,@P6,@P7,@P8,@P9,@P10,@P11,@P12)',N'@P1 int,@P2 int,@P3
nvarchar(19),@P4 int,@P5 int,@P6 int,@P7 int,@P8 datetime,@P9 datetime,@P10 int,@P11 int,@P12 int',177748,2,N'Lilla röda traktorn',4,40,5,16,''2006-06-21
17:00:00:000'',''2006-06-21 20:00:00:000'',1,1,2
If i remove all time entrys and leave the dates it works.
Have you had any luck with manually updating the EPG from the config app. I noticed you were getting an error then too.