36 lines
1.3 KiB
Markdown
36 lines
1.3 KiB
Markdown
# RAG Deployment
|
|
|
|
Stand: 2026-05-27
|
|
|
|
## Kurzstand
|
|
|
|
- `TrafagSalesExporter` wird als ASP.NET/IIS-Webanwendung im bisherigen `BiDashboard`-Schema publiziert.
|
|
- Lokaler Uebergangsserver: `http://172.16.9.185:5000` im Trafag-Netz, IP kann wechseln.
|
|
- Lokale URLs bleiben `https://localhost:55415` und `http://localhost:55416`.
|
|
- Fuer andere PCs nutzt der Uebergang bewusst HTTP auf Port `5000`.
|
|
|
|
## Serverproblem
|
|
|
|
- IIS/HTTPS blockiert vor der App.
|
|
- Dokumentierter Befund: TLS fordert Client-Zertifikat.
|
|
- IT soll IIS SSL Settings pruefen: Client certificates `Ignore` oder hoechstens `Accept`, nicht `Require`.
|
|
|
|
## Upgreat Firewall
|
|
|
|
- Upgreat muss den neuen Webserver freischalten, nicht den lokalen Entwicklungs-PC.
|
|
- Webserver / Source:
|
|
- `trch-webapp-bidashboard.trafagch.local`
|
|
- `tragvapp401.trafagch.local`
|
|
- `10.120.1.17`
|
|
- Bekannte Ziele:
|
|
- HANA Internal / BI1: `10.194.65.22:30015`
|
|
- India HANA: `20.197.20.60:30015`
|
|
- SAP OData / ZSCHWEIZ: `10.194.64.29:8000`
|
|
- SharePoint / Graph: `trafagag.sharepoint.com:443`
|
|
- Offen: vollstaendige Standortliste aus produktiver App-Konfiguration exportieren/pruefen.
|
|
|
|
## Rohquellen Nur Bei Bedarf
|
|
|
|
- IIS-Handoff: `docs/DEPLOYMENT_IIS_HANDOFF_2026-05-19.md`
|
|
- lokaler Server: `docs/LOCAL_DEV_SERVER_UEBERGANG_2026-05-21.md`
|