T O P I C R E V I E W |
cbergsma |
Posted - 05/29/2014 : 06:56:34 We're having a trouble with that column. When we browse through the Admin-> Schedules menu we are getting this error message:
Invalid column name 'EndMin'. Invalid column name 'EndHour'.; SQL: SELECT ScheduleName, IsPublic, ScheduleType, CONVERT(varchar,StartDate,101) AS StartDate, CONVERT(varchar,EndDate,101) AS EndDate, StartHour, StartMin, EndHour, EndMin, EveryHour, EveryMinute, WeekOfMonth, RepeatDays, RepeatWeeks FROM Schedule WHERE ScheduleId = 1022
when i go check on RP database i found that the Schedule table doesn't have the EndMin column.
is there anything we can do this fix this and get our subscriptions back.
Thanks in advance.
Cristian. |
2 L A T E S T R E P L I E S (Newest First) |
cbergsma |
Posted - 05/29/2014 : 09:04:29 It worked perfectly, thanks a lot.
Regards,
Cristian. |
admin |
Posted - 05/29/2014 : 08:16:03 Please double click this file "C:\inetpub\wwwroot\ReportPortal\UpdateDb.vbs". It will add EndMin column. |
|
|