diff --git a/API_NetFramework/Controllers/DocumentController.cs b/API_NetFramework/Controllers/DocumentController.cs
index 06a5e1ccb..b6a1d21aa 100644
--- a/API_NetFramework/Controllers/DocumentController.cs
+++ b/API_NetFramework/Controllers/DocumentController.cs
@@ -824,6 +824,20 @@ namespace API_NetFramework.Controllers
//string dokumentid = "";
string CheckResult = "";
+ if (doccreate.VerantwortlichBerater == "true")
+ {
+ DB db = new DB(connectionstring);
+ db.Get_Tabledata("select isnull(tgnummer,'') as tgnummer from mitarbeiter where aktiv=1 and partnernr in (select nrbeu01 from partner where nrpar00=" + doccreate.PartnerNr.ToString() + ")", false, true);
+ if (db.dsdaten.Tables[0].Rows.Count != 1)
+ {
+ CheckResult = "Eindeutige Zuordnung des Beraters zum Kunden nicht möglich";
+ }
+ else
+ {
+ doccreate.TGNrVerantwortlich=db.dsdaten.Tables[0].Rows[0]["tgnummer"].ToString();
+ }
+ db = null;
+ }
CheckResult = CreateDoc_Verify(ref doccreate);
if (CheckResult != "")
{
@@ -1634,6 +1648,20 @@ namespace API_NetFramework.Controllers
if (dokument.VorlagenTypID != "0") { return "Vorlagentyp muss bei PDF-Dokumenten '0' sein"; }
break;
}
+ if (dokument.VerantwortlichBerater == "true")
+ {
+ DB db = new DB(connectionstring);
+ db.Get_Tabledata("select isnull(tgnummer,'') as tgnummer from mitarbeiter where aktiv=1 and partnernr in (select nrbeu01 from partner where nrpar00=" + dokument.PartnerNr.ToString() + ")", false, true);
+ if (db.dsdaten.Tables[0].Rows.Count != 1)
+ {
+ return "Eindeutige Zuordnung des Beraters zum Kunden nicht möglich";
+ }
+ else
+ {
+ dokument.TGNrVerantwortlich = db.dsdaten.Tables[0].Rows[0]["tgnummer"].ToString();
+ }
+ db = null;
+ }
if (!(ParamCheck("partnernr", dokument.PartnerNr.ToString()))) { return "PartnerNr " + dokument.PartnerNr + " ist ungültig"; }
if (dokument.VorlagenTypID == "" && dokument.PDFDoc == "") { return "Vorlagentyp emptry und PDFDoc empty"; }
if (!(ParamCheck("dokumenttyp", dokument.VorlagenTypID))) { return "Vorlagentyp " + dokument.VorlagenTypID + " ist ungültig"; }
@@ -1681,6 +1709,7 @@ namespace API_NetFramework.Controllers
//if (dokument.TGNrUnterschriftLinks.ToLower() != "-1" && dokument.TGNrUnterschriftRechts.ToString() != "-1") { return "Versandstrasse mit zwei Unterschriften kann nicht automatisch angesteuert werden"; }
}
+
}
@@ -1744,6 +1773,7 @@ namespace API_NetFramework.Controllers
if (!System.IO.File.Exists(path)) { return "Image Unterschrift rechts " + doccreate.TGNrUnterschriftRechts + " ist nicht vorhanden"; }
}
}
+
if (doccreate.Versandstrasse == "true")
{
if (ParamCheck("doktypversandstrasse", doccreate.VorlagenTypID) == false) { return "Vorlagentyp " + doccreate.VorlagenTypID + " ist nicht für die Versandstrasse konfiguriert"; }
@@ -1816,6 +1846,7 @@ namespace API_NetFramework.Controllers
db.Get_Tabledata("Select versandstrasse_moeglich, versandstrasse_firstdoc from dokumenttyp where dokumenttypnr=" + ParamValue, false, true);
if (Convert.ToInt32(db.dsdaten.Tables[0].Rows[0][1]) == 0) { return false; }
break;
+
case "profil":
db.Get_Tabledata("SELECT isnull(dbo.profil.team,0) as team FROM dbo.mitarbeiter INNER JOIN dbo.profil ON dbo.mitarbeiter.mitarbeiternr = dbo.profil.mitarbeiternr WHERE (dbo.mitarbeiter.aktiv=1 and dbo.profil.aktiv=1 and dbo.profil.standard=1 and dbo.mitarbeiter.tgnummer = '" + ParamValue + "')", false, true);
bool result = true;
diff --git a/API_NetFramework/Properties/PublishProfiles/FolderProfile1.pubxml.user b/API_NetFramework/Properties/PublishProfiles/FolderProfile1.pubxml.user
index 4d902f501..edaf28005 100644
--- a/API_NetFramework/Properties/PublishProfiles/FolderProfile1.pubxml.user
+++ b/API_NetFramework/Properties/PublishProfiles/FolderProfile1.pubxml.user
@@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<_PublishTargetUrl>E:\Software-Projekte\OnDoc\PubServices\OnDoc
- True|2026-07-01T05:58:02.2406719Z||;True|2026-06-19T07:14:05.2131474+02:00||;True|2026-06-16T20:19:17.9146096+02:00||;True|2026-05-31T15:09:49.3962708+02:00||;True|2026-05-29T13:27:40.3525030+02:00||;True|2026-05-15T07:27:55.6253478+02:00||;True|2026-05-14T10:34:04.0817762+02:00||;True|2026-05-14T09:27:10.3964277+02:00||;True|2026-05-11T13:25:56.8669971+02:00||;True|2026-05-11T12:55:37.1811149+02:00||;True|2026-05-11T12:14:23.3596137+02:00||;True|2026-05-11T11:48:44.0336829+02:00||;True|2026-05-07T13:23:58.5332941+02:00||;True|2026-05-07T10:58:34.9785881+02:00||;True|2026-05-05T18:59:52.5708006+02:00||;True|2026-05-01T09:52:11.2216548+02:00||;True|2026-04-27T07:59:24.4037454+02:00||;True|2026-04-26T07:46:17.4664888+02:00||;True|2026-04-24T06:24:40.7783022+02:00||;True|2026-04-23T11:21:20.3704464+02:00||;True|2026-04-23T10:31:57.1547227+02:00||;True|2026-04-23T09:53:44.7739372+02:00||;True|2026-04-23T09:53:32.6495578+02:00||;True|2026-04-23T09:47:39.5698157+02:00||;True|2026-04-21T18:33:32.1288240+02:00||;True|2026-04-21T12:42:16.0067525+02:00||;True|2026-04-20T09:19:29.7327180+02:00||;True|2026-04-17T12:53:09.6866425+02:00||;True|2026-04-17T12:36:00.7292052+02:00||;True|2026-04-17T10:14:43.2460807+02:00||;True|2026-04-16T09:52:35.3555487+02:00||;True|2026-04-16T09:48:12.9673890+02:00||;True|2026-04-16T09:36:25.4647803+02:00||;True|2026-04-16T09:18:23.6715906+02:00||;True|2026-04-15T12:41:42.7039426+02:00||;True|2026-04-15T09:35:17.1390603+02:00||;True|2026-04-13T12:15:21.5302680+02:00||;True|2026-04-12T08:08:44.1463714+02:00||;True|2026-04-07T10:22:57.7224308+02:00||;True|2026-04-07T09:20:01.6630821+02:00||;True|2026-04-06T08:17:37.5337584+02:00||;True|2026-04-05T08:53:42.1753435+02:00||;True|2026-04-02T17:43:40.0268875+02:00||;True|2026-03-31T12:35:33.9827919+02:00||;True|2026-03-31T12:29:13.8708772+02:00||;True|2026-03-31T12:18:19.9872382+02:00||;True|2026-03-31T10:39:08.0352645+02:00||;True|2026-03-31T10:37:10.5663757+02:00||;True|2026-03-31T10:24:06.1437798+02:00||;True|2026-03-29T18:46:00.5859706+02:00||;True|2026-03-29T17:43:36.5421725+02:00||;True|2026-03-28T11:22:17.8973116+01:00||;True|2026-03-27T16:18:48.9978212+01:00||;True|2026-03-27T07:14:41.6874122+01:00||;True|2026-03-26T15:26:02.2751561+01:00||;True|2026-03-25T21:25:11.0646560+01:00||;True|2026-03-25T17:13:28.1157629+01:00||;True|2026-03-25T17:05:35.8912458+01:00||;True|2026-03-25T17:00:55.0064754+01:00||;True|2026-03-24T14:39:42.8828134+01:00||;True|2026-03-23T15:07:18.4892650+01:00||;True|2026-03-23T10:20:19.1623589+01:00||;True|2026-03-22T13:25:52.6279375+01:00||;True|2026-03-20T07:24:37.8861696+01:00||;True|2026-03-19T21:38:10.9526034+01:00||;True|2026-03-18T17:41:36.3493613+01:00||;True|2026-03-18T14:58:36.6641588+01:00||;True|2026-03-18T13:36:39.6754082+01:00||;True|2026-03-18T13:28:13.3767791+01:00||;True|2026-03-18T12:39:58.8696214+01:00||;True|2026-03-18T10:12:19.4421254+01:00||;True|2026-03-18T09:23:32.7324650+01:00||;True|2026-03-18T08:30:31.0127326+01:00||;True|2026-03-17T16:29:03.7106180+01:00||;True|2026-03-17T16:11:10.6005495+01:00||;True|2026-03-17T15:59:13.2348406+01:00||;True|2026-03-17T15:31:12.0317447+01:00||;True|2026-03-17T14:48:40.3877203+01:00||;True|2026-03-17T14:11:25.3562261+01:00||;True|2026-03-17T13:47:11.1326741+01:00||;True|2026-03-16T15:31:10.2555705+01:00||;True|2026-03-16T14:12:19.6773991+01:00||;True|2026-03-16T13:55:53.2937690+01:00||;True|2026-03-16T13:49:40.9223505+01:00||;True|2026-03-16T13:45:46.5476155+01:00||;True|2026-03-16T10:05:17.8849739+01:00||;True|2026-03-16T09:50:03.0002779+01:00||;True|2026-03-15T17:59:21.9961152+01:00||;True|2026-03-15T17:55:23.9254472+01:00||;False|2026-03-15T17:55:17.4934783+01:00||;True|2026-03-15T17:30:56.4581787+01:00||;True|2026-03-15T17:27:23.6999475+01:00||;True|2026-03-15T17:06:43.4082140+01:00||;True|2026-03-15T16:47:00.3514115+01:00||;True|2026-03-15T15:08:09.6821523+01:00||;True|2026-03-12T16:06:53.7395894+01:00||;True|2026-03-11T18:52:45.1428118+01:00||;True|2026-03-11T18:28:35.8258686+01:00||;True|2026-03-11T18:28:14.0116992+01:00||;True|2026-03-11T18:19:41.2917598+01:00||;
+ True|2026-07-24T09:48:47.2469390Z||;True|2026-07-24T11:17:04.7529500+02:00||;True|2026-07-24T10:18:51.2647732+02:00||;True|2026-07-01T07:58:02.2406719+02:00||;True|2026-06-19T07:14:05.2131474+02:00||;True|2026-06-16T20:19:17.9146096+02:00||;True|2026-05-31T15:09:49.3962708+02:00||;True|2026-05-29T13:27:40.3525030+02:00||;True|2026-05-15T07:27:55.6253478+02:00||;True|2026-05-14T10:34:04.0817762+02:00||;True|2026-05-14T09:27:10.3964277+02:00||;True|2026-05-11T13:25:56.8669971+02:00||;True|2026-05-11T12:55:37.1811149+02:00||;True|2026-05-11T12:14:23.3596137+02:00||;True|2026-05-11T11:48:44.0336829+02:00||;True|2026-05-07T13:23:58.5332941+02:00||;True|2026-05-07T10:58:34.9785881+02:00||;True|2026-05-05T18:59:52.5708006+02:00||;True|2026-05-01T09:52:11.2216548+02:00||;True|2026-04-27T07:59:24.4037454+02:00||;True|2026-04-26T07:46:17.4664888+02:00||;True|2026-04-24T06:24:40.7783022+02:00||;True|2026-04-23T11:21:20.3704464+02:00||;True|2026-04-23T10:31:57.1547227+02:00||;True|2026-04-23T09:53:44.7739372+02:00||;True|2026-04-23T09:53:32.6495578+02:00||;True|2026-04-23T09:47:39.5698157+02:00||;True|2026-04-21T18:33:32.1288240+02:00||;True|2026-04-21T12:42:16.0067525+02:00||;True|2026-04-20T09:19:29.7327180+02:00||;True|2026-04-17T12:53:09.6866425+02:00||;True|2026-04-17T12:36:00.7292052+02:00||;True|2026-04-17T10:14:43.2460807+02:00||;True|2026-04-16T09:52:35.3555487+02:00||;True|2026-04-16T09:48:12.9673890+02:00||;True|2026-04-16T09:36:25.4647803+02:00||;True|2026-04-16T09:18:23.6715906+02:00||;True|2026-04-15T12:41:42.7039426+02:00||;True|2026-04-15T09:35:17.1390603+02:00||;True|2026-04-13T12:15:21.5302680+02:00||;True|2026-04-12T08:08:44.1463714+02:00||;True|2026-04-07T10:22:57.7224308+02:00||;True|2026-04-07T09:20:01.6630821+02:00||;True|2026-04-06T08:17:37.5337584+02:00||;True|2026-04-05T08:53:42.1753435+02:00||;True|2026-04-02T17:43:40.0268875+02:00||;True|2026-03-31T12:35:33.9827919+02:00||;True|2026-03-31T12:29:13.8708772+02:00||;True|2026-03-31T12:18:19.9872382+02:00||;True|2026-03-31T10:39:08.0352645+02:00||;True|2026-03-31T10:37:10.5663757+02:00||;True|2026-03-31T10:24:06.1437798+02:00||;True|2026-03-29T18:46:00.5859706+02:00||;True|2026-03-29T17:43:36.5421725+02:00||;True|2026-03-28T11:22:17.8973116+01:00||;True|2026-03-27T16:18:48.9978212+01:00||;True|2026-03-27T07:14:41.6874122+01:00||;True|2026-03-26T15:26:02.2751561+01:00||;True|2026-03-25T21:25:11.0646560+01:00||;True|2026-03-25T17:13:28.1157629+01:00||;True|2026-03-25T17:05:35.8912458+01:00||;True|2026-03-25T17:00:55.0064754+01:00||;True|2026-03-24T14:39:42.8828134+01:00||;True|2026-03-23T15:07:18.4892650+01:00||;True|2026-03-23T10:20:19.1623589+01:00||;True|2026-03-22T13:25:52.6279375+01:00||;True|2026-03-20T07:24:37.8861696+01:00||;True|2026-03-19T21:38:10.9526034+01:00||;True|2026-03-18T17:41:36.3493613+01:00||;True|2026-03-18T14:58:36.6641588+01:00||;True|2026-03-18T13:36:39.6754082+01:00||;True|2026-03-18T13:28:13.3767791+01:00||;True|2026-03-18T12:39:58.8696214+01:00||;True|2026-03-18T10:12:19.4421254+01:00||;True|2026-03-18T09:23:32.7324650+01:00||;True|2026-03-18T08:30:31.0127326+01:00||;True|2026-03-17T16:29:03.7106180+01:00||;True|2026-03-17T16:11:10.6005495+01:00||;True|2026-03-17T15:59:13.2348406+01:00||;True|2026-03-17T15:31:12.0317447+01:00||;True|2026-03-17T14:48:40.3877203+01:00||;True|2026-03-17T14:11:25.3562261+01:00||;True|2026-03-17T13:47:11.1326741+01:00||;True|2026-03-16T15:31:10.2555705+01:00||;True|2026-03-16T14:12:19.6773991+01:00||;True|2026-03-16T13:55:53.2937690+01:00||;True|2026-03-16T13:49:40.9223505+01:00||;True|2026-03-16T13:45:46.5476155+01:00||;True|2026-03-16T10:05:17.8849739+01:00||;True|2026-03-16T09:50:03.0002779+01:00||;True|2026-03-15T17:59:21.9961152+01:00||;True|2026-03-15T17:55:23.9254472+01:00||;False|2026-03-15T17:55:17.4934783+01:00||;True|2026-03-15T17:30:56.4581787+01:00||;True|2026-03-15T17:27:23.6999475+01:00||;True|2026-03-15T17:06:43.4082140+01:00||;True|2026-03-15T16:47:00.3514115+01:00||;True|2026-03-15T15:08:09.6821523+01:00||;True|2026-03-12T16:06:53.7395894+01:00||;True|2026-03-11T18:52:45.1428118+01:00||;
@@ -16,7 +16,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
03/31/2026 12:51:47
- 06/03/2024 09:20:46
+ 03/06/2024 09:20:46
07/19/2024 12:24:15
@@ -55,7 +55,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
07/19/2024 12:24:15
- 06/03/2024 09:20:41
+ 03/06/2024 09:20:41
07/19/2024 12:24:15
@@ -70,49 +70,49 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
07/19/2024 12:24:15
- 06/03/2024 09:20:40
+ 03/06/2024 09:20:40
- 06/03/2024 09:20:40
+ 03/06/2024 09:20:40
- 06/03/2024 09:20:40
+ 03/06/2024 09:20:40
- 09/10/2013 17:29:20
+ 10/09/2013 17:29:20
- 09/10/2013 17:29:20
+ 10/09/2013 17:29:20
- 02/06/2026 17:20:00
+ 06/02/2026 17:20:00
- 05/13/2026 18:11:51
+ 07/24/2026 11:35:36
- 05/13/2026 18:11:51
+ 07/24/2026 11:35:36
- 03/02/2026 12:58:54
+ 02/03/2026 12:58:54
- 03/02/2026 12:58:54
+ 02/03/2026 12:58:54
- 05/13/2026 18:11:49
+ 07/24/2026 11:16:46
09/18/2025 08:15:15
- 05/13/2026 18:11:49
+ 07/24/2026 11:16:46
- 03/02/2026 12:58:54
+ 02/03/2026 12:58:54
- 03/02/2026 12:58:54
+ 02/03/2026 12:58:54
10/20/2023 22:35:02
@@ -130,7 +130,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
10/20/2023 22:35:02
- 02/11/2014 16:28:40
+ 11/02/2014 16:28:40
10/20/2023 22:35:02
@@ -145,22 +145,22 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
10/20/2023 22:35:04
- 07/01/2026 07:58:01
+ 07/24/2026 11:48:46
03/11/2026 15:59:42
- 07/01/2026 07:58:01
+ 07/24/2026 11:48:46
11/27/2023 09:49:58
- 09/07/2023 11:54:46
+ 07/09/2023 11:54:46
- 09/07/2023 12:19:34
+ 07/09/2023 12:19:34
11/27/2023 09:50:34
@@ -169,40 +169,40 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
11/27/2023 09:50:04
- 05/11/2026 13:25:53
+ 07/16/2026 08:27:29
- 05/11/2026 13:25:53
+ 07/16/2026 08:27:29
- 02/06/2026 09:22:08
+ 06/02/2026 09:22:08
- 05/11/2026 13:25:53
+ 07/16/2026 08:27:29
09/17/2025 15:09:13
- 05/11/2026 13:25:53
+ 07/16/2026 08:27:29
- 11/12/2018 18:29:00
+ 12/11/2018 18:29:00
01/25/2019 00:18:54
- 11/12/2018 18:28:58
+ 12/11/2018 18:28:58
- 11/12/2018 18:29:00
+ 12/11/2018 18:29:00
- 12/02/2025 00:12:14
+ 02/12/2025 00:12:14
- 03/05/2023 23:41:40
+ 05/03/2023 23:41:40
10/31/2023 16:04:06
@@ -226,16 +226,16 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
10/31/2023 16:00:32
- 11/12/2018 18:28:58
+ 12/11/2018 18:28:58
- 04/11/2022 19:09:46
+ 11/04/2022 19:09:46
- 05/13/2026 18:11:16
+ 07/24/2026 11:16:46
- 05/13/2026 18:11:16
+ 07/24/2026 11:16:46
08/19/2014 21:33:57
@@ -247,37 +247,37 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
11/28/2018 00:07:54
- 03/08/2023 06:09:56
+ 08/03/2023 06:09:56
- 08/10/2025 20:21:44
+ 10/08/2025 20:21:44
02/28/2026 16:23:58
- 05/07/2026 18:35:12
+ 07/16/2026 08:27:29
- 05/07/2026 18:35:12
+ 07/16/2026 08:27:29
- 03/02/2026 12:58:53
+ 02/03/2026 12:58:53
- 03/02/2026 12:58:53
+ 02/03/2026 12:58:53
- 01/01/0001 00:00:00
+ 07/24/2026 11:48:46
- 01/01/0001 00:00:00
+ 07/24/2026 11:48:46
- 07/01/2026 07:58:01
+ 07/24/2026 11:48:46
- 07/01/2026 07:58:01
+ 07/24/2026 11:48:46
11/13/2012 13:19:34
@@ -325,10 +325,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
02/15/2022 06:21:10
- 10/05/2021 02:47:54
+ 05/10/2021 02:47:54
- 10/05/2021 02:49:46
+ 05/10/2021 02:49:46
02/15/2022 06:33:08
@@ -379,37 +379,37 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
02/15/2022 06:38:42
- 07/08/2017 03:30:56
+ 08/07/2017 03:30:56
- 08/01/2025 12:18:28
+ 01/08/2025 12:18:28
- 01/08/2025 12:21:18
+ 08/01/2025 12:21:18
- 08/01/2025 12:24:08
+ 01/08/2025 12:24:08
- 08/01/2025 12:29:16
+ 01/08/2025 12:29:16
- 08/01/2025 12:14:22
+ 01/08/2025 12:14:22
02/02/2026 09:00:38
- 08/01/2025 12:19:40
+ 01/08/2025 12:19:40
- 08/01/2025 12:23:02
+ 01/08/2025 12:23:02
- 08/01/2025 12:28:16
+ 01/08/2025 12:28:16
- 08/01/2025 12:25:24
+ 01/08/2025 12:25:24
02/19/2020 11:05:18
@@ -418,10 +418,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
05/15/2018 15:29:36
- 12/02/2025 00:12:24
+ 02/12/2025 00:12:24
- 05/08/2022 05:31:02
+ 08/05/2022 05:31:02
10/20/2023 22:33:52
@@ -433,10 +433,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
10/23/2021 01:40:18
- 12/02/2025 00:18:34
+ 02/12/2025 00:18:34
- 12/02/2025 00:18:50
+ 02/12/2025 00:18:50
02/19/2020 11:05:18
@@ -445,7 +445,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
05/15/2018 15:29:52
- 10/01/2013 22:54:22
+ 01/10/2013 22:54:22
10/20/2023 22:33:58
@@ -463,7 +463,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
01/01/0001 00:00:00
- 02/11/2014 15:26:04
+ 11/02/2014 15:26:04
10/20/2023 22:33:48
@@ -484,10 +484,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
06/13/2026 15:06:13
- 05/07/2026 18:34:54
+ 07/16/2026 08:27:30
- 05/07/2026 18:34:54
+ 07/16/2026 08:27:30
06/13/2026 15:06:13
@@ -496,124 +496,124 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
06/13/2026 15:06:13
- 01/01/0001 00:00:00
+ 07/24/2026 11:48:46
- 01/01/0001 00:00:00
+ 07/24/2026 11:48:46
- 10/05/2016 15:11:52
+ 05/10/2016 15:11:52
01/23/2014 13:57:34
- 02/06/2026 17:20:26
+ 06/02/2026 17:20:26
- 02/06/2026 17:20:00
+ 06/02/2026 17:20:00
05/29/2026 12:22:32
- 06/03/2024 09:16:17
+ 03/06/2024 09:16:17
- 06/03/2024 09:16:16
+ 03/06/2024 09:16:16
- 06/03/2024 09:16:16
+ 03/06/2024 09:16:16
- 06/03/2024 09:16:16
+ 03/06/2024 09:16:16
- 06/03/2024 09:16:16
+ 03/06/2024 09:16:16
- 06/03/2024 09:16:16
+ 03/06/2024 09:16:16
- 06/03/2024 09:16:16
+ 03/06/2024 09:16:16
- 06/03/2024 09:16:16
+ 03/06/2024 09:16:16
- 06/03/2024 09:16:16
+ 03/06/2024 09:16:16
- 06/03/2024 09:16:16
+ 03/06/2024 09:16:16
- 06/03/2024 09:16:16
+ 03/06/2024 09:16:16
- 06/03/2024 09:16:16
+ 03/06/2024 09:16:16
- 06/03/2024 09:16:16
+ 03/06/2024 09:16:16
- 06/03/2024 09:16:16
+ 03/06/2024 09:16:16
- 06/03/2024 09:16:16
+ 03/06/2024 09:16:16
- 06/03/2024 09:16:16
+ 03/06/2024 09:16:16
- 06/03/2024 09:16:15
+ 03/06/2024 09:16:15
- 06/03/2024 09:16:15
+ 03/06/2024 09:16:15
- 06/03/2024 09:16:15
+ 03/06/2024 09:16:15
- 06/03/2024 09:16:15
+ 03/06/2024 09:16:15
- 06/03/2024 09:16:15
+ 03/06/2024 09:16:15
- 06/03/2024 09:16:15
+ 03/06/2024 09:16:15
- 06/03/2024 09:16:15
+ 03/06/2024 09:16:15
- 06/03/2024 09:16:15
+ 03/06/2024 09:16:15
- 06/03/2024 09:16:15
+ 03/06/2024 09:16:15
- 06/03/2024 09:16:15
+ 03/06/2024 09:16:15
- 06/03/2024 09:16:15
+ 03/06/2024 09:16:15
- 06/03/2024 09:16:15
+ 03/06/2024 09:16:15
- 06/03/2024 09:16:15
+ 03/06/2024 09:16:15
- 06/03/2024 09:16:15
+ 03/06/2024 09:16:15
- 06/03/2024 09:16:15
+ 03/06/2024 09:16:15
- 06/03/2024 09:16:14
+ 03/06/2024 09:16:14
- 06/03/2024 08:11:55
+ 03/06/2024 08:11:55
02/13/2026 07:13:12
@@ -622,7 +622,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
02/08/2026 09:59:34
- 06/03/2024 08:11:55
+ 03/06/2024 08:11:55
07/19/2024 12:25:43
@@ -637,73 +637,73 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
03/24/2026 14:38:16
- 06/03/2024 09:16:14
+ 03/06/2024 09:16:14
- 06/03/2024 09:16:14
+ 03/06/2024 09:16:14
- 06/03/2024 09:16:14
+ 03/06/2024 09:16:14
- 06/03/2024 09:16:14
+ 03/06/2024 09:16:14
- 06/03/2024 09:16:14
+ 03/06/2024 09:16:14
- 06/03/2024 09:16:14
+ 03/06/2024 09:16:14
- 06/03/2024 09:16:14
+ 03/06/2024 09:16:14
- 06/03/2024 09:16:14
+ 03/06/2024 09:16:14
- 06/03/2024 09:16:14
+ 03/06/2024 09:16:14
- 06/03/2024 09:16:14
+ 03/06/2024 09:16:14
- 06/03/2024 09:16:14
+ 03/06/2024 09:16:14
- 06/03/2024 09:16:13
+ 03/06/2024 09:16:13
- 06/03/2024 09:16:17
+ 03/06/2024 09:16:17
- 06/03/2024 09:16:17
+ 03/06/2024 09:16:17
- 06/03/2024 09:16:17
+ 03/06/2024 09:16:17
- 06/03/2024 09:16:17
+ 03/06/2024 09:16:17
- 06/03/2024 09:16:17
+ 03/06/2024 09:16:17
- 06/03/2024 09:16:17
+ 03/06/2024 09:16:17
- 06/03/2024 08:12:04
+ 03/06/2024 08:12:04
02/01/2026 13:52:15
- 10/01/2024 20:21:44
+ 01/10/2024 20:21:44
03/13/2026 09:58:47
- 06/03/2024 08:11:55
+ 03/06/2024 08:11:55
04/14/2025 18:11:03
@@ -712,10 +712,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
03/13/2026 10:00:16
- 06/03/2024 08:11:55
+ 03/06/2024 08:11:55
- 05/31/2026 15:09:49
+ 07/24/2026 10:18:50
\ No newline at end of file
diff --git a/API_NetFramework/bin/DOCGEN.dll b/API_NetFramework/bin/DOCGEN.dll
index ee6e4af31..2dc50510f 100644
Binary files a/API_NetFramework/bin/DOCGEN.dll and b/API_NetFramework/bin/DOCGEN.dll differ
diff --git a/API_NetFramework/bin/DOCGEN.pdb b/API_NetFramework/bin/DOCGEN.pdb
index fc51e4d1f..ff45f7dde 100644
Binary files a/API_NetFramework/bin/DOCGEN.pdb and b/API_NetFramework/bin/DOCGEN.pdb differ
diff --git a/API_NetFramework/bin/Model.dll b/API_NetFramework/bin/Model.dll
index 86a2bef74..7c77d52b8 100644
Binary files a/API_NetFramework/bin/Model.dll and b/API_NetFramework/bin/Model.dll differ
diff --git a/API_NetFramework/bin/Model.pdb b/API_NetFramework/bin/Model.pdb
index 7e6d01ca8..097433f72 100644
Binary files a/API_NetFramework/bin/Model.pdb and b/API_NetFramework/bin/Model.pdb differ
diff --git a/API_NetFramework/bin/OnDoc_NetFramework.dll b/API_NetFramework/bin/OnDoc_NetFramework.dll
index 6797ee39d..61dd5f79a 100644
Binary files a/API_NetFramework/bin/OnDoc_NetFramework.dll and b/API_NetFramework/bin/OnDoc_NetFramework.dll differ
diff --git a/API_NetFramework/bin/OnDoc_NetFramework.pdb b/API_NetFramework/bin/OnDoc_NetFramework.pdb
index 48faa9f48..0a60711a8 100644
Binary files a/API_NetFramework/bin/OnDoc_NetFramework.pdb and b/API_NetFramework/bin/OnDoc_NetFramework.pdb differ
diff --git a/API_NetFramework/log.txt b/API_NetFramework/log.txt
index 08b1159b1..24bcfd610 100644
--- a/API_NetFramework/log.txt
+++ b/API_NetFramework/log.txt
@@ -218347,3 +218347,5186 @@ Der mehrteilige Bezeichner "dbo.ondoc_clm_dokumente.clmdokumentid.id" konnte nic
2026-07-17 08:21:40.7295|DEBUG|OnDoc|
2026-07-17 08:21:40.7295|DEBUG|OnDoc|
2026-07-17 08:21:40.7295|DEBUG|OnDoc|
+2026-07-23 11:09:54.9650|DEBUG|OnDoc|
+2026-07-23 11:09:55.0367|DEBUG|OnDoc|
+2026-07-23 11:09:55.0367|DEBUG|OnDoc|
+2026-07-23 11:09:55.0367|DEBUG|OnDoc|
+2026-07-23 11:10:45.5977|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-23 11:10:45.9299|INFO|APIDocLog|Start CreateDoc
+2026-07-23 11:10:45.9870|INFO|APIDocLog|Input JSON
+2026-07-23 11:10:46.0071|DEBUG|OnDoc|Start GenDoc
+2026-07-23 11:10:46.0071|DEBUG|OnDoc|
+2026-07-23 11:10:46.0071|DEBUG|OnDoc|
+2026-07-23 11:10:46.0149|DEBUG|OnDoc|
+2026-07-23 11:10:46.0149|DEBUG|OnDoc|
+2026-07-23 11:10:46.0149|DEBUG|OnDoc|
+2026-07-23 11:10:46.0149|DEBUG|OnDoc|
+2026-07-23 11:10:46.0149|DEBUG|OnDoc|
+2026-07-23 11:10:46.0149|DEBUG|OnDoc|
+2026-07-23 11:10:46.0149|DEBUG|OnDoc|
+2026-07-23 11:10:46.0149|DEBUG|OnDoc|
+2026-07-23 11:10:46.0149|DEBUG|OnDoc|
+2026-07-23 11:10:46.0149|DEBUG|OnDoc|
+2026-07-23 11:10:46.0149|DEBUG|OnDoc|
+2026-07-23 11:10:46.0149|DEBUG|OnDoc|
+2026-07-23 11:10:46.0476|DEBUG|OnDoc|
+2026-07-23 11:10:46.0476|DEBUG|OnDoc|
+2026-07-23 11:10:46.0476|DEBUG|OnDoc|
+2026-07-23 11:10:46.0476|DEBUG|OnDoc|
+2026-07-23 11:10:46.0476|DEBUG|OnDoc|
+2026-07-23 11:10:46.0476|DEBUG|OnDoc|
+2026-07-23 11:10:46.0476|DEBUG|OnDoc|
+2026-07-23 11:10:46.0476|DEBUG|OnDoc|
+2026-07-23 11:10:46.1028|DEBUG|OnDoc|
+2026-07-23 11:10:46.1028|DEBUG|OnDoc|
+2026-07-23 11:10:46.1028|DEBUG|OnDoc|
+2026-07-23 11:10:46.1098|DEBUG|OnDoc|
+2026-07-23 11:10:46.1098|DEBUG|OnDoc|
+2026-07-23 11:10:46.1098|DEBUG|OnDoc|
+2026-07-23 11:10:46.1098|DEBUG|OnDoc|
+2026-07-23 11:10:46.1098|DEBUG|OnDoc|
+2026-07-23 11:10:46.1098|DEBUG|OnDoc|
+2026-07-23 11:10:46.1098|DEBUG|OnDoc|
+2026-07-23 11:10:46.1098|DEBUG|OnDoc|
+2026-07-23 11:10:46.1098|DEBUG|OnDoc|
+2026-07-23 11:10:46.1260|DEBUG|OnDoc|
+2026-07-23 11:10:46.1260|DEBUG|OnDoc|
+2026-07-23 11:10:46.1449|DEBUG|OnDoc|
+2026-07-23 11:10:46.1449|DEBUG|OnDoc|
+2026-07-23 11:10:46.2170|DEBUG|OnDoc|
+2026-07-23 11:10:46.2170|DEBUG|OnDoc|
+2026-07-23 11:10:46.2518|DEBUG|OnDoc|
+2026-07-23 11:10:46.2722|DEBUG|OnDoc|
+2026-07-23 11:10:46.2722|DEBUG|OnDoc|
+2026-07-23 11:10:46.2722|DEBUG|OnDoc|
+2026-07-23 11:10:46.3131|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-23 11:10:46.3131|DEBUG|OnDoc|
+2026-07-23 11:10:46.3613|DEBUG|OnDoc|
+2026-07-23 11:10:46.3613|DEBUG|OnDoc|
+2026-07-23 11:10:46.3613|DEBUG|OnDoc|
+2026-07-23 11:10:46.3613|DEBUG|OnDoc|
+2026-07-23 11:10:46.4294|DEBUG|OnDoc|
+2026-07-23 11:10:46.4294|DEBUG|OnDoc|
+2026-07-23 11:10:46.4367|DEBUG|OnDoc|
+2026-07-23 11:10:46.4367|DEBUG|OnDoc|Generate_Word
+2026-07-23 11:10:47.0780|DEBUG|OnDoc|Word2013
+2026-07-23 11:10:47.0780|DEBUG|OnDoc|Word2013
+2026-07-23 11:10:47.9780|DEBUG|OnDoc|
+2026-07-23 11:10:47.9875|DEBUG|OnDoc|
+2026-07-23 11:10:48.0277|DEBUG|OnDoc|Start GetUnterschriftAsBase64 TGNummer: Stefan Hutter lokal
+2026-07-23 11:10:48.0307|INFO|OnDoc|Unterschrift-Bezug: Stefan Hutter lokal
+2026-07-23 11:10:48.2570|DEBUG|OnDoc|
+2026-07-23 11:10:48.2661|DEBUG|OnDoc|
+2026-07-23 11:10:48.3070|DEBUG|OnDoc|Start GetUnterschriftAsBase64 TGNummer: TG0494
+2026-07-23 11:10:48.3070|INFO|OnDoc|Unterschrift-Bezug: TG0494
+2026-07-23 11:10:51.0275|DEBUG|OnDoc|Generate_Word
+2026-07-23 11:10:51.0693|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034669
+2026-07-23 11:10:51.0693|INFO|DocLog|Dokument über API erstellt
+2026-07-23 11:10:51.0693|INFO|APIDocLog|Dokument return to sender
+2026-07-23 11:10:51.0693|DEBUG|OnDoc|
+2026-07-23 11:10:51.0823|DEBUG|OnDoc|
+2026-07-23 11:10:51.0823|DEBUG|OnDoc|
+2026-07-23 11:10:51.0823|DEBUG|OnDoc|
+2026-07-23 11:10:51.0823|DEBUG|OnDoc|
+2026-07-23 11:10:51.0823|DEBUG|OnDoc|
+2026-07-23 11:11:12.8615|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-23 11:11:12.9898|INFO|APIDocLog|Start CreateDoc
+2026-07-23 11:11:13.0397|INFO|APIDocLog|Input JSON
+2026-07-23 11:11:21.7253|DEBUG|OnDoc|Start GenDoc
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7658|DEBUG|OnDoc|
+2026-07-23 11:11:21.7799|DEBUG|OnDoc|
+2026-07-23 11:11:21.7799|DEBUG|OnDoc|
+2026-07-23 11:11:21.7799|DEBUG|OnDoc|
+2026-07-23 11:11:21.7799|DEBUG|OnDoc|
+2026-07-23 11:11:21.7799|DEBUG|OnDoc|
+2026-07-23 11:11:21.7799|DEBUG|OnDoc|
+2026-07-23 11:11:21.7799|DEBUG|OnDoc|
+2026-07-23 11:11:21.7799|DEBUG|OnDoc|
+2026-07-23 11:11:21.7799|DEBUG|OnDoc|
+2026-07-23 11:11:21.7799|DEBUG|OnDoc|
+2026-07-23 11:11:21.7799|DEBUG|OnDoc|
+2026-07-23 11:11:21.7799|DEBUG|OnDoc|
+2026-07-23 11:11:21.7799|DEBUG|OnDoc|
+2026-07-23 11:11:21.7799|DEBUG|OnDoc|
+2026-07-23 11:11:21.7799|DEBUG|OnDoc|
+2026-07-23 11:11:21.7951|DEBUG|OnDoc|
+2026-07-23 11:11:21.7951|DEBUG|OnDoc|
+2026-07-23 11:11:21.7951|DEBUG|OnDoc|
+2026-07-23 11:11:21.7951|DEBUG|OnDoc|
+2026-07-23 11:11:21.7951|DEBUG|OnDoc|
+2026-07-23 11:11:21.8452|DEBUG|OnDoc|
+2026-07-23 11:11:21.8452|DEBUG|OnDoc|
+2026-07-23 11:11:21.8603|DEBUG|OnDoc|
+2026-07-23 11:11:21.8603|DEBUG|OnDoc|
+2026-07-23 11:11:21.8603|DEBUG|OnDoc|
+2026-07-23 11:11:21.8603|DEBUG|OnDoc|
+2026-07-23 11:11:21.8856|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-23 11:11:21.8856|DEBUG|OnDoc|
+2026-07-23 11:11:21.8937|DEBUG|OnDoc|
+2026-07-23 11:11:21.8937|DEBUG|OnDoc|
+2026-07-23 11:11:21.8937|DEBUG|OnDoc|
+2026-07-23 11:11:21.8937|DEBUG|OnDoc|
+2026-07-23 11:11:21.8937|DEBUG|OnDoc|
+2026-07-23 11:11:21.8937|DEBUG|OnDoc|
+2026-07-23 11:11:21.9067|DEBUG|OnDoc|
+2026-07-23 11:11:21.9067|DEBUG|OnDoc|Generate_Word
+2026-07-23 11:11:21.9067|DEBUG|OnDoc|Word2013
+2026-07-23 11:11:21.9067|DEBUG|OnDoc|Word2013
+2026-07-23 11:11:22.2318|DEBUG|OnDoc|
+2026-07-23 11:11:22.2422|DEBUG|OnDoc|
+2026-07-23 11:11:22.2691|DEBUG|OnDoc|Start GetUnterschriftAsBase64 TGNummer: Stefan Hutter lokal
+2026-07-23 11:11:22.2691|INFO|OnDoc|Unterschrift-Bezug: Stefan Hutter lokal
+2026-07-23 11:11:22.3124|DEBUG|OnDoc|
+2026-07-23 11:11:22.3124|DEBUG|OnDoc|
+2026-07-23 11:11:22.3417|DEBUG|OnDoc|Start GetUnterschriftAsBase64 TGNummer: TG0494
+2026-07-23 11:11:22.3417|INFO|OnDoc|Unterschrift-Bezug: TG0494
+2026-07-23 11:11:22.7099|DEBUG|OnDoc|Generate_Word
+2026-07-23 11:11:22.7230|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034677
+2026-07-23 11:11:22.7230|INFO|DocLog|Dokument über API erstellt
+2026-07-23 11:11:22.7230|INFO|APIDocLog|Dokument return to sender
+2026-07-23 11:11:22.7230|DEBUG|OnDoc|
+2026-07-23 11:11:22.7347|DEBUG|OnDoc|
+2026-07-23 11:11:22.7347|DEBUG|OnDoc|
+2026-07-23 11:11:22.7347|DEBUG|OnDoc|
+2026-07-23 11:11:22.7347|DEBUG|OnDoc|
+2026-07-23 11:11:22.7347|DEBUG|OnDoc|
+2026-07-23 11:11:31.3090|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-23 11:11:31.4064|INFO|APIDocLog|Start CreateDoc
+2026-07-23 11:11:31.4614|INFO|APIDocLog|Input JSON
+2026-07-23 11:11:51.3108|DEBUG|OnDoc|Start GenDoc
+2026-07-23 11:11:51.3467|DEBUG|OnDoc|
+2026-07-23 11:11:51.3467|DEBUG|OnDoc|
+2026-07-23 11:11:51.3467|DEBUG|OnDoc|
+2026-07-23 11:11:51.3467|DEBUG|OnDoc|
+2026-07-23 11:11:51.3467|DEBUG|OnDoc|
+2026-07-23 11:11:51.3467|DEBUG|OnDoc|
+2026-07-23 11:11:51.3467|DEBUG|OnDoc|
+2026-07-23 11:11:51.3467|DEBUG|OnDoc|
+2026-07-23 11:11:51.3467|DEBUG|OnDoc|
+2026-07-23 11:11:51.3467|DEBUG|OnDoc|
+2026-07-23 11:11:51.3467|DEBUG|OnDoc|
+2026-07-23 11:11:51.3467|DEBUG|OnDoc|
+2026-07-23 11:11:51.3467|DEBUG|OnDoc|
+2026-07-23 11:11:51.3587|DEBUG|OnDoc|
+2026-07-23 11:11:56.8529|DEBUG|OnDoc|
+2026-07-23 11:11:56.8892|DEBUG|OnDoc|
+2026-07-23 11:11:56.8892|DEBUG|OnDoc|
+2026-07-23 11:11:56.8892|DEBUG|OnDoc|
+2026-07-23 11:11:56.8892|DEBUG|OnDoc|
+2026-07-23 11:11:56.8892|DEBUG|OnDoc|
+2026-07-23 11:11:56.8892|DEBUG|OnDoc|
+2026-07-23 11:11:56.8892|DEBUG|OnDoc|
+2026-07-23 11:11:56.8892|DEBUG|OnDoc|
+2026-07-23 11:11:56.8892|DEBUG|OnDoc|
+2026-07-23 11:11:56.8892|DEBUG|OnDoc|
+2026-07-23 11:11:56.8892|DEBUG|OnDoc|
+2026-07-23 11:11:56.9047|DEBUG|OnDoc|
+2026-07-23 11:11:56.9047|DEBUG|OnDoc|
+2026-07-23 11:11:56.9047|DEBUG|OnDoc|
+2026-07-23 11:11:56.9047|DEBUG|OnDoc|
+2026-07-23 11:11:56.9047|DEBUG|OnDoc|
+2026-07-23 11:11:56.9047|DEBUG|OnDoc|
+2026-07-23 11:11:56.9047|DEBUG|OnDoc|
+2026-07-23 11:11:56.9047|DEBUG|OnDoc|
+2026-07-23 11:11:56.9047|DEBUG|OnDoc|
+2026-07-23 11:11:56.9047|DEBUG|OnDoc|
+2026-07-23 11:11:56.9234|DEBUG|OnDoc|
+2026-07-23 11:11:56.9234|DEBUG|OnDoc|
+2026-07-23 11:11:56.9783|DEBUG|OnDoc|
+2026-07-23 11:11:56.9783|DEBUG|OnDoc|
+2026-07-23 11:11:56.9868|DEBUG|OnDoc|
+2026-07-23 11:11:56.9868|DEBUG|OnDoc|
+2026-07-23 11:11:56.9868|DEBUG|OnDoc|
+2026-07-23 11:11:56.9868|DEBUG|OnDoc|
+2026-07-23 11:11:57.0234|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-23 11:11:57.0234|DEBUG|OnDoc|
+2026-07-23 11:11:57.0306|DEBUG|OnDoc|
+2026-07-23 11:11:57.0306|DEBUG|OnDoc|
+2026-07-23 11:11:57.0306|DEBUG|OnDoc|
+2026-07-23 11:11:57.0306|DEBUG|OnDoc|
+2026-07-23 11:11:57.0306|DEBUG|OnDoc|
+2026-07-23 11:11:57.0306|DEBUG|OnDoc|
+2026-07-23 11:11:57.0306|DEBUG|OnDoc|
+2026-07-23 11:11:57.0306|DEBUG|OnDoc|Generate_Word
+2026-07-23 11:11:57.0518|DEBUG|OnDoc|Word2013
+2026-07-23 11:11:57.0518|DEBUG|OnDoc|Word2013
+2026-07-23 11:11:57.5947|DEBUG|OnDoc|
+2026-07-23 11:11:57.5947|DEBUG|OnDoc|
+2026-07-23 11:11:57.6475|DEBUG|OnDoc|Start GetUnterschriftAsBase64 TGNummer: Stefan Hutter lokal
+2026-07-23 11:11:57.6475|INFO|OnDoc|Unterschrift-Bezug: Stefan Hutter lokal
+2026-07-23 11:11:57.7075|DEBUG|OnDoc|
+2026-07-23 11:11:57.7075|DEBUG|OnDoc|
+2026-07-23 11:11:57.7495|DEBUG|OnDoc|Start GetUnterschriftAsBase64 TGNummer: TG0494
+2026-07-23 11:11:57.7495|INFO|OnDoc|Unterschrift-Bezug: TG0494
+2026-07-23 11:11:58.3235|DEBUG|OnDoc|Generate_Word
+2026-07-23 11:11:58.3361|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034685
+2026-07-23 11:11:58.3361|INFO|DocLog|Dokument über API erstellt
+2026-07-23 11:11:58.3361|INFO|APIDocLog|Dokument return to sender
+2026-07-23 11:11:58.3361|DEBUG|OnDoc|
+2026-07-23 11:11:58.3459|DEBUG|OnDoc|
+2026-07-23 11:11:58.3459|DEBUG|OnDoc|
+2026-07-23 11:11:58.3459|DEBUG|OnDoc|
+2026-07-23 11:11:58.3459|DEBUG|OnDoc|
+2026-07-23 11:11:58.3459|DEBUG|OnDoc|
+2026-07-23 11:12:03.7435|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-23 11:12:03.8729|INFO|APIDocLog|Start CreateDoc
+2026-07-23 11:12:03.9405|INFO|APIDocLog|Input JSON
+2026-07-23 11:12:43.5131|DEBUG|OnDoc|
+2026-07-23 11:12:43.6287|ERROR|OnDoc|Falsche Syntax in der Nähe von "=".
+2026-07-23 11:12:48.9333|ERROR|APIDocLog|ONDOC-ERR-CreateDoc
+2026-07-23 11:12:57.2131|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-23 11:12:57.3786|INFO|APIDocLog|Start CreateDoc
+2026-07-23 11:12:57.4816|INFO|APIDocLog|Input JSON
+2026-07-23 11:13:44.6777|DEBUG|OnDoc|
+2026-07-23 11:13:44.7199|DEBUG|OnDoc|
+2026-07-23 11:13:56.4261|DEBUG|OnDoc|Start GenDoc
+2026-07-23 11:13:56.4611|DEBUG|OnDoc|
+2026-07-23 11:13:56.4611|DEBUG|OnDoc|
+2026-07-23 11:13:56.4611|DEBUG|OnDoc|
+2026-07-23 11:13:56.4611|DEBUG|OnDoc|
+2026-07-23 11:13:56.4671|DEBUG|OnDoc|
+2026-07-23 11:13:56.4671|DEBUG|OnDoc|
+2026-07-23 11:13:56.4671|DEBUG|OnDoc|
+2026-07-23 11:13:56.4671|DEBUG|OnDoc|
+2026-07-23 11:13:56.4671|DEBUG|OnDoc|
+2026-07-23 11:13:56.4671|DEBUG|OnDoc|
+2026-07-23 11:13:56.4671|DEBUG|OnDoc|
+2026-07-23 11:13:56.4671|DEBUG|OnDoc|
+2026-07-23 11:13:56.4671|DEBUG|OnDoc|
+2026-07-23 11:13:56.4906|DEBUG|OnDoc|
+2026-07-23 11:13:56.4906|DEBUG|OnDoc|
+2026-07-23 11:13:56.5882|ERROR|OnDoc|Die gespeicherte Prozedur "ondoc_sp_update_profilteam" wurde nicht gefunden.
+2026-07-23 11:13:56.6660|ERROR|APIDocLog|Error Verify
+2026-07-23 11:14:08.8420|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-23 11:14:08.8792|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-23 11:14:25.6792|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-23 11:14:25.8997|INFO|APIDocLog|Start CreateDoc
+2026-07-23 11:14:25.9991|INFO|APIDocLog|Input JSON
+2026-07-23 11:14:34.1838|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|Start GenDoc
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.2209|DEBUG|OnDoc|
+2026-07-23 11:14:34.3111|ERROR|OnDoc|Die gespeicherte Prozedur "ondoc_sp_update_profilteam" wurde nicht gefunden.
+2026-07-23 11:14:34.3826|ERROR|APIDocLog|Error Verify
+2026-07-23 11:14:46.5258|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-23 11:14:46.5615|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 08:16:08.2698|DEBUG|OnDoc|
+2026-07-24 08:16:08.3773|DEBUG|OnDoc|
+2026-07-24 08:16:08.3773|DEBUG|OnDoc|
+2026-07-24 08:16:08.3773|DEBUG|OnDoc|
+2026-07-24 08:17:11.5850|DEBUG|OnDoc|
+2026-07-24 08:17:11.7090|DEBUG|OnDoc|
+2026-07-24 08:17:11.7090|DEBUG|OnDoc|
+2026-07-24 08:17:11.7090|DEBUG|OnDoc|
+2026-07-24 08:17:32.4433|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:17:32.7291|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:17:32.7802|INFO|APIDocLog|Input JSON
+2026-07-24 08:17:32.7802|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:17:32.7802|DEBUG|OnDoc|
+2026-07-24 08:17:32.7802|DEBUG|OnDoc|
+2026-07-24 08:17:32.7802|DEBUG|OnDoc|
+2026-07-24 08:17:32.7947|DEBUG|OnDoc|
+2026-07-24 08:17:32.7947|DEBUG|OnDoc|
+2026-07-24 08:17:32.7947|DEBUG|OnDoc|
+2026-07-24 08:17:32.7947|DEBUG|OnDoc|
+2026-07-24 08:17:32.7947|DEBUG|OnDoc|
+2026-07-24 08:17:32.7947|DEBUG|OnDoc|
+2026-07-24 08:17:32.7947|DEBUG|OnDoc|
+2026-07-24 08:17:32.7947|DEBUG|OnDoc|
+2026-07-24 08:17:32.7947|DEBUG|OnDoc|
+2026-07-24 08:17:32.7947|DEBUG|OnDoc|
+2026-07-24 08:17:32.7947|DEBUG|OnDoc|
+2026-07-24 08:17:32.7947|DEBUG|OnDoc|
+2026-07-24 08:17:32.7947|DEBUG|OnDoc|
+2026-07-24 08:17:32.7947|DEBUG|OnDoc|
+2026-07-24 08:17:32.8112|DEBUG|OnDoc|
+2026-07-24 08:17:32.8112|DEBUG|OnDoc|
+2026-07-24 08:17:32.8112|DEBUG|OnDoc|
+2026-07-24 08:17:32.8112|DEBUG|OnDoc|
+2026-07-24 08:17:32.8112|DEBUG|OnDoc|
+2026-07-24 08:17:32.8112|DEBUG|OnDoc|
+2026-07-24 08:17:32.8112|DEBUG|OnDoc|
+2026-07-24 08:17:32.8112|DEBUG|OnDoc|
+2026-07-24 08:17:32.8112|DEBUG|OnDoc|
+2026-07-24 08:17:43.2733|DEBUG|OnDoc|
+2026-07-24 08:17:43.3068|DEBUG|OnDoc|
+2026-07-24 08:17:43.3068|DEBUG|OnDoc|
+2026-07-24 08:17:43.3108|DEBUG|OnDoc|
+2026-07-24 08:17:43.3108|DEBUG|OnDoc|
+2026-07-24 08:17:43.3108|DEBUG|OnDoc|
+2026-07-24 08:17:43.3108|DEBUG|OnDoc|
+2026-07-24 08:17:43.3108|DEBUG|OnDoc|
+2026-07-24 08:17:43.3108|DEBUG|OnDoc|
+2026-07-24 08:17:43.3108|DEBUG|OnDoc|
+2026-07-24 08:17:43.3312|DEBUG|OnDoc|
+2026-07-24 08:17:43.3312|DEBUG|OnDoc|
+2026-07-24 08:17:43.3945|DEBUG|OnDoc|
+2026-07-24 08:17:43.3945|DEBUG|OnDoc|
+2026-07-24 08:17:43.4364|DEBUG|OnDoc|
+2026-07-24 08:17:43.4364|DEBUG|OnDoc|
+2026-07-24 08:17:43.4364|DEBUG|OnDoc|
+2026-07-24 08:17:43.4364|DEBUG|OnDoc|
+2026-07-24 08:17:43.4744|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:17:43.4744|DEBUG|OnDoc|
+2026-07-24 08:17:43.4889|DEBUG|OnDoc|
+2026-07-24 08:17:43.4889|DEBUG|OnDoc|
+2026-07-24 08:17:43.4889|DEBUG|OnDoc|
+2026-07-24 08:17:43.4889|DEBUG|OnDoc|
+2026-07-24 08:17:43.5060|DEBUG|OnDoc|
+2026-07-24 08:17:43.5060|DEBUG|OnDoc|
+2026-07-24 08:17:43.5171|DEBUG|OnDoc|
+2026-07-24 08:17:43.5171|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:17:44.0369|DEBUG|OnDoc|Word2013
+2026-07-24 08:17:44.0464|DEBUG|OnDoc|Word2013
+2026-07-24 08:17:46.6010|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:17:46.6314|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034690
+2026-07-24 08:17:46.6314|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:17:46.6314|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:17:46.6314|DEBUG|OnDoc|
+2026-07-24 08:17:46.6393|DEBUG|OnDoc|
+2026-07-24 08:17:46.6393|DEBUG|OnDoc|
+2026-07-24 08:17:46.6393|DEBUG|OnDoc|
+2026-07-24 08:17:46.6393|DEBUG|OnDoc|
+2026-07-24 08:17:46.6393|DEBUG|OnDoc|
+2026-07-24 08:18:00.1103|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:18:00.2074|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:18:00.2393|INFO|APIDocLog|Input JSON
+2026-07-24 08:18:00.2393|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:18:00.2393|DEBUG|OnDoc|
+2026-07-24 08:18:00.2393|DEBUG|OnDoc|
+2026-07-24 08:18:00.2393|DEBUG|OnDoc|
+2026-07-24 08:18:00.2393|DEBUG|OnDoc|
+2026-07-24 08:18:00.2393|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:00.2478|DEBUG|OnDoc|
+2026-07-24 08:18:02.4766|DEBUG|OnDoc|
+2026-07-24 08:18:02.4861|DEBUG|OnDoc|
+2026-07-24 08:18:02.4861|DEBUG|OnDoc|
+2026-07-24 08:18:02.4861|DEBUG|OnDoc|
+2026-07-24 08:18:02.4861|DEBUG|OnDoc|
+2026-07-24 08:18:02.4861|DEBUG|OnDoc|
+2026-07-24 08:18:02.4861|DEBUG|OnDoc|
+2026-07-24 08:18:02.4861|DEBUG|OnDoc|
+2026-07-24 08:18:02.4861|DEBUG|OnDoc|
+2026-07-24 08:18:02.4861|DEBUG|OnDoc|
+2026-07-24 08:18:02.5122|DEBUG|OnDoc|
+2026-07-24 08:18:02.5142|DEBUG|OnDoc|
+2026-07-24 08:18:02.5434|DEBUG|OnDoc|
+2026-07-24 08:18:02.5434|DEBUG|OnDoc|
+2026-07-24 08:18:02.5574|DEBUG|OnDoc|
+2026-07-24 08:18:02.5574|DEBUG|OnDoc|
+2026-07-24 08:18:02.5574|DEBUG|OnDoc|
+2026-07-24 08:18:02.5606|DEBUG|OnDoc|
+2026-07-24 08:18:02.5840|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:18:02.5840|DEBUG|OnDoc|
+2026-07-24 08:18:02.5840|DEBUG|OnDoc|
+2026-07-24 08:18:02.5925|DEBUG|OnDoc|
+2026-07-24 08:18:02.5925|DEBUG|OnDoc|
+2026-07-24 08:18:02.5925|DEBUG|OnDoc|
+2026-07-24 08:18:02.5925|DEBUG|OnDoc|
+2026-07-24 08:18:02.5925|DEBUG|OnDoc|
+2026-07-24 08:18:02.5925|DEBUG|OnDoc|
+2026-07-24 08:18:02.5925|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:18:02.6173|DEBUG|OnDoc|Word2013
+2026-07-24 08:18:02.6173|DEBUG|OnDoc|Word2013
+2026-07-24 08:18:03.7634|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:18:03.7634|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034704
+2026-07-24 08:18:03.7634|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:18:03.7634|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:18:03.7634|DEBUG|OnDoc|
+2026-07-24 08:18:03.7824|DEBUG|OnDoc|
+2026-07-24 08:18:03.7824|DEBUG|OnDoc|
+2026-07-24 08:18:03.7824|DEBUG|OnDoc|
+2026-07-24 08:18:03.7824|DEBUG|OnDoc|
+2026-07-24 08:18:03.7824|DEBUG|OnDoc|
+2026-07-24 08:19:01.3472|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:19:01.4572|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:19:01.5127|INFO|APIDocLog|Input JSON
+2026-07-24 08:19:01.5197|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:19:01.5197|DEBUG|OnDoc|
+2026-07-24 08:19:01.5197|DEBUG|OnDoc|
+2026-07-24 08:19:01.5197|DEBUG|OnDoc|
+2026-07-24 08:19:01.5197|DEBUG|OnDoc|
+2026-07-24 08:19:01.5197|DEBUG|OnDoc|
+2026-07-24 08:19:01.5197|DEBUG|OnDoc|
+2026-07-24 08:19:01.5197|DEBUG|OnDoc|
+2026-07-24 08:19:01.5197|DEBUG|OnDoc|
+2026-07-24 08:19:01.5197|DEBUG|OnDoc|
+2026-07-24 08:19:01.5197|DEBUG|OnDoc|
+2026-07-24 08:19:01.5197|DEBUG|OnDoc|
+2026-07-24 08:19:01.5292|DEBUG|OnDoc|
+2026-07-24 08:19:01.5292|DEBUG|OnDoc|
+2026-07-24 08:19:01.5292|DEBUG|OnDoc|
+2026-07-24 08:19:01.5292|DEBUG|OnDoc|
+2026-07-24 08:19:01.5292|DEBUG|OnDoc|
+2026-07-24 08:19:01.5292|DEBUG|OnDoc|
+2026-07-24 08:19:01.5292|DEBUG|OnDoc|
+2026-07-24 08:19:01.5292|DEBUG|OnDoc|
+2026-07-24 08:19:01.5292|DEBUG|OnDoc|
+2026-07-24 08:19:01.5292|DEBUG|OnDoc|
+2026-07-24 08:19:01.5292|DEBUG|OnDoc|
+2026-07-24 08:19:01.5292|DEBUG|OnDoc|
+2026-07-24 08:19:01.5292|DEBUG|OnDoc|
+2026-07-24 08:19:01.5292|DEBUG|OnDoc|
+2026-07-24 08:19:01.5292|DEBUG|OnDoc|
+2026-07-24 08:19:03.6771|DEBUG|OnDoc|
+2026-07-24 08:19:03.7156|DEBUG|OnDoc|
+2026-07-24 08:19:03.7176|DEBUG|OnDoc|
+2026-07-24 08:19:03.7176|DEBUG|OnDoc|
+2026-07-24 08:19:03.7176|DEBUG|OnDoc|
+2026-07-24 08:19:03.7663|DEBUG|OnDoc|
+2026-07-24 08:19:03.7663|DEBUG|OnDoc|
+2026-07-24 08:19:03.7663|DEBUG|OnDoc|
+2026-07-24 08:19:03.7663|DEBUG|OnDoc|
+2026-07-24 08:19:03.7663|DEBUG|OnDoc|
+2026-07-24 08:19:03.7918|DEBUG|OnDoc|
+2026-07-24 08:19:03.7963|DEBUG|OnDoc|
+2026-07-24 08:19:03.8274|DEBUG|OnDoc|
+2026-07-24 08:19:03.8274|DEBUG|OnDoc|
+2026-07-24 08:19:03.8274|DEBUG|OnDoc|
+2026-07-24 08:19:03.8419|DEBUG|OnDoc|
+2026-07-24 08:19:03.8419|DEBUG|OnDoc|
+2026-07-24 08:19:03.8419|DEBUG|OnDoc|
+2026-07-24 08:19:03.8650|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:19:03.8650|DEBUG|OnDoc|
+2026-07-24 08:19:03.8740|DEBUG|OnDoc|
+2026-07-24 08:19:03.8740|DEBUG|OnDoc|
+2026-07-24 08:19:03.8740|DEBUG|OnDoc|
+2026-07-24 08:19:03.8740|DEBUG|OnDoc|
+2026-07-24 08:19:03.8740|DEBUG|OnDoc|
+2026-07-24 08:19:03.8740|DEBUG|OnDoc|
+2026-07-24 08:19:03.8740|DEBUG|OnDoc|
+2026-07-24 08:19:03.8740|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:19:03.9026|DEBUG|OnDoc|Word2013
+2026-07-24 08:19:03.9096|DEBUG|OnDoc|Word2013
+2026-07-24 08:19:05.1240|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:19:05.1240|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034712
+2026-07-24 08:19:05.1240|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:19:05.1388|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:19:05.1388|DEBUG|OnDoc|
+2026-07-24 08:19:05.1388|DEBUG|OnDoc|
+2026-07-24 08:19:05.1388|DEBUG|OnDoc|
+2026-07-24 08:19:05.1388|DEBUG|OnDoc|
+2026-07-24 08:19:05.1388|DEBUG|OnDoc|
+2026-07-24 08:19:05.1388|DEBUG|OnDoc|
+2026-07-24 08:19:28.0602|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:19:28.1718|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:19:28.2093|INFO|APIDocLog|Input JSON
+2026-07-24 08:19:28.2093|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:19:28.2093|DEBUG|OnDoc|
+2026-07-24 08:19:28.2093|DEBUG|OnDoc|
+2026-07-24 08:19:28.2093|DEBUG|OnDoc|
+2026-07-24 08:19:28.2093|DEBUG|OnDoc|
+2026-07-24 08:19:28.2093|DEBUG|OnDoc|
+2026-07-24 08:19:28.2093|DEBUG|OnDoc|
+2026-07-24 08:19:28.2093|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2165|DEBUG|OnDoc|
+2026-07-24 08:19:28.2468|DEBUG|OnDoc|
+2026-07-24 08:19:28.2497|DEBUG|OnDoc|
+2026-07-24 08:19:28.2817|DEBUG|OnDoc|
+2026-07-24 08:19:28.2817|DEBUG|OnDoc|
+2026-07-24 08:19:28.2817|DEBUG|OnDoc|
+2026-07-24 08:19:28.2817|DEBUG|OnDoc|
+2026-07-24 08:19:28.2817|DEBUG|OnDoc|
+2026-07-24 08:19:28.2949|DEBUG|OnDoc|
+2026-07-24 08:19:28.3170|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:19:28.3170|DEBUG|OnDoc|
+2026-07-24 08:19:28.3170|DEBUG|OnDoc|
+2026-07-24 08:19:28.3262|DEBUG|OnDoc|
+2026-07-24 08:19:28.3262|DEBUG|OnDoc|
+2026-07-24 08:19:28.3262|DEBUG|OnDoc|
+2026-07-24 08:19:28.3262|DEBUG|OnDoc|
+2026-07-24 08:19:28.3262|DEBUG|OnDoc|
+2026-07-24 08:19:28.3262|DEBUG|OnDoc|
+2026-07-24 08:19:28.3262|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:19:28.3537|DEBUG|OnDoc|Word2013
+2026-07-24 08:19:28.3537|DEBUG|OnDoc|Word2013
+2026-07-24 08:19:29.4442|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:19:29.4552|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034728
+2026-07-24 08:19:29.4552|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:19:29.4552|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:19:29.4552|DEBUG|OnDoc|
+2026-07-24 08:19:29.4552|DEBUG|OnDoc|
+2026-07-24 08:19:29.4552|DEBUG|OnDoc|
+2026-07-24 08:19:29.4552|DEBUG|OnDoc|
+2026-07-24 08:19:29.4552|DEBUG|OnDoc|
+2026-07-24 08:19:29.4552|DEBUG|OnDoc|
+2026-07-24 08:19:53.3881|DEBUG|OnDoc|
+2026-07-24 08:19:53.4809|DEBUG|OnDoc|
+2026-07-24 08:19:53.4839|DEBUG|OnDoc|
+2026-07-24 08:19:53.4839|DEBUG|OnDoc|
+2026-07-24 08:20:14.2635|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:20:14.5772|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:20:14.6281|INFO|APIDocLog|Input JSON
+2026-07-24 08:20:14.6281|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:20:14.6402|DEBUG|OnDoc|
+2026-07-24 08:20:14.6402|DEBUG|OnDoc|
+2026-07-24 08:20:14.6402|DEBUG|OnDoc|
+2026-07-24 08:20:14.6402|DEBUG|OnDoc|
+2026-07-24 08:20:14.6402|DEBUG|OnDoc|
+2026-07-24 08:20:14.6402|DEBUG|OnDoc|
+2026-07-24 08:20:14.6402|DEBUG|OnDoc|
+2026-07-24 08:20:14.6402|DEBUG|OnDoc|
+2026-07-24 08:20:14.6402|DEBUG|OnDoc|
+2026-07-24 08:20:14.6402|DEBUG|OnDoc|
+2026-07-24 08:20:14.6402|DEBUG|OnDoc|
+2026-07-24 08:20:14.6402|DEBUG|OnDoc|
+2026-07-24 08:20:14.6402|DEBUG|OnDoc|
+2026-07-24 08:20:14.6402|DEBUG|OnDoc|
+2026-07-24 08:20:14.6557|DEBUG|OnDoc|
+2026-07-24 08:20:14.6557|DEBUG|OnDoc|
+2026-07-24 08:20:14.6557|DEBUG|OnDoc|
+2026-07-24 08:20:14.6557|DEBUG|OnDoc|
+2026-07-24 08:20:14.6557|DEBUG|OnDoc|
+2026-07-24 08:20:14.6557|DEBUG|OnDoc|
+2026-07-24 08:20:14.6557|DEBUG|OnDoc|
+2026-07-24 08:20:14.6557|DEBUG|OnDoc|
+2026-07-24 08:20:14.6701|DEBUG|OnDoc|
+2026-07-24 08:20:14.6701|DEBUG|OnDoc|
+2026-07-24 08:20:14.6701|DEBUG|OnDoc|
+2026-07-24 08:20:14.6701|DEBUG|OnDoc|
+2026-07-24 08:20:14.6701|DEBUG|OnDoc|
+2026-07-24 08:20:14.6701|DEBUG|OnDoc|
+2026-07-24 08:20:14.6701|DEBUG|OnDoc|
+2026-07-24 08:20:14.6701|DEBUG|OnDoc|
+2026-07-24 08:20:14.6701|DEBUG|OnDoc|
+2026-07-24 08:20:14.6701|DEBUG|OnDoc|
+2026-07-24 08:20:14.6701|DEBUG|OnDoc|
+2026-07-24 08:20:14.6701|DEBUG|OnDoc|
+2026-07-24 08:20:14.6864|DEBUG|OnDoc|
+2026-07-24 08:20:14.6864|DEBUG|OnDoc|
+2026-07-24 08:20:14.6864|DEBUG|OnDoc|
+2026-07-24 08:20:14.7040|DEBUG|OnDoc|
+2026-07-24 08:20:14.7738|DEBUG|OnDoc|
+2026-07-24 08:20:14.7798|DEBUG|OnDoc|
+2026-07-24 08:20:14.8093|DEBUG|OnDoc|
+2026-07-24 08:20:14.8113|DEBUG|OnDoc|
+2026-07-24 08:20:14.8113|DEBUG|OnDoc|
+2026-07-24 08:20:14.8113|DEBUG|OnDoc|
+2026-07-24 08:20:14.8463|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:20:14.8463|DEBUG|OnDoc|
+2026-07-24 08:20:14.8651|DEBUG|OnDoc|
+2026-07-24 08:20:14.8651|DEBUG|OnDoc|
+2026-07-24 08:20:14.8651|DEBUG|OnDoc|
+2026-07-24 08:20:14.8651|DEBUG|OnDoc|
+2026-07-24 08:20:14.8793|DEBUG|OnDoc|
+2026-07-24 08:20:14.8793|DEBUG|OnDoc|
+2026-07-24 08:20:14.8793|DEBUG|OnDoc|
+2026-07-24 08:20:14.8793|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:20:15.3836|DEBUG|OnDoc|Word2013
+2026-07-24 08:20:15.3943|DEBUG|OnDoc|Word2013
+2026-07-24 08:20:17.8181|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:20:17.8511|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034733
+2026-07-24 08:20:17.8511|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:20:17.8511|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:20:17.8511|DEBUG|OnDoc|
+2026-07-24 08:20:17.8803|DEBUG|OnDoc|
+2026-07-24 08:20:17.8803|DEBUG|OnDoc|
+2026-07-24 08:20:17.8803|DEBUG|OnDoc|
+2026-07-24 08:20:17.8803|DEBUG|OnDoc|
+2026-07-24 08:20:17.8803|DEBUG|OnDoc|
+2026-07-24 08:20:28.2580|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:20:28.3428|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:20:28.3747|INFO|APIDocLog|Input JSON
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3747|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.3887|DEBUG|OnDoc|
+2026-07-24 08:20:28.4040|DEBUG|OnDoc|
+2026-07-24 08:20:28.4040|DEBUG|OnDoc|
+2026-07-24 08:20:28.4040|DEBUG|OnDoc|
+2026-07-24 08:20:28.4430|DEBUG|OnDoc|
+2026-07-24 08:20:28.4430|DEBUG|OnDoc|
+2026-07-24 08:20:28.4591|DEBUG|OnDoc|
+2026-07-24 08:20:28.4591|DEBUG|OnDoc|
+2026-07-24 08:20:28.4591|DEBUG|OnDoc|
+2026-07-24 08:20:28.4591|DEBUG|OnDoc|
+2026-07-24 08:20:28.4862|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:20:28.4862|DEBUG|OnDoc|
+2026-07-24 08:20:28.5048|DEBUG|OnDoc|
+2026-07-24 08:20:28.5048|DEBUG|OnDoc|
+2026-07-24 08:20:28.5048|DEBUG|OnDoc|
+2026-07-24 08:20:28.5048|DEBUG|OnDoc|
+2026-07-24 08:20:28.5133|DEBUG|OnDoc|
+2026-07-24 08:20:28.5133|DEBUG|OnDoc|
+2026-07-24 08:20:28.5133|DEBUG|OnDoc|
+2026-07-24 08:20:28.5133|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:20:28.5349|DEBUG|OnDoc|Word2013
+2026-07-24 08:20:28.5349|DEBUG|OnDoc|Word2013
+2026-07-24 08:23:02.1121|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:23:02.1494|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034749
+2026-07-24 08:23:02.1494|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:23:02.1494|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:23:02.1494|DEBUG|OnDoc|
+2026-07-24 08:23:02.1564|DEBUG|OnDoc|
+2026-07-24 08:23:02.1564|DEBUG|OnDoc|
+2026-07-24 08:23:02.1564|DEBUG|OnDoc|
+2026-07-24 08:23:02.1564|DEBUG|OnDoc|
+2026-07-24 08:23:02.1564|DEBUG|OnDoc|
+2026-07-24 08:23:43.1793|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:23:43.2666|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:23:43.2967|INFO|APIDocLog|Input JSON
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.2967|DEBUG|OnDoc|
+2026-07-24 08:23:43.3103|DEBUG|OnDoc|
+2026-07-24 08:23:43.3103|DEBUG|OnDoc|
+2026-07-24 08:23:43.3103|DEBUG|OnDoc|
+2026-07-24 08:23:43.3103|DEBUG|OnDoc|
+2026-07-24 08:23:43.3103|DEBUG|OnDoc|
+2026-07-24 08:23:43.3103|DEBUG|OnDoc|
+2026-07-24 08:23:43.3103|DEBUG|OnDoc|
+2026-07-24 08:23:43.3103|DEBUG|OnDoc|
+2026-07-24 08:23:43.3103|DEBUG|OnDoc|
+2026-07-24 08:23:43.3103|DEBUG|OnDoc|
+2026-07-24 08:23:43.3103|DEBUG|OnDoc|
+2026-07-24 08:23:43.3103|DEBUG|OnDoc|
+2026-07-24 08:23:43.3322|DEBUG|OnDoc|
+2026-07-24 08:23:43.3322|DEBUG|OnDoc|
+2026-07-24 08:23:43.3627|DEBUG|OnDoc|
+2026-07-24 08:23:43.3627|DEBUG|OnDoc|
+2026-07-24 08:23:43.3627|DEBUG|OnDoc|
+2026-07-24 08:23:43.3733|DEBUG|OnDoc|
+2026-07-24 08:23:43.3733|DEBUG|OnDoc|
+2026-07-24 08:23:43.3733|DEBUG|OnDoc|
+2026-07-24 08:23:43.3969|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:23:43.3969|DEBUG|OnDoc|
+2026-07-24 08:23:43.4100|DEBUG|OnDoc|
+2026-07-24 08:23:43.4100|DEBUG|OnDoc|
+2026-07-24 08:23:43.4100|DEBUG|OnDoc|
+2026-07-24 08:23:43.4100|DEBUG|OnDoc|
+2026-07-24 08:23:43.4100|DEBUG|OnDoc|
+2026-07-24 08:23:43.4100|DEBUG|OnDoc|
+2026-07-24 08:23:43.4250|DEBUG|OnDoc|
+2026-07-24 08:23:43.4250|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:23:43.4395|DEBUG|OnDoc|Word2013
+2026-07-24 08:23:43.4395|DEBUG|OnDoc|Word2013
+2026-07-24 08:23:44.6222|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:23:44.6356|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034757
+2026-07-24 08:23:44.6356|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:23:44.6391|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:23:44.6391|DEBUG|OnDoc|
+2026-07-24 08:23:44.6542|DEBUG|OnDoc|
+2026-07-24 08:23:44.6542|DEBUG|OnDoc|
+2026-07-24 08:23:44.6542|DEBUG|OnDoc|
+2026-07-24 08:23:44.6542|DEBUG|OnDoc|
+2026-07-24 08:23:44.6542|DEBUG|OnDoc|
+2026-07-24 08:24:10.9120|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:24:10.9994|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:24:11.0304|INFO|APIDocLog|Input JSON
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0304|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0450|DEBUG|OnDoc|
+2026-07-24 08:24:11.0761|DEBUG|OnDoc|
+2026-07-24 08:24:11.0761|DEBUG|OnDoc|
+2026-07-24 08:24:11.1089|DEBUG|OnDoc|
+2026-07-24 08:24:11.1089|DEBUG|OnDoc|
+2026-07-24 08:24:11.1089|DEBUG|OnDoc|
+2026-07-24 08:24:11.1240|DEBUG|OnDoc|
+2026-07-24 08:24:11.1240|DEBUG|OnDoc|
+2026-07-24 08:24:11.1240|DEBUG|OnDoc|
+2026-07-24 08:24:11.1513|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:24:11.1513|DEBUG|OnDoc|
+2026-07-24 08:24:11.1603|DEBUG|OnDoc|
+2026-07-24 08:24:11.1603|DEBUG|OnDoc|
+2026-07-24 08:24:11.1603|DEBUG|OnDoc|
+2026-07-24 08:24:11.1603|DEBUG|OnDoc|
+2026-07-24 08:24:11.1603|DEBUG|OnDoc|
+2026-07-24 08:24:11.1603|DEBUG|OnDoc|
+2026-07-24 08:24:11.1743|DEBUG|OnDoc|
+2026-07-24 08:24:11.1743|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:24:11.1875|DEBUG|OnDoc|Word2013
+2026-07-24 08:24:11.1875|DEBUG|OnDoc|Word2013
+2026-07-24 08:26:08.7969|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:26:09.1743|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:26:09.2148|INFO|APIDocLog|Input JSON
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2208|DEBUG|OnDoc|
+2026-07-24 08:26:09.2330|DEBUG|OnDoc|
+2026-07-24 08:26:09.2330|DEBUG|OnDoc|
+2026-07-24 08:26:09.2330|DEBUG|OnDoc|
+2026-07-24 08:26:09.2330|DEBUG|OnDoc|
+2026-07-24 08:26:09.2330|DEBUG|OnDoc|
+2026-07-24 08:26:09.2330|DEBUG|OnDoc|
+2026-07-24 08:26:09.2330|DEBUG|OnDoc|
+2026-07-24 08:26:09.2330|DEBUG|OnDoc|
+2026-07-24 08:26:09.2330|DEBUG|OnDoc|
+2026-07-24 08:26:09.2330|DEBUG|OnDoc|
+2026-07-24 08:26:09.2330|DEBUG|OnDoc|
+2026-07-24 08:26:09.2330|DEBUG|OnDoc|
+2026-07-24 08:26:09.2330|DEBUG|OnDoc|
+2026-07-24 08:26:09.2330|DEBUG|OnDoc|
+2026-07-24 08:26:09.2483|DEBUG|OnDoc|
+2026-07-24 08:26:09.2483|DEBUG|OnDoc|
+2026-07-24 08:26:09.2780|DEBUG|OnDoc|
+2026-07-24 08:26:09.2790|DEBUG|OnDoc|
+2026-07-24 08:26:09.2790|DEBUG|OnDoc|
+2026-07-24 08:26:09.2790|DEBUG|OnDoc|
+2026-07-24 08:26:09.2790|DEBUG|OnDoc|
+2026-07-24 08:26:09.2790|DEBUG|OnDoc|
+2026-07-24 08:26:09.3303|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:26:09.3463|DEBUG|OnDoc|
+2026-07-24 08:26:09.3798|DEBUG|OnDoc|
+2026-07-24 08:26:09.3893|DEBUG|OnDoc|
+2026-07-24 08:26:09.3893|DEBUG|OnDoc|
+2026-07-24 08:26:09.3893|DEBUG|OnDoc|
+2026-07-24 08:26:09.4063|DEBUG|OnDoc|
+2026-07-24 08:26:09.4063|DEBUG|OnDoc|
+2026-07-24 08:26:09.4063|DEBUG|OnDoc|
+2026-07-24 08:26:09.4063|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:26:09.4308|DEBUG|OnDoc|Word2013
+2026-07-24 08:26:09.4308|DEBUG|OnDoc|Word2013
+2026-07-24 08:26:10.5200|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:26:10.5326|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034765
+2026-07-24 08:26:10.5326|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:26:10.5326|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:26:10.5326|DEBUG|OnDoc|
+2026-07-24 08:26:10.5326|DEBUG|OnDoc|
+2026-07-24 08:26:10.5326|DEBUG|OnDoc|
+2026-07-24 08:26:10.5326|DEBUG|OnDoc|
+2026-07-24 08:26:10.5326|DEBUG|OnDoc|
+2026-07-24 08:26:10.5326|DEBUG|OnDoc|
+2026-07-24 08:26:10.7273|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:26:10.7404|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034770
+2026-07-24 08:26:10.7404|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:26:10.7404|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:26:10.7404|DEBUG|OnDoc|
+2026-07-24 08:26:10.7499|DEBUG|OnDoc|
+2026-07-24 08:26:10.7499|DEBUG|OnDoc|
+2026-07-24 08:26:10.7499|DEBUG|OnDoc|
+2026-07-24 08:26:10.7499|DEBUG|OnDoc|
+2026-07-24 08:26:10.7499|DEBUG|OnDoc|
+2026-07-24 08:26:17.4565|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:26:57.9145|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:27:55.6563|INFO|APIDocLog|Input JSON
+2026-07-24 08:29:21.5176|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:29:21.5553|DEBUG|OnDoc|
+2026-07-24 08:29:21.5553|DEBUG|OnDoc|
+2026-07-24 08:29:21.5553|DEBUG|OnDoc|
+2026-07-24 08:29:21.5553|DEBUG|OnDoc|
+2026-07-24 08:29:21.5553|DEBUG|OnDoc|
+2026-07-24 08:29:21.5553|DEBUG|OnDoc|
+2026-07-24 08:29:21.5553|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5603|DEBUG|OnDoc|
+2026-07-24 08:29:21.5760|DEBUG|OnDoc|
+2026-07-24 08:29:21.5760|DEBUG|OnDoc|
+2026-07-24 08:29:21.5963|DEBUG|OnDoc|
+2026-07-24 08:29:21.5963|DEBUG|OnDoc|
+2026-07-24 08:29:21.6318|DEBUG|OnDoc|
+2026-07-24 08:29:21.6318|DEBUG|OnDoc|
+2026-07-24 08:29:21.6510|DEBUG|OnDoc|
+2026-07-24 08:29:21.6510|DEBUG|OnDoc|
+2026-07-24 08:29:21.6510|DEBUG|OnDoc|
+2026-07-24 08:29:21.6510|DEBUG|OnDoc|
+2026-07-24 08:29:21.6784|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:29:21.6784|DEBUG|OnDoc|
+2026-07-24 08:29:21.6945|DEBUG|OnDoc|
+2026-07-24 08:29:21.6945|DEBUG|OnDoc|
+2026-07-24 08:29:21.6945|DEBUG|OnDoc|
+2026-07-24 08:29:21.6945|DEBUG|OnDoc|
+2026-07-24 08:29:21.7035|DEBUG|OnDoc|
+2026-07-24 08:29:21.7035|DEBUG|OnDoc|
+2026-07-24 08:29:21.7035|DEBUG|OnDoc|
+2026-07-24 08:29:21.7035|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:29:21.7218|DEBUG|OnDoc|Word2013
+2026-07-24 08:29:21.7218|DEBUG|OnDoc|Word2013
+2026-07-24 08:29:22.9229|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:29:22.9229|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034781
+2026-07-24 08:29:22.9229|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:29:22.9356|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:29:22.9356|DEBUG|OnDoc|
+2026-07-24 08:29:22.9356|DEBUG|OnDoc|
+2026-07-24 08:29:22.9356|DEBUG|OnDoc|
+2026-07-24 08:29:22.9356|DEBUG|OnDoc|
+2026-07-24 08:29:22.9356|DEBUG|OnDoc|
+2026-07-24 08:29:22.9356|DEBUG|OnDoc|
+2026-07-24 08:29:29.5938|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:29:29.6808|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:29:29.7144|INFO|APIDocLog|Input JSON
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7194|DEBUG|OnDoc|
+2026-07-24 08:29:29.7330|DEBUG|OnDoc|
+2026-07-24 08:29:29.7330|DEBUG|OnDoc|
+2026-07-24 08:29:29.7330|DEBUG|OnDoc|
+2026-07-24 08:29:29.7330|DEBUG|OnDoc|
+2026-07-24 08:29:29.7330|DEBUG|OnDoc|
+2026-07-24 08:29:29.7330|DEBUG|OnDoc|
+2026-07-24 08:29:29.7330|DEBUG|OnDoc|
+2026-07-24 08:29:29.7562|DEBUG|OnDoc|
+2026-07-24 08:29:29.7562|DEBUG|OnDoc|
+2026-07-24 08:29:29.7885|DEBUG|OnDoc|
+2026-07-24 08:29:29.7885|DEBUG|OnDoc|
+2026-07-24 08:29:29.7981|DEBUG|OnDoc|
+2026-07-24 08:29:29.7981|DEBUG|OnDoc|
+2026-07-24 08:29:29.7981|DEBUG|OnDoc|
+2026-07-24 08:29:29.7981|DEBUG|OnDoc|
+2026-07-24 08:29:29.8305|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:29:29.8305|DEBUG|OnDoc|
+2026-07-24 08:29:29.8305|DEBUG|OnDoc|
+2026-07-24 08:29:29.8305|DEBUG|OnDoc|
+2026-07-24 08:29:29.8305|DEBUG|OnDoc|
+2026-07-24 08:29:29.8305|DEBUG|OnDoc|
+2026-07-24 08:29:29.8441|DEBUG|OnDoc|
+2026-07-24 08:29:29.8441|DEBUG|OnDoc|
+2026-07-24 08:29:29.8441|DEBUG|OnDoc|
+2026-07-24 08:29:29.8441|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:29:29.8622|DEBUG|OnDoc|Word2013
+2026-07-24 08:29:29.8622|DEBUG|OnDoc|Word2013
+2026-07-24 08:29:33.1063|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:29:33.1425|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034796
+2026-07-24 08:29:33.1425|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:29:33.1425|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:29:33.1425|DEBUG|OnDoc|
+2026-07-24 08:29:33.1549|DEBUG|OnDoc|
+2026-07-24 08:29:33.1549|DEBUG|OnDoc|
+2026-07-24 08:29:33.1549|DEBUG|OnDoc|
+2026-07-24 08:29:33.1549|DEBUG|OnDoc|
+2026-07-24 08:29:33.1549|DEBUG|OnDoc|
+2026-07-24 08:29:46.7631|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:29:46.8507|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:29:46.8826|INFO|APIDocLog|Input JSON
+2026-07-24 08:29:46.8826|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:29:46.8826|DEBUG|OnDoc|
+2026-07-24 08:29:46.8826|DEBUG|OnDoc|
+2026-07-24 08:29:46.8826|DEBUG|OnDoc|
+2026-07-24 08:29:46.8826|DEBUG|OnDoc|
+2026-07-24 08:29:46.8826|DEBUG|OnDoc|
+2026-07-24 08:29:46.8826|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.8890|DEBUG|OnDoc|
+2026-07-24 08:29:46.9101|DEBUG|OnDoc|
+2026-07-24 08:29:46.9101|DEBUG|OnDoc|
+2026-07-24 08:29:46.9397|DEBUG|OnDoc|
+2026-07-24 08:29:46.9397|DEBUG|OnDoc|
+2026-07-24 08:29:46.9397|DEBUG|OnDoc|
+2026-07-24 08:29:46.9397|DEBUG|OnDoc|
+2026-07-24 08:29:46.9397|DEBUG|OnDoc|
+2026-07-24 08:29:46.9523|DEBUG|OnDoc|
+2026-07-24 08:29:46.9749|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:29:46.9749|DEBUG|OnDoc|
+2026-07-24 08:29:46.9834|DEBUG|OnDoc|
+2026-07-24 08:29:46.9834|DEBUG|OnDoc|
+2026-07-24 08:29:46.9834|DEBUG|OnDoc|
+2026-07-24 08:29:46.9834|DEBUG|OnDoc|
+2026-07-24 08:29:46.9834|DEBUG|OnDoc|
+2026-07-24 08:29:46.9834|DEBUG|OnDoc|
+2026-07-24 08:29:46.9834|DEBUG|OnDoc|
+2026-07-24 08:29:46.9834|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:29:47.0079|DEBUG|OnDoc|Word2013
+2026-07-24 08:29:47.0079|DEBUG|OnDoc|Word2013
+2026-07-24 08:29:48.1894|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:29:48.2010|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034808
+2026-07-24 08:29:48.2010|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:29:48.2010|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:29:48.2010|DEBUG|OnDoc|
+2026-07-24 08:29:48.2010|DEBUG|OnDoc|
+2026-07-24 08:29:48.2010|DEBUG|OnDoc|
+2026-07-24 08:29:48.2010|DEBUG|OnDoc|
+2026-07-24 08:29:48.2010|DEBUG|OnDoc|
+2026-07-24 08:29:48.2010|DEBUG|OnDoc|
+2026-07-24 08:30:01.9431|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:30:02.0274|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:30:02.0583|INFO|APIDocLog|Input JSON
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0623|DEBUG|OnDoc|
+2026-07-24 08:30:02.0758|DEBUG|OnDoc|
+2026-07-24 08:30:02.0758|DEBUG|OnDoc|
+2026-07-24 08:30:02.0758|DEBUG|OnDoc|
+2026-07-24 08:30:02.0758|DEBUG|OnDoc|
+2026-07-24 08:30:02.0758|DEBUG|OnDoc|
+2026-07-24 08:30:02.0758|DEBUG|OnDoc|
+2026-07-24 08:30:02.0758|DEBUG|OnDoc|
+2026-07-24 08:30:02.0758|DEBUG|OnDoc|
+2026-07-24 08:30:02.0758|DEBUG|OnDoc|
+2026-07-24 08:30:02.0758|DEBUG|OnDoc|
+2026-07-24 08:30:02.0758|DEBUG|OnDoc|
+2026-07-24 08:30:02.0758|DEBUG|OnDoc|
+2026-07-24 08:30:02.0758|DEBUG|OnDoc|
+2026-07-24 08:30:02.0758|DEBUG|OnDoc|
+2026-07-24 08:30:02.0758|DEBUG|OnDoc|
+2026-07-24 08:30:02.0946|DEBUG|OnDoc|
+2026-07-24 08:30:02.0946|DEBUG|OnDoc|
+2026-07-24 08:30:02.1256|DEBUG|OnDoc|
+2026-07-24 08:30:02.1256|DEBUG|OnDoc|
+2026-07-24 08:30:02.1402|DEBUG|OnDoc|
+2026-07-24 08:30:02.1402|DEBUG|OnDoc|
+2026-07-24 08:30:02.1402|DEBUG|OnDoc|
+2026-07-24 08:30:02.1402|DEBUG|OnDoc|
+2026-07-24 08:30:02.1669|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:30:02.1669|DEBUG|OnDoc|
+2026-07-24 08:30:02.1775|DEBUG|OnDoc|
+2026-07-24 08:30:02.1775|DEBUG|OnDoc|
+2026-07-24 08:30:02.1775|DEBUG|OnDoc|
+2026-07-24 08:30:02.1775|DEBUG|OnDoc|
+2026-07-24 08:30:02.1775|DEBUG|OnDoc|
+2026-07-24 08:30:02.1775|DEBUG|OnDoc|
+2026-07-24 08:30:02.1887|DEBUG|OnDoc|
+2026-07-24 08:30:02.1887|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:30:02.2017|DEBUG|OnDoc|Word2013
+2026-07-24 08:30:02.2017|DEBUG|OnDoc|Word2013
+2026-07-24 08:30:03.3562|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:30:03.3677|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034813
+2026-07-24 08:30:03.3677|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:30:03.3677|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:30:03.3677|DEBUG|OnDoc|
+2026-07-24 08:30:03.3755|DEBUG|OnDoc|
+2026-07-24 08:30:03.3755|DEBUG|OnDoc|
+2026-07-24 08:30:03.3755|DEBUG|OnDoc|
+2026-07-24 08:30:03.3755|DEBUG|OnDoc|
+2026-07-24 08:30:03.3755|DEBUG|OnDoc|
+2026-07-24 08:30:18.8872|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:30:18.9839|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:30:19.0160|INFO|APIDocLog|Input JSON
+2026-07-24 08:30:19.0160|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:30:19.0160|DEBUG|OnDoc|
+2026-07-24 08:30:19.0160|DEBUG|OnDoc|
+2026-07-24 08:30:19.0160|DEBUG|OnDoc|
+2026-07-24 08:30:19.0160|DEBUG|OnDoc|
+2026-07-24 08:30:19.0160|DEBUG|OnDoc|
+2026-07-24 08:30:19.0160|DEBUG|OnDoc|
+2026-07-24 08:30:19.0160|DEBUG|OnDoc|
+2026-07-24 08:30:19.0160|DEBUG|OnDoc|
+2026-07-24 08:30:19.0160|DEBUG|OnDoc|
+2026-07-24 08:30:19.0160|DEBUG|OnDoc|
+2026-07-24 08:30:19.0160|DEBUG|OnDoc|
+2026-07-24 08:30:19.0160|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0297|DEBUG|OnDoc|
+2026-07-24 08:30:19.0594|DEBUG|OnDoc|
+2026-07-24 08:30:19.0644|DEBUG|OnDoc|
+2026-07-24 08:30:19.0988|DEBUG|OnDoc|
+2026-07-24 08:30:19.0988|DEBUG|OnDoc|
+2026-07-24 08:30:19.1123|DEBUG|OnDoc|
+2026-07-24 08:30:19.1123|DEBUG|OnDoc|
+2026-07-24 08:30:19.1123|DEBUG|OnDoc|
+2026-07-24 08:30:19.1123|DEBUG|OnDoc|
+2026-07-24 08:30:19.1421|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:30:19.1421|DEBUG|OnDoc|
+2026-07-24 08:30:19.1421|DEBUG|OnDoc|
+2026-07-24 08:30:19.1421|DEBUG|OnDoc|
+2026-07-24 08:30:19.1421|DEBUG|OnDoc|
+2026-07-24 08:30:19.1421|DEBUG|OnDoc|
+2026-07-24 08:30:19.1615|DEBUG|OnDoc|
+2026-07-24 08:30:19.1615|DEBUG|OnDoc|
+2026-07-24 08:30:19.1615|DEBUG|OnDoc|
+2026-07-24 08:30:19.1615|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:30:19.1797|DEBUG|OnDoc|Word2013
+2026-07-24 08:30:19.1858|DEBUG|OnDoc|Word2013
+2026-07-24 08:31:18.1153|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:31:18.1541|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034829
+2026-07-24 08:31:18.1541|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:31:18.1541|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:31:18.1541|DEBUG|OnDoc|
+2026-07-24 08:31:18.1541|DEBUG|OnDoc|
+2026-07-24 08:31:18.1541|DEBUG|OnDoc|
+2026-07-24 08:31:18.1541|DEBUG|OnDoc|
+2026-07-24 08:31:18.1541|DEBUG|OnDoc|
+2026-07-24 08:31:18.1541|DEBUG|OnDoc|
+2026-07-24 08:31:22.5601|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:31:22.6646|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:31:22.7037|INFO|APIDocLog|Input JSON
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7037|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7168|DEBUG|OnDoc|
+2026-07-24 08:31:22.7323|DEBUG|OnDoc|
+2026-07-24 08:31:22.7323|DEBUG|OnDoc|
+2026-07-24 08:31:22.7615|DEBUG|OnDoc|
+2026-07-24 08:31:22.7615|DEBUG|OnDoc|
+2026-07-24 08:31:22.7767|DEBUG|OnDoc|
+2026-07-24 08:31:22.7767|DEBUG|OnDoc|
+2026-07-24 08:31:22.7767|DEBUG|OnDoc|
+2026-07-24 08:31:22.7797|DEBUG|OnDoc|
+2026-07-24 08:31:22.8061|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:31:22.8061|DEBUG|OnDoc|
+2026-07-24 08:31:22.8131|DEBUG|OnDoc|
+2026-07-24 08:31:22.8131|DEBUG|OnDoc|
+2026-07-24 08:31:22.8131|DEBUG|OnDoc|
+2026-07-24 08:31:22.8131|DEBUG|OnDoc|
+2026-07-24 08:31:22.8131|DEBUG|OnDoc|
+2026-07-24 08:31:22.8131|DEBUG|OnDoc|
+2026-07-24 08:31:22.8302|DEBUG|OnDoc|
+2026-07-24 08:31:22.8302|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:31:22.8418|DEBUG|OnDoc|Word2013
+2026-07-24 08:31:22.8418|DEBUG|OnDoc|Word2013
+2026-07-24 08:31:27.6349|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:31:27.6755|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034837
+2026-07-24 08:31:27.6755|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:31:27.6755|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:31:27.6755|DEBUG|OnDoc|
+2026-07-24 08:31:27.6755|DEBUG|OnDoc|
+2026-07-24 08:31:27.6755|DEBUG|OnDoc|
+2026-07-24 08:31:27.6755|DEBUG|OnDoc|
+2026-07-24 08:31:27.6755|DEBUG|OnDoc|
+2026-07-24 08:31:27.6851|DEBUG|OnDoc|
+2026-07-24 08:31:39.0825|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:31:39.1691|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:31:39.2024|INFO|APIDocLog|Input JSON
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2024|DEBUG|OnDoc|
+2026-07-24 08:31:39.2164|DEBUG|OnDoc|
+2026-07-24 08:31:39.2164|DEBUG|OnDoc|
+2026-07-24 08:31:39.2164|DEBUG|OnDoc|
+2026-07-24 08:31:39.2164|DEBUG|OnDoc|
+2026-07-24 08:31:39.2164|DEBUG|OnDoc|
+2026-07-24 08:31:39.2164|DEBUG|OnDoc|
+2026-07-24 08:31:39.2164|DEBUG|OnDoc|
+2026-07-24 08:31:39.2164|DEBUG|OnDoc|
+2026-07-24 08:31:39.2164|DEBUG|OnDoc|
+2026-07-24 08:31:39.2164|DEBUG|OnDoc|
+2026-07-24 08:31:39.2164|DEBUG|OnDoc|
+2026-07-24 08:31:39.2164|DEBUG|OnDoc|
+2026-07-24 08:31:39.2164|DEBUG|OnDoc|
+2026-07-24 08:31:39.2164|DEBUG|OnDoc|
+2026-07-24 08:31:39.2164|DEBUG|OnDoc|
+2026-07-24 08:31:39.2329|DEBUG|OnDoc|
+2026-07-24 08:31:39.2629|DEBUG|OnDoc|
+2026-07-24 08:31:39.2639|DEBUG|OnDoc|
+2026-07-24 08:31:39.2639|DEBUG|OnDoc|
+2026-07-24 08:31:39.2639|DEBUG|OnDoc|
+2026-07-24 08:31:39.2639|DEBUG|OnDoc|
+2026-07-24 08:31:39.2639|DEBUG|OnDoc|
+2026-07-24 08:31:39.3027|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:31:39.3027|DEBUG|OnDoc|
+2026-07-24 08:31:39.3140|DEBUG|OnDoc|
+2026-07-24 08:31:39.3140|DEBUG|OnDoc|
+2026-07-24 08:31:39.3140|DEBUG|OnDoc|
+2026-07-24 08:31:39.3140|DEBUG|OnDoc|
+2026-07-24 08:31:39.3140|DEBUG|OnDoc|
+2026-07-24 08:31:39.3140|DEBUG|OnDoc|
+2026-07-24 08:31:39.3260|DEBUG|OnDoc|
+2026-07-24 08:31:39.3260|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:31:39.3260|DEBUG|OnDoc|Word2013
+2026-07-24 08:31:39.3260|DEBUG|OnDoc|Word2013
+2026-07-24 08:31:44.6203|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:31:44.6581|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034845
+2026-07-24 08:31:44.6581|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:31:44.6581|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:31:44.6581|DEBUG|OnDoc|
+2026-07-24 08:31:44.6721|DEBUG|OnDoc|
+2026-07-24 08:31:44.6721|DEBUG|OnDoc|
+2026-07-24 08:31:44.6721|DEBUG|OnDoc|
+2026-07-24 08:31:44.6721|DEBUG|OnDoc|
+2026-07-24 08:31:44.6721|DEBUG|OnDoc|
+2026-07-24 08:31:54.0290|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:31:54.1153|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:31:54.1522|INFO|APIDocLog|Input JSON
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1553|DEBUG|OnDoc|
+2026-07-24 08:31:54.1701|DEBUG|OnDoc|
+2026-07-24 08:31:54.1701|DEBUG|OnDoc|
+2026-07-24 08:31:54.1701|DEBUG|OnDoc|
+2026-07-24 08:31:54.1701|DEBUG|OnDoc|
+2026-07-24 08:31:54.1701|DEBUG|OnDoc|
+2026-07-24 08:31:54.1701|DEBUG|OnDoc|
+2026-07-24 08:31:54.1701|DEBUG|OnDoc|
+2026-07-24 08:31:54.1701|DEBUG|OnDoc|
+2026-07-24 08:31:54.1701|DEBUG|OnDoc|
+2026-07-24 08:31:54.2131|DEBUG|OnDoc|
+2026-07-24 08:31:54.2131|DEBUG|OnDoc|
+2026-07-24 08:31:54.2242|DEBUG|OnDoc|
+2026-07-24 08:31:54.2242|DEBUG|OnDoc|
+2026-07-24 08:31:54.2242|DEBUG|OnDoc|
+2026-07-24 08:31:54.2242|DEBUG|OnDoc|
+2026-07-24 08:31:54.2497|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:31:54.2497|DEBUG|OnDoc|
+2026-07-24 08:31:54.2497|DEBUG|OnDoc|
+2026-07-24 08:31:54.2497|DEBUG|OnDoc|
+2026-07-24 08:31:54.2497|DEBUG|OnDoc|
+2026-07-24 08:31:54.2497|DEBUG|OnDoc|
+2026-07-24 08:31:54.2688|DEBUG|OnDoc|
+2026-07-24 08:31:54.2688|DEBUG|OnDoc|
+2026-07-24 08:31:54.2688|DEBUG|OnDoc|
+2026-07-24 08:31:54.2688|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:31:54.2881|DEBUG|OnDoc|Word2013
+2026-07-24 08:31:54.2881|DEBUG|OnDoc|Word2013
+2026-07-24 08:32:06.8649|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:32:06.9054|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034850
+2026-07-24 08:32:06.9054|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:32:06.9054|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:32:06.9054|DEBUG|OnDoc|
+2026-07-24 08:32:06.9224|DEBUG|OnDoc|
+2026-07-24 08:32:06.9224|DEBUG|OnDoc|
+2026-07-24 08:32:06.9224|DEBUG|OnDoc|
+2026-07-24 08:32:06.9224|DEBUG|OnDoc|
+2026-07-24 08:32:06.9224|DEBUG|OnDoc|
+2026-07-24 08:32:20.6912|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:32:20.7746|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:32:20.8065|INFO|APIDocLog|Input JSON
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8105|DEBUG|OnDoc|
+2026-07-24 08:32:20.8267|DEBUG|OnDoc|
+2026-07-24 08:32:20.8267|DEBUG|OnDoc|
+2026-07-24 08:32:20.8267|DEBUG|OnDoc|
+2026-07-24 08:32:20.8267|DEBUG|OnDoc|
+2026-07-24 08:32:20.8267|DEBUG|OnDoc|
+2026-07-24 08:32:20.8267|DEBUG|OnDoc|
+2026-07-24 08:32:20.8267|DEBUG|OnDoc|
+2026-07-24 08:32:20.8267|DEBUG|OnDoc|
+2026-07-24 08:32:20.8267|DEBUG|OnDoc|
+2026-07-24 08:32:20.8267|DEBUG|OnDoc|
+2026-07-24 08:32:20.8267|DEBUG|OnDoc|
+2026-07-24 08:32:20.8510|DEBUG|OnDoc|
+2026-07-24 08:32:20.8510|DEBUG|OnDoc|
+2026-07-24 08:32:20.8812|DEBUG|OnDoc|
+2026-07-24 08:32:20.8812|DEBUG|OnDoc|
+2026-07-24 08:32:20.8934|DEBUG|OnDoc|
+2026-07-24 08:32:20.8934|DEBUG|OnDoc|
+2026-07-24 08:32:20.8934|DEBUG|OnDoc|
+2026-07-24 08:32:20.8934|DEBUG|OnDoc|
+2026-07-24 08:32:20.9185|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:32:20.9185|DEBUG|OnDoc|
+2026-07-24 08:32:20.9293|DEBUG|OnDoc|
+2026-07-24 08:32:20.9293|DEBUG|OnDoc|
+2026-07-24 08:32:20.9293|DEBUG|OnDoc|
+2026-07-24 08:32:20.9293|DEBUG|OnDoc|
+2026-07-24 08:32:20.9369|DEBUG|OnDoc|
+2026-07-24 08:32:20.9369|DEBUG|OnDoc|
+2026-07-24 08:32:20.9369|DEBUG|OnDoc|
+2026-07-24 08:32:20.9369|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:32:20.9566|DEBUG|OnDoc|Word2013
+2026-07-24 08:32:20.9566|DEBUG|OnDoc|Word2013
+2026-07-24 08:32:22.0643|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:32:22.0797|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034861
+2026-07-24 08:32:22.0797|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:32:22.0797|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:32:22.0797|DEBUG|OnDoc|
+2026-07-24 08:32:22.0797|DEBUG|OnDoc|
+2026-07-24 08:32:22.0916|DEBUG|OnDoc|
+2026-07-24 08:32:22.0916|DEBUG|OnDoc|
+2026-07-24 08:32:22.0916|DEBUG|OnDoc|
+2026-07-24 08:32:22.0916|DEBUG|OnDoc|
+2026-07-24 08:34:30.4470|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:34:30.5516|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:34:30.5940|INFO|APIDocLog|Input JSON
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.5940|DEBUG|OnDoc|
+2026-07-24 08:34:30.6070|DEBUG|OnDoc|
+2026-07-24 08:34:30.6070|DEBUG|OnDoc|
+2026-07-24 08:34:30.6070|DEBUG|OnDoc|
+2026-07-24 08:34:30.6070|DEBUG|OnDoc|
+2026-07-24 08:34:30.6070|DEBUG|OnDoc|
+2026-07-24 08:34:30.6070|DEBUG|OnDoc|
+2026-07-24 08:34:30.6070|DEBUG|OnDoc|
+2026-07-24 08:34:30.6070|DEBUG|OnDoc|
+2026-07-24 08:34:30.6070|DEBUG|OnDoc|
+2026-07-24 08:34:30.6070|DEBUG|OnDoc|
+2026-07-24 08:34:30.6070|DEBUG|OnDoc|
+2026-07-24 08:34:30.6070|DEBUG|OnDoc|
+2026-07-24 08:34:30.6070|DEBUG|OnDoc|
+2026-07-24 08:34:30.6070|DEBUG|OnDoc|
+2026-07-24 08:34:30.6070|DEBUG|OnDoc|
+2026-07-24 08:34:30.6353|DEBUG|OnDoc|
+2026-07-24 08:34:30.6353|DEBUG|OnDoc|
+2026-07-24 08:34:30.6708|DEBUG|OnDoc|
+2026-07-24 08:34:30.6708|DEBUG|OnDoc|
+2026-07-24 08:34:30.6708|DEBUG|OnDoc|
+2026-07-24 08:34:30.6708|DEBUG|OnDoc|
+2026-07-24 08:34:30.6708|DEBUG|OnDoc|
+2026-07-24 08:34:30.6708|DEBUG|OnDoc|
+2026-07-24 08:34:30.7091|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:34:30.7091|DEBUG|OnDoc|
+2026-07-24 08:34:30.7226|DEBUG|OnDoc|
+2026-07-24 08:34:30.7226|DEBUG|OnDoc|
+2026-07-24 08:34:30.7226|DEBUG|OnDoc|
+2026-07-24 08:34:30.7226|DEBUG|OnDoc|
+2026-07-24 08:34:30.7386|DEBUG|OnDoc|
+2026-07-24 08:34:30.7386|DEBUG|OnDoc|
+2026-07-24 08:34:30.7386|DEBUG|OnDoc|
+2026-07-24 08:34:30.7386|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:34:30.7603|DEBUG|OnDoc|Word2013
+2026-07-24 08:34:30.7603|DEBUG|OnDoc|Word2013
+2026-07-24 08:34:32.1498|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:34:32.1621|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034876
+2026-07-24 08:34:32.1621|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:34:32.1621|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:34:32.1621|DEBUG|OnDoc|
+2026-07-24 08:34:32.1621|DEBUG|OnDoc|
+2026-07-24 08:34:32.1621|DEBUG|OnDoc|
+2026-07-24 08:34:32.1703|DEBUG|OnDoc|
+2026-07-24 08:34:32.1703|DEBUG|OnDoc|
+2026-07-24 08:34:32.1703|DEBUG|OnDoc|
+2026-07-24 08:35:17.4918|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:35:17.5873|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:35:17.6286|INFO|APIDocLog|Input JSON
+2026-07-24 08:35:17.6286|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:35:17.6286|DEBUG|OnDoc|
+2026-07-24 08:35:17.6286|DEBUG|OnDoc|
+2026-07-24 08:35:17.6286|DEBUG|OnDoc|
+2026-07-24 08:35:17.6286|DEBUG|OnDoc|
+2026-07-24 08:35:17.6286|DEBUG|OnDoc|
+2026-07-24 08:35:17.6286|DEBUG|OnDoc|
+2026-07-24 08:35:17.6286|DEBUG|OnDoc|
+2026-07-24 08:35:17.6286|DEBUG|OnDoc|
+2026-07-24 08:35:17.6286|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6387|DEBUG|OnDoc|
+2026-07-24 08:35:17.6540|DEBUG|OnDoc|
+2026-07-24 08:35:17.6540|DEBUG|OnDoc|
+2026-07-24 08:35:17.6540|DEBUG|OnDoc|
+2026-07-24 08:35:17.6540|DEBUG|OnDoc|
+2026-07-24 08:35:17.6540|DEBUG|OnDoc|
+2026-07-24 08:35:17.6540|DEBUG|OnDoc|
+2026-07-24 08:35:17.6750|DEBUG|OnDoc|
+2026-07-24 08:35:17.6750|DEBUG|OnDoc|
+2026-07-24 08:35:17.7089|DEBUG|OnDoc|
+2026-07-24 08:35:17.7089|DEBUG|OnDoc|
+2026-07-24 08:35:17.7241|DEBUG|OnDoc|
+2026-07-24 08:35:17.7241|DEBUG|OnDoc|
+2026-07-24 08:35:17.7241|DEBUG|OnDoc|
+2026-07-24 08:35:17.7241|DEBUG|OnDoc|
+2026-07-24 08:35:17.7531|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:35:17.7531|DEBUG|OnDoc|
+2026-07-24 08:35:17.7531|DEBUG|OnDoc|
+2026-07-24 08:35:17.7531|DEBUG|OnDoc|
+2026-07-24 08:35:17.7647|DEBUG|OnDoc|
+2026-07-24 08:35:17.7647|DEBUG|OnDoc|
+2026-07-24 08:35:17.7647|DEBUG|OnDoc|
+2026-07-24 08:35:17.7647|DEBUG|OnDoc|
+2026-07-24 08:35:17.7647|DEBUG|OnDoc|
+2026-07-24 08:35:17.7647|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:35:17.7912|DEBUG|OnDoc|Word2013
+2026-07-24 08:35:17.7912|DEBUG|OnDoc|Word2013
+2026-07-24 08:35:19.3385|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:35:19.3505|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034884
+2026-07-24 08:35:19.3505|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:35:19.3505|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:35:19.3505|DEBUG|OnDoc|
+2026-07-24 08:35:19.3585|DEBUG|OnDoc|
+2026-07-24 08:35:19.3585|DEBUG|OnDoc|
+2026-07-24 08:35:19.3585|DEBUG|OnDoc|
+2026-07-24 08:35:19.3585|DEBUG|OnDoc|
+2026-07-24 08:35:19.3585|DEBUG|OnDoc|
+2026-07-24 08:39:09.3260|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:39:09.4685|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:39:09.5172|INFO|APIDocLog|Input JSON
+2026-07-24 08:39:09.5172|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:39:09.5172|DEBUG|OnDoc|
+2026-07-24 08:39:09.5172|DEBUG|OnDoc|
+2026-07-24 08:39:09.5172|DEBUG|OnDoc|
+2026-07-24 08:39:09.5172|DEBUG|OnDoc|
+2026-07-24 08:39:09.5172|DEBUG|OnDoc|
+2026-07-24 08:39:09.5172|DEBUG|OnDoc|
+2026-07-24 08:39:09.5172|DEBUG|OnDoc|
+2026-07-24 08:39:09.5172|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5294|DEBUG|OnDoc|
+2026-07-24 08:39:09.5450|DEBUG|OnDoc|
+2026-07-24 08:39:09.5450|DEBUG|OnDoc|
+2026-07-24 08:39:09.5450|DEBUG|OnDoc|
+2026-07-24 08:39:09.5450|DEBUG|OnDoc|
+2026-07-24 08:39:09.5450|DEBUG|OnDoc|
+2026-07-24 08:39:09.5450|DEBUG|OnDoc|
+2026-07-24 08:39:09.5450|DEBUG|OnDoc|
+2026-07-24 08:39:09.5676|DEBUG|OnDoc|
+2026-07-24 08:39:09.5676|DEBUG|OnDoc|
+2026-07-24 08:39:09.6040|DEBUG|OnDoc|
+2026-07-24 08:39:09.6040|DEBUG|OnDoc|
+2026-07-24 08:39:09.6226|DEBUG|OnDoc|
+2026-07-24 08:39:09.6226|DEBUG|OnDoc|
+2026-07-24 08:39:09.6226|DEBUG|OnDoc|
+2026-07-24 08:39:09.6226|DEBUG|OnDoc|
+2026-07-24 08:39:09.6626|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:39:09.6626|DEBUG|OnDoc|
+2026-07-24 08:39:09.6731|DEBUG|OnDoc|
+2026-07-24 08:39:09.6731|DEBUG|OnDoc|
+2026-07-24 08:39:09.6731|DEBUG|OnDoc|
+2026-07-24 08:39:09.6731|DEBUG|OnDoc|
+2026-07-24 08:39:09.6731|DEBUG|OnDoc|
+2026-07-24 08:39:09.6731|DEBUG|OnDoc|
+2026-07-24 08:39:09.6923|DEBUG|OnDoc|
+2026-07-24 08:39:09.6923|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:39:09.7110|DEBUG|OnDoc|Word2013
+2026-07-24 08:39:09.7110|DEBUG|OnDoc|Word2013
+2026-07-24 08:39:11.1456|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:39:11.1592|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034892
+2026-07-24 08:39:11.1592|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:39:11.1592|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:39:11.1592|DEBUG|OnDoc|
+2026-07-24 08:39:11.1713|DEBUG|OnDoc|
+2026-07-24 08:39:11.1713|DEBUG|OnDoc|
+2026-07-24 08:39:11.1713|DEBUG|OnDoc|
+2026-07-24 08:39:11.1713|DEBUG|OnDoc|
+2026-07-24 08:39:11.1713|DEBUG|OnDoc|
+2026-07-24 08:46:50.6486|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:46:50.7699|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:46:50.8134|INFO|APIDocLog|Input JSON
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8134|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8267|DEBUG|OnDoc|
+2026-07-24 08:46:50.8518|DEBUG|OnDoc|
+2026-07-24 08:46:50.8518|DEBUG|OnDoc|
+2026-07-24 08:46:50.8829|DEBUG|OnDoc|
+2026-07-24 08:46:50.8829|DEBUG|OnDoc|
+2026-07-24 08:46:50.8943|DEBUG|OnDoc|
+2026-07-24 08:46:50.8943|DEBUG|OnDoc|
+2026-07-24 08:46:50.8943|DEBUG|OnDoc|
+2026-07-24 08:46:50.8943|DEBUG|OnDoc|
+2026-07-24 08:46:50.9192|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:46:50.9206|DEBUG|OnDoc|
+2026-07-24 08:46:50.9206|DEBUG|OnDoc|
+2026-07-24 08:46:50.9206|DEBUG|OnDoc|
+2026-07-24 08:46:50.9206|DEBUG|OnDoc|
+2026-07-24 08:46:50.9206|DEBUG|OnDoc|
+2026-07-24 08:46:50.9366|DEBUG|OnDoc|
+2026-07-24 08:46:50.9366|DEBUG|OnDoc|
+2026-07-24 08:46:50.9366|DEBUG|OnDoc|
+2026-07-24 08:46:50.9366|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:46:50.9598|DEBUG|OnDoc|Word2013
+2026-07-24 08:46:50.9598|DEBUG|OnDoc|Word2013
+2026-07-24 08:46:52.2356|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:46:52.2356|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034900
+2026-07-24 08:46:52.2479|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:46:52.2479|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:46:52.2479|DEBUG|OnDoc|
+2026-07-24 08:46:52.2479|DEBUG|OnDoc|
+2026-07-24 08:46:52.2479|DEBUG|OnDoc|
+2026-07-24 08:46:52.2479|DEBUG|OnDoc|
+2026-07-24 08:46:52.2479|DEBUG|OnDoc|
+2026-07-24 08:46:52.2479|DEBUG|OnDoc|
+2026-07-24 08:47:51.4719|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:47:51.5595|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:47:51.5883|INFO|APIDocLog|Input JSON
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.5916|DEBUG|OnDoc|
+2026-07-24 08:47:51.6269|DEBUG|OnDoc|
+2026-07-24 08:47:51.6269|DEBUG|OnDoc|
+2026-07-24 08:47:51.6581|DEBUG|OnDoc|
+2026-07-24 08:47:51.6581|DEBUG|OnDoc|
+2026-07-24 08:47:51.6701|DEBUG|OnDoc|
+2026-07-24 08:47:51.6701|DEBUG|OnDoc|
+2026-07-24 08:47:51.6701|DEBUG|OnDoc|
+2026-07-24 08:47:51.6701|DEBUG|OnDoc|
+2026-07-24 08:47:51.6928|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:47:51.6928|DEBUG|OnDoc|
+2026-07-24 08:47:51.7022|DEBUG|OnDoc|
+2026-07-24 08:47:51.7022|DEBUG|OnDoc|
+2026-07-24 08:47:51.7022|DEBUG|OnDoc|
+2026-07-24 08:47:51.7022|DEBUG|OnDoc|
+2026-07-24 08:47:51.7022|DEBUG|OnDoc|
+2026-07-24 08:47:51.7022|DEBUG|OnDoc|
+2026-07-24 08:47:51.7022|DEBUG|OnDoc|
+2026-07-24 08:47:51.7022|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:47:51.7261|DEBUG|OnDoc|Word2013
+2026-07-24 08:47:51.7261|DEBUG|OnDoc|Word2013
+2026-07-24 08:52:29.5520|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:52:29.5639|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034911
+2026-07-24 08:52:29.5639|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:52:29.5639|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:52:29.5639|DEBUG|OnDoc|
+2026-07-24 08:52:29.5639|DEBUG|OnDoc|
+2026-07-24 08:52:29.5639|DEBUG|OnDoc|
+2026-07-24 08:52:29.5639|DEBUG|OnDoc|
+2026-07-24 08:52:29.5639|DEBUG|OnDoc|
+2026-07-24 08:52:29.5639|DEBUG|OnDoc|
+2026-07-24 08:52:58.9652|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:52:59.0433|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:52:59.0830|INFO|APIDocLog|Input JSON
+2026-07-24 08:52:59.0830|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:52:59.0830|DEBUG|OnDoc|
+2026-07-24 08:52:59.0830|DEBUG|OnDoc|
+2026-07-24 08:52:59.0830|DEBUG|OnDoc|
+2026-07-24 08:52:59.0830|DEBUG|OnDoc|
+2026-07-24 08:52:59.0830|DEBUG|OnDoc|
+2026-07-24 08:52:59.0830|DEBUG|OnDoc|
+2026-07-24 08:52:59.0830|DEBUG|OnDoc|
+2026-07-24 08:52:59.0830|DEBUG|OnDoc|
+2026-07-24 08:52:59.0830|DEBUG|OnDoc|
+2026-07-24 08:52:59.0830|DEBUG|OnDoc|
+2026-07-24 08:52:59.0830|DEBUG|OnDoc|
+2026-07-24 08:52:59.0920|DEBUG|OnDoc|
+2026-07-24 08:52:59.0920|DEBUG|OnDoc|
+2026-07-24 08:52:59.0920|DEBUG|OnDoc|
+2026-07-24 08:52:59.0920|DEBUG|OnDoc|
+2026-07-24 08:52:59.0920|DEBUG|OnDoc|
+2026-07-24 08:52:59.0920|DEBUG|OnDoc|
+2026-07-24 08:52:59.0920|DEBUG|OnDoc|
+2026-07-24 08:52:59.0920|DEBUG|OnDoc|
+2026-07-24 08:52:59.0920|DEBUG|OnDoc|
+2026-07-24 08:52:59.0920|DEBUG|OnDoc|
+2026-07-24 08:52:59.0920|DEBUG|OnDoc|
+2026-07-24 08:52:59.0920|DEBUG|OnDoc|
+2026-07-24 08:52:59.0920|DEBUG|OnDoc|
+2026-07-24 08:52:59.0920|DEBUG|OnDoc|
+2026-07-24 08:52:59.1339|DEBUG|OnDoc|
+2026-07-24 08:52:59.1339|DEBUG|OnDoc|
+2026-07-24 08:52:59.1339|DEBUG|OnDoc|
+2026-07-24 08:52:59.1339|DEBUG|OnDoc|
+2026-07-24 08:52:59.1384|DEBUG|OnDoc|
+2026-07-24 08:52:59.1384|DEBUG|OnDoc|
+2026-07-24 08:52:59.1384|DEBUG|OnDoc|
+2026-07-24 08:52:59.1384|DEBUG|OnDoc|
+2026-07-24 08:52:59.1384|DEBUG|OnDoc|
+2026-07-24 08:52:59.1384|DEBUG|OnDoc|
+2026-07-24 08:52:59.1384|DEBUG|OnDoc|
+2026-07-24 08:52:59.1630|DEBUG|OnDoc|
+2026-07-24 08:52:59.1630|DEBUG|OnDoc|
+2026-07-24 08:52:59.2026|DEBUG|OnDoc|
+2026-07-24 08:52:59.2026|DEBUG|OnDoc|
+2026-07-24 08:52:59.2026|DEBUG|OnDoc|
+2026-07-24 08:52:59.2026|DEBUG|OnDoc|
+2026-07-24 08:52:59.2026|DEBUG|OnDoc|
+2026-07-24 08:52:59.2026|DEBUG|OnDoc|
+2026-07-24 08:52:59.2412|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:52:59.2412|DEBUG|OnDoc|
+2026-07-24 08:52:59.2517|DEBUG|OnDoc|
+2026-07-24 08:52:59.2517|DEBUG|OnDoc|
+2026-07-24 08:52:59.2517|DEBUG|OnDoc|
+2026-07-24 08:52:59.2517|DEBUG|OnDoc|
+2026-07-24 08:52:59.2517|DEBUG|OnDoc|
+2026-07-24 08:52:59.2517|DEBUG|OnDoc|
+2026-07-24 08:52:59.2652|DEBUG|OnDoc|
+2026-07-24 08:52:59.2652|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:52:59.2652|DEBUG|OnDoc|Word2013
+2026-07-24 08:52:59.2808|DEBUG|OnDoc|Word2013
+2026-07-24 08:53:04.2523|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:53:04.2914|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034926
+2026-07-24 08:53:04.2914|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:53:04.2914|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:53:04.2949|DEBUG|OnDoc|
+2026-07-24 08:53:04.2949|DEBUG|OnDoc|
+2026-07-24 08:53:04.2949|DEBUG|OnDoc|
+2026-07-24 08:53:04.2949|DEBUG|OnDoc|
+2026-07-24 08:53:04.2949|DEBUG|OnDoc|
+2026-07-24 08:53:04.2949|DEBUG|OnDoc|
+2026-07-24 08:53:14.5184|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 08:53:14.6090|INFO|APIDocLog|Start CreateDoc
+2026-07-24 08:53:14.6411|INFO|APIDocLog|Input JSON
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|Start GenDoc
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6411|DEBUG|OnDoc|
+2026-07-24 08:53:14.6553|DEBUG|OnDoc|
+2026-07-24 08:53:14.6553|DEBUG|OnDoc|
+2026-07-24 08:53:14.6553|DEBUG|OnDoc|
+2026-07-24 08:53:14.6553|DEBUG|OnDoc|
+2026-07-24 08:53:14.6553|DEBUG|OnDoc|
+2026-07-24 08:53:14.6553|DEBUG|OnDoc|
+2026-07-24 08:53:14.6553|DEBUG|OnDoc|
+2026-07-24 08:53:14.6553|DEBUG|OnDoc|
+2026-07-24 08:53:14.6553|DEBUG|OnDoc|
+2026-07-24 08:53:14.6553|DEBUG|OnDoc|
+2026-07-24 08:53:14.6553|DEBUG|OnDoc|
+2026-07-24 08:53:14.6553|DEBUG|OnDoc|
+2026-07-24 08:53:14.6553|DEBUG|OnDoc|
+2026-07-24 08:53:14.6553|DEBUG|OnDoc|
+2026-07-24 08:53:14.6784|DEBUG|OnDoc|
+2026-07-24 08:53:14.6784|DEBUG|OnDoc|
+2026-07-24 08:53:14.7093|DEBUG|OnDoc|
+2026-07-24 08:53:14.7093|DEBUG|OnDoc|
+2026-07-24 08:53:14.7183|DEBUG|OnDoc|
+2026-07-24 08:53:14.7183|DEBUG|OnDoc|
+2026-07-24 08:53:14.7183|DEBUG|OnDoc|
+2026-07-24 08:53:14.7183|DEBUG|OnDoc|
+2026-07-24 08:53:14.7477|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 08:53:14.7477|DEBUG|OnDoc|
+2026-07-24 08:53:14.7477|DEBUG|OnDoc|
+2026-07-24 08:53:14.7477|DEBUG|OnDoc|
+2026-07-24 08:53:14.7477|DEBUG|OnDoc|
+2026-07-24 08:53:14.7477|DEBUG|OnDoc|
+2026-07-24 08:53:14.7647|DEBUG|OnDoc|
+2026-07-24 08:53:14.7647|DEBUG|OnDoc|
+2026-07-24 08:53:14.7647|DEBUG|OnDoc|
+2026-07-24 08:53:14.7647|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:53:14.7824|DEBUG|OnDoc|Word2013
+2026-07-24 08:53:14.7824|DEBUG|OnDoc|Word2013
+2026-07-24 08:53:15.8695|DEBUG|OnDoc|Generate_Word
+2026-07-24 08:53:15.8805|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034934
+2026-07-24 08:53:15.8805|INFO|DocLog|Dokument über API erstellt
+2026-07-24 08:53:15.8805|INFO|APIDocLog|Dokument return to sender
+2026-07-24 08:53:15.8805|DEBUG|OnDoc|
+2026-07-24 08:53:15.8805|DEBUG|OnDoc|
+2026-07-24 08:53:15.8805|DEBUG|OnDoc|
+2026-07-24 08:53:15.8885|DEBUG|OnDoc|
+2026-07-24 08:53:15.8885|DEBUG|OnDoc|
+2026-07-24 08:53:15.8885|DEBUG|OnDoc|
+2026-07-24 09:03:26.8613|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:03:27.0232|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:03:27.0911|INFO|APIDocLog|Input JSON
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.0942|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1078|DEBUG|OnDoc|
+2026-07-24 09:03:27.1246|DEBUG|OnDoc|
+2026-07-24 09:03:27.1246|DEBUG|OnDoc|
+2026-07-24 09:03:27.1835|DEBUG|OnDoc|
+2026-07-24 09:03:27.1835|DEBUG|OnDoc|
+2026-07-24 09:03:27.1963|DEBUG|OnDoc|
+2026-07-24 09:03:27.1963|DEBUG|OnDoc|
+2026-07-24 09:03:27.1963|DEBUG|OnDoc|
+2026-07-24 09:03:27.1963|DEBUG|OnDoc|
+2026-07-24 09:03:27.2525|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:03:27.2525|DEBUG|OnDoc|
+2026-07-24 09:03:27.2525|DEBUG|OnDoc|
+2026-07-24 09:03:27.2525|DEBUG|OnDoc|
+2026-07-24 09:03:27.2640|DEBUG|OnDoc|
+2026-07-24 09:03:27.2640|DEBUG|OnDoc|
+2026-07-24 09:03:27.2640|DEBUG|OnDoc|
+2026-07-24 09:03:27.2640|DEBUG|OnDoc|
+2026-07-24 09:03:27.2802|DEBUG|OnDoc|
+2026-07-24 09:03:27.2802|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:03:27.3035|DEBUG|OnDoc|Word2013
+2026-07-24 09:03:27.3035|DEBUG|OnDoc|Word2013
+2026-07-24 09:03:29.5157|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:03:29.5157|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034942
+2026-07-24 09:03:29.5157|INFO|DocLog|Dokument über API erstellt
+2026-07-24 09:03:29.5292|INFO|APIDocLog|Dokument return to sender
+2026-07-24 09:03:29.5292|DEBUG|OnDoc|
+2026-07-24 09:03:29.5292|DEBUG|OnDoc|
+2026-07-24 09:03:29.5292|DEBUG|OnDoc|
+2026-07-24 09:03:29.5292|DEBUG|OnDoc|
+2026-07-24 09:03:29.5292|DEBUG|OnDoc|
+2026-07-24 09:03:29.5292|DEBUG|OnDoc|
+2026-07-24 09:04:19.8092|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:04:19.9446|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:04:20.0128|INFO|APIDocLog|Input JSON
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0169|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0294|DEBUG|OnDoc|
+2026-07-24 09:04:20.0564|DEBUG|OnDoc|
+2026-07-24 09:04:20.0619|DEBUG|OnDoc|
+2026-07-24 09:04:20.1209|DEBUG|OnDoc|
+2026-07-24 09:04:20.1259|DEBUG|OnDoc|
+2026-07-24 09:04:20.1259|DEBUG|OnDoc|
+2026-07-24 09:04:20.1402|DEBUG|OnDoc|
+2026-07-24 09:04:20.1402|DEBUG|OnDoc|
+2026-07-24 09:04:20.1402|DEBUG|OnDoc|
+2026-07-24 09:04:20.1962|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:04:20.1962|DEBUG|OnDoc|
+2026-07-24 09:04:20.2098|DEBUG|OnDoc|
+2026-07-24 09:04:20.2098|DEBUG|OnDoc|
+2026-07-24 09:04:20.2098|DEBUG|OnDoc|
+2026-07-24 09:04:20.2098|DEBUG|OnDoc|
+2026-07-24 09:04:20.2211|DEBUG|OnDoc|
+2026-07-24 09:04:20.2211|DEBUG|OnDoc|
+2026-07-24 09:04:20.2211|DEBUG|OnDoc|
+2026-07-24 09:04:20.2211|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:04:20.2409|DEBUG|OnDoc|Word2013
+2026-07-24 09:04:20.2409|DEBUG|OnDoc|Word2013
+2026-07-24 09:04:22.4411|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:04:22.4537|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034958
+2026-07-24 09:04:22.4537|INFO|DocLog|Dokument über API erstellt
+2026-07-24 09:04:22.4537|INFO|APIDocLog|Dokument return to sender
+2026-07-24 09:04:22.4537|DEBUG|OnDoc|
+2026-07-24 09:04:22.4537|DEBUG|OnDoc|
+2026-07-24 09:04:22.4537|DEBUG|OnDoc|
+2026-07-24 09:04:22.4537|DEBUG|OnDoc|
+2026-07-24 09:04:22.4537|DEBUG|OnDoc|
+2026-07-24 09:04:22.4682|DEBUG|OnDoc|
+2026-07-24 09:13:02.2972|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:13:02.4860|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:13:02.5654|INFO|APIDocLog|Input JSON
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5768|DEBUG|OnDoc|
+2026-07-24 09:13:02.5916|DEBUG|OnDoc|
+2026-07-24 09:13:02.5916|DEBUG|OnDoc|
+2026-07-24 09:13:02.5916|DEBUG|OnDoc|
+2026-07-24 09:13:02.5916|DEBUG|OnDoc|
+2026-07-24 09:13:02.5916|DEBUG|OnDoc|
+2026-07-24 09:13:02.5916|DEBUG|OnDoc|
+2026-07-24 09:13:02.5916|DEBUG|OnDoc|
+2026-07-24 09:13:02.5916|DEBUG|OnDoc|
+2026-07-24 09:13:02.5916|DEBUG|OnDoc|
+2026-07-24 09:13:02.5916|DEBUG|OnDoc|
+2026-07-24 09:13:02.5916|DEBUG|OnDoc|
+2026-07-24 09:13:02.5916|DEBUG|OnDoc|
+2026-07-24 09:13:02.5916|DEBUG|OnDoc|
+2026-07-24 09:13:02.5916|DEBUG|OnDoc|
+2026-07-24 09:13:02.6199|DEBUG|OnDoc|
+2026-07-24 09:13:02.6199|DEBUG|OnDoc|
+2026-07-24 09:13:02.7196|DEBUG|OnDoc|
+2026-07-24 09:13:02.7196|DEBUG|OnDoc|
+2026-07-24 09:13:02.7336|DEBUG|OnDoc|
+2026-07-24 09:13:02.7336|DEBUG|OnDoc|
+2026-07-24 09:13:02.7336|DEBUG|OnDoc|
+2026-07-24 09:13:02.7336|DEBUG|OnDoc|
+2026-07-24 09:13:02.8217|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:13:02.8217|DEBUG|OnDoc|
+2026-07-24 09:13:02.8342|DEBUG|OnDoc|
+2026-07-24 09:13:02.8342|DEBUG|OnDoc|
+2026-07-24 09:13:02.8342|DEBUG|OnDoc|
+2026-07-24 09:13:02.8342|DEBUG|OnDoc|
+2026-07-24 09:13:02.8423|DEBUG|OnDoc|
+2026-07-24 09:13:02.8423|DEBUG|OnDoc|
+2026-07-24 09:13:02.8423|DEBUG|OnDoc|
+2026-07-24 09:13:02.8423|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:13:02.8827|DEBUG|OnDoc|Word2013
+2026-07-24 09:13:02.8827|DEBUG|OnDoc|Word2013
+2026-07-24 09:13:10.0327|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:13:10.0711|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034963
+2026-07-24 09:13:10.0711|INFO|DocLog|Dokument über API erstellt
+2026-07-24 09:13:10.0711|INFO|APIDocLog|Dokument return to sender
+2026-07-24 09:13:10.0711|DEBUG|OnDoc|
+2026-07-24 09:13:10.0823|DEBUG|OnDoc|
+2026-07-24 09:13:10.0823|DEBUG|OnDoc|
+2026-07-24 09:13:10.0823|DEBUG|OnDoc|
+2026-07-24 09:13:10.0823|DEBUG|OnDoc|
+2026-07-24 09:13:10.0823|DEBUG|OnDoc|
+2026-07-24 09:13:19.9873|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:13:20.1281|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:13:20.1949|INFO|APIDocLog|Input JSON
+2026-07-24 09:13:20.1949|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:13:20.1949|DEBUG|OnDoc|
+2026-07-24 09:13:20.1949|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2009|DEBUG|OnDoc|
+2026-07-24 09:13:20.2170|DEBUG|OnDoc|
+2026-07-24 09:13:20.2170|DEBUG|OnDoc|
+2026-07-24 09:13:20.2170|DEBUG|OnDoc|
+2026-07-24 09:13:20.2358|DEBUG|OnDoc|
+2026-07-24 09:13:20.2358|DEBUG|OnDoc|
+2026-07-24 09:13:20.2971|DEBUG|OnDoc|
+2026-07-24 09:13:20.2971|DEBUG|OnDoc|
+2026-07-24 09:13:20.2971|DEBUG|OnDoc|
+2026-07-24 09:13:20.2971|DEBUG|OnDoc|
+2026-07-24 09:13:20.2971|DEBUG|OnDoc|
+2026-07-24 09:13:20.2971|DEBUG|OnDoc|
+2026-07-24 09:13:20.3643|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:13:20.3643|DEBUG|OnDoc|
+2026-07-24 09:13:20.3734|DEBUG|OnDoc|
+2026-07-24 09:13:20.3734|DEBUG|OnDoc|
+2026-07-24 09:13:20.3734|DEBUG|OnDoc|
+2026-07-24 09:13:20.3734|DEBUG|OnDoc|
+2026-07-24 09:13:20.3734|DEBUG|OnDoc|
+2026-07-24 09:13:20.3734|DEBUG|OnDoc|
+2026-07-24 09:13:20.3734|DEBUG|OnDoc|
+2026-07-24 09:13:20.3734|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:13:20.4057|DEBUG|OnDoc|Word2013
+2026-07-24 09:13:20.4057|DEBUG|OnDoc|Word2013
+2026-07-24 09:13:22.8269|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:13:22.8269|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034979
+2026-07-24 09:13:22.8269|INFO|DocLog|Dokument über API erstellt
+2026-07-24 09:13:22.8269|INFO|APIDocLog|Dokument return to sender
+2026-07-24 09:13:22.8269|DEBUG|OnDoc|
+2026-07-24 09:13:22.8493|DEBUG|OnDoc|
+2026-07-24 09:13:22.8493|DEBUG|OnDoc|
+2026-07-24 09:13:22.8493|DEBUG|OnDoc|
+2026-07-24 09:13:22.8493|DEBUG|OnDoc|
+2026-07-24 09:13:22.8493|DEBUG|OnDoc|
+2026-07-24 09:14:17.3121|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:14:17.4656|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:14:17.5299|INFO|APIDocLog|Input JSON
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5299|DEBUG|OnDoc|
+2026-07-24 09:14:17.5445|DEBUG|OnDoc|
+2026-07-24 09:14:17.5445|DEBUG|OnDoc|
+2026-07-24 09:14:17.5445|DEBUG|OnDoc|
+2026-07-24 09:14:17.5445|DEBUG|OnDoc|
+2026-07-24 09:14:17.5445|DEBUG|OnDoc|
+2026-07-24 09:14:17.5445|DEBUG|OnDoc|
+2026-07-24 09:14:17.5445|DEBUG|OnDoc|
+2026-07-24 09:14:17.5445|DEBUG|OnDoc|
+2026-07-24 09:14:17.5445|DEBUG|OnDoc|
+2026-07-24 09:14:17.5445|DEBUG|OnDoc|
+2026-07-24 09:14:17.5445|DEBUG|OnDoc|
+2026-07-24 09:14:17.5445|DEBUG|OnDoc|
+2026-07-24 09:14:17.5445|DEBUG|OnDoc|
+2026-07-24 09:14:17.5445|DEBUG|OnDoc|
+2026-07-24 09:14:17.5445|DEBUG|OnDoc|
+2026-07-24 09:14:17.5699|DEBUG|OnDoc|
+2026-07-24 09:14:17.5699|DEBUG|OnDoc|
+2026-07-24 09:14:17.6268|DEBUG|OnDoc|
+2026-07-24 09:14:17.6268|DEBUG|OnDoc|
+2026-07-24 09:14:17.6268|DEBUG|OnDoc|
+2026-07-24 09:14:17.6268|DEBUG|OnDoc|
+2026-07-24 09:14:17.6268|DEBUG|OnDoc|
+2026-07-24 09:14:17.6268|DEBUG|OnDoc|
+2026-07-24 09:14:17.6885|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:14:17.6885|DEBUG|OnDoc|
+2026-07-24 09:14:17.6885|DEBUG|OnDoc|
+2026-07-24 09:14:17.6885|DEBUG|OnDoc|
+2026-07-24 09:14:17.6885|DEBUG|OnDoc|
+2026-07-24 09:14:17.6885|DEBUG|OnDoc|
+2026-07-24 09:14:17.7018|DEBUG|OnDoc|
+2026-07-24 09:14:17.7018|DEBUG|OnDoc|
+2026-07-24 09:14:17.7018|DEBUG|OnDoc|
+2026-07-24 09:14:17.7018|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:14:17.7176|DEBUG|OnDoc|Word2013
+2026-07-24 09:14:17.7176|DEBUG|OnDoc|Word2013
+2026-07-24 09:14:20.0866|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:14:20.0996|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034987
+2026-07-24 09:14:20.0996|INFO|DocLog|Dokument über API erstellt
+2026-07-24 09:14:20.0996|INFO|APIDocLog|Dokument return to sender
+2026-07-24 09:14:20.0996|DEBUG|OnDoc|
+2026-07-24 09:14:20.1107|DEBUG|OnDoc|
+2026-07-24 09:14:20.1107|DEBUG|OnDoc|
+2026-07-24 09:14:20.1107|DEBUG|OnDoc|
+2026-07-24 09:14:20.1107|DEBUG|OnDoc|
+2026-07-24 09:14:20.1107|DEBUG|OnDoc|
+2026-07-24 09:14:38.9228|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:14:39.0320|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:14:39.0972|INFO|APIDocLog|Input JSON
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.0972|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1072|DEBUG|OnDoc|
+2026-07-24 09:14:39.1276|DEBUG|OnDoc|
+2026-07-24 09:14:39.1276|DEBUG|OnDoc|
+2026-07-24 09:14:39.1869|DEBUG|OnDoc|
+2026-07-24 09:14:39.1869|DEBUG|OnDoc|
+2026-07-24 09:14:39.1869|DEBUG|OnDoc|
+2026-07-24 09:14:39.1869|DEBUG|OnDoc|
+2026-07-24 09:14:39.1869|DEBUG|OnDoc|
+2026-07-24 09:14:39.1869|DEBUG|OnDoc|
+2026-07-24 09:14:39.2502|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:14:39.2502|DEBUG|OnDoc|
+2026-07-24 09:14:39.2502|DEBUG|OnDoc|
+2026-07-24 09:14:39.2502|DEBUG|OnDoc|
+2026-07-24 09:14:39.2502|DEBUG|OnDoc|
+2026-07-24 09:14:39.2502|DEBUG|OnDoc|
+2026-07-24 09:14:39.2666|DEBUG|OnDoc|
+2026-07-24 09:14:39.2666|DEBUG|OnDoc|
+2026-07-24 09:14:39.2666|DEBUG|OnDoc|
+2026-07-24 09:14:39.2666|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:14:39.2847|DEBUG|OnDoc|Word2013
+2026-07-24 09:14:39.2847|DEBUG|OnDoc|Word2013
+2026-07-24 09:34:36.9119|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:34:36.9501|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000034995
+2026-07-24 09:34:36.9518|INFO|DocLog|Dokument über API erstellt
+2026-07-24 09:34:36.9518|INFO|APIDocLog|Dokument return to sender
+2026-07-24 09:34:36.9518|DEBUG|OnDoc|
+2026-07-24 09:34:36.9518|DEBUG|OnDoc|
+2026-07-24 09:34:36.9518|DEBUG|OnDoc|
+2026-07-24 09:34:36.9518|DEBUG|OnDoc|
+2026-07-24 09:34:36.9518|DEBUG|OnDoc|
+2026-07-24 09:34:36.9673|DEBUG|OnDoc|
+2026-07-24 09:35:48.2141|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:35:48.3919|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:35:48.4792|INFO|APIDocLog|Input JSON
+2026-07-24 09:35:48.4912|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:35:48.4912|DEBUG|OnDoc|
+2026-07-24 09:35:48.4912|DEBUG|OnDoc|
+2026-07-24 09:35:48.4912|DEBUG|OnDoc|
+2026-07-24 09:35:48.4912|DEBUG|OnDoc|
+2026-07-24 09:35:48.4912|DEBUG|OnDoc|
+2026-07-24 09:35:48.4912|DEBUG|OnDoc|
+2026-07-24 09:35:48.4912|DEBUG|OnDoc|
+2026-07-24 09:35:48.4912|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.4982|DEBUG|OnDoc|
+2026-07-24 09:35:48.5133|DEBUG|OnDoc|
+2026-07-24 09:35:48.5133|DEBUG|OnDoc|
+2026-07-24 09:35:48.5133|DEBUG|OnDoc|
+2026-07-24 09:35:48.5133|DEBUG|OnDoc|
+2026-07-24 09:35:48.5133|DEBUG|OnDoc|
+2026-07-24 09:35:48.5133|DEBUG|OnDoc|
+2026-07-24 09:35:48.5133|DEBUG|OnDoc|
+2026-07-24 09:35:48.5303|DEBUG|OnDoc|
+2026-07-24 09:35:48.6326|DEBUG|OnDoc|
+2026-07-24 09:35:48.6326|DEBUG|OnDoc|
+2026-07-24 09:35:48.6476|DEBUG|OnDoc|
+2026-07-24 09:35:48.6476|DEBUG|OnDoc|
+2026-07-24 09:35:48.6476|DEBUG|OnDoc|
+2026-07-24 09:35:48.6476|DEBUG|OnDoc|
+2026-07-24 09:35:48.7135|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:35:48.7135|DEBUG|OnDoc|
+2026-07-24 09:35:48.7262|DEBUG|OnDoc|
+2026-07-24 09:35:48.7262|DEBUG|OnDoc|
+2026-07-24 09:35:48.7262|DEBUG|OnDoc|
+2026-07-24 09:35:48.7262|DEBUG|OnDoc|
+2026-07-24 09:35:48.7357|DEBUG|OnDoc|
+2026-07-24 09:35:48.7357|DEBUG|OnDoc|
+2026-07-24 09:35:48.7357|DEBUG|OnDoc|
+2026-07-24 09:35:48.7357|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:35:48.7543|DEBUG|OnDoc|Word2013
+2026-07-24 09:35:48.7543|DEBUG|OnDoc|Word2013
+2026-07-24 09:38:34.9097|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:38:34.9500|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035003
+2026-07-24 09:38:34.9509|INFO|DocLog|Dokument über API erstellt
+2026-07-24 09:38:34.9509|INFO|APIDocLog|Dokument return to sender
+2026-07-24 09:38:34.9509|DEBUG|OnDoc|
+2026-07-24 09:38:34.9509|DEBUG|OnDoc|
+2026-07-24 09:38:34.9509|DEBUG|OnDoc|
+2026-07-24 09:38:34.9509|DEBUG|OnDoc|
+2026-07-24 09:38:34.9509|DEBUG|OnDoc|
+2026-07-24 09:38:34.9509|DEBUG|OnDoc|
+2026-07-24 09:39:36.9356|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:39:37.0961|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:39:37.1886|INFO|APIDocLog|Input JSON
+2026-07-24 09:39:37.1886|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:39:37.1886|DEBUG|OnDoc|
+2026-07-24 09:39:37.1886|DEBUG|OnDoc|
+2026-07-24 09:39:37.1886|DEBUG|OnDoc|
+2026-07-24 09:39:37.1886|DEBUG|OnDoc|
+2026-07-24 09:39:37.1886|DEBUG|OnDoc|
+2026-07-24 09:39:37.1886|DEBUG|OnDoc|
+2026-07-24 09:39:37.1886|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2017|DEBUG|OnDoc|
+2026-07-24 09:39:37.2205|DEBUG|OnDoc|
+2026-07-24 09:39:37.2205|DEBUG|OnDoc|
+2026-07-24 09:39:37.2849|DEBUG|OnDoc|
+2026-07-24 09:39:37.2849|DEBUG|OnDoc|
+2026-07-24 09:39:37.2849|DEBUG|OnDoc|
+2026-07-24 09:39:37.2953|DEBUG|OnDoc|
+2026-07-24 09:39:37.2953|DEBUG|OnDoc|
+2026-07-24 09:39:37.2953|DEBUG|OnDoc|
+2026-07-24 09:39:37.3494|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:39:37.3494|DEBUG|OnDoc|
+2026-07-24 09:39:37.3494|DEBUG|OnDoc|
+2026-07-24 09:39:37.3494|DEBUG|OnDoc|
+2026-07-24 09:39:37.3570|DEBUG|OnDoc|
+2026-07-24 09:39:37.3570|DEBUG|OnDoc|
+2026-07-24 09:39:37.3570|DEBUG|OnDoc|
+2026-07-24 09:39:37.3570|DEBUG|OnDoc|
+2026-07-24 09:39:37.3570|DEBUG|OnDoc|
+2026-07-24 09:39:37.3570|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:39:37.3741|DEBUG|OnDoc|Word2013
+2026-07-24 09:39:37.3741|DEBUG|OnDoc|Word2013
+2026-07-24 09:39:40.0435|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:39:40.0549|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035019
+2026-07-24 09:39:40.0549|INFO|DocLog|Dokument über API erstellt
+2026-07-24 09:39:40.0549|INFO|APIDocLog|Dokument return to sender
+2026-07-24 09:39:40.0549|DEBUG|OnDoc|
+2026-07-24 09:39:40.0626|DEBUG|OnDoc|
+2026-07-24 09:39:40.0626|DEBUG|OnDoc|
+2026-07-24 09:39:40.0626|DEBUG|OnDoc|
+2026-07-24 09:39:40.0626|DEBUG|OnDoc|
+2026-07-24 09:39:40.0626|DEBUG|OnDoc|
+2026-07-24 09:39:55.0296|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:39:55.1664|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:39:55.2326|INFO|APIDocLog|Input JSON
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2326|DEBUG|OnDoc|
+2026-07-24 09:39:55.2485|DEBUG|OnDoc|
+2026-07-24 09:39:55.2485|DEBUG|OnDoc|
+2026-07-24 09:39:55.2485|DEBUG|OnDoc|
+2026-07-24 09:39:55.2485|DEBUG|OnDoc|
+2026-07-24 09:39:55.2485|DEBUG|OnDoc|
+2026-07-24 09:39:55.2485|DEBUG|OnDoc|
+2026-07-24 09:39:55.3181|DEBUG|OnDoc|
+2026-07-24 09:39:55.3181|DEBUG|OnDoc|
+2026-07-24 09:39:55.3271|DEBUG|OnDoc|
+2026-07-24 09:39:55.3271|DEBUG|OnDoc|
+2026-07-24 09:39:55.3271|DEBUG|OnDoc|
+2026-07-24 09:39:55.3271|DEBUG|OnDoc|
+2026-07-24 09:39:55.3811|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:39:55.3811|DEBUG|OnDoc|
+2026-07-24 09:39:55.3811|DEBUG|OnDoc|
+2026-07-24 09:39:55.3811|DEBUG|OnDoc|
+2026-07-24 09:39:55.3811|DEBUG|OnDoc|
+2026-07-24 09:39:55.3896|DEBUG|OnDoc|
+2026-07-24 09:39:55.3896|DEBUG|OnDoc|
+2026-07-24 09:39:55.3896|DEBUG|OnDoc|
+2026-07-24 09:39:55.3896|DEBUG|OnDoc|
+2026-07-24 09:39:55.3896|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:39:55.4051|DEBUG|OnDoc|Word2013
+2026-07-24 09:39:55.4051|DEBUG|OnDoc|Word2013
+2026-07-24 09:39:57.5824|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:39:57.5935|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035027
+2026-07-24 09:39:57.5935|INFO|DocLog|Dokument über API erstellt
+2026-07-24 09:39:57.5935|INFO|APIDocLog|Dokument return to sender
+2026-07-24 09:39:57.5935|DEBUG|OnDoc|
+2026-07-24 09:39:57.5935|DEBUG|OnDoc|
+2026-07-24 09:39:57.5935|DEBUG|OnDoc|
+2026-07-24 09:39:57.5935|DEBUG|OnDoc|
+2026-07-24 09:39:57.5935|DEBUG|OnDoc|
+2026-07-24 09:39:57.5935|DEBUG|OnDoc|
+2026-07-24 09:40:05.3840|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:40:05.5280|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:40:05.5945|INFO|APIDocLog|Input JSON
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.5945|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6078|DEBUG|OnDoc|
+2026-07-24 09:40:05.6331|DEBUG|OnDoc|
+2026-07-24 09:40:05.6331|DEBUG|OnDoc|
+2026-07-24 09:40:05.6983|DEBUG|OnDoc|
+2026-07-24 09:40:05.6983|DEBUG|OnDoc|
+2026-07-24 09:40:05.7089|DEBUG|OnDoc|
+2026-07-24 09:40:05.7089|DEBUG|OnDoc|
+2026-07-24 09:40:05.7089|DEBUG|OnDoc|
+2026-07-24 09:40:05.7089|DEBUG|OnDoc|
+2026-07-24 09:40:05.7633|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:40:05.7633|DEBUG|OnDoc|
+2026-07-24 09:40:05.7633|DEBUG|OnDoc|
+2026-07-24 09:40:05.7633|DEBUG|OnDoc|
+2026-07-24 09:40:05.7633|DEBUG|OnDoc|
+2026-07-24 09:40:05.7633|DEBUG|OnDoc|
+2026-07-24 09:40:05.7633|DEBUG|OnDoc|
+2026-07-24 09:40:05.7633|DEBUG|OnDoc|
+2026-07-24 09:40:05.7814|DEBUG|OnDoc|
+2026-07-24 09:40:05.7814|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:40:05.7814|DEBUG|OnDoc|Word2013
+2026-07-24 09:40:05.7814|DEBUG|OnDoc|Word2013
+2026-07-24 09:42:42.8555|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:42:42.8933|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035035
+2026-07-24 09:42:42.8933|INFO|DocLog|Dokument über API erstellt
+2026-07-24 09:42:42.8933|INFO|APIDocLog|Dokument return to sender
+2026-07-24 09:42:42.8933|DEBUG|OnDoc|
+2026-07-24 09:42:42.8933|DEBUG|OnDoc|
+2026-07-24 09:42:42.8933|DEBUG|OnDoc|
+2026-07-24 09:42:42.8933|DEBUG|OnDoc|
+2026-07-24 09:42:42.9043|DEBUG|OnDoc|
+2026-07-24 09:42:42.9043|DEBUG|OnDoc|
+2026-07-24 09:42:48.6675|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:42:48.7981|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:42:48.8706|INFO|APIDocLog|Input JSON
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8758|DEBUG|OnDoc|
+2026-07-24 09:42:48.8883|DEBUG|OnDoc|
+2026-07-24 09:42:48.8883|DEBUG|OnDoc|
+2026-07-24 09:42:48.8883|DEBUG|OnDoc|
+2026-07-24 09:42:48.8883|DEBUG|OnDoc|
+2026-07-24 09:42:48.8883|DEBUG|OnDoc|
+2026-07-24 09:42:48.8883|DEBUG|OnDoc|
+2026-07-24 09:42:48.8883|DEBUG|OnDoc|
+2026-07-24 09:42:48.8883|DEBUG|OnDoc|
+2026-07-24 09:42:48.8883|DEBUG|OnDoc|
+2026-07-24 09:42:48.8883|DEBUG|OnDoc|
+2026-07-24 09:42:48.9641|DEBUG|OnDoc|
+2026-07-24 09:42:48.9641|DEBUG|OnDoc|
+2026-07-24 09:42:48.9778|DEBUG|OnDoc|
+2026-07-24 09:42:48.9778|DEBUG|OnDoc|
+2026-07-24 09:42:48.9778|DEBUG|OnDoc|
+2026-07-24 09:42:48.9778|DEBUG|OnDoc|
+2026-07-24 09:42:49.0340|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:42:49.0340|DEBUG|OnDoc|
+2026-07-24 09:42:49.0340|DEBUG|OnDoc|
+2026-07-24 09:42:49.0340|DEBUG|OnDoc|
+2026-07-24 09:42:49.0340|DEBUG|OnDoc|
+2026-07-24 09:42:49.0340|DEBUG|OnDoc|
+2026-07-24 09:42:49.0485|DEBUG|OnDoc|
+2026-07-24 09:42:49.0485|DEBUG|OnDoc|
+2026-07-24 09:42:49.0485|DEBUG|OnDoc|
+2026-07-24 09:42:49.0485|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:42:49.0608|DEBUG|OnDoc|Word2013
+2026-07-24 09:42:49.0608|DEBUG|OnDoc|Word2013
+2026-07-24 09:42:53.7421|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:42:53.7421|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035040
+2026-07-24 09:42:53.7421|INFO|DocLog|Dokument über API erstellt
+2026-07-24 09:42:53.7421|INFO|APIDocLog|Dokument return to sender
+2026-07-24 09:42:53.7421|DEBUG|OnDoc|
+2026-07-24 09:42:53.7541|DEBUG|OnDoc|
+2026-07-24 09:42:53.7541|DEBUG|OnDoc|
+2026-07-24 09:42:53.7541|DEBUG|OnDoc|
+2026-07-24 09:42:53.7541|DEBUG|OnDoc|
+2026-07-24 09:42:53.7541|DEBUG|OnDoc|
+2026-07-24 09:48:42.0152|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:48:42.2192|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:48:42.3082|INFO|APIDocLog|Input JSON
+2026-07-24 09:48:42.3192|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:48:42.3192|DEBUG|OnDoc|
+2026-07-24 09:48:42.3192|DEBUG|OnDoc|
+2026-07-24 09:48:42.3192|DEBUG|OnDoc|
+2026-07-24 09:48:42.3192|DEBUG|OnDoc|
+2026-07-24 09:48:42.3192|DEBUG|OnDoc|
+2026-07-24 09:48:42.3192|DEBUG|OnDoc|
+2026-07-24 09:48:42.3192|DEBUG|OnDoc|
+2026-07-24 09:48:42.3192|DEBUG|OnDoc|
+2026-07-24 09:48:42.3192|DEBUG|OnDoc|
+2026-07-24 09:48:42.3192|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3263|DEBUG|OnDoc|
+2026-07-24 09:48:42.3511|DEBUG|OnDoc|
+2026-07-24 09:48:42.3511|DEBUG|OnDoc|
+2026-07-24 09:48:42.4393|DEBUG|OnDoc|
+2026-07-24 09:48:42.4393|DEBUG|OnDoc|
+2026-07-24 09:48:42.4544|DEBUG|OnDoc|
+2026-07-24 09:48:42.4544|DEBUG|OnDoc|
+2026-07-24 09:48:42.4544|DEBUG|OnDoc|
+2026-07-24 09:48:42.4544|DEBUG|OnDoc|
+2026-07-24 09:48:42.5261|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:48:42.5261|DEBUG|OnDoc|
+2026-07-24 09:48:42.5379|DEBUG|OnDoc|
+2026-07-24 09:48:42.5379|DEBUG|OnDoc|
+2026-07-24 09:48:42.5379|DEBUG|OnDoc|
+2026-07-24 09:48:42.5379|DEBUG|OnDoc|
+2026-07-24 09:48:42.5379|DEBUG|OnDoc|
+2026-07-24 09:48:42.5453|DEBUG|OnDoc|
+2026-07-24 09:48:42.5453|DEBUG|OnDoc|
+2026-07-24 09:48:42.5453|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:48:42.5453|DEBUG|OnDoc|Word2013
+2026-07-24 09:48:42.5453|DEBUG|OnDoc|Word2013
+2026-07-24 09:49:19.2776|DEBUG|OnDoc|
+2026-07-24 09:49:19.3726|DEBUG|OnDoc|
+2026-07-24 09:49:19.3753|DEBUG|OnDoc|
+2026-07-24 09:49:19.3753|DEBUG|OnDoc|
+2026-07-24 09:49:32.8256|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:49:33.0459|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:49:33.0890|INFO|APIDocLog|Input JSON
+2026-07-24 09:49:33.0981|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:49:33.0981|DEBUG|OnDoc|
+2026-07-24 09:49:33.0981|DEBUG|OnDoc|
+2026-07-24 09:49:33.0981|DEBUG|OnDoc|
+2026-07-24 09:49:33.0981|DEBUG|OnDoc|
+2026-07-24 09:49:33.0981|DEBUG|OnDoc|
+2026-07-24 09:49:33.0981|DEBUG|OnDoc|
+2026-07-24 09:49:33.0981|DEBUG|OnDoc|
+2026-07-24 09:49:33.0981|DEBUG|OnDoc|
+2026-07-24 09:49:33.0981|DEBUG|OnDoc|
+2026-07-24 09:49:33.0981|DEBUG|OnDoc|
+2026-07-24 09:49:33.0981|DEBUG|OnDoc|
+2026-07-24 09:49:33.0981|DEBUG|OnDoc|
+2026-07-24 09:49:33.0981|DEBUG|OnDoc|
+2026-07-24 09:49:33.0981|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1103|DEBUG|OnDoc|
+2026-07-24 09:49:33.1235|DEBUG|OnDoc|
+2026-07-24 09:49:33.1235|DEBUG|OnDoc|
+2026-07-24 09:49:33.1235|DEBUG|OnDoc|
+2026-07-24 09:49:33.1235|DEBUG|OnDoc|
+2026-07-24 09:49:33.1235|DEBUG|OnDoc|
+2026-07-24 09:49:33.1389|DEBUG|OnDoc|
+2026-07-24 09:49:33.1389|DEBUG|OnDoc|
+2026-07-24 09:49:33.1945|DEBUG|OnDoc|
+2026-07-24 09:49:33.1945|DEBUG|OnDoc|
+2026-07-24 09:49:33.2168|DEBUG|OnDoc|
+2026-07-24 09:49:33.2168|DEBUG|OnDoc|
+2026-07-24 09:49:33.2168|DEBUG|OnDoc|
+2026-07-24 09:49:33.2168|DEBUG|OnDoc|
+2026-07-24 09:49:33.2474|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:49:33.2514|DEBUG|OnDoc|
+2026-07-24 09:49:33.2514|DEBUG|OnDoc|
+2026-07-24 09:49:33.2514|DEBUG|OnDoc|
+2026-07-24 09:49:33.2514|DEBUG|OnDoc|
+2026-07-24 09:49:33.2514|DEBUG|OnDoc|
+2026-07-24 09:49:33.2685|DEBUG|OnDoc|
+2026-07-24 09:49:33.2685|DEBUG|OnDoc|
+2026-07-24 09:49:33.2685|DEBUG|OnDoc|
+2026-07-24 09:49:33.2685|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:49:33.7247|DEBUG|OnDoc|Word2013
+2026-07-24 09:49:33.7354|DEBUG|OnDoc|Word2013
+2026-07-24 09:49:38.3797|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:49:38.4371|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035066
+2026-07-24 09:49:38.4371|INFO|DocLog|Dokument über API erstellt
+2026-07-24 09:49:38.4371|INFO|APIDocLog|Dokument return to sender
+2026-07-24 09:49:38.4371|DEBUG|OnDoc|
+2026-07-24 09:49:38.4371|DEBUG|OnDoc|
+2026-07-24 09:49:38.4371|DEBUG|OnDoc|
+2026-07-24 09:49:38.4371|DEBUG|OnDoc|
+2026-07-24 09:49:38.4371|DEBUG|OnDoc|
+2026-07-24 09:49:38.4371|DEBUG|OnDoc|
+2026-07-24 09:49:48.7754|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:49:48.8638|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:49:48.8964|INFO|APIDocLog|Input JSON
+2026-07-24 09:49:48.8964|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:49:48.8964|DEBUG|OnDoc|
+2026-07-24 09:49:48.8964|DEBUG|OnDoc|
+2026-07-24 09:49:48.8964|DEBUG|OnDoc|
+2026-07-24 09:49:48.8964|DEBUG|OnDoc|
+2026-07-24 09:49:48.8964|DEBUG|OnDoc|
+2026-07-24 09:49:48.8964|DEBUG|OnDoc|
+2026-07-24 09:49:48.8964|DEBUG|OnDoc|
+2026-07-24 09:49:48.8964|DEBUG|OnDoc|
+2026-07-24 09:49:48.8964|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9045|DEBUG|OnDoc|
+2026-07-24 09:49:48.9225|DEBUG|OnDoc|
+2026-07-24 09:49:48.9225|DEBUG|OnDoc|
+2026-07-24 09:49:48.9515|DEBUG|OnDoc|
+2026-07-24 09:49:48.9515|DEBUG|OnDoc|
+2026-07-24 09:49:48.9515|DEBUG|OnDoc|
+2026-07-24 09:49:48.9515|DEBUG|OnDoc|
+2026-07-24 09:49:48.9515|DEBUG|OnDoc|
+2026-07-24 09:49:48.9670|DEBUG|OnDoc|
+2026-07-24 09:49:48.9921|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:49:48.9921|DEBUG|OnDoc|
+2026-07-24 09:49:49.0011|DEBUG|OnDoc|
+2026-07-24 09:49:49.0011|DEBUG|OnDoc|
+2026-07-24 09:49:49.0011|DEBUG|OnDoc|
+2026-07-24 09:49:49.0011|DEBUG|OnDoc|
+2026-07-24 09:49:49.0011|DEBUG|OnDoc|
+2026-07-24 09:49:49.0011|DEBUG|OnDoc|
+2026-07-24 09:49:49.0142|DEBUG|OnDoc|
+2026-07-24 09:49:49.0142|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:49:49.0142|DEBUG|OnDoc|Word2013
+2026-07-24 09:49:49.0142|DEBUG|OnDoc|Word2013
+2026-07-24 09:49:50.0900|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:49:50.1025|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035074
+2026-07-24 09:49:50.1025|INFO|DocLog|Dokument über API erstellt
+2026-07-24 09:49:50.1025|INFO|APIDocLog|Dokument return to sender
+2026-07-24 09:49:50.1025|DEBUG|OnDoc|
+2026-07-24 09:49:50.1116|DEBUG|OnDoc|
+2026-07-24 09:49:50.1116|DEBUG|OnDoc|
+2026-07-24 09:49:50.1116|DEBUG|OnDoc|
+2026-07-24 09:49:50.1116|DEBUG|OnDoc|
+2026-07-24 09:49:50.1116|DEBUG|OnDoc|
+2026-07-24 09:53:41.2087|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:53:41.3445|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:53:41.4088|INFO|APIDocLog|Input JSON
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4088|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4204|DEBUG|OnDoc|
+2026-07-24 09:53:41.4370|DEBUG|OnDoc|
+2026-07-24 09:53:41.4370|DEBUG|OnDoc|
+2026-07-24 09:53:41.4951|DEBUG|OnDoc|
+2026-07-24 09:53:41.4951|DEBUG|OnDoc|
+2026-07-24 09:53:41.5061|DEBUG|OnDoc|
+2026-07-24 09:53:41.5061|DEBUG|OnDoc|
+2026-07-24 09:53:41.5061|DEBUG|OnDoc|
+2026-07-24 09:53:41.5061|DEBUG|OnDoc|
+2026-07-24 09:53:41.5588|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:53:41.5588|DEBUG|OnDoc|
+2026-07-24 09:53:41.5693|DEBUG|OnDoc|
+2026-07-24 09:53:41.5693|DEBUG|OnDoc|
+2026-07-24 09:53:41.5693|DEBUG|OnDoc|
+2026-07-24 09:53:41.5693|DEBUG|OnDoc|
+2026-07-24 09:53:41.5693|DEBUG|OnDoc|
+2026-07-24 09:53:41.5693|DEBUG|OnDoc|
+2026-07-24 09:53:41.5790|DEBUG|OnDoc|
+2026-07-24 09:53:41.5790|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:53:41.5939|DEBUG|OnDoc|Word2013
+2026-07-24 09:53:41.5939|DEBUG|OnDoc|Word2013
+2026-07-24 09:53:44.0740|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:53:44.0852|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035082
+2026-07-24 09:53:44.0852|INFO|DocLog|Dokument über API erstellt
+2026-07-24 09:53:44.0852|INFO|APIDocLog|Dokument return to sender
+2026-07-24 09:53:44.0852|DEBUG|OnDoc|
+2026-07-24 09:53:44.0922|DEBUG|OnDoc|
+2026-07-24 09:53:44.0922|DEBUG|OnDoc|
+2026-07-24 09:53:44.0922|DEBUG|OnDoc|
+2026-07-24 09:53:44.0922|DEBUG|OnDoc|
+2026-07-24 09:53:44.0922|DEBUG|OnDoc|
+2026-07-24 09:53:58.1554|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 09:53:58.3409|INFO|APIDocLog|Start CreateDoc
+2026-07-24 09:53:58.4336|INFO|APIDocLog|Input JSON
+2026-07-24 09:53:58.4436|DEBUG|OnDoc|Start GenDoc
+2026-07-24 09:53:58.4436|DEBUG|OnDoc|
+2026-07-24 09:53:58.4436|DEBUG|OnDoc|
+2026-07-24 09:53:58.4436|DEBUG|OnDoc|
+2026-07-24 09:53:58.4436|DEBUG|OnDoc|
+2026-07-24 09:53:58.4436|DEBUG|OnDoc|
+2026-07-24 09:53:58.4436|DEBUG|OnDoc|
+2026-07-24 09:53:58.4436|DEBUG|OnDoc|
+2026-07-24 09:53:58.4436|DEBUG|OnDoc|
+2026-07-24 09:53:58.4436|DEBUG|OnDoc|
+2026-07-24 09:53:58.4436|DEBUG|OnDoc|
+2026-07-24 09:53:58.4436|DEBUG|OnDoc|
+2026-07-24 09:53:58.4436|DEBUG|OnDoc|
+2026-07-24 09:53:58.4436|DEBUG|OnDoc|
+2026-07-24 09:53:58.4436|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4516|DEBUG|OnDoc|
+2026-07-24 09:53:58.4672|DEBUG|OnDoc|
+2026-07-24 09:53:58.4672|DEBUG|OnDoc|
+2026-07-24 09:53:58.5667|DEBUG|OnDoc|
+2026-07-24 09:53:58.5667|DEBUG|OnDoc|
+2026-07-24 09:53:58.5775|DEBUG|OnDoc|
+2026-07-24 09:53:58.5775|DEBUG|OnDoc|
+2026-07-24 09:53:58.5775|DEBUG|OnDoc|
+2026-07-24 09:53:58.5775|DEBUG|OnDoc|
+2026-07-24 09:53:58.6690|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 09:53:58.6690|DEBUG|OnDoc|
+2026-07-24 09:53:58.6770|DEBUG|OnDoc|
+2026-07-24 09:53:58.6770|DEBUG|OnDoc|
+2026-07-24 09:53:58.6770|DEBUG|OnDoc|
+2026-07-24 09:53:58.6770|DEBUG|OnDoc|
+2026-07-24 09:53:58.6770|DEBUG|OnDoc|
+2026-07-24 09:53:58.6770|DEBUG|OnDoc|
+2026-07-24 09:53:58.6884|DEBUG|OnDoc|
+2026-07-24 09:53:58.6884|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:53:58.7049|DEBUG|OnDoc|Word2013
+2026-07-24 09:53:58.7049|DEBUG|OnDoc|Word2013
+2026-07-24 09:54:02.5635|DEBUG|OnDoc|Generate_Word
+2026-07-24 09:54:02.6052|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035098
+2026-07-24 09:54:02.6052|INFO|DocLog|Dokument über API erstellt
+2026-07-24 09:54:02.6052|INFO|APIDocLog|Dokument return to sender
+2026-07-24 09:54:02.6078|DEBUG|OnDoc|
+2026-07-24 09:54:02.6078|DEBUG|OnDoc|
+2026-07-24 09:54:02.6078|DEBUG|OnDoc|
+2026-07-24 09:54:02.6078|DEBUG|OnDoc|
+2026-07-24 09:54:02.6078|DEBUG|OnDoc|
+2026-07-24 09:54:02.6078|DEBUG|OnDoc|
+2026-07-24 10:03:04.3543|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:03:04.6137|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:03:04.7343|INFO|APIDocLog|Input JSON
+2026-07-24 10:03:04.7343|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:03:04.7343|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7488|DEBUG|OnDoc|
+2026-07-24 10:03:04.7636|DEBUG|OnDoc|
+2026-07-24 10:03:04.7636|DEBUG|OnDoc|
+2026-07-24 10:03:04.7636|DEBUG|OnDoc|
+2026-07-24 10:03:04.7636|DEBUG|OnDoc|
+2026-07-24 10:03:04.7636|DEBUG|OnDoc|
+2026-07-24 10:03:04.7636|DEBUG|OnDoc|
+2026-07-24 10:03:04.7823|DEBUG|OnDoc|
+2026-07-24 10:03:04.7823|DEBUG|OnDoc|
+2026-07-24 10:03:04.9160|DEBUG|OnDoc|
+2026-07-24 10:03:04.9160|DEBUG|OnDoc|
+2026-07-24 10:03:04.9278|DEBUG|OnDoc|
+2026-07-24 10:03:04.9278|DEBUG|OnDoc|
+2026-07-24 10:03:04.9278|DEBUG|OnDoc|
+2026-07-24 10:03:04.9278|DEBUG|OnDoc|
+2026-07-24 10:03:05.0440|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 10:03:05.0450|DEBUG|OnDoc|
+2026-07-24 10:03:05.0450|DEBUG|OnDoc|
+2026-07-24 10:03:05.0450|DEBUG|OnDoc|
+2026-07-24 10:03:05.0450|DEBUG|OnDoc|
+2026-07-24 10:03:05.0450|DEBUG|OnDoc|
+2026-07-24 10:03:05.0636|DEBUG|OnDoc|
+2026-07-24 10:03:05.0636|DEBUG|OnDoc|
+2026-07-24 10:03:05.0636|DEBUG|OnDoc|
+2026-07-24 10:03:05.0636|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:03:05.0874|DEBUG|OnDoc|Word2013
+2026-07-24 10:03:05.0924|DEBUG|OnDoc|Word2013
+2026-07-24 10:03:09.6486|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:03:09.6867|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035107
+2026-07-24 10:03:09.6867|INFO|DocLog|Dokument über API erstellt
+2026-07-24 10:03:09.6867|INFO|APIDocLog|Dokument return to sender
+2026-07-24 10:03:09.6867|DEBUG|OnDoc|
+2026-07-24 10:03:09.6867|DEBUG|OnDoc|
+2026-07-24 10:03:09.7022|DEBUG|OnDoc|
+2026-07-24 10:03:09.7022|DEBUG|OnDoc|
+2026-07-24 10:03:09.7022|DEBUG|OnDoc|
+2026-07-24 10:03:09.7022|DEBUG|OnDoc|
+2026-07-24 10:03:14.7469|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:03:14.9910|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:03:15.1123|INFO|APIDocLog|Input JSON
+2026-07-24 10:03:15.1123|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1232|DEBUG|OnDoc|
+2026-07-24 10:03:15.1391|DEBUG|OnDoc|
+2026-07-24 10:03:15.1391|DEBUG|OnDoc|
+2026-07-24 10:03:15.1391|DEBUG|OnDoc|
+2026-07-24 10:03:15.1391|DEBUG|OnDoc|
+2026-07-24 10:03:15.1391|DEBUG|OnDoc|
+2026-07-24 10:03:15.1391|DEBUG|OnDoc|
+2026-07-24 10:03:15.1391|DEBUG|OnDoc|
+2026-07-24 10:03:15.1391|DEBUG|OnDoc|
+2026-07-24 10:03:15.2730|DEBUG|OnDoc|
+2026-07-24 10:03:15.2730|DEBUG|OnDoc|
+2026-07-24 10:03:15.2829|DEBUG|OnDoc|
+2026-07-24 10:03:15.2829|DEBUG|OnDoc|
+2026-07-24 10:03:15.2829|DEBUG|OnDoc|
+2026-07-24 10:03:15.2829|DEBUG|OnDoc|
+2026-07-24 10:03:15.4005|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 10:03:15.4005|DEBUG|OnDoc|
+2026-07-24 10:03:15.4106|DEBUG|OnDoc|
+2026-07-24 10:03:15.4106|DEBUG|OnDoc|
+2026-07-24 10:03:15.4106|DEBUG|OnDoc|
+2026-07-24 10:03:15.4106|DEBUG|OnDoc|
+2026-07-24 10:03:15.4106|DEBUG|OnDoc|
+2026-07-24 10:03:15.4106|DEBUG|OnDoc|
+2026-07-24 10:03:15.4226|DEBUG|OnDoc|
+2026-07-24 10:03:15.4226|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:03:15.4226|DEBUG|OnDoc|Word2013
+2026-07-24 10:03:15.4226|DEBUG|OnDoc|Word2013
+2026-07-24 10:03:19.9620|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:03:20.0013|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035115
+2026-07-24 10:03:20.0013|INFO|DocLog|Dokument über API erstellt
+2026-07-24 10:03:20.0013|INFO|APIDocLog|Dokument return to sender
+2026-07-24 10:03:20.0013|DEBUG|OnDoc|
+2026-07-24 10:03:20.0013|DEBUG|OnDoc|
+2026-07-24 10:03:20.0013|DEBUG|OnDoc|
+2026-07-24 10:03:20.0013|DEBUG|OnDoc|
+2026-07-24 10:03:20.0013|DEBUG|OnDoc|
+2026-07-24 10:03:20.0013|DEBUG|OnDoc|
+2026-07-24 10:03:27.3127|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:03:27.5646|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:03:27.6817|INFO|APIDocLog|Input JSON
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.6922|DEBUG|OnDoc|
+2026-07-24 10:03:27.7027|DEBUG|OnDoc|
+2026-07-24 10:03:27.7027|DEBUG|OnDoc|
+2026-07-24 10:03:27.7027|DEBUG|OnDoc|
+2026-07-24 10:03:27.7027|DEBUG|OnDoc|
+2026-07-24 10:03:27.7027|DEBUG|OnDoc|
+2026-07-24 10:03:27.7027|DEBUG|OnDoc|
+2026-07-24 10:03:27.7027|DEBUG|OnDoc|
+2026-07-24 10:03:27.7027|DEBUG|OnDoc|
+2026-07-24 10:03:27.7027|DEBUG|OnDoc|
+2026-07-24 10:03:27.7027|DEBUG|OnDoc|
+2026-07-24 10:03:27.7027|DEBUG|OnDoc|
+2026-07-24 10:03:27.7027|DEBUG|OnDoc|
+2026-07-24 10:03:27.7027|DEBUG|OnDoc|
+2026-07-24 10:03:27.7027|DEBUG|OnDoc|
+2026-07-24 10:03:27.7233|DEBUG|OnDoc|
+2026-07-24 10:03:27.7233|DEBUG|OnDoc|
+2026-07-24 10:03:27.8484|DEBUG|OnDoc|
+2026-07-24 10:03:27.8484|DEBUG|OnDoc|
+2026-07-24 10:03:27.8586|DEBUG|OnDoc|
+2026-07-24 10:03:27.8586|DEBUG|OnDoc|
+2026-07-24 10:03:27.8586|DEBUG|OnDoc|
+2026-07-24 10:03:27.8586|DEBUG|OnDoc|
+2026-07-24 10:03:27.9701|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 10:03:27.9701|DEBUG|OnDoc|
+2026-07-24 10:03:27.9832|DEBUG|OnDoc|
+2026-07-24 10:03:27.9832|DEBUG|OnDoc|
+2026-07-24 10:03:27.9832|DEBUG|OnDoc|
+2026-07-24 10:03:27.9832|DEBUG|OnDoc|
+2026-07-24 10:03:27.9832|DEBUG|OnDoc|
+2026-07-24 10:03:27.9832|DEBUG|OnDoc|
+2026-07-24 10:03:27.9832|DEBUG|OnDoc|
+2026-07-24 10:03:27.9977|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:03:27.9977|DEBUG|OnDoc|Word2013
+2026-07-24 10:03:27.9977|DEBUG|OnDoc|Word2013
+2026-07-24 10:03:45.7460|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:03:45.7847|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035120
+2026-07-24 10:03:45.7847|INFO|DocLog|Dokument über API erstellt
+2026-07-24 10:03:45.7847|INFO|APIDocLog|Dokument return to sender
+2026-07-24 10:03:45.7847|DEBUG|OnDoc|
+2026-07-24 10:03:45.7847|DEBUG|OnDoc|
+2026-07-24 10:03:45.7847|DEBUG|OnDoc|
+2026-07-24 10:03:45.7847|DEBUG|OnDoc|
+2026-07-24 10:03:45.7951|DEBUG|OnDoc|
+2026-07-24 10:03:45.7951|DEBUG|OnDoc|
+2026-07-24 10:03:59.8560|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:04:00.1127|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:04:00.2373|INFO|APIDocLog|Input JSON
+2026-07-24 10:04:00.2373|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:04:00.2373|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2483|DEBUG|OnDoc|
+2026-07-24 10:04:00.2633|DEBUG|OnDoc|
+2026-07-24 10:04:00.2633|DEBUG|OnDoc|
+2026-07-24 10:04:00.2633|DEBUG|OnDoc|
+2026-07-24 10:04:00.2633|DEBUG|OnDoc|
+2026-07-24 10:04:00.3997|DEBUG|OnDoc|
+2026-07-24 10:04:00.3997|DEBUG|OnDoc|
+2026-07-24 10:04:00.4112|DEBUG|OnDoc|
+2026-07-24 10:04:00.4112|DEBUG|OnDoc|
+2026-07-24 10:04:00.4112|DEBUG|OnDoc|
+2026-07-24 10:04:00.4112|DEBUG|OnDoc|
+2026-07-24 10:04:00.5320|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 10:04:00.5320|DEBUG|OnDoc|
+2026-07-24 10:04:00.5320|DEBUG|OnDoc|
+2026-07-24 10:04:00.5320|DEBUG|OnDoc|
+2026-07-24 10:04:00.5320|DEBUG|OnDoc|
+2026-07-24 10:04:00.5320|DEBUG|OnDoc|
+2026-07-24 10:04:00.5461|DEBUG|OnDoc|
+2026-07-24 10:04:00.5461|DEBUG|OnDoc|
+2026-07-24 10:04:00.5461|DEBUG|OnDoc|
+2026-07-24 10:04:00.5461|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:04:00.5641|DEBUG|OnDoc|Word2013
+2026-07-24 10:04:00.5641|DEBUG|OnDoc|Word2013
+2026-07-24 10:04:07.4700|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:04:07.5071|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035131
+2026-07-24 10:04:07.5071|INFO|DocLog|Dokument über API erstellt
+2026-07-24 10:04:07.5071|INFO|APIDocLog|Dokument return to sender
+2026-07-24 10:04:07.5071|DEBUG|OnDoc|
+2026-07-24 10:04:07.5177|DEBUG|OnDoc|
+2026-07-24 10:04:07.5177|DEBUG|OnDoc|
+2026-07-24 10:04:07.5177|DEBUG|OnDoc|
+2026-07-24 10:04:07.5177|DEBUG|OnDoc|
+2026-07-24 10:04:07.5177|DEBUG|OnDoc|
+2026-07-24 10:04:30.6472|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:04:30.8944|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:04:31.0124|INFO|APIDocLog|Input JSON
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0232|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0297|DEBUG|OnDoc|
+2026-07-24 10:04:31.0457|DEBUG|OnDoc|
+2026-07-24 10:04:31.0457|DEBUG|OnDoc|
+2026-07-24 10:04:31.1691|DEBUG|OnDoc|
+2026-07-24 10:04:31.1706|DEBUG|OnDoc|
+2026-07-24 10:04:31.1706|DEBUG|OnDoc|
+2026-07-24 10:04:31.1706|DEBUG|OnDoc|
+2026-07-24 10:04:31.1706|DEBUG|OnDoc|
+2026-07-24 10:04:31.1706|DEBUG|OnDoc|
+2026-07-24 10:04:31.2896|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 10:04:31.2896|DEBUG|OnDoc|
+2026-07-24 10:04:31.2979|DEBUG|OnDoc|
+2026-07-24 10:04:31.2979|DEBUG|OnDoc|
+2026-07-24 10:04:31.2979|DEBUG|OnDoc|
+2026-07-24 10:04:31.2979|DEBUG|OnDoc|
+2026-07-24 10:04:31.2979|DEBUG|OnDoc|
+2026-07-24 10:04:31.2979|DEBUG|OnDoc|
+2026-07-24 10:04:31.2979|DEBUG|OnDoc|
+2026-07-24 10:04:31.2979|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:04:31.3177|DEBUG|OnDoc|Word2013
+2026-07-24 10:04:31.3177|DEBUG|OnDoc|Word2013
+2026-07-24 10:05:10.8294|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:05:10.8700|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035146
+2026-07-24 10:05:10.8700|INFO|DocLog|Dokument über API erstellt
+2026-07-24 10:05:10.8700|INFO|APIDocLog|Dokument return to sender
+2026-07-24 10:05:10.8730|DEBUG|OnDoc|
+2026-07-24 10:05:10.8730|DEBUG|OnDoc|
+2026-07-24 10:05:10.8730|DEBUG|OnDoc|
+2026-07-24 10:05:10.8730|DEBUG|OnDoc|
+2026-07-24 10:05:10.8730|DEBUG|OnDoc|
+2026-07-24 10:05:10.8730|DEBUG|OnDoc|
+2026-07-24 10:05:29.4511|DEBUG|OnDoc|
+2026-07-24 10:05:29.5183|DEBUG|OnDoc|
+2026-07-24 10:05:29.5183|DEBUG|OnDoc|
+2026-07-24 10:05:29.5183|DEBUG|OnDoc|
+2026-07-24 10:05:58.1951|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:05:58.4151|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:05:58.4584|INFO|APIDocLog|Input JSON
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4669|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.4834|DEBUG|OnDoc|
+2026-07-24 10:05:58.5099|DEBUG|OnDoc|
+2026-07-24 10:05:58.5099|DEBUG|OnDoc|
+2026-07-24 10:05:58.5637|DEBUG|OnDoc|
+2026-07-24 10:05:58.5637|DEBUG|OnDoc|
+2026-07-24 10:05:58.5928|DEBUG|OnDoc|
+2026-07-24 10:05:58.5928|DEBUG|OnDoc|
+2026-07-24 10:05:58.5928|DEBUG|OnDoc|
+2026-07-24 10:05:58.5928|DEBUG|OnDoc|
+2026-07-24 10:05:58.6291|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 10:05:58.6291|DEBUG|OnDoc|
+2026-07-24 10:05:58.6402|DEBUG|OnDoc|
+2026-07-24 10:05:58.6402|DEBUG|OnDoc|
+2026-07-24 10:05:58.6402|DEBUG|OnDoc|
+2026-07-24 10:05:58.6402|DEBUG|OnDoc|
+2026-07-24 10:05:58.6402|DEBUG|OnDoc|
+2026-07-24 10:05:58.6402|DEBUG|OnDoc|
+2026-07-24 10:05:58.6547|DEBUG|OnDoc|
+2026-07-24 10:05:58.6547|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:05:59.1182|DEBUG|OnDoc|Word2013
+2026-07-24 10:05:59.1284|DEBUG|OnDoc|Word2013
+2026-07-24 10:06:10.5588|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:06:10.6170|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035154
+2026-07-24 10:06:10.6170|INFO|DocLog|Dokument über API erstellt
+2026-07-24 10:06:10.6170|INFO|APIDocLog|Dokument return to sender
+2026-07-24 10:06:10.6170|DEBUG|OnDoc|
+2026-07-24 10:06:10.6302|DEBUG|OnDoc|
+2026-07-24 10:06:10.6302|DEBUG|OnDoc|
+2026-07-24 10:06:10.6302|DEBUG|OnDoc|
+2026-07-24 10:06:10.6302|DEBUG|OnDoc|
+2026-07-24 10:06:10.6302|DEBUG|OnDoc|
+2026-07-24 10:06:42.5861|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:06:42.6730|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:06:42.7035|INFO|APIDocLog|Input JSON
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7035|DEBUG|OnDoc|
+2026-07-24 10:06:42.7166|DEBUG|OnDoc|
+2026-07-24 10:06:42.7565|DEBUG|OnDoc|
+2026-07-24 10:06:42.7565|DEBUG|OnDoc|
+2026-07-24 10:06:42.7565|DEBUG|OnDoc|
+2026-07-24 10:06:42.7565|DEBUG|OnDoc|
+2026-07-24 10:06:42.7565|DEBUG|OnDoc|
+2026-07-24 10:06:42.7640|DEBUG|OnDoc|
+2026-07-24 10:06:42.7640|DEBUG|OnDoc|
+2026-07-24 10:06:42.7640|DEBUG|OnDoc|
+2026-07-24 10:06:42.7640|DEBUG|OnDoc|
+2026-07-24 10:06:42.7640|DEBUG|OnDoc|
+2026-07-24 10:06:42.7640|DEBUG|OnDoc|
+2026-07-24 10:06:42.7640|DEBUG|OnDoc|
+2026-07-24 10:06:42.7640|DEBUG|OnDoc|
+2026-07-24 10:06:42.8298|DEBUG|OnDoc|
+2026-07-24 10:06:42.8298|DEBUG|OnDoc|
+2026-07-24 10:06:42.8426|DEBUG|OnDoc|
+2026-07-24 10:06:42.8426|DEBUG|OnDoc|
+2026-07-24 10:06:42.8426|DEBUG|OnDoc|
+2026-07-24 10:06:42.8426|DEBUG|OnDoc|
+2026-07-24 10:06:42.8692|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 10:06:42.8692|DEBUG|OnDoc|
+2026-07-24 10:06:42.8787|DEBUG|OnDoc|
+2026-07-24 10:06:42.8787|DEBUG|OnDoc|
+2026-07-24 10:06:42.8787|DEBUG|OnDoc|
+2026-07-24 10:06:42.8787|DEBUG|OnDoc|
+2026-07-24 10:06:42.8787|DEBUG|OnDoc|
+2026-07-24 10:06:42.8787|DEBUG|OnDoc|
+2026-07-24 10:06:42.8902|DEBUG|OnDoc|
+2026-07-24 10:06:42.8902|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:06:42.8902|DEBUG|OnDoc|Word2013
+2026-07-24 10:06:42.8902|DEBUG|OnDoc|Word2013
+2026-07-24 10:06:43.9560|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:06:43.9686|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035162
+2026-07-24 10:06:43.9686|INFO|DocLog|Dokument über API erstellt
+2026-07-24 10:06:43.9686|INFO|APIDocLog|Dokument return to sender
+2026-07-24 10:06:43.9686|DEBUG|OnDoc|
+2026-07-24 10:06:43.9686|DEBUG|OnDoc|
+2026-07-24 10:06:43.9686|DEBUG|OnDoc|
+2026-07-24 10:06:43.9686|DEBUG|OnDoc|
+2026-07-24 10:06:43.9686|DEBUG|OnDoc|
+2026-07-24 10:06:43.9686|DEBUG|OnDoc|
+2026-07-24 10:07:47.9698|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:07:48.0517|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:07:48.0827|INFO|APIDocLog|Input JSON
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|
+2026-07-24 10:07:48.0827|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.0921|DEBUG|OnDoc|
+2026-07-24 10:07:48.1087|DEBUG|OnDoc|
+2026-07-24 10:07:48.1087|DEBUG|OnDoc|
+2026-07-24 10:07:48.1384|DEBUG|OnDoc|
+2026-07-24 10:07:48.1384|DEBUG|OnDoc|
+2026-07-24 10:07:48.1384|DEBUG|OnDoc|
+2026-07-24 10:07:48.1384|DEBUG|OnDoc|
+2026-07-24 10:07:48.1384|DEBUG|OnDoc|
+2026-07-24 10:07:48.1384|DEBUG|OnDoc|
+2026-07-24 10:07:48.1736|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 10:07:48.1736|DEBUG|OnDoc|
+2026-07-24 10:07:48.1736|DEBUG|OnDoc|
+2026-07-24 10:07:48.1736|DEBUG|OnDoc|
+2026-07-24 10:07:48.1736|DEBUG|OnDoc|
+2026-07-24 10:07:48.1736|DEBUG|OnDoc|
+2026-07-24 10:07:48.1892|DEBUG|OnDoc|
+2026-07-24 10:07:48.1892|DEBUG|OnDoc|
+2026-07-24 10:07:48.1892|DEBUG|OnDoc|
+2026-07-24 10:07:48.1892|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:07:48.2481|DEBUG|OnDoc|Word2013
+2026-07-24 10:07:48.2481|DEBUG|OnDoc|Word2013
+2026-07-24 10:07:49.8437|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:07:49.8437|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035178
+2026-07-24 10:07:49.8437|INFO|DocLog|Dokument über API erstellt
+2026-07-24 10:07:49.8437|INFO|APIDocLog|Dokument return to sender
+2026-07-24 10:07:49.8581|DEBUG|OnDoc|
+2026-07-24 10:07:49.8581|DEBUG|OnDoc|
+2026-07-24 10:07:49.8581|DEBUG|OnDoc|
+2026-07-24 10:07:49.8581|DEBUG|OnDoc|
+2026-07-24 10:07:49.8581|DEBUG|OnDoc|
+2026-07-24 10:07:49.8581|DEBUG|OnDoc|
+2026-07-24 10:08:24.1358|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:08:24.2284|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:08:24.2603|INFO|APIDocLog|Input JSON
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2643|DEBUG|OnDoc|
+2026-07-24 10:08:24.2798|DEBUG|OnDoc|
+2026-07-24 10:08:24.2798|DEBUG|OnDoc|
+2026-07-24 10:08:24.2798|DEBUG|OnDoc|
+2026-07-24 10:08:24.2798|DEBUG|OnDoc|
+2026-07-24 10:08:24.2798|DEBUG|OnDoc|
+2026-07-24 10:08:24.2798|DEBUG|OnDoc|
+2026-07-24 10:08:24.2798|DEBUG|OnDoc|
+2026-07-24 10:08:24.2798|DEBUG|OnDoc|
+2026-07-24 10:08:24.2798|DEBUG|OnDoc|
+2026-07-24 10:08:24.2798|DEBUG|OnDoc|
+2026-07-24 10:08:24.3024|DEBUG|OnDoc|
+2026-07-24 10:08:24.3024|DEBUG|OnDoc|
+2026-07-24 10:08:24.3396|DEBUG|OnDoc|
+2026-07-24 10:08:24.3396|DEBUG|OnDoc|
+2026-07-24 10:08:24.3521|DEBUG|OnDoc|
+2026-07-24 10:08:24.3521|DEBUG|OnDoc|
+2026-07-24 10:08:24.3521|DEBUG|OnDoc|
+2026-07-24 10:08:24.3521|DEBUG|OnDoc|
+2026-07-24 10:08:24.3962|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 10:08:24.3962|DEBUG|OnDoc|
+2026-07-24 10:08:24.4101|DEBUG|OnDoc|
+2026-07-24 10:08:24.4101|DEBUG|OnDoc|
+2026-07-24 10:08:24.4101|DEBUG|OnDoc|
+2026-07-24 10:08:24.4101|DEBUG|OnDoc|
+2026-07-24 10:08:24.4216|DEBUG|OnDoc|
+2026-07-24 10:08:24.4216|DEBUG|OnDoc|
+2026-07-24 10:08:24.4216|DEBUG|OnDoc|
+2026-07-24 10:08:24.4216|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:08:24.4464|DEBUG|OnDoc|Word2013
+2026-07-24 10:08:24.4464|DEBUG|OnDoc|Word2013
+2026-07-24 10:08:25.6377|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:08:25.6503|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035183
+2026-07-24 10:08:25.6503|INFO|DocLog|Dokument über API erstellt
+2026-07-24 10:08:25.6503|INFO|APIDocLog|Dokument return to sender
+2026-07-24 10:08:25.6503|DEBUG|OnDoc|
+2026-07-24 10:08:25.6614|DEBUG|OnDoc|
+2026-07-24 10:08:25.6614|DEBUG|OnDoc|
+2026-07-24 10:08:25.6614|DEBUG|OnDoc|
+2026-07-24 10:08:25.6614|DEBUG|OnDoc|
+2026-07-24 10:08:25.6614|DEBUG|OnDoc|
+2026-07-24 10:08:40.2006|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:08:40.2841|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:08:40.3143|INFO|APIDocLog|Input JSON
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3143|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3267|DEBUG|OnDoc|
+2026-07-24 10:08:40.3426|DEBUG|OnDoc|
+2026-07-24 10:08:40.3703|DEBUG|OnDoc|
+2026-07-24 10:08:40.3703|DEBUG|OnDoc|
+2026-07-24 10:08:40.3798|DEBUG|OnDoc|
+2026-07-24 10:08:40.3798|DEBUG|OnDoc|
+2026-07-24 10:08:40.3798|DEBUG|OnDoc|
+2026-07-24 10:08:40.3798|DEBUG|OnDoc|
+2026-07-24 10:08:40.4041|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 10:08:40.4041|DEBUG|OnDoc|
+2026-07-24 10:08:40.4041|DEBUG|OnDoc|
+2026-07-24 10:08:40.4041|DEBUG|OnDoc|
+2026-07-24 10:08:40.4041|DEBUG|OnDoc|
+2026-07-24 10:08:40.4041|DEBUG|OnDoc|
+2026-07-24 10:08:40.4041|DEBUG|OnDoc|
+2026-07-24 10:08:40.4041|DEBUG|OnDoc|
+2026-07-24 10:08:40.4223|DEBUG|OnDoc|
+2026-07-24 10:08:40.4223|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:08:40.4368|DEBUG|OnDoc|Word2013
+2026-07-24 10:08:40.4368|DEBUG|OnDoc|Word2013
+2026-07-24 10:08:41.6392|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:08:41.6392|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035199
+2026-07-24 10:08:41.6392|INFO|DocLog|Dokument über API erstellt
+2026-07-24 10:08:41.6392|INFO|APIDocLog|Dokument return to sender
+2026-07-24 10:08:41.6392|DEBUG|OnDoc|
+2026-07-24 10:08:41.6630|DEBUG|OnDoc|
+2026-07-24 10:08:41.6630|DEBUG|OnDoc|
+2026-07-24 10:08:41.6630|DEBUG|OnDoc|
+2026-07-24 10:08:41.6630|DEBUG|OnDoc|
+2026-07-24 10:08:41.6630|DEBUG|OnDoc|
+2026-07-24 10:09:57.6120|DEBUG|OnDoc|
+2026-07-24 10:09:57.7025|DEBUG|OnDoc|
+2026-07-24 10:09:57.7025|DEBUG|OnDoc|
+2026-07-24 10:09:57.7025|DEBUG|OnDoc|
+2026-07-24 10:10:52.4743|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:10:52.6939|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:10:52.7374|INFO|APIDocLog|Input JSON
+2026-07-24 10:12:11.3788|DEBUG|OnDoc|
+2026-07-24 10:12:11.4442|DEBUG|OnDoc|
+2026-07-24 10:12:11.4442|DEBUG|OnDoc|
+2026-07-24 10:12:11.4442|DEBUG|OnDoc|
+2026-07-24 10:12:31.4641|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:12:31.6862|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:12:31.7303|INFO|APIDocLog|Input JSON
+2026-07-24 10:12:36.6090|DEBUG|OnDoc|
+2026-07-24 10:12:36.6470|DEBUG|OnDoc|
+2026-07-24 10:12:40.0151|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:12:40.0510|DEBUG|OnDoc|
+2026-07-24 10:12:40.1011|DEBUG|OnDoc|
+2026-07-24 10:12:40.1011|DEBUG|OnDoc|
+2026-07-24 10:12:40.1011|DEBUG|OnDoc|
+2026-07-24 10:12:40.1077|DEBUG|OnDoc|
+2026-07-24 10:12:40.1077|DEBUG|OnDoc|
+2026-07-24 10:12:40.1077|DEBUG|OnDoc|
+2026-07-24 10:12:40.1077|DEBUG|OnDoc|
+2026-07-24 10:12:40.1077|DEBUG|OnDoc|
+2026-07-24 10:12:40.1077|DEBUG|OnDoc|
+2026-07-24 10:12:40.1077|DEBUG|OnDoc|
+2026-07-24 10:12:40.1077|DEBUG|OnDoc|
+2026-07-24 10:12:40.1077|DEBUG|OnDoc|
+2026-07-24 10:12:40.1077|DEBUG|OnDoc|
+2026-07-24 10:12:40.1232|DEBUG|OnDoc|
+2026-07-24 10:12:40.1232|DEBUG|OnDoc|
+2026-07-24 10:12:40.1232|DEBUG|OnDoc|
+2026-07-24 10:12:40.1232|DEBUG|OnDoc|
+2026-07-24 10:12:40.1232|DEBUG|OnDoc|
+2026-07-24 10:12:40.1232|DEBUG|OnDoc|
+2026-07-24 10:12:40.1232|DEBUG|OnDoc|
+2026-07-24 10:12:40.1232|DEBUG|OnDoc|
+2026-07-24 10:12:40.1232|DEBUG|OnDoc|
+2026-07-24 10:12:40.1232|DEBUG|OnDoc|
+2026-07-24 10:12:40.1433|DEBUG|OnDoc|
+2026-07-24 10:12:40.1433|DEBUG|OnDoc|
+2026-07-24 10:12:40.1433|DEBUG|OnDoc|
+2026-07-24 10:12:40.1433|DEBUG|OnDoc|
+2026-07-24 10:12:40.1433|DEBUG|OnDoc|
+2026-07-24 10:12:40.1433|DEBUG|OnDoc|
+2026-07-24 10:12:40.1433|DEBUG|OnDoc|
+2026-07-24 10:12:40.1433|DEBUG|OnDoc|
+2026-07-24 10:12:40.1433|DEBUG|OnDoc|
+2026-07-24 10:12:40.1433|DEBUG|OnDoc|
+2026-07-24 10:12:40.1433|DEBUG|OnDoc|
+2026-07-24 10:12:40.1433|DEBUG|OnDoc|
+2026-07-24 10:12:40.1558|DEBUG|OnDoc|
+2026-07-24 10:12:40.1558|DEBUG|OnDoc|
+2026-07-24 10:12:40.1703|DEBUG|OnDoc|
+2026-07-24 10:12:40.1703|DEBUG|OnDoc|
+2026-07-24 10:12:40.2275|DEBUG|OnDoc|
+2026-07-24 10:12:40.2275|DEBUG|OnDoc|
+2026-07-24 10:12:40.2616|DEBUG|OnDoc|
+2026-07-24 10:12:40.2616|DEBUG|OnDoc|
+2026-07-24 10:12:40.2616|DEBUG|OnDoc|
+2026-07-24 10:12:40.2636|DEBUG|OnDoc|
+2026-07-24 10:12:40.2937|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 10:12:40.2957|DEBUG|OnDoc|
+2026-07-24 10:12:40.2957|DEBUG|OnDoc|
+2026-07-24 10:12:40.2957|DEBUG|OnDoc|
+2026-07-24 10:12:40.2957|DEBUG|OnDoc|
+2026-07-24 10:12:40.2957|DEBUG|OnDoc|
+2026-07-24 10:12:40.3120|DEBUG|OnDoc|
+2026-07-24 10:12:40.3120|DEBUG|OnDoc|
+2026-07-24 10:12:40.3120|DEBUG|OnDoc|
+2026-07-24 10:12:40.3120|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:12:40.7470|DEBUG|OnDoc|Word2013
+2026-07-24 10:12:40.7565|DEBUG|OnDoc|Word2013
+2026-07-24 10:12:41.3996|DEBUG|OnDoc|
+2026-07-24 10:12:41.4082|DEBUG|OnDoc|
+2026-07-24 10:12:41.4372|DEBUG|OnDoc|Start GetUnterschriftAsBase64 TGNummer: Stefan Hutter lokal
+2026-07-24 10:12:41.4372|INFO|OnDoc|Unterschrift-Bezug: Stefan Hutter lokal
+2026-07-24 10:12:41.5949|DEBUG|OnDoc|
+2026-07-24 10:12:41.5949|DEBUG|OnDoc|
+2026-07-24 10:12:41.6307|DEBUG|OnDoc|Start GetUnterschriftAsBase64 TGNummer: TG0494
+2026-07-24 10:12:41.6307|INFO|OnDoc|Unterschrift-Bezug: TG0494
+2026-07-24 10:12:43.4338|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:12:43.4639|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035206
+2026-07-24 10:12:43.4639|INFO|DocLog|Dokument über API erstellt
+2026-07-24 10:12:43.4699|DEBUG|OnDoc|
+2026-07-24 10:12:43.4699|DEBUG|OnDoc|
+2026-07-24 10:12:43.4699|DEBUG|OnDoc|
+2026-07-24 10:12:43.5176|DEBUG|OnDoc|
+2026-07-24 10:12:43.5176|DEBUG|OnDoc|
+2026-07-24 10:12:43.5176|DEBUG|OnDoc|
+2026-07-24 10:12:43.5301|DEBUG|OnDoc|
+2026-07-24 10:12:43.5301|DEBUG|OnDoc|
+2026-07-24 10:12:43.5301|DEBUG|OnDoc|
+2026-07-24 10:12:43.5301|DEBUG|OnDoc|
+2026-07-24 10:12:43.5301|DEBUG|OnDoc|
+2026-07-24 10:12:43.5301|DEBUG|OnDoc|
+2026-07-24 10:12:44.0331|DEBUG|OnDoc|
+2026-07-24 10:12:44.0449|DEBUG|OnDoc|
+2026-07-24 10:12:44.2010|INFO|DocLog|Versandpaket vorbereitet
+2026-07-24 10:12:44.2010|INFO|APIDocLog|Dokument abgeschlossen
+2026-07-24 10:13:21.1990|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:13:29.1843|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:13:32.4496|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 10:13:32.4764|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 10:13:32.5037|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 10:13:32.5037|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 10:13:44.1977|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:13:56.3653|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 10:13:56.4011|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 10:14:13.8136|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:14:25.9912|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 10:14:26.0263|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 10:14:53.6696|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:14:53.7702|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:14:53.8023|INFO|APIDocLog|Input JSON
+2026-07-24 10:14:55.9479|DEBUG|OnDoc|
+2026-07-24 10:14:55.9589|DEBUG|OnDoc|
+2026-07-24 10:14:55.9589|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:14:55.9589|DEBUG|OnDoc|
+2026-07-24 10:14:55.9589|DEBUG|OnDoc|
+2026-07-24 10:14:55.9589|DEBUG|OnDoc|
+2026-07-24 10:14:55.9589|DEBUG|OnDoc|
+2026-07-24 10:14:55.9589|DEBUG|OnDoc|
+2026-07-24 10:14:55.9589|DEBUG|OnDoc|
+2026-07-24 10:14:55.9589|DEBUG|OnDoc|
+2026-07-24 10:14:55.9589|DEBUG|OnDoc|
+2026-07-24 10:14:55.9589|DEBUG|OnDoc|
+2026-07-24 10:14:55.9589|DEBUG|OnDoc|
+2026-07-24 10:14:55.9589|DEBUG|OnDoc|
+2026-07-24 10:14:55.9589|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9671|DEBUG|OnDoc|
+2026-07-24 10:14:55.9984|DEBUG|OnDoc|
+2026-07-24 10:14:55.9984|DEBUG|OnDoc|
+2026-07-24 10:14:56.0304|DEBUG|OnDoc|
+2026-07-24 10:14:56.0304|DEBUG|OnDoc|
+2026-07-24 10:14:56.0304|DEBUG|OnDoc|
+2026-07-24 10:14:56.0304|DEBUG|OnDoc|
+2026-07-24 10:14:56.0304|DEBUG|OnDoc|
+2026-07-24 10:14:56.0304|DEBUG|OnDoc|
+2026-07-24 10:14:56.0642|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 10:14:56.0642|DEBUG|OnDoc|
+2026-07-24 10:14:56.0642|DEBUG|OnDoc|
+2026-07-24 10:14:56.0642|DEBUG|OnDoc|
+2026-07-24 10:14:56.0642|DEBUG|OnDoc|
+2026-07-24 10:14:56.0642|DEBUG|OnDoc|
+2026-07-24 10:14:56.0788|DEBUG|OnDoc|
+2026-07-24 10:14:56.0788|DEBUG|OnDoc|
+2026-07-24 10:14:56.0788|DEBUG|OnDoc|
+2026-07-24 10:14:56.0788|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:14:56.0924|DEBUG|OnDoc|Word2013
+2026-07-24 10:14:56.0924|DEBUG|OnDoc|Word2013
+2026-07-24 10:14:56.4077|DEBUG|OnDoc|
+2026-07-24 10:14:56.4077|DEBUG|OnDoc|
+2026-07-24 10:14:56.4429|DEBUG|OnDoc|Start GetUnterschriftAsBase64 TGNummer: Stefan Hutter lokal
+2026-07-24 10:14:56.4429|INFO|OnDoc|Unterschrift-Bezug: Stefan Hutter lokal
+2026-07-24 10:14:56.4879|DEBUG|OnDoc|
+2026-07-24 10:14:56.4879|DEBUG|OnDoc|
+2026-07-24 10:14:56.5186|DEBUG|OnDoc|Start GetUnterschriftAsBase64 TGNummer: TG0494
+2026-07-24 10:14:56.5186|INFO|OnDoc|Unterschrift-Bezug: TG0494
+2026-07-24 10:14:56.8497|DEBUG|OnDoc|Generate_Word
+2026-07-24 10:14:56.8610|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035214
+2026-07-24 10:14:56.8610|INFO|DocLog|Dokument über API erstellt
+2026-07-24 10:14:56.8610|INFO|APIDocLog|Dokument return to sender
+2026-07-24 10:14:56.8610|DEBUG|OnDoc|
+2026-07-24 10:14:56.8610|DEBUG|OnDoc|
+2026-07-24 10:14:56.8610|DEBUG|OnDoc|
+2026-07-24 10:14:56.8610|DEBUG|OnDoc|
+2026-07-24 10:14:56.8610|DEBUG|OnDoc|
+2026-07-24 10:14:56.8610|DEBUG|OnDoc|
+2026-07-24 10:15:04.8594|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:15:04.9631|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:15:04.9992|INFO|APIDocLog|Input JSON
+2026-07-24 10:15:11.4736|DEBUG|OnDoc|
+2026-07-24 10:15:11.5135|DEBUG|OnDoc|
+2026-07-24 10:15:11.5135|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:15:11.5135|DEBUG|OnDoc|
+2026-07-24 10:15:11.5135|DEBUG|OnDoc|
+2026-07-24 10:15:11.5135|DEBUG|OnDoc|
+2026-07-24 10:15:11.5135|DEBUG|OnDoc|
+2026-07-24 10:15:11.5135|DEBUG|OnDoc|
+2026-07-24 10:15:11.5135|DEBUG|OnDoc|
+2026-07-24 10:15:11.5135|DEBUG|OnDoc|
+2026-07-24 10:15:11.5135|DEBUG|OnDoc|
+2026-07-24 10:15:11.5135|DEBUG|OnDoc|
+2026-07-24 10:15:11.5135|DEBUG|OnDoc|
+2026-07-24 10:15:11.5135|DEBUG|OnDoc|
+2026-07-24 10:15:11.5135|DEBUG|OnDoc|
+2026-07-24 10:15:11.5135|DEBUG|OnDoc|
+2026-07-24 10:15:11.5310|DEBUG|OnDoc|
+2026-07-24 10:15:11.5310|DEBUG|OnDoc|
+2026-07-24 10:15:11.5682|ERROR|OnDoc|Die gespeicherte Prozedur "ondoc_sp_update_profilteam" wurde nicht gefunden.
+2026-07-24 10:15:11.5902|ERROR|APIDocLog|Error Verify
+2026-07-24 10:15:22.8560|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:15:22.9445|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:15:22.9754|INFO|APIDocLog|Input JSON
+2026-07-24 10:15:22.9754|DEBUG|OnDoc|
+2026-07-24 10:15:22.9754|DEBUG|OnDoc|
+2026-07-24 10:15:22.9754|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:15:22.9754|DEBUG|OnDoc|
+2026-07-24 10:15:22.9754|DEBUG|OnDoc|
+2026-07-24 10:15:22.9754|DEBUG|OnDoc|
+2026-07-24 10:15:22.9754|DEBUG|OnDoc|
+2026-07-24 10:15:22.9754|DEBUG|OnDoc|
+2026-07-24 10:15:22.9754|DEBUG|OnDoc|
+2026-07-24 10:15:22.9754|DEBUG|OnDoc|
+2026-07-24 10:15:22.9829|DEBUG|OnDoc|
+2026-07-24 10:15:22.9829|DEBUG|OnDoc|
+2026-07-24 10:15:22.9829|DEBUG|OnDoc|
+2026-07-24 10:15:22.9829|DEBUG|OnDoc|
+2026-07-24 10:15:22.9829|DEBUG|OnDoc|
+2026-07-24 10:15:22.9829|DEBUG|OnDoc|
+2026-07-24 10:15:22.9829|DEBUG|OnDoc|
+2026-07-24 10:15:22.9829|DEBUG|OnDoc|
+2026-07-24 10:15:23.0089|ERROR|OnDoc|Die gespeicherte Prozedur "ondoc_sp_update_profilteam" wurde nicht gefunden.
+2026-07-24 10:15:23.0292|ERROR|APIDocLog|Error Verify
+2026-07-24 10:15:23.6550|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 10:15:23.6550|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 10:15:23.6890|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 10:15:23.6890|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 10:15:32.9961|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:15:33.0936|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:15:33.1218|INFO|APIDocLog|Input JSON
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1248|DEBUG|OnDoc|
+2026-07-24 10:15:33.1563|ERROR|OnDoc|Die gespeicherte Prozedur "ondoc_sp_update_profilteam" wurde nicht gefunden.
+2026-07-24 10:15:33.1753|ERROR|APIDocLog|Error Verify
+2026-07-24 10:15:43.1690|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:15:43.2690|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:15:43.3013|INFO|APIDocLog|Input JSON
+2026-07-24 10:15:43.3013|DEBUG|OnDoc|
+2026-07-24 10:15:43.3013|DEBUG|OnDoc|
+2026-07-24 10:15:43.3013|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:15:43.3013|DEBUG|OnDoc|
+2026-07-24 10:15:43.3013|DEBUG|OnDoc|
+2026-07-24 10:15:43.3013|DEBUG|OnDoc|
+2026-07-24 10:15:43.3013|DEBUG|OnDoc|
+2026-07-24 10:15:43.3013|DEBUG|OnDoc|
+2026-07-24 10:15:43.3013|DEBUG|OnDoc|
+2026-07-24 10:15:43.3013|DEBUG|OnDoc|
+2026-07-24 10:15:43.3013|DEBUG|OnDoc|
+2026-07-24 10:15:43.3013|DEBUG|OnDoc|
+2026-07-24 10:15:43.3108|DEBUG|OnDoc|
+2026-07-24 10:15:43.3108|DEBUG|OnDoc|
+2026-07-24 10:15:43.3108|DEBUG|OnDoc|
+2026-07-24 10:15:43.3108|DEBUG|OnDoc|
+2026-07-24 10:15:43.3108|DEBUG|OnDoc|
+2026-07-24 10:15:43.3108|DEBUG|OnDoc|
+2026-07-24 10:15:43.3395|ERROR|OnDoc|Die gespeicherte Prozedur "ondoc_sp_update_profilteam" wurde nicht gefunden.
+2026-07-24 10:15:43.3611|ERROR|APIDocLog|Error Verify
+2026-07-24 10:15:45.2482|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 10:15:45.2482|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 10:15:45.2819|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 10:15:45.2819|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 10:16:11.2668|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:16:11.3495|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:16:11.3811|INFO|APIDocLog|Input JSON
+2026-07-24 10:16:11.3811|DEBUG|OnDoc|
+2026-07-24 10:16:11.3811|DEBUG|OnDoc|
+2026-07-24 10:16:11.3811|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:16:11.3811|DEBUG|OnDoc|
+2026-07-24 10:16:11.3811|DEBUG|OnDoc|
+2026-07-24 10:16:11.3811|DEBUG|OnDoc|
+2026-07-24 10:16:11.3886|DEBUG|OnDoc|
+2026-07-24 10:16:11.3886|DEBUG|OnDoc|
+2026-07-24 10:16:11.3886|DEBUG|OnDoc|
+2026-07-24 10:16:11.3886|DEBUG|OnDoc|
+2026-07-24 10:16:11.3886|DEBUG|OnDoc|
+2026-07-24 10:16:11.3886|DEBUG|OnDoc|
+2026-07-24 10:16:11.3886|DEBUG|OnDoc|
+2026-07-24 10:16:11.3886|DEBUG|OnDoc|
+2026-07-24 10:16:11.3886|DEBUG|OnDoc|
+2026-07-24 10:16:11.3886|DEBUG|OnDoc|
+2026-07-24 10:16:11.3886|DEBUG|OnDoc|
+2026-07-24 10:16:11.3886|DEBUG|OnDoc|
+2026-07-24 10:16:11.4160|ERROR|OnDoc|Die gespeicherte Prozedur "ondoc_sp_update_profilteam" wurde nicht gefunden.
+2026-07-24 10:16:11.4377|ERROR|APIDocLog|Error Verify
+2026-07-24 10:16:23.5113|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 10:16:23.5219|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 10:17:06.1653|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 10:17:06.2555|INFO|APIDocLog|Start CreateDoc
+2026-07-24 10:17:06.2865|INFO|APIDocLog|Input JSON
+2026-07-24 10:17:06.2865|DEBUG|OnDoc|
+2026-07-24 10:17:06.2865|DEBUG|OnDoc|
+2026-07-24 10:17:06.2865|DEBUG|OnDoc|Start GenDoc
+2026-07-24 10:17:06.2865|DEBUG|OnDoc|
+2026-07-24 10:17:06.2865|DEBUG|OnDoc|
+2026-07-24 10:17:06.2865|DEBUG|OnDoc|
+2026-07-24 10:17:06.2946|DEBUG|OnDoc|
+2026-07-24 10:17:06.2946|DEBUG|OnDoc|
+2026-07-24 10:17:06.2946|DEBUG|OnDoc|
+2026-07-24 10:17:06.2946|DEBUG|OnDoc|
+2026-07-24 10:17:06.2946|DEBUG|OnDoc|
+2026-07-24 10:17:06.2946|DEBUG|OnDoc|
+2026-07-24 10:17:06.2946|DEBUG|OnDoc|
+2026-07-24 10:17:06.2946|DEBUG|OnDoc|
+2026-07-24 10:17:06.2946|DEBUG|OnDoc|
+2026-07-24 10:17:06.2946|DEBUG|OnDoc|
+2026-07-24 10:17:06.2946|DEBUG|OnDoc|
+2026-07-24 10:17:06.2946|DEBUG|OnDoc|
+2026-07-24 10:17:06.3251|ERROR|OnDoc|Die gespeicherte Prozedur "ondoc_sp_update_profilteam" wurde nicht gefunden.
+2026-07-24 10:17:06.3467|ERROR|APIDocLog|Error Verify
+2026-07-24 11:35:49.7425|DEBUG|OnDoc|
+2026-07-24 11:35:49.8099|DEBUG|OnDoc|
+2026-07-24 11:35:49.8131|DEBUG|OnDoc|
+2026-07-24 11:35:49.8131|DEBUG|OnDoc|
+2026-07-24 11:37:03.1608|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 11:37:03.3564|INFO|APIDocLog|CreateDoks Start
+2026-07-24 11:37:03.3969|INFO|APIDocLog|Input Json
+2026-07-24 11:37:03.4069|DEBUG|OnDoc|Start GenDoc
+2026-07-24 11:37:03.4069|DEBUG|OnDoc|
+2026-07-24 11:37:03.4069|DEBUG|OnDoc|
+2026-07-24 11:37:03.4069|DEBUG|OnDoc|
+2026-07-24 11:37:03.4069|DEBUG|OnDoc|
+2026-07-24 11:37:03.4069|DEBUG|OnDoc|
+2026-07-24 11:37:03.4069|DEBUG|OnDoc|
+2026-07-24 11:37:03.4069|DEBUG|OnDoc|
+2026-07-24 11:37:03.4069|DEBUG|OnDoc|
+2026-07-24 11:37:03.4069|DEBUG|OnDoc|
+2026-07-24 11:37:03.4069|DEBUG|OnDoc|
+2026-07-24 11:37:03.4069|DEBUG|OnDoc|
+2026-07-24 11:37:03.4069|DEBUG|OnDoc|
+2026-07-24 11:37:03.4069|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4199|DEBUG|OnDoc|
+2026-07-24 11:37:03.4410|DEBUG|OnDoc|
+2026-07-24 11:37:03.4410|DEBUG|OnDoc|
+2026-07-24 11:37:03.4410|DEBUG|OnDoc|
+2026-07-24 11:37:03.4410|DEBUG|OnDoc|
+2026-07-24 11:37:03.4410|DEBUG|OnDoc|
+2026-07-24 11:37:03.4410|DEBUG|OnDoc|
+2026-07-24 11:37:03.4410|DEBUG|OnDoc|
+2026-07-24 11:37:03.4410|DEBUG|OnDoc|
+2026-07-24 11:37:03.4540|DEBUG|OnDoc|
+2026-07-24 11:37:03.4540|DEBUG|OnDoc|
+2026-07-24 11:37:03.4540|DEBUG|OnDoc|
+2026-07-24 11:37:03.4540|DEBUG|OnDoc|
+2026-07-24 11:37:03.4540|DEBUG|OnDoc|
+2026-07-24 11:37:03.4540|DEBUG|OnDoc|
+2026-07-24 11:37:03.4540|DEBUG|OnDoc|
+2026-07-24 11:37:03.4540|DEBUG|OnDoc|
+2026-07-24 11:37:03.4540|DEBUG|OnDoc|
+2026-07-24 11:37:03.4540|DEBUG|OnDoc|
+2026-07-24 11:37:03.4540|DEBUG|OnDoc|
+2026-07-24 11:37:03.4540|DEBUG|OnDoc|
+2026-07-24 11:37:03.5082|DEBUG|OnDoc|
+2026-07-24 11:37:03.5082|DEBUG|OnDoc|
+2026-07-24 11:37:03.5407|DEBUG|OnDoc|
+2026-07-24 11:37:03.5407|DEBUG|OnDoc|
+2026-07-24 11:37:03.5457|DEBUG|OnDoc|
+2026-07-24 11:37:03.5457|DEBUG|OnDoc|
+2026-07-24 11:37:03.5667|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 11:37:03.5667|DEBUG|OnDoc|
+2026-07-24 11:37:03.5817|DEBUG|OnDoc|
+2026-07-24 11:37:03.5817|DEBUG|OnDoc|
+2026-07-24 11:37:03.5817|DEBUG|OnDoc|
+2026-07-24 11:37:03.5817|DEBUG|OnDoc|
+2026-07-24 11:37:03.5942|DEBUG|OnDoc|
+2026-07-24 11:37:03.5942|DEBUG|OnDoc|
+2026-07-24 11:37:03.5942|DEBUG|OnDoc|
+2026-07-24 11:37:03.5942|DEBUG|OnDoc|Generate_Word
+2026-07-24 11:37:04.0742|DEBUG|OnDoc|Word2013
+2026-07-24 11:37:04.0839|DEBUG|OnDoc|Word2013
+2026-07-24 11:37:05.2005|DEBUG|OnDoc|Generate_Word
+2026-07-24 11:37:05.2315|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035222
+2026-07-24 11:37:05.2337|INFO|DocLog|Dokument über API erstellt
+2026-07-24 11:37:05.2337|INFO|APIDocLog|Dok erstellt
+2026-07-24 11:37:05.2337|DEBUG|OnDoc|
+2026-07-24 11:37:05.2337|DEBUG|OnDoc|
+2026-07-24 11:37:05.2337|DEBUG|OnDoc|
+2026-07-24 11:37:05.2337|DEBUG|OnDoc|
+2026-07-24 11:37:05.2337|DEBUG|OnDoc|
+2026-07-24 11:37:05.2337|DEBUG|OnDoc|
+2026-07-24 11:37:05.2337|DEBUG|OnDoc|
+2026-07-24 11:37:05.2337|DEBUG|OnDoc|
+2026-07-24 11:37:05.2337|DEBUG|OnDoc|
+2026-07-24 11:37:05.2337|DEBUG|OnDoc|
+2026-07-24 11:37:05.2337|DEBUG|OnDoc|
+2026-07-24 11:37:05.2337|DEBUG|OnDoc|
+2026-07-24 11:37:05.2337|DEBUG|OnDoc|
+2026-07-24 11:37:05.2337|DEBUG|OnDoc|
+2026-07-24 11:37:05.2477|DEBUG|OnDoc|
+2026-07-24 11:37:05.2477|DEBUG|OnDoc|
+2026-07-24 11:37:05.2477|DEBUG|OnDoc|
+2026-07-24 11:37:05.2477|DEBUG|OnDoc|
+2026-07-24 11:37:05.2477|DEBUG|OnDoc|
+2026-07-24 11:37:05.2477|DEBUG|OnDoc|
+2026-07-24 11:37:05.2663|DEBUG|OnDoc|
+2026-07-24 11:37:05.2663|DEBUG|OnDoc|
+2026-07-24 11:37:05.2812|DEBUG|OnDoc|
+2026-07-24 11:37:05.2812|DEBUG|OnDoc|
+2026-07-24 11:37:05.2812|DEBUG|OnDoc|
+2026-07-24 11:37:05.2812|DEBUG|OnDoc|
+2026-07-24 11:37:05.2988|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 11:37:05.2988|DEBUG|OnDoc|
+2026-07-24 11:37:05.2988|DEBUG|OnDoc|
+2026-07-24 11:37:05.3104|DEBUG|OnDoc|
+2026-07-24 11:37:05.3104|DEBUG|OnDoc|
+2026-07-24 11:37:05.3104|DEBUG|OnDoc|
+2026-07-24 11:37:05.3104|DEBUG|OnDoc|
+2026-07-24 11:37:05.3104|DEBUG|OnDoc|
+2026-07-24 11:37:05.3104|DEBUG|OnDoc|
+2026-07-24 11:37:05.3104|DEBUG|OnDoc|Generate_Word
+2026-07-24 11:37:05.3364|DEBUG|OnDoc|Word2013
+2026-07-24 11:37:05.3364|DEBUG|OnDoc|Word2013
+2026-07-24 11:37:05.6425|DEBUG|OnDoc|Generate_Word
+2026-07-24 11:37:05.6566|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035238
+2026-07-24 11:37:05.6566|INFO|DocLog|Dokument über API erstellt
+2026-07-24 11:37:05.6566|INFO|APIDocLog|Dok erstellt
+2026-07-24 11:37:05.6566|INFO|APIDocLog|Attachment angefügt
+2026-07-24 11:37:05.6566|DEBUG|OnDoc|
+2026-07-24 11:37:05.6566|DEBUG|OnDoc|
+2026-07-24 11:37:05.6714|DEBUG|OnDoc|
+2026-07-24 11:37:05.6977|DEBUG|OnDoc|
+2026-07-24 11:37:05.7017|DEBUG|OnDoc|
+2026-07-24 11:37:05.7017|DEBUG|OnDoc|
+2026-07-24 11:37:05.7017|DEBUG|OnDoc|
+2026-07-24 11:37:05.7017|DEBUG|OnDoc|
+2026-07-24 11:37:05.7017|DEBUG|OnDoc|
+2026-07-24 11:37:05.7017|DEBUG|OnDoc|
+2026-07-24 11:37:05.7017|DEBUG|OnDoc|
+2026-07-24 11:37:05.7398|DEBUG|OnDoc|
+2026-07-24 11:37:06.1290|DEBUG|OnDoc|
+2026-07-24 11:37:06.1442|DEBUG|OnDoc|
+2026-07-24 11:37:06.4534|DEBUG|OnDoc|
+2026-07-24 11:37:06.4665|DEBUG|OnDoc|
+2026-07-24 11:37:06.4665|DEBUG|OnDoc|
+2026-07-24 11:37:06.4949|DEBUG|OnDoc|
+2026-07-24 11:37:06.4979|DEBUG|OnDoc|
+2026-07-24 11:37:06.4979|DEBUG|OnDoc|
+2026-07-24 11:37:06.4979|DEBUG|OnDoc|
+2026-07-24 11:37:06.4979|DEBUG|OnDoc|
+2026-07-24 11:37:06.4979|DEBUG|OnDoc|
+2026-07-24 11:37:06.4979|DEBUG|OnDoc|
+2026-07-24 11:37:06.4979|DEBUG|OnDoc|
+2026-07-24 11:37:06.5350|DEBUG|OnDoc|
+2026-07-24 11:37:06.5806|DEBUG|OnDoc|
+2026-07-24 11:37:06.5806|DEBUG|OnDoc|
+2026-07-24 11:37:06.8245|DEBUG|OnDoc|
+2026-07-24 11:37:06.8441|DEBUG|OnDoc|
+2026-07-24 11:37:51.5292|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 11:37:51.5997|INFO|APIDocLog|CreateDoks Start
+2026-07-24 11:37:51.6268|INFO|APIDocLog|Input Json
+2026-07-24 11:37:51.6268|DEBUG|OnDoc|Start GenDoc
+2026-07-24 11:37:54.3451|DEBUG|OnDoc|
+2026-07-24 11:37:54.3451|DEBUG|OnDoc|
+2026-07-24 11:37:56.9916|DEBUG|OnDoc|
+2026-07-24 11:37:57.0016|DEBUG|OnDoc|
+2026-07-24 11:37:57.6475|DEBUG|OnDoc|
+2026-07-24 11:37:57.6575|DEBUG|OnDoc|
+2026-07-24 11:37:57.9662|DEBUG|OnDoc|
+2026-07-24 11:37:57.9767|DEBUG|OnDoc|
+2026-07-24 11:37:58.3889|DEBUG|OnDoc|
+2026-07-24 11:37:58.3889|DEBUG|OnDoc|
+2026-07-24 11:37:58.8826|DEBUG|OnDoc|
+2026-07-24 11:37:58.8936|DEBUG|OnDoc|
+2026-07-24 11:38:01.4323|DEBUG|OnDoc|
+2026-07-24 11:38:01.4809|DEBUG|OnDoc|
+2026-07-24 11:38:02.6064|DEBUG|OnDoc|
+2026-07-24 11:38:02.6164|DEBUG|OnDoc|
+2026-07-24 11:38:02.6164|DEBUG|OnDoc|
+2026-07-24 11:38:02.6410|ERROR|OnDoc|Die gespeicherte Prozedur "ondoc_sp_update_profilteam" wurde nicht gefunden.
+2026-07-24 11:38:05.7149|ERROR|APIDocLog|Profil TG0494 hat kein Team im Standardprofil oder kein Standardprofil
+2026-07-24 11:38:17.8693|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 11:38:17.9206|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 11:38:22.2886|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 11:38:22.3505|INFO|APIDocLog|CreateDoks Start
+2026-07-24 11:38:22.3732|INFO|APIDocLog|Input Json
+2026-07-24 11:38:22.3732|DEBUG|OnDoc|Start GenDoc
+2026-07-24 11:38:25.3040|DEBUG|OnDoc|
+2026-07-24 11:38:25.3184|DEBUG|OnDoc|
+2026-07-24 11:38:30.8645|DEBUG|OnDoc|
+2026-07-24 11:38:30.8998|DEBUG|OnDoc|
+2026-07-24 11:38:31.3308|DEBUG|OnDoc|
+2026-07-24 11:38:31.3308|DEBUG|OnDoc|
+2026-07-24 11:38:31.5353|DEBUG|OnDoc|
+2026-07-24 11:38:31.5448|DEBUG|OnDoc|
+2026-07-24 11:38:31.7718|DEBUG|OnDoc|
+2026-07-24 11:38:31.7803|DEBUG|OnDoc|
+2026-07-24 11:38:31.9968|DEBUG|OnDoc|
+2026-07-24 11:38:32.0066|DEBUG|OnDoc|
+2026-07-24 11:38:32.2199|DEBUG|OnDoc|
+2026-07-24 11:38:32.2199|DEBUG|OnDoc|
+2026-07-24 11:38:33.7644|DEBUG|OnDoc|
+2026-07-24 11:38:33.7644|DEBUG|OnDoc|
+2026-07-24 11:38:33.7644|DEBUG|OnDoc|
+2026-07-24 11:38:33.7875|ERROR|OnDoc|Die gespeicherte Prozedur "ondoc_sp_update_profilteam" wurde nicht gefunden.
+2026-07-24 11:38:37.7024|ERROR|APIDocLog|Profil TG0494 hat kein Team im Standardprofil oder kein Standardprofil
+2026-07-24 11:38:48.8227|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 11:38:48.8579|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 11:38:51.5753|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 11:38:51.6110|INFO|APIDocLog|CreateDoks Start
+2026-07-24 11:38:51.6361|INFO|APIDocLog|Input Json
+2026-07-24 11:38:51.6401|DEBUG|OnDoc|Start GenDoc
+2026-07-24 11:38:54.7074|DEBUG|OnDoc|
+2026-07-24 11:38:54.7452|DEBUG|OnDoc|
+2026-07-24 11:38:57.2247|DEBUG|OnDoc|
+2026-07-24 11:38:57.2334|DEBUG|OnDoc|
+2026-07-24 11:38:58.1840|DEBUG|OnDoc|
+2026-07-24 11:38:58.1934|DEBUG|OnDoc|
+2026-07-24 11:38:58.6884|DEBUG|OnDoc|
+2026-07-24 11:38:58.6884|DEBUG|OnDoc|
+2026-07-24 11:38:59.2279|DEBUG|OnDoc|
+2026-07-24 11:38:59.2387|DEBUG|OnDoc|
+2026-07-24 11:38:59.7944|DEBUG|OnDoc|
+2026-07-24 11:38:59.8060|DEBUG|OnDoc|
+2026-07-24 11:39:00.3125|DEBUG|OnDoc|
+2026-07-24 11:39:00.3125|DEBUG|OnDoc|
+2026-07-24 11:39:07.4091|DEBUG|OnDoc|
+2026-07-24 11:39:07.4461|DEBUG|OnDoc|
+2026-07-24 11:39:07.4541|DEBUG|OnDoc|
+2026-07-24 11:39:07.4665|ERROR|OnDoc|Die gespeicherte Prozedur "ondoc_sp_update_profilteam" wurde nicht gefunden.
+2026-07-24 11:39:15.2077|ERROR|APIDocLog|Profil TG0494 hat kein Team im Standardprofil oder kein Standardprofil
+2026-07-24 11:39:27.2980|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 11:39:27.3339|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 11:39:52.1582|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 11:39:52.2247|INFO|APIDocLog|CreateDoks Start
+2026-07-24 11:39:52.2440|INFO|APIDocLog|Input Json
+2026-07-24 11:39:52.2440|DEBUG|OnDoc|Start GenDoc
+2026-07-24 11:40:02.0985|DEBUG|OnDoc|
+2026-07-24 11:40:02.1791|DEBUG|OnDoc|
+2026-07-24 11:40:02.7388|DEBUG|OnDoc|
+2026-07-24 11:40:02.7484|DEBUG|OnDoc|
+2026-07-24 11:40:02.9920|DEBUG|OnDoc|
+2026-07-24 11:40:03.0020|DEBUG|OnDoc|
+2026-07-24 11:40:03.2240|DEBUG|OnDoc|
+2026-07-24 11:40:03.2351|DEBUG|OnDoc|
+2026-07-24 11:40:03.4564|DEBUG|OnDoc|
+2026-07-24 11:40:03.4685|DEBUG|OnDoc|
+2026-07-24 11:40:03.6585|DEBUG|OnDoc|
+2026-07-24 11:40:03.6585|DEBUG|OnDoc|
+2026-07-24 11:40:05.0956|DEBUG|OnDoc|
+2026-07-24 11:40:05.0956|DEBUG|OnDoc|
+2026-07-24 11:40:08.2741|DEBUG|OnDoc|
+2026-07-24 11:40:08.3135|DEBUG|OnDoc|
+2026-07-24 11:40:08.3135|DEBUG|OnDoc|
+2026-07-24 11:40:08.3135|DEBUG|OnDoc|
+2026-07-24 11:40:09.3406|DEBUG|OnDoc|
+2026-07-24 11:40:09.3502|DEBUG|OnDoc|
+2026-07-24 11:40:09.3502|DEBUG|OnDoc|
+2026-07-24 11:40:09.3502|DEBUG|OnDoc|
+2026-07-24 11:40:09.3502|DEBUG|OnDoc|
+2026-07-24 11:40:09.3502|DEBUG|OnDoc|
+2026-07-24 11:40:09.3502|DEBUG|OnDoc|
+2026-07-24 11:40:09.3502|DEBUG|OnDoc|
+2026-07-24 11:40:09.3502|DEBUG|OnDoc|
+2026-07-24 11:40:09.3502|DEBUG|OnDoc|
+2026-07-24 11:40:09.3502|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3572|DEBUG|OnDoc|
+2026-07-24 11:40:09.3843|DEBUG|OnDoc|
+2026-07-24 11:40:09.3843|DEBUG|OnDoc|
+2026-07-24 11:40:09.3983|DEBUG|OnDoc|
+2026-07-24 11:40:09.3983|DEBUG|OnDoc|
+2026-07-24 11:40:09.3983|DEBUG|OnDoc|
+2026-07-24 11:40:09.3983|DEBUG|OnDoc|
+2026-07-24 11:40:09.4124|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 11:40:09.4124|DEBUG|OnDoc|
+2026-07-24 11:40:09.4234|DEBUG|OnDoc|
+2026-07-24 11:40:09.4234|DEBUG|OnDoc|
+2026-07-24 11:40:09.4234|DEBUG|OnDoc|
+2026-07-24 11:40:09.4234|DEBUG|OnDoc|
+2026-07-24 11:40:09.4234|DEBUG|OnDoc|
+2026-07-24 11:40:09.4360|DEBUG|OnDoc|
+2026-07-24 11:40:09.4360|DEBUG|OnDoc|
+2026-07-24 11:40:09.4360|DEBUG|OnDoc|Generate_Word
+2026-07-24 11:40:09.4524|DEBUG|OnDoc|Word2013
+2026-07-24 11:40:09.4524|DEBUG|OnDoc|Word2013
+2026-07-24 11:40:09.7398|DEBUG|OnDoc|Generate_Word
+2026-07-24 11:40:09.7555|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035243
+2026-07-24 11:40:09.7555|INFO|DocLog|Dokument über API erstellt
+2026-07-24 11:40:09.7555|INFO|APIDocLog|Dok erstellt
+2026-07-24 11:40:09.7555|DEBUG|OnDoc|
+2026-07-24 11:40:09.7555|DEBUG|OnDoc|
+2026-07-24 11:40:09.7555|DEBUG|OnDoc|
+2026-07-24 11:40:09.7555|DEBUG|OnDoc|
+2026-07-24 11:40:09.7635|DEBUG|OnDoc|
+2026-07-24 11:40:09.7635|DEBUG|OnDoc|
+2026-07-24 11:40:09.7635|DEBUG|OnDoc|
+2026-07-24 11:40:09.7635|DEBUG|OnDoc|
+2026-07-24 11:40:09.7635|DEBUG|OnDoc|
+2026-07-24 11:40:09.7635|DEBUG|OnDoc|
+2026-07-24 11:40:09.7635|DEBUG|OnDoc|
+2026-07-24 11:40:09.7635|DEBUG|OnDoc|
+2026-07-24 11:40:09.7635|DEBUG|OnDoc|
+2026-07-24 11:40:09.7635|DEBUG|OnDoc|
+2026-07-24 11:40:09.7635|DEBUG|OnDoc|
+2026-07-24 11:40:09.7635|DEBUG|OnDoc|
+2026-07-24 11:40:09.7635|DEBUG|OnDoc|
+2026-07-24 11:40:09.7635|DEBUG|OnDoc|
+2026-07-24 11:40:09.7635|DEBUG|OnDoc|
+2026-07-24 11:40:09.7790|DEBUG|OnDoc|
+2026-07-24 11:40:09.7790|DEBUG|OnDoc|
+2026-07-24 11:40:09.7969|DEBUG|OnDoc|
+2026-07-24 11:40:09.8117|DEBUG|OnDoc|
+2026-07-24 11:40:09.8117|DEBUG|OnDoc|
+2026-07-24 11:40:09.8117|DEBUG|OnDoc|
+2026-07-24 11:40:09.8117|DEBUG|OnDoc|
+2026-07-24 11:40:09.8310|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 11:40:09.8310|DEBUG|OnDoc|
+2026-07-24 11:40:09.8445|DEBUG|OnDoc|
+2026-07-24 11:40:09.8445|DEBUG|OnDoc|
+2026-07-24 11:40:09.8445|DEBUG|OnDoc|
+2026-07-24 11:40:09.8445|DEBUG|OnDoc|
+2026-07-24 11:40:09.8597|DEBUG|OnDoc|
+2026-07-24 11:40:09.8597|DEBUG|OnDoc|
+2026-07-24 11:40:09.8597|DEBUG|OnDoc|
+2026-07-24 11:40:09.8597|DEBUG|OnDoc|Generate_Word
+2026-07-24 11:40:09.8802|DEBUG|OnDoc|Word2013
+2026-07-24 11:40:09.8802|DEBUG|OnDoc|Word2013
+2026-07-24 11:40:10.1700|DEBUG|OnDoc|Generate_Word
+2026-07-24 11:40:10.1700|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035259
+2026-07-24 11:40:10.1700|INFO|DocLog|Dokument über API erstellt
+2026-07-24 11:40:10.1859|INFO|APIDocLog|Dok erstellt
+2026-07-24 11:40:10.1859|INFO|APIDocLog|Attachment angefügt
+2026-07-24 11:40:10.1859|DEBUG|OnDoc|
+2026-07-24 11:40:10.1859|DEBUG|OnDoc|
+2026-07-24 11:40:10.1859|DEBUG|OnDoc|
+2026-07-24 11:40:10.2227|DEBUG|OnDoc|
+2026-07-24 11:40:10.2227|DEBUG|OnDoc|
+2026-07-24 11:40:10.2227|DEBUG|OnDoc|
+2026-07-24 11:40:10.2227|DEBUG|OnDoc|
+2026-07-24 11:40:10.2227|DEBUG|OnDoc|
+2026-07-24 11:40:10.2227|DEBUG|OnDoc|
+2026-07-24 11:40:10.2227|DEBUG|OnDoc|
+2026-07-24 11:40:10.2227|DEBUG|OnDoc|
+2026-07-24 11:40:10.2596|DEBUG|OnDoc|
+2026-07-24 11:40:10.3082|DEBUG|OnDoc|
+2026-07-24 11:40:10.3128|DEBUG|OnDoc|
+2026-07-24 11:40:10.3839|DEBUG|OnDoc|
+2026-07-24 11:40:10.3959|DEBUG|OnDoc|
+2026-07-24 11:40:10.3959|DEBUG|OnDoc|
+2026-07-24 11:40:10.4232|DEBUG|OnDoc|
+2026-07-24 11:40:10.4232|DEBUG|OnDoc|
+2026-07-24 11:40:10.4232|DEBUG|OnDoc|
+2026-07-24 11:40:10.4232|DEBUG|OnDoc|
+2026-07-24 11:40:10.4232|DEBUG|OnDoc|
+2026-07-24 11:40:10.4232|DEBUG|OnDoc|
+2026-07-24 11:40:10.4232|DEBUG|OnDoc|
+2026-07-24 11:40:10.4232|DEBUG|OnDoc|
+2026-07-24 11:40:10.4588|DEBUG|OnDoc|
+2026-07-24 11:40:10.5297|DEBUG|OnDoc|
+2026-07-24 11:40:10.5297|DEBUG|OnDoc|
+2026-07-24 11:40:10.7491|DEBUG|OnDoc|
+2026-07-24 11:40:10.7491|DEBUG|OnDoc|
+2026-07-24 11:44:08.1481|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 11:44:08.2050|INFO|APIDocLog|CreateDoks Start
+2026-07-24 11:44:08.2250|INFO|APIDocLog|Input Json
+2026-07-24 11:44:08.2250|DEBUG|OnDoc|Start GenDoc
+2026-07-24 11:44:08.2250|DEBUG|OnDoc|
+2026-07-24 11:44:08.2334|DEBUG|OnDoc|
+2026-07-24 11:44:08.2334|DEBUG|OnDoc|
+2026-07-24 11:44:08.2334|DEBUG|OnDoc|
+2026-07-24 11:44:08.2334|DEBUG|OnDoc|
+2026-07-24 11:44:08.2334|DEBUG|OnDoc|
+2026-07-24 11:44:08.2334|DEBUG|OnDoc|
+2026-07-24 11:44:08.2334|DEBUG|OnDoc|
+2026-07-24 11:44:08.2334|DEBUG|OnDoc|
+2026-07-24 11:44:08.2334|DEBUG|OnDoc|
+2026-07-24 11:44:08.2334|DEBUG|OnDoc|
+2026-07-24 11:44:08.2334|DEBUG|OnDoc|
+2026-07-24 11:44:08.2334|DEBUG|OnDoc|
+2026-07-24 11:44:08.2334|DEBUG|OnDoc|
+2026-07-24 11:44:08.2334|DEBUG|OnDoc|
+2026-07-24 11:44:08.2334|DEBUG|OnDoc|
+2026-07-24 11:44:30.1284|DEBUG|OnDoc|
+2026-07-24 11:44:30.2868|ERROR|OnDoc|Die gespeicherte Prozedur "ondoc_sp_update_profilteam" wurde nicht gefunden.
+2026-07-24 11:44:30.3059|ERROR|APIDocLog|Profil TG0494 hat kein Team im Standardprofil oder kein Standardprofil
+2026-07-24 11:44:42.3580|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 11:44:42.3580|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 11:44:59.9504|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 11:45:00.0223|INFO|APIDocLog|CreateDoks Start
+2026-07-24 11:45:00.0558|INFO|APIDocLog|Input Json
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|Start GenDoc
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:00.0603|DEBUG|OnDoc|
+2026-07-24 11:45:05.4781|DEBUG|OnDoc|
+2026-07-24 11:45:05.5258|ERROR|OnDoc|Die gespeicherte Prozedur "ondoc_sp_update_profilteam" wurde nicht gefunden.
+2026-07-24 11:45:20.2460|ERROR|APIDocLog|Profil TG0494 hat kein Team im Standardprofil oder kein Standardprofil
+2026-07-24 11:45:32.3463|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 11:45:32.3806|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 11:48:06.1425|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 11:48:06.2020|INFO|APIDocLog|CreateDoks Start
+2026-07-24 11:48:06.2353|INFO|APIDocLog|Input Json
+2026-07-24 11:48:06.2353|DEBUG|OnDoc|Start GenDoc
+2026-07-24 11:48:06.2353|DEBUG|OnDoc|
+2026-07-24 11:48:06.2353|DEBUG|OnDoc|
+2026-07-24 11:48:06.2353|DEBUG|OnDoc|
+2026-07-24 11:48:06.2353|DEBUG|OnDoc|
+2026-07-24 11:48:06.2353|DEBUG|OnDoc|
+2026-07-24 11:48:06.2353|DEBUG|OnDoc|
+2026-07-24 11:48:06.2486|DEBUG|OnDoc|
+2026-07-24 11:48:06.2486|DEBUG|OnDoc|
+2026-07-24 11:48:06.2486|DEBUG|OnDoc|
+2026-07-24 11:48:06.2486|DEBUG|OnDoc|
+2026-07-24 11:48:06.2486|DEBUG|OnDoc|
+2026-07-24 11:48:06.2486|DEBUG|OnDoc|
+2026-07-24 11:48:06.2486|DEBUG|OnDoc|
+2026-07-24 11:48:06.2486|DEBUG|OnDoc|
+2026-07-24 11:48:06.2486|DEBUG|OnDoc|
+2026-07-24 11:48:06.2486|DEBUG|OnDoc|
+2026-07-24 11:48:15.7595|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:15.7960|DEBUG|OnDoc|
+2026-07-24 11:48:16.6689|DEBUG|OnDoc|
+2026-07-24 11:48:16.6783|DEBUG|OnDoc|
+2026-07-24 11:48:16.6783|DEBUG|OnDoc|
+2026-07-24 11:48:16.6783|DEBUG|OnDoc|
+2026-07-24 11:48:16.6783|DEBUG|OnDoc|
+2026-07-24 11:48:16.6783|DEBUG|OnDoc|
+2026-07-24 11:48:16.6783|DEBUG|OnDoc|
+2026-07-24 11:48:16.6783|DEBUG|OnDoc|
+2026-07-24 11:48:16.6783|DEBUG|OnDoc|
+2026-07-24 11:48:16.6783|DEBUG|OnDoc|
+2026-07-24 11:48:16.6783|DEBUG|OnDoc|
+2026-07-24 11:48:16.6853|DEBUG|OnDoc|
+2026-07-24 11:48:16.6853|DEBUG|OnDoc|
+2026-07-24 11:48:16.6853|DEBUG|OnDoc|
+2026-07-24 11:48:16.6853|DEBUG|OnDoc|
+2026-07-24 11:48:16.6853|DEBUG|OnDoc|
+2026-07-24 11:48:16.6853|DEBUG|OnDoc|
+2026-07-24 11:48:16.6853|DEBUG|OnDoc|
+2026-07-24 11:48:16.6853|DEBUG|OnDoc|
+2026-07-24 11:48:16.6853|DEBUG|OnDoc|
+2026-07-24 11:48:16.6853|DEBUG|OnDoc|
+2026-07-24 11:48:16.6853|DEBUG|OnDoc|
+2026-07-24 11:48:16.7032|DEBUG|OnDoc|
+2026-07-24 11:48:16.7032|DEBUG|OnDoc|
+2026-07-24 11:48:16.7182|DEBUG|OnDoc|
+2026-07-24 11:48:16.7182|DEBUG|OnDoc|
+2026-07-24 11:48:16.7182|DEBUG|OnDoc|
+2026-07-24 11:48:16.7182|DEBUG|OnDoc|
+2026-07-24 11:48:16.7348|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 11:48:16.7348|DEBUG|OnDoc|
+2026-07-24 11:48:16.7479|DEBUG|OnDoc|
+2026-07-24 11:48:16.7479|DEBUG|OnDoc|
+2026-07-24 11:48:16.7479|DEBUG|OnDoc|
+2026-07-24 11:48:16.7479|DEBUG|OnDoc|
+2026-07-24 11:48:16.7479|DEBUG|OnDoc|
+2026-07-24 11:48:16.7479|DEBUG|OnDoc|
+2026-07-24 11:48:16.7672|DEBUG|OnDoc|
+2026-07-24 11:48:16.7672|DEBUG|OnDoc|Generate_Word
+2026-07-24 11:48:16.7672|DEBUG|OnDoc|Word2013
+2026-07-24 11:48:16.7672|DEBUG|OnDoc|Word2013
+2026-07-24 11:48:17.0514|DEBUG|OnDoc|Generate_Word
+2026-07-24 11:48:17.0634|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035267
+2026-07-24 11:48:17.0634|INFO|DocLog|Dokument über API erstellt
+2026-07-24 11:48:17.0634|INFO|APIDocLog|Dok erstellt
+2026-07-24 11:48:17.0634|DEBUG|OnDoc|
+2026-07-24 11:48:17.0634|DEBUG|OnDoc|
+2026-07-24 11:48:17.0634|DEBUG|OnDoc|
+2026-07-24 11:48:17.0634|DEBUG|OnDoc|
+2026-07-24 11:48:17.0634|DEBUG|OnDoc|
+2026-07-24 11:48:17.0634|DEBUG|OnDoc|
+2026-07-24 11:48:17.0634|DEBUG|OnDoc|
+2026-07-24 11:48:17.0634|DEBUG|OnDoc|
+2026-07-24 11:48:17.0634|DEBUG|OnDoc|
+2026-07-24 11:48:17.0634|DEBUG|OnDoc|
+2026-07-24 11:48:17.0764|DEBUG|OnDoc|
+2026-07-24 11:48:17.0764|DEBUG|OnDoc|
+2026-07-24 11:48:17.0764|DEBUG|OnDoc|
+2026-07-24 11:48:17.0764|DEBUG|OnDoc|
+2026-07-24 11:48:17.0764|DEBUG|OnDoc|
+2026-07-24 11:48:17.0764|DEBUG|OnDoc|
+2026-07-24 11:48:17.0764|DEBUG|OnDoc|
+2026-07-24 11:48:17.0764|DEBUG|OnDoc|
+2026-07-24 11:48:17.0764|DEBUG|OnDoc|
+2026-07-24 11:48:17.0764|DEBUG|OnDoc|
+2026-07-24 11:48:17.0923|DEBUG|OnDoc|
+2026-07-24 11:48:17.0923|DEBUG|OnDoc|
+2026-07-24 11:48:17.1078|DEBUG|OnDoc|
+2026-07-24 11:48:17.1078|DEBUG|OnDoc|
+2026-07-24 11:48:17.1078|DEBUG|OnDoc|
+2026-07-24 11:48:17.1078|DEBUG|OnDoc|
+2026-07-24 11:48:17.1078|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 11:48:17.1243|DEBUG|OnDoc|
+2026-07-24 11:48:17.1243|DEBUG|OnDoc|
+2026-07-24 11:48:17.1243|DEBUG|OnDoc|
+2026-07-24 11:48:17.1243|DEBUG|OnDoc|
+2026-07-24 11:48:17.1243|DEBUG|OnDoc|
+2026-07-24 11:48:17.1243|DEBUG|OnDoc|
+2026-07-24 11:48:17.1390|DEBUG|OnDoc|
+2026-07-24 11:48:17.1390|DEBUG|OnDoc|
+2026-07-24 11:48:17.1390|DEBUG|OnDoc|Generate_Word
+2026-07-24 11:48:17.1390|DEBUG|OnDoc|Word2013
+2026-07-24 11:48:17.1390|DEBUG|OnDoc|Word2013
+2026-07-24 11:48:17.4262|DEBUG|OnDoc|Generate_Word
+2026-07-24 11:48:17.4386|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035275
+2026-07-24 11:48:17.4386|INFO|DocLog|Dokument über API erstellt
+2026-07-24 11:48:17.4386|INFO|APIDocLog|Dok erstellt
+2026-07-24 11:48:17.4386|DEBUG|OnDoc|
+2026-07-24 11:48:17.4386|DEBUG|OnDoc|
+2026-07-24 11:48:17.4386|DEBUG|OnDoc|
+2026-07-24 11:48:17.4742|DEBUG|OnDoc|
+2026-07-24 11:48:17.4742|DEBUG|OnDoc|
+2026-07-24 11:48:17.4742|DEBUG|OnDoc|
+2026-07-24 11:48:17.4742|DEBUG|OnDoc|
+2026-07-24 11:48:17.4742|DEBUG|OnDoc|
+2026-07-24 11:48:17.4827|DEBUG|OnDoc|
+2026-07-24 11:48:17.4827|DEBUG|OnDoc|
+2026-07-24 11:48:17.4827|DEBUG|OnDoc|
+2026-07-24 11:48:17.5078|DEBUG|OnDoc|
+2026-07-24 11:48:17.5494|DEBUG|OnDoc|
+2026-07-24 11:48:17.5494|DEBUG|OnDoc|
+2026-07-24 11:48:17.6250|DEBUG|OnDoc|
+2026-07-24 11:48:17.6250|DEBUG|OnDoc|
+2026-07-24 11:48:17.6391|DEBUG|OnDoc|
+2026-07-24 11:48:17.6665|DEBUG|OnDoc|
+2026-07-24 11:48:17.6665|DEBUG|OnDoc|
+2026-07-24 11:48:17.6709|DEBUG|OnDoc|
+2026-07-24 11:48:17.6709|DEBUG|OnDoc|
+2026-07-24 11:48:17.6709|DEBUG|OnDoc|
+2026-07-24 11:48:17.6709|DEBUG|OnDoc|
+2026-07-24 11:48:17.6709|DEBUG|OnDoc|
+2026-07-24 11:48:17.6709|DEBUG|OnDoc|
+2026-07-24 11:48:17.7041|DEBUG|OnDoc|
+2026-07-24 11:48:17.7471|DEBUG|OnDoc|
+2026-07-24 11:48:17.7511|DEBUG|OnDoc|
+2026-07-24 11:48:17.9677|DEBUG|OnDoc|
+2026-07-24 11:48:17.9677|DEBUG|OnDoc|
+2026-07-24 12:34:22.6029|DEBUG|OnDoc|
+2026-07-24 12:34:22.6940|DEBUG|OnDoc|
+2026-07-24 12:34:22.6940|DEBUG|OnDoc|
+2026-07-24 12:34:22.6940|DEBUG|OnDoc|
+2026-07-24 12:45:31.0387|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 12:45:31.3009|INFO|APIDocLog|CreateDoks Start
+2026-07-24 12:45:31.3645|INFO|APIDocLog|Input Json
+2026-07-24 12:45:31.3645|DEBUG|OnDoc|Start GenDoc
+2026-07-24 12:45:31.3731|DEBUG|OnDoc|
+2026-07-24 12:45:31.3731|DEBUG|OnDoc|
+2026-07-24 12:45:31.3731|ERROR|APIDocLog|PartnerNr 29668977 ist ungültig
+2026-07-24 12:45:43.5130|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 12:45:43.5457|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 12:46:08.5680|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 12:46:08.6641|INFO|APIDocLog|CreateDoks Start
+2026-07-24 12:46:08.7041|INFO|APIDocLog|Input Json
+2026-07-24 12:46:08.7041|DEBUG|OnDoc|Start GenDoc
+2026-07-24 12:46:08.7041|DEBUG|OnDoc|
+2026-07-24 12:46:08.7041|DEBUG|OnDoc|
+2026-07-24 12:46:08.7041|DEBUG|OnDoc|
+2026-07-24 12:46:08.7041|DEBUG|OnDoc|
+2026-07-24 12:46:08.7041|DEBUG|OnDoc|
+2026-07-24 12:46:08.7041|DEBUG|OnDoc|
+2026-07-24 12:46:08.7041|ERROR|APIDocLog|TGNr-Ersteller TG2368 ist ungültig
+2026-07-24 12:46:20.7816|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 12:46:20.8176|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 12:46:46.5451|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 12:46:46.6417|INFO|APIDocLog|CreateDoks Start
+2026-07-24 12:46:46.6790|INFO|APIDocLog|Input Json
+2026-07-24 12:46:46.6790|DEBUG|OnDoc|Start GenDoc
+2026-07-24 12:46:46.6790|DEBUG|OnDoc|
+2026-07-24 12:46:46.6790|DEBUG|OnDoc|
+2026-07-24 12:46:46.6790|DEBUG|OnDoc|
+2026-07-24 12:46:46.6790|DEBUG|OnDoc|
+2026-07-24 12:46:46.6790|DEBUG|OnDoc|
+2026-07-24 12:46:46.6790|DEBUG|OnDoc|
+2026-07-24 12:46:46.6855|DEBUG|OnDoc|
+2026-07-24 12:46:46.6855|DEBUG|OnDoc|
+2026-07-24 12:47:04.5951|ERROR|APIDocLog|Profil hat kein Team im Standardprofil oder kein Standardprofil
+2026-07-24 12:47:16.6914|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 12:47:16.7270|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 12:47:26.2457|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 12:47:26.3243|INFO|APIDocLog|CreateDoks Start
+2026-07-24 12:47:26.3654|INFO|APIDocLog|Input Json
+2026-07-24 12:47:26.3654|DEBUG|OnDoc|Start GenDoc
+2026-07-24 12:47:26.3654|DEBUG|OnDoc|
+2026-07-24 12:47:26.3654|DEBUG|OnDoc|
+2026-07-24 12:47:26.3654|DEBUG|OnDoc|
+2026-07-24 12:47:26.3654|DEBUG|OnDoc|
+2026-07-24 12:47:26.3654|DEBUG|OnDoc|
+2026-07-24 12:47:26.3654|DEBUG|OnDoc|
+2026-07-24 12:47:26.3654|DEBUG|OnDoc|
+2026-07-24 12:47:26.3731|DEBUG|OnDoc|
+2026-07-24 12:47:45.1436|ERROR|APIDocLog|Profil hat kein Team im Standardprofil oder kein Standardprofil
+2026-07-24 12:47:57.2747|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 12:47:57.3096|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 13:01:14.9688|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 13:01:15.0768|INFO|APIDocLog|CreateDoks Start
+2026-07-24 13:01:15.1364|INFO|APIDocLog|Input Json
+2026-07-24 13:01:15.1399|DEBUG|OnDoc|Start GenDoc
+2026-07-24 13:01:15.1399|DEBUG|OnDoc|
+2026-07-24 13:01:15.1399|DEBUG|OnDoc|
+2026-07-24 13:01:15.1399|DEBUG|OnDoc|
+2026-07-24 13:01:15.1399|DEBUG|OnDoc|
+2026-07-24 13:01:15.1399|DEBUG|OnDoc|
+2026-07-24 13:01:15.1399|DEBUG|OnDoc|
+2026-07-24 13:01:15.1399|DEBUG|OnDoc|
+2026-07-24 13:01:15.1399|DEBUG|OnDoc|
+2026-07-24 13:02:36.2024|ERROR|APIDocLog|Profil hat kein Team im Standardprofil oder kein Standardprofil
+2026-07-24 13:02:40.9080|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 13:02:40.9830|INFO|APIDocLog|CreateDoks Start
+2026-07-24 13:02:41.0227|INFO|APIDocLog|Input Json
+2026-07-24 13:02:41.0227|DEBUG|OnDoc|Start GenDoc
+2026-07-24 13:02:46.9193|DEBUG|OnDoc|
+2026-07-24 13:02:46.9557|DEBUG|OnDoc|
+2026-07-24 13:02:46.9557|DEBUG|OnDoc|
+2026-07-24 13:02:46.9557|DEBUG|OnDoc|
+2026-07-24 13:02:46.9557|DEBUG|OnDoc|
+2026-07-24 13:02:46.9557|DEBUG|OnDoc|
+2026-07-24 13:02:46.9557|DEBUG|OnDoc|
+2026-07-24 13:02:46.9557|DEBUG|OnDoc|
+2026-07-24 13:02:47.6533|ERROR|APIDocLog|Profil hat kein Team im Standardprofil oder kein Standardprofil
+2026-07-24 13:02:48.3144|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 13:02:48.3144|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 13:02:48.3529|DEBUG|OnDoc|Mail Versand NOK: Fehler beim Senden von Mail.
+2026-07-24 13:02:48.3529|DEBUG|OnDoc|Mail Versand NOK - Exception Inner: System.Net.WebException: Der Remotename konnte nicht aufgelöst werden: 'smtp.tgcorp.ch'
+ bei System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
+ bei System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asyncCallback)
+ bei System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
+ bei System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
+ bei System.Net.Mail.SmtpClient.GetConnection()
+ bei System.Net.Mail.SmtpClient.Send(MailMessage message)
+2026-07-24 13:03:29.3719|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 13:03:29.4619|INFO|APIDocLog|CreateDoks Start
+2026-07-24 13:03:29.4993|INFO|APIDocLog|Input Json
+2026-07-24 13:03:29.4993|DEBUG|OnDoc|Start GenDoc
+2026-07-24 13:03:31.8199|DEBUG|OnDoc|
+2026-07-24 13:03:31.8297|DEBUG|OnDoc|
+2026-07-24 13:03:35.5964|DEBUG|OnDoc|
+2026-07-24 13:03:35.6327|DEBUG|OnDoc|
+2026-07-24 13:03:36.0423|DEBUG|OnDoc|
+2026-07-24 13:03:36.0523|DEBUG|OnDoc|
+2026-07-24 13:03:36.6538|DEBUG|OnDoc|
+2026-07-24 13:03:36.6636|DEBUG|OnDoc|
+2026-07-24 13:03:36.6636|DEBUG|OnDoc|
+2026-07-24 13:03:36.6636|DEBUG|OnDoc|
+2026-07-24 13:03:36.6636|DEBUG|OnDoc|
+2026-07-24 13:03:36.6636|DEBUG|OnDoc|
+2026-07-24 13:03:40.0354|DEBUG|OnDoc|
+2026-07-24 13:03:40.0758|DEBUG|OnDoc|
+2026-07-24 13:03:40.0758|DEBUG|OnDoc|
+2026-07-24 13:03:40.0758|DEBUG|OnDoc|
+2026-07-24 13:03:41.9010|DEBUG|OnDoc|
+2026-07-24 13:03:41.9112|DEBUG|OnDoc|
+2026-07-24 13:03:41.9112|DEBUG|OnDoc|
+2026-07-24 13:03:41.9112|DEBUG|OnDoc|
+2026-07-24 13:03:41.9112|DEBUG|OnDoc|
+2026-07-24 13:03:41.9112|DEBUG|OnDoc|
+2026-07-24 13:03:41.9112|DEBUG|OnDoc|
+2026-07-24 13:03:41.9112|DEBUG|OnDoc|
+2026-07-24 13:03:41.9112|DEBUG|OnDoc|
+2026-07-24 13:03:41.9112|DEBUG|OnDoc|
+2026-07-24 13:03:41.9112|DEBUG|OnDoc|
+2026-07-24 13:03:41.9202|DEBUG|OnDoc|
+2026-07-24 13:03:43.3403|DEBUG|OnDoc|
+2026-07-24 13:03:43.3603|DEBUG|OnDoc|
+2026-07-24 13:03:43.4679|DEBUG|OnDoc|
+2026-07-24 13:03:43.5122|DEBUG|OnDoc|
+2026-07-24 13:03:43.5147|DEBUG|OnDoc|
+2026-07-24 13:03:43.5147|DEBUG|OnDoc|
+2026-07-24 13:03:43.5147|DEBUG|OnDoc|
+2026-07-24 13:03:43.5147|DEBUG|OnDoc|
+2026-07-24 13:03:43.5147|DEBUG|OnDoc|
+2026-07-24 13:03:43.5147|DEBUG|OnDoc|
+2026-07-24 13:03:43.5147|DEBUG|OnDoc|
+2026-07-24 13:03:43.5298|DEBUG|OnDoc|
+2026-07-24 13:03:43.5298|DEBUG|OnDoc|
+2026-07-24 13:03:43.5298|DEBUG|OnDoc|
+2026-07-24 13:03:43.5298|DEBUG|OnDoc|
+2026-07-24 13:03:43.5298|DEBUG|OnDoc|
+2026-07-24 13:03:43.5298|DEBUG|OnDoc|
+2026-07-24 13:03:43.5298|DEBUG|OnDoc|
+2026-07-24 13:03:43.5298|DEBUG|OnDoc|
+2026-07-24 13:03:43.5298|DEBUG|OnDoc|
+2026-07-24 13:03:43.5298|DEBUG|OnDoc|
+2026-07-24 13:03:43.5298|DEBUG|OnDoc|
+2026-07-24 13:03:43.5956|DEBUG|OnDoc|
+2026-07-24 13:03:43.5956|DEBUG|OnDoc|
+2026-07-24 13:03:43.6232|DEBUG|OnDoc|
+2026-07-24 13:03:43.6232|DEBUG|OnDoc|
+2026-07-24 13:03:43.6232|DEBUG|OnDoc|
+2026-07-24 13:03:43.6232|DEBUG|OnDoc|
+2026-07-24 13:03:43.6564|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 13:03:43.6564|DEBUG|OnDoc|
+2026-07-24 13:03:43.6564|DEBUG|OnDoc|
+2026-07-24 13:03:43.6700|DEBUG|OnDoc|
+2026-07-24 13:03:43.6700|DEBUG|OnDoc|
+2026-07-24 13:03:43.6700|DEBUG|OnDoc|
+2026-07-24 13:03:43.6700|DEBUG|OnDoc|
+2026-07-24 13:03:43.6700|DEBUG|OnDoc|
+2026-07-24 13:03:43.6861|DEBUG|OnDoc|
+2026-07-24 13:03:43.6861|DEBUG|OnDoc|Generate_Word
+2026-07-24 13:03:44.1580|DEBUG|OnDoc|Word2013
+2026-07-24 13:03:44.1580|DEBUG|OnDoc|Word2013
+2026-07-24 13:03:46.5567|DEBUG|OnDoc|Generate_Word
+2026-07-24 13:03:46.5897|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035280
+2026-07-24 13:03:46.5897|INFO|DocLog|Dokument über API erstellt
+2026-07-24 13:03:46.5917|INFO|APIDocLog|Dok erstellt
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.5917|DEBUG|OnDoc|
+2026-07-24 13:03:46.6323|DEBUG|OnDoc|
+2026-07-24 13:03:46.6323|DEBUG|OnDoc|
+2026-07-24 13:03:46.6464|DEBUG|OnDoc|
+2026-07-24 13:03:46.6464|DEBUG|OnDoc|
+2026-07-24 13:03:46.6464|DEBUG|OnDoc|
+2026-07-24 13:03:46.6464|DEBUG|OnDoc|
+2026-07-24 13:03:46.6741|DEBUG|OnDoc|Generate_Doc_EDOKA
+2026-07-24 13:03:46.6741|DEBUG|OnDoc|
+2026-07-24 13:03:46.6741|DEBUG|OnDoc|
+2026-07-24 13:03:46.6741|DEBUG|OnDoc|
+2026-07-24 13:03:46.6741|DEBUG|OnDoc|
+2026-07-24 13:03:46.6741|DEBUG|OnDoc|
+2026-07-24 13:03:46.6879|DEBUG|OnDoc|
+2026-07-24 13:03:46.6879|DEBUG|OnDoc|
+2026-07-24 13:03:46.6879|DEBUG|OnDoc|
+2026-07-24 13:03:46.6879|DEBUG|OnDoc|Generate_Word
+2026-07-24 13:03:46.7050|DEBUG|OnDoc|Word2013
+2026-07-24 13:03:46.7050|DEBUG|OnDoc|Word2013
+2026-07-24 13:03:47.5595|DEBUG|OnDoc|Generate_Word
+2026-07-24 13:03:47.5705|DEBUG|OnDoc|Ende GenDoc DokumentID:OFFEDK0082026000035291
+2026-07-24 13:03:47.5705|INFO|DocLog|Dokument über API erstellt
+2026-07-24 13:03:47.5705|INFO|APIDocLog|Dok erstellt
+2026-07-24 13:03:47.5767|DEBUG|OnDoc|
+2026-07-24 13:03:47.5767|DEBUG|OnDoc|
+2026-07-24 13:03:47.5767|DEBUG|OnDoc|
+2026-07-24 13:03:47.6123|DEBUG|OnDoc|
+2026-07-24 13:03:47.6123|DEBUG|OnDoc|
+2026-07-24 13:03:47.6123|DEBUG|OnDoc|
+2026-07-24 13:03:47.6123|DEBUG|OnDoc|
+2026-07-24 13:03:47.6123|DEBUG|OnDoc|
+2026-07-24 13:03:47.6123|DEBUG|OnDoc|
+2026-07-24 13:03:47.6123|DEBUG|OnDoc|
+2026-07-24 13:03:47.6123|DEBUG|OnDoc|
+2026-07-24 13:03:47.6231|DEBUG|OnDoc|
+2026-07-24 13:03:48.1013|DEBUG|OnDoc|
+2026-07-24 13:03:48.1134|DEBUG|OnDoc|
+2026-07-24 13:03:48.1134|DEBUG|OnDoc|
+2026-07-24 13:03:48.1420|DEBUG|OnDoc|
+2026-07-24 13:03:48.1420|DEBUG|OnDoc|
+2026-07-24 13:03:48.1420|DEBUG|OnDoc|
+2026-07-24 13:03:48.1420|DEBUG|OnDoc|
+2026-07-24 13:03:48.1420|DEBUG|OnDoc|
+2026-07-24 13:03:48.1420|DEBUG|OnDoc|
+2026-07-24 13:03:48.1420|DEBUG|OnDoc|
+2026-07-24 13:03:48.1420|DEBUG|OnDoc|
+2026-07-24 13:03:48.1420|DEBUG|OnDoc|
+2026-07-24 13:03:48.4909|DEBUG|OnDoc|
+2026-07-24 13:03:48.5016|DEBUG|OnDoc|
+2026-07-24 13:03:48.6593|DEBUG|OnDoc|
+2026-07-24 13:03:48.6593|DEBUG|OnDoc|
+2026-07-24 13:06:30.8259|INFO|APIDocLog|DokumentGegnerator Start
+2026-07-24 13:06:30.8983|INFO|APIDocLog|CreateDoks Start
+2026-07-24 13:06:30.9324|INFO|APIDocLog|Input Json
+2026-07-24 13:06:30.9354|DEBUG|OnDoc|Start GenDoc
+2026-07-27 09:26:05.1762|DEBUG|OnDoc|
+2026-07-27 09:26:05.2720|DEBUG|OnDoc|
+2026-07-27 09:26:05.2720|DEBUG|OnDoc|
+2026-07-27 09:26:05.2720|DEBUG|OnDoc|
diff --git a/API_NetFramework/obj/Debug/API_NetFramework.csproj.AssemblyReference.cache b/API_NetFramework/obj/Debug/API_NetFramework.csproj.AssemblyReference.cache
index 6691e397f..9c8053f2d 100644
Binary files a/API_NetFramework/obj/Debug/API_NetFramework.csproj.AssemblyReference.cache and b/API_NetFramework/obj/Debug/API_NetFramework.csproj.AssemblyReference.cache differ
diff --git a/API_NetFramework/obj/Debug/OnDoc_NetFramework.dll b/API_NetFramework/obj/Debug/OnDoc_NetFramework.dll
index 6797ee39d..61dd5f79a 100644
Binary files a/API_NetFramework/obj/Debug/OnDoc_NetFramework.dll and b/API_NetFramework/obj/Debug/OnDoc_NetFramework.dll differ
diff --git a/API_NetFramework/obj/Debug/OnDoc_NetFramework.pdb b/API_NetFramework/obj/Debug/OnDoc_NetFramework.pdb
index 48faa9f48..0a60711a8 100644
Binary files a/API_NetFramework/obj/Debug/OnDoc_NetFramework.pdb and b/API_NetFramework/obj/Debug/OnDoc_NetFramework.pdb differ
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/App_Data/TableConfig.json b/API_NetFramework/obj/Debug/Package/PackageTmp/App_Data/TableConfig.json
new file mode 100644
index 000000000..d9676cf11
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/App_Data/TableConfig.json
@@ -0,0 +1,76 @@
+{
+ "tables": [
+ {
+ "key": "Ondoc_Versandstrasse_Paket",
+ "displayName": "Ondoc_Versandstrasse_Paket",
+ "sqlList": "SELECT ID, convert(varchar(10),erstellt_am,104)+' '+' ' + convert(VARCHAR(8), erstellt_am, 14) as Erstellt_am, convert(varchar(10),versendet_am,104)+' '+' ' + convert(VARCHAR(8), versendet_am, 14) as Versendet_am, Ersteller, Aktiv, isnull(signed,1) as Signed from Ondoc_Versandstrasse_Paket [FILTER] order by Id desc",
+ "sqlById": "SELECT paket as JsonData from Ondoc_Versandstrasse_Paket where id= @id ",
+ "idField": "ID",
+ "displayField": "ID",
+ "jsonField": "JsonData",
+ "Buttons": "Öffnen;PaketAnzeige",
+ "AnzeigeDokument": "Select paket as JsonData from Ondoc_versandstrasse_paket where id=@id",
+ "FilterColumns": "ID"
+ },
+ {
+ "key": "APIDokumente",
+ "displayName": "API-Dokumente/Pakete",
+ "sqlList": "SELECT ID, Erstellt_am, GUID from edoka_journale.dbo.view_api_dokumente [FILTER] order by Id desc",
+ "sqlById": "SELECT div as JsonData from edoka_journale.dbo.nlogapidoc where id= @id ",
+ "idField": "ID",
+ "displayField": "ID",
+ "jsonField": "JsonData",
+ "Buttons": "Öffnen",
+ "AnzeigeDokument": "SELECT EDOKA.dbo.BinaryToBase64(EDOKA.dbo.Doks.Dokument) FROM edoka_journale.dbo.NLOGApiDoc INNER JOIN EDOKA.dbo.Doks ON edoka_journale.dbo.NLOGApiDoc.Div COLLATE SQL_Latin1_General_CP1_CI_AS = EDOKA.dbo.Doks.DokumentID WHERE edoka_journale.dbo.NLOGApiDoc.GUID = @id AND edoka_journale.dbo.NLOGApiDoc.Div LIKE 'OFFEDK%'",
+ "FilterColumns": "ID;GUID"
+ },
+ {
+ "key": "APIArchivierung",
+ "displayName": "API-Archivierung",
+ "sqlList": "SELECT ID, Erstellt_am, GUID from edoka_journale.dbo.View_API_Archivierung [FILTER] order by Id desc",
+ "sqlById": "SELECT div as JsonData from edoka_journale.dbo.nlogapidoc where id= @id ",
+ "idField": "ID",
+ "displayField": "ID",
+ "jsonField": "JsonData",
+ "Buttons": "Öffnen",
+ "AnzeigeDokument": "",
+ "FilterColumns": "ID;GUID"
+ },
+ {
+ "key": "NLOGApiDoc",
+ "displayName": "API-NLOGApiDoc - last 500",
+ "sqlList": "SELECT top 500 [id],[Origin],[Message],[LogLevel],[CreatedOn],[UserID],case when len([Div])>30 then substring(div,1,27)+'...' else [div] end as DIV,[GUID] from edoka_journale.dbo.NLOGApiDoc [FILTER] order by id desc",
+ "sqlById": "",
+ "idField": "ID",
+ "displayField": "ID",
+ "jsonField": "JsonData",
+ "Buttons": "",
+ "AnzeigeDokument": "",
+ "FilterColumns": "ID;GUID"
+ },
+ {
+ "key": "CLMDokumente",
+ "displayName": "CLM-Dokumente",
+ "sqlList": "SELECT ID, clmdokumentid as CLM_ID, GUID, convert(varchar(10),erstellt_am,104)+' '+' ' + convert(VARCHAR(8), erstellt_am, 14) as Erstellt_am , Aktiv, Archivstatus, Archiviert from ondoc_clm_dokumente [FILTER] order by Id desc",
+ "sqlById": "SELECT jsondata as JsonData from ondoc_clm_dokumente where id= @id ",
+ "idField": "ID",
+ "displayField": "ID",
+ "jsonField": "JsonData",
+ "Buttons": "Öffnen;Anzeigen",
+ "AnzeigeDokument": "SELECT dbo.BinaryToBase64(dokument) FROM dbo.OnDoc_CLM_Dokumente INNER JOIN dbo.Doks ON dbo.OnDoc_CLM_Dokumente.dokumentid = dbo.Doks.DokumentID where dbo.ondoc_clm_dokumente.id=@id",
+ "FilterColumns": "clmdokumentid;guid;archivstatus"
+ },
+ {
+ "key": "CLMJournal",
+ "displayName": "CLM-Journal",
+ "sqlList": "SELECT ID, clmdokumentid as CLM_ID, Dokumentid, GUID, convert(varchar(10),erstellt_am,104)+' '+' ' + convert(VARCHAR(8), erstellt_am, 14) as Erstellt_am, Aktiv, Archivstatus, Archiviert, isnull(convert(varchar(10),archiviert_am,104)+' '+ convert(VARCHAR(8), archiviert_am, 14) ,'') as Archiviert_am from ondoc_clm_dokumente [FILTER] order by Id desc",
+ "sqlById": "",
+ "idField": "ID",
+ "displayField": "ID",
+ "jsonField": "",
+ "Buttons": "Anzeigen",
+ "AnzeigeDokument": "SELECT dbo.BinaryToBase64(dokument) FROM dbo.OnDoc_CLM_Dokumente INNER JOIN dbo.Doks ON dbo.OnDoc_CLM_Dokumente.dokumentid = dbo.Doks.DokumentID where dbo.ondoc_clm_dokumente.id=@id",
+ "FilterColumns": "clmdokumentid;guid;archivstatus;dokumentid"
+ }
+ ]
+}
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/App_Data/users.json b/API_NetFramework/obj/Debug/Package/PackageTmp/App_Data/users.json
new file mode 100644
index 000000000..5aa904044
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/App_Data/users.json
@@ -0,0 +1,12 @@
+[
+ {
+ "UserID": "admin",
+ "Password": "12345",
+ "Funktionen": "CLM,JSONV"
+ },
+ {
+ "UserID": "clm",
+ "Password": "pass1",
+ "Funktionen": "CLM"
+ }
+]
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/HelpPage.css b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/HelpPage.css
new file mode 100644
index 000000000..aff223033
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/HelpPage.css
@@ -0,0 +1,134 @@
+.help-page h1,
+.help-page .h1,
+.help-page h2,
+.help-page .h2,
+.help-page h3,
+.help-page .h3,
+#body.help-page,
+.help-page-table th,
+.help-page-table pre,
+.help-page-table p {
+ font-family: "Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
+}
+
+.help-page pre.wrapped {
+ white-space: -moz-pre-wrap;
+ white-space: -pre-wrap;
+ white-space: -o-pre-wrap;
+ white-space: pre-wrap;
+}
+
+.help-page .warning-message-container {
+ margin-top: 20px;
+ padding: 0 10px;
+ color: #525252;
+ background: #EFDCA9;
+ border: 1px solid #CCCCCC;
+}
+
+.help-page-table {
+ width: 100%;
+ border-collapse: collapse;
+ text-align: left;
+ margin: 0px 0px 20px 0px;
+ border-top: 1px solid #D4D4D4;
+}
+
+.help-page-table th {
+ text-align: left;
+ font-weight: bold;
+ border-bottom: 1px solid #D4D4D4;
+ padding: 5px 6px 5px 6px;
+}
+
+.help-page-table td {
+ border-bottom: 1px solid #D4D4D4;
+ padding: 10px 8px 10px 8px;
+ vertical-align: top;
+}
+
+.help-page-table pre,
+.help-page-table p {
+ margin: 0px;
+ padding: 0px;
+ font-family: inherit;
+ font-size: 100%;
+}
+
+.help-page-table tbody tr:hover td {
+ background-color: #F3F3F3;
+}
+
+.help-page a:hover {
+ background-color: transparent;
+}
+
+.help-page .sample-header {
+ border: 2px solid #D4D4D4;
+ background: #00497E;
+ color: #FFFFFF;
+ padding: 8px 15px;
+ border-bottom: none;
+ display: inline-block;
+ margin: 10px 0px 0px 0px;
+}
+
+.help-page .sample-content {
+ display: block;
+ border-width: 0;
+ padding: 15px 20px;
+ background: #FFFFFF;
+ border: 2px solid #D4D4D4;
+ margin: 0px 0px 10px 0px;
+}
+
+.help-page .api-name {
+ width: 40%;
+}
+
+.help-page .api-documentation {
+ width: 60%;
+}
+
+.help-page .parameter-name {
+ width: 20%;
+}
+
+.help-page .parameter-documentation {
+ width: 40%;
+}
+
+.help-page .parameter-type {
+ width: 20%;
+}
+
+.help-page .parameter-annotations {
+ width: 20%;
+}
+
+.help-page h1,
+.help-page .h1 {
+ font-size: 36px;
+ line-height: normal;
+}
+
+.help-page h2,
+.help-page .h2 {
+ font-size: 24px;
+}
+
+.help-page h3,
+.help-page .h3 {
+ font-size: 20px;
+}
+
+#body.help-page {
+ font-size: 14px;
+ line-height: 143%;
+ color: #333;
+}
+
+.help-page a {
+ color: #0000EE;
+ text-decoration: none;
+}
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/Api.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/Api.cshtml
new file mode 100644
index 000000000..9b853ea29
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/Api.cshtml
@@ -0,0 +1,22 @@
+@using System.Web.Http
+@using API_NetFramework.Areas.HelpPage.Models
+@model HelpPageApiModel
+
+@{
+ var description = Model.ApiDescription;
+ ViewBag.Title = description.HttpMethod.Method + " " + description.RelativePath;
+}
+
+
+
+
+
+
+ @Html.ActionLink("Help Page Home", "Index")
+
+
+
+
+ @Html.DisplayForModel()
+
+
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/ApiGroup.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/ApiGroup.cshtml
new file mode 100644
index 000000000..757c9358a
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/ApiGroup.cshtml
@@ -0,0 +1,41 @@
+@using System.Web.Http
+@using System.Web.Http.Controllers
+@using System.Web.Http.Description
+@using API_NetFramework.Areas.HelpPage
+@using API_NetFramework.Areas.HelpPage.Models
+@model IGrouping
+
+@{
+ var controllerDocumentation = ViewBag.DocumentationProvider != null ?
+ ViewBag.DocumentationProvider.GetDocumentation(Model.Key) :
+ null;
+}
+
+@Model.Key.ControllerName
+@if (!String.IsNullOrEmpty(controllerDocumentation))
+{
+ @controllerDocumentation
+}
+
+
+ | API | Description |
+
+
+ @foreach (var api in Model)
+ {
+
+ | @api.HttpMethod.Method @api.RelativePath |
+
+ @if (api.Documentation != null)
+ {
+ @api.Documentation
+ }
+ else
+ {
+ No documentation available.
+ }
+ |
+
+ }
+
+
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/CollectionModelDescription.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/CollectionModelDescription.cshtml
new file mode 100644
index 000000000..30bec1664
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/CollectionModelDescription.cshtml
@@ -0,0 +1,6 @@
+@using API_NetFramework.Areas.HelpPage.ModelDescriptions
+@model CollectionModelDescription
+@if (Model.ElementDescription is ComplexTypeModelDescription)
+{
+ @Html.DisplayFor(m => m.ElementDescription)
+}
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/ComplexTypeModelDescription.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/ComplexTypeModelDescription.cshtml
new file mode 100644
index 000000000..985ad9d74
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/ComplexTypeModelDescription.cshtml
@@ -0,0 +1,3 @@
+@using API_NetFramework.Areas.HelpPage.ModelDescriptions
+@model ComplexTypeModelDescription
+@Html.DisplayFor(m => m.Properties, "Parameters")
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/DictionaryModelDescription.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/DictionaryModelDescription.cshtml
new file mode 100644
index 000000000..d90b2ce1f
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/DictionaryModelDescription.cshtml
@@ -0,0 +1,4 @@
+@using API_NetFramework.Areas.HelpPage.ModelDescriptions
+@model DictionaryModelDescription
+Dictionary of @Html.DisplayFor(m => Model.KeyModelDescription.ModelType, "ModelDescriptionLink", new { modelDescription = Model.KeyModelDescription }) [key]
+and @Html.DisplayFor(m => Model.ValueModelDescription.ModelType, "ModelDescriptionLink", new { modelDescription = Model.ValueModelDescription }) [value]
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/EnumTypeModelDescription.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/EnumTypeModelDescription.cshtml
new file mode 100644
index 000000000..90be5a8a9
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/EnumTypeModelDescription.cshtml
@@ -0,0 +1,24 @@
+@using API_NetFramework.Areas.HelpPage.ModelDescriptions
+@model EnumTypeModelDescription
+
+Possible enumeration values:
+
+
+
+ | Name | Value | Description |
+
+
+ @foreach (EnumValueDescription value in Model.Values)
+ {
+
+ | @value.Name |
+
+ @value.Value
+ |
+
+ @value.Documentation
+ |
+
+ }
+
+
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/HelpPageApiModel.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/HelpPageApiModel.cshtml
new file mode 100644
index 000000000..e492c4a7b
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/HelpPageApiModel.cshtml
@@ -0,0 +1,67 @@
+@using System.Web.Http
+@using System.Web.Http.Description
+@using API_NetFramework.Areas.HelpPage.Models
+@using API_NetFramework.Areas.HelpPage.ModelDescriptions
+@model HelpPageApiModel
+
+@{
+ ApiDescription description = Model.ApiDescription;
+}
+@description.HttpMethod.Method @description.RelativePath
+
+
@description.Documentation
+
+
Request Information
+
+
URI Parameters
+ @Html.DisplayFor(m => m.UriParameters, "Parameters")
+
+
Body Parameters
+
+
@Model.RequestDocumentation
+
+ @if (Model.RequestModelDescription != null)
+ {
+ @Html.DisplayFor(m => m.RequestModelDescription.ModelType, "ModelDescriptionLink", new { modelDescription = Model.RequestModelDescription })
+ if (Model.RequestBodyParameters != null)
+ {
+ @Html.DisplayFor(m => m.RequestBodyParameters, "Parameters")
+ }
+ }
+ else
+ {
+
None.
+ }
+
+ @if (Model.SampleRequests.Count > 0)
+ {
+
Request Formats
+ @Html.DisplayFor(m => m.SampleRequests, "Samples")
+ }
+
+
Response Information
+
+
Resource Description
+
+
@description.ResponseDescription.Documentation
+
+ @if (Model.ResourceDescription != null)
+ {
+ @Html.DisplayFor(m => m.ResourceDescription.ModelType, "ModelDescriptionLink", new { modelDescription = Model.ResourceDescription })
+ if (Model.ResourceProperties != null)
+ {
+ @Html.DisplayFor(m => m.ResourceProperties, "Parameters")
+ }
+ }
+ else
+ {
+
None.
+ }
+
+ @if (Model.SampleResponses.Count > 0)
+ {
+
Response Formats
+ @Html.DisplayFor(m => m.SampleResponses, "Samples")
+ }
+
+
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/ImageSample.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/ImageSample.cshtml
new file mode 100644
index 000000000..47c44937b
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/ImageSample.cshtml
@@ -0,0 +1,4 @@
+@using API_NetFramework.Areas.HelpPage
+@model ImageSample
+
+
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/InvalidSample.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/InvalidSample.cshtml
new file mode 100644
index 000000000..5045c1794
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/InvalidSample.cshtml
@@ -0,0 +1,13 @@
+@using API_NetFramework.Areas.HelpPage
+@model InvalidSample
+
+@if (HttpContext.Current.IsDebuggingEnabled)
+{
+
+}
+else
+{
+ Sample not available.
+}
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/KeyValuePairModelDescription.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/KeyValuePairModelDescription.cshtml
new file mode 100644
index 000000000..8e1f2b64e
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/KeyValuePairModelDescription.cshtml
@@ -0,0 +1,4 @@
+@using API_NetFramework.Areas.HelpPage.ModelDescriptions
+@model KeyValuePairModelDescription
+Pair of @Html.DisplayFor(m => Model.KeyModelDescription.ModelType, "ModelDescriptionLink", new { modelDescription = Model.KeyModelDescription }) [key]
+and @Html.DisplayFor(m => Model.ValueModelDescription.ModelType, "ModelDescriptionLink", new { modelDescription = Model.ValueModelDescription }) [value]
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/ModelDescriptionLink.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/ModelDescriptionLink.cshtml
new file mode 100644
index 000000000..f88d6bf67
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/ModelDescriptionLink.cshtml
@@ -0,0 +1,26 @@
+@using API_NetFramework.Areas.HelpPage.ModelDescriptions
+@model Type
+@{
+ ModelDescription modelDescription = ViewBag.modelDescription;
+ if (modelDescription is ComplexTypeModelDescription || modelDescription is EnumTypeModelDescription)
+ {
+ if (Model == typeof(Object))
+ {
+ @:Object
+ }
+ else
+ {
+ @Html.ActionLink(modelDescription.Name, "ResourceModel", "Help", new { modelName = modelDescription.Name }, null)
+ }
+ }
+ else if (modelDescription is CollectionModelDescription)
+ {
+ var collectionDescription = modelDescription as CollectionModelDescription;
+ var elementDescription = collectionDescription.ElementDescription;
+ @:Collection of @Html.DisplayFor(m => elementDescription.ModelType, "ModelDescriptionLink", new { modelDescription = elementDescription })
+ }
+ else
+ {
+ @Html.DisplayFor(m => modelDescription)
+ }
+}
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/Parameters.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/Parameters.cshtml
new file mode 100644
index 000000000..e8f3c82c5
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/Parameters.cshtml
@@ -0,0 +1,48 @@
+@using System.Collections.Generic
+@using System.Collections.ObjectModel
+@using System.Web.Http.Description
+@using System.Threading
+@using API_NetFramework.Areas.HelpPage.ModelDescriptions
+@model IList
+
+@if (Model.Count > 0)
+{
+
+
+ | Name | Description | Type | Additional information |
+
+
+ @foreach (ParameterDescription parameter in Model)
+ {
+ ModelDescription modelDescription = parameter.TypeDescription;
+
+ | @parameter.Name |
+
+ @parameter.Documentation
+ |
+
+ @Html.DisplayFor(m => modelDescription.ModelType, "ModelDescriptionLink", new { modelDescription = modelDescription })
+ |
+
+ @if (parameter.Annotations.Count > 0)
+ {
+ foreach (var annotation in parameter.Annotations)
+ {
+ @annotation.Documentation
+ }
+ }
+ else
+ {
+ None.
+ }
+ |
+
+ }
+
+
+}
+else
+{
+ None.
+}
+
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/Samples.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/Samples.cshtml
new file mode 100644
index 000000000..c19596fb1
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/Samples.cshtml
@@ -0,0 +1,30 @@
+@using System.Net.Http.Headers
+@model Dictionary
+
+@{
+ // Group the samples into a single tab if they are the same.
+ Dictionary samples = Model.GroupBy(pair => pair.Value).ToDictionary(
+ pair => String.Join(", ", pair.Select(m => m.Key.ToString()).ToArray()),
+ pair => pair.Key);
+ var mediaTypes = samples.Keys;
+}
+
+ @foreach (var mediaType in mediaTypes)
+ {
+
+
+
Sample:
+ @{
+ var sample = samples[mediaType];
+ if (sample == null)
+ {
+
Sample not available.
+ }
+ else
+ {
+ @Html.DisplayFor(s => sample);
+ }
+ }
+
+ }
+
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/SimpleTypeModelDescription.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/SimpleTypeModelDescription.cshtml
new file mode 100644
index 000000000..e79b88682
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/SimpleTypeModelDescription.cshtml
@@ -0,0 +1,3 @@
+@using API_NetFramework.Areas.HelpPage.ModelDescriptions
+@model SimpleTypeModelDescription
+@Model.Documentation
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/TextSample.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/TextSample.cshtml
new file mode 100644
index 000000000..76897f896
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/DisplayTemplates/TextSample.cshtml
@@ -0,0 +1,6 @@
+@using API_NetFramework.Areas.HelpPage
+@model TextSample
+
+
+@Model.Text
+
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/Index.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/Index.cshtml
new file mode 100644
index 000000000..9de6fecfe
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/Index.cshtml
@@ -0,0 +1,38 @@
+@using System.Web.Http
+@using System.Web.Http.Controllers
+@using System.Web.Http.Description
+@using System.Collections.ObjectModel
+@using API_NetFramework.Areas.HelpPage.Models
+@model Collection
+
+@{
+ ViewBag.Title = "ASP.NET Web API Help Page";
+
+ // Group APIs by controller
+ ILookup apiGroups = Model.ToLookup(api => api.ActionDescriptor.ControllerDescriptor);
+}
+
+
+
+
+
+
+
Introduction
+
+ Provide a general description of your APIs here.
+
+
+
+
+ @foreach (var group in apiGroups)
+ {
+ @Html.DisplayFor(m => group, "ApiGroup")
+ }
+
+
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/ResourceModel.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/ResourceModel.cshtml
new file mode 100644
index 000000000..c7624c0fd
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Help/ResourceModel.cshtml
@@ -0,0 +1,19 @@
+@using System.Web.Http
+@using API_NetFramework.Areas.HelpPage.ModelDescriptions
+@model ModelDescription
+
+
+
+
+
+
+ @Html.ActionLink("Help Page Home", "Index")
+
+
+
+
@Model.Name
+
@Model.Documentation
+
+ @Html.DisplayFor(m => Model)
+
+
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Shared/_Layout.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Shared/_Layout.cshtml
new file mode 100644
index 000000000..896c833a0
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Shared/_Layout.cshtml
@@ -0,0 +1,12 @@
+
+
+
+
+
+ @ViewBag.Title
+ @RenderSection("scripts", required: false)
+
+
+ @RenderBody()
+
+
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Web.config b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Web.config
new file mode 100644
index 000000000..5ce411ea8
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/Web.config
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/_ViewStart.cshtml b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/_ViewStart.cshtml
new file mode 100644
index 000000000..a92595083
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/Areas/HelpPage/Views/_ViewStart.cshtml
@@ -0,0 +1,4 @@
+@{
+ // Change the Layout path below to blend the look and feel of the help page with your existing web pages.
+ Layout = "~/Areas/HelpPage/Views/Shared/_Layout.cshtml";
+}
\ No newline at end of file
diff --git a/API_NetFramework/obj/Debug/Package/PackageTmp/CLM.aspx b/API_NetFramework/obj/Debug/Package/PackageTmp/CLM.aspx
new file mode 100644
index 000000000..cea0e0b5d
--- /dev/null
+++ b/API_NetFramework/obj/Debug/Package/PackageTmp/CLM.aspx
@@ -0,0 +1,395 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CLM.aspx.cs" Inherits="WebApp.CLM" %>
+
+
+
+
+ <%--Daten & JSON Editor--%>
+
+
+
+
+
+
+
+
+ <%--
+ --%>
+
+
+
+
+
+
+
+
+
+
+
+
+