TIA CorporateSettings.xml Unternehmensbibliothek Einstellungen

jok3r

Level-2
Beiträge
353
Reaktionspunkte
7
Zuviel Werbung?
-> Hier kostenlos registrieren
Hallo,
wir erweitern gerade unsere Unternehemensbibliothek um die Dokumentation.
Ich hätte das xml file angepasst aber ich habe scheinbar einen fehler darin und finde ihn nicht.
Code:
<?xml version="1.0" encoding="utf-8"?>
<Document>
  <Settings.Settings ID="0">
    <ObjectList>
      <Settings.General ID="1" AggregationName="General">
        <AttributeList>
          <CorporateLibraryPaths>
          <Item>\\AKE-SERVER-3\Standard\Elektrik+Programmierung\Bibliothek\TIA\TIA_Standard\TIA_Standard\TIA_Standard.al14</Item>
        <Item>\\SERVER-3\Standard\Elektrik+Programmierung\Bibliothek\TIA\Siemens Open Library V1.4\2_Library\Open Library V14.al14</Item>
        <Item>\\SERVER-3\Standard\Elektrik+Programmierung\Bibliothek\TIA\Library of general functions(LGF)\LGF\LGF.al14</Item>
          </CorporateLibraryPaths>
        </AttributeList>
      </Settings.General>
     <Settings.UserDocumentation ID="2" AggregationeName="UserDocumentation">
      <AttributeList>
       <!-- Aktiviert oder deaktiviert die Anzeige des Zugriffsprotokolls. -->
       <DisplayLogInformation>
        <Value>true</Value> 
       </DisplayLogInformation>
       <!-- Aktiviert oder deaktiviert die Suche nach anwenderdefinierter Dokumentation in einem zentralen Verzeichnis. -->
       <EnableLookupFromCentralStorageLocation> 
        <Value>true</Value>
       </EnableLookupFromCentralStorageLocation>
       <!-- Legt das zentrale Verzeichnis für anwenderdefinierte Dokumentation fest. -->
       <CentralStorageLocation>
        <Value>\\SERVER-3\Standard\Elektrik+Programmierung\Bibliothek\TIA\TIA_Standard\TIA_Standard\UserFiles\UserDocumentation\</Value>
       </CentralStorageLocation>
      </AttributeList>
     </Settings.UserDocumentation>
    </ObjectList>
  </Settings.Settings>
</Document>

Schon mal vielen Danke
Gruß
 
Zurück
Oben