Skip to main content
Skip table of contents

MultiCoder: Incompatibility with older MultiCoder Bookinglists

If you are updating your MultiCoder from an earlier version, it's quite possible that the previous booking-list XML's will not load.
These XML files are usually found in the working directory for the corresponding MultiCoder instance (Default: [Digas Directory]\Files\DeviceID[n]\BookingLists)
Regarding an update from Build 71 to 87, this can be remedied by deleting the DTD (XML Schema) files in the MultiCoder working directory (both DeviceId root and in the BookingLists directory) as well as modifying the existing booking-list XML's by adding "<ReferenceNumber>0</ReferenceNumber>" as subnode to each <booking> node so that it looks something like this;

Code:
<Booking>
  <Database>
  <TitleSchema></TitleSchema>
  <TableName></TableName>
  <ReferenceNumber>0</ReferenceNumber>
  <RessortId>4294967295</RessortId>
  <UserDefinedParameters>&lt;use_defaults=&apos;true&apos;/&gt;</UserDefinedParameters>
</Database>
  <StartTime>2009-06-19T00:00:00</StartTime>
  <StopTime>2009-06-19T01:00:00</StopTime>
      <IOCard>
  <OutChannel>-1</OutChannel>
</IOCard>
</Booking>


A compatible DTD will be regenerated by the MultiCoder and the existing Booking-lists should then be compatible. 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.