Transforms not appearing after modification of config file

Hello,
I would be very grateful if someone could have a look at the config file. We wanted to add on one more tool (Biopsy Needle) after the modification of the config file. Previous tools transforms appear but Biopsy Needle transforms (BiopsyNeedleToReference and BiopsyNeedleToTrackerNot). I am attaching the print screen and the config file. Thank you!

 <PlusConfiguration version="2.7">

  <DataCollection StartupDelaySec="1.0">
    <DeviceSet
      Name="PlusServer: OptiTrack (Profile file Stylus and TrajectoryGuide and BiopsyNeedle)"
      Description="Broadcasting tracking data through OpenIGTLink."
    />
    <Device
      Id="TrackerDevice"
      Type="OptiTrack"
      ToolReferenceFrame="Tracker" 
      Profile="Slicer tracking test1 (GL).motive"
      AttachToRunningMotive="TRUE"
      MotiveDataDescriptionsUpdateTimeSec="1.0" >
      <DataSources>
        <DataSource Type="Tool" Id="Stylus" RigidBodyFile="Stylus.motive" />
        <DataSource Type="Tool" Id="Reference" RigidBodyFile="Reference.motive" />
		<DataSource Type="Tool" Id="TrajectoryGuide" RigidBodyFile="TrajectoryGuide.motive" />
		<DataSource Type="Tool" Id="BiopsyNeedle" RigidBodyFile="BiopsyNeedle.motive" />
      </DataSources>
      <OutputChannels>
        <OutputChannel Id="TrackerStream">
        <DataSource Type="Tool" Id="Stylus" />
        <DataSource Type="Tool" Id="Reference" />
		<DataSource Type="Tool" Id="TrajectoryGuide" />
		<DataSource Type="Tool" Id="BiopsyNeedle" />
        </OutputChannel>
      </OutputChannels>
    </Device>
  </DataCollection>

  <PlusOpenIGTLinkServer
    MaxNumberOfIgtlMessagesToSend="1"
    MaxTimeSpentWithProcessingMs="50"
    ListeningPort="18944"
    SendValidTransformsOnly="TRUE"
    OutputChannelId="TrackerStream" >
    <DefaultClientInfo>
      <MessageTypes>
        <Message Type="TRANSFORM" />
      </MessageTypes>
      <TransformNames>
		<Transform Name="StylusToReference" />
        <Transform Name="StylusToTracker" />
        <Transform Name="ReferenceToTracker" />
		<Transform Name="TrajectoryGuideToReference" />
        <Transform Name="TrajectoryGuideToTracker" />
		<Transform Name="BiopsyNeedleToReference" />
        <Transform Name="BiopsyNeedleToTracker" />
      </TransformNames>
    </DefaultClientInfo>
  </PlusOpenIGTLinkServer>
  
</PlusConfiguration>