The entry number does not exist in this termbase.

I am trying to batch edit a termbase and get the error "The entry number does not exist in this termbase." I just reorganized the termbase, it seems to be working fine in general.

  • What does this error mean for the general health of the termbase?
  • What information (multimedia files?) will I lose if I export to TMX or Excel and re-create the termbase?
  • Can I fix this problem in MultiTerm?

Here's the stacktrace:

<SDLErrorDetails time="21-Feb-20 13:57:13">
  <ErrorMessage>The entry number does not exist in this termbase.</ErrorMessage>
  <Exception>
    <Type>System.Runtime.InteropServices.COMException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</Type>
    <ErrorCode>-2147220940</ErrorCode>
    <HelpLink />
    <Source>MtTermbase</Source>
    <HResult>-2147220940</HResult>
    <StackTrace><![CDATA[   at Sdl.MultiTerm.TMO.Interop.EntryContentClass.get_Content()
   at Sdl.MultiTerm.Studio.Editor.Actions.Tasks.BatchAction.EditActions.Execute(Int32 entryID)
   at Sdl.MultiTerm.Studio.Editor.Actions.Tasks.BatchEditWizard.BatchEditJobRequest.Execute(IJobExecutionContext context)
   at Sdl.MultiTerm.Desktop.Platform.Implementation.Services.Job.<_worker_DoWork>b__46_0()
   at Sdl.MultiTerm.Desktop.Platform.Implementation.Services.Log.Resources(Object message, Action action)
   at Sdl.MultiTerm.Desktop.Platform.Implementation.Services.Job._worker_DoWork(Object sender, DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)]]></StackTrace>
  </Exception>
  <Environment>
    <ProductName>SDL MultiTerm</ProductName>
    <ProductVersion>MultiTerm15</ProductVersion>
    <EntryAssemblyFileVersion>15.0.5.56289</EntryAssemblyFileVersion>
    <OperatingSystem>Microsoft Windows 10 Enterprise</OperatingSystem>
    <ServicePack>NULL</ServicePack>
    <OperatingSystemLanguage>1033</OperatingSystemLanguage>
    <CodePage>1252</CodePage>
    <LoggedOnUser>danielhug</LoggedOnUser>
    <DotNetFrameWork>4.0.30319.42000</DotNetFrameWork>
    <ComputerName>ABCD</ComputerName>
    <ConnectedToNetwork>True</ConnectedToNetwork>
    <PhysicalMemory>16776172 MB</PhysicalMemory>
  </Environment>
</SDLErrorDetails>

Daniel