Start a new topic
Solved

Schedules with 25 or more Bursts will not operate correctly

Problem


After updating to build 124 or later, Administrators receive the following email alert:


An important repository update has not been implemented and as a result, Schedules with 25 or more Bursts will

not operate correctly. Please open a support ticket with your InfoBurst supplier to help resolve this issue.


Cause


The Items column in the IBT_SYS_SCHEDULE table was lengthened in builds 124 and later to

VARCHAR(3072). The database account originally used to deploy the InfoBurst repository no longer has alter

access.


Solution


Back up the InfoBurst repository then have the DBA run the following ALTER statement:


ALTER TABLE [dbo].[IBT_SYS_SCHEDULE] ALTER COLUMN [Items] VARCHAR(3072)



I just received this error message again this past week-end.  I check the database, and the IBT_SYS_SCHEDULE.items column is already set to VARCHAR(3072).

We are on build 240.

Hey Tim. Would you mind opening a ticket for this issue? We need to gather some logging that you wouldn't want to post to the public forum. Thanks.

Login or Signup to post a comment