Hallo,<br>
<br>
wir haben das Problem, das ein Import über eine bereitgestellte .dwcontrol Datei die Felder "Periode-Von" und "Periode-Bis" nicht vollumfänglich durchgeführt wird.<br>
<br>
Das Problem liegt hier wohl im "-" Zeichen in Field dbName="Periode-Von"<br>
Die Datenbankspalte in DocuWare wurde beim Erstellen mittels Feldnamen "Periode-Von" automatisch mit Datenbankspaltennamen "PERIODE_VON" und  angelegt (Man beachte "<strong>_</strong>" und "<strong>-</strong>")<br>
Groß/Kleinschreibung im DB Namen wird beim Import über .dwcontrol wohl automatisch berücksichtigt?<br>
<br>
So sieht die entsprechende .dwcontrol Datei aus: <br>
<br>
<br>
<em><strong><ControlStatements xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://dev.docuware.com/Jobs/Control"><br>
  <Page><br>
    <FileCabinet id="00C1A778-F1FB-464A-AE89-B1EC0DB68C5E" /><br>
    <Field dbName="Datum" value="27.04.2023" type="Date" format="dd.MM.yyyy" /><br>
    <Field dbName="Firmennummer" value="1" type="Text" culture="de-DE" /><br>
    <Field dbName="Jahr" value="2023" type="Text" /><br>
    <Field dbName="Name" value="Nachname, Vorname" type="Text" /><br>
    <Field dbName="Periode-Von" value="01.04.2023" type="Date" format="dd.MM.yyyy" /><br>
    <Field dbName="Periode-Bis" value="30.04.2023" type="Date" format="dd.MM.yyyy" /><br>
    <Field dbName="Personalnummer" value="9045" type="text" /><br>
    <Field dbName="Benutzer" value="system" type="Text" /><br>
    <Field dbName="Belegart" value="Verdienstnachweis" type="Text" /><br>
  </Page><br>
</ControlStatements></strong></em><br>
<br>
Die DocuWare.DesktopService.Log Datei hat dann u.a. folgende Hinweise dazu:<br>
<br>
<br>
<message>Field 'Periode-Von' not found in target.</message><exception>DocuWare.Jobs.Cloud.Activities.Exceptions.IndexingContainsMissingOrInvalidTypedFields: Indexing configuration contains fields which could not be found or have a different data type. ---&gt; System.Exception: Index field type of <strong>Periode-Von</strong> differs from provided data.<br>
<br>
<message>Field 'Periode-Bis' not found in target.</message><exception>DocuWare.Jobs.Cloud.Activities.Exceptions.IndexingContainsMissingOrInvalidTypedFields: Indexing configuration contains fields which could not be found or have a different data type. ---&gt; System.Exception: Index field type of <strong>Periode-Bis</strong> differs from provided data.<br>
<br>
<message>Platform.GetField failed.</message><exception>DocuWare.Jobs.Cloud.Activities.Exceptions.IndexingContainsMissingOrInvalidTypedFields: Indexing configuration contains fields which could not be found or have a different data type. ---&gt; System.Exception: Index field type of <strong>PERIODE-VON </strong>differs from provided data.<br>
<br>
<message>Platform.GetField failed.</message><exception>DocuWare.Jobs.Cloud.Activities.Exceptions.IndexingContainsMissingOrInvalidTypedFields: Indexing configuration contains fields which could not be found or have a different data type. ---&gt; System.Exception: Index field type of <strong>PERIODE-BIS</strong> differs from provided data.<br>
<br>
Die Definition der Tabellenspalte habe ich im Anhang als Screenhot beigefügt:<br>
Kurz.....<br>
<br>
Name:   Periode-Von<br>
Feldtyp: Datum<br>
Datenbankspalte: PERIODE_VON<br>
<br>
Angeblich würde oben genannte .dwcontrol Datei bei anderen DocuWare Endkunden so funktionieren, was ich nach KB Einträge so aber nicht nachvollziehen kann.<br>
<br>
Kann ich als Endkunde hier irgendetwas anders machen/anpassen?<br>
<br>
mfG<br>
Thomas Reiß