Application Backflush 1-0 to SAP Data Converter - 第6页

1 Installationsanleitung Application Backfl ush 1.0 to SAP Data Converter Application Ausgabe 04/2006 6 1.5 S prachen Die Application er zeugt ausschlie ßlich englischsprachige S tatus- und Fehlermeldungen in Form von Lo…

100%1 / 58
Application 1 Installationsanleitung Application Backflush 1.0 to SAP Data Converter
Ausgabe 04/2006
5
1 Installationsanleitung Application
Backflush 1.0 to SAP Data Converter
1.1 Kurzbeschreibung
Die Application Backflush to SAP DATA Converter konvertiert das XML Backflush File in ein Sum-
men XML File. Diese File wird wiederum von einem nicht Siemenskonverter nach SAP transfe-
riert. 1
Teil diese Dokuments ist ausschließlich der Backflush XML to SAP XML Konverter. 1
Die Application hat keine Graphische Oberfläche, sonder kommuniziert ausschließlich über Log-
files. Das Verhalten des Converters kann eingeschränktem Rahmen modifiziert werden. 1
1.2 Verweise
Diese Beschreibung basiert auf folgenden Dokumenten: 1
Backflush 1.0 Version Description and Installation Guide (00194626-01)
Siplace Explorer Optionen Getting Started (00194627-01)
Functional Design Specification Siemens VDO Brandýs CZ 2
(Version 1.0 Author Gero Kohnert)
1.3 Lieferumfang
1.4 Software-Komponenten
Applikation CD Backflush to SAP DATA Converter (00169104-02)
Backflush-1.0 (build-1.0.22)
Java 2 Runtime Environment SE v1.4.2.
1
1
1 Installationsanleitung Application Backflush 1.0 to SAP Data Converter Application
Ausgabe 04/2006
6
1.5 Sprachen
Die Application erzeugt ausschließlich englischsprachige Status- und Fehlermeldungen in Form
von Logfiles. 1
1.6 Software-Komponenten
1.6.1 Übersicht
1
1
Die Application beschränkt sich auf die zeitgesteuerte (Nr. 3) Konvertierung der Backflush – XML
Files (Nr. 2) in ein SAP-Format XML – File ( Nr. 5). Nach der Abarbeitung der Files werden diese
Backflush-Files in einem Archiv abgelegt und Fehler in einem Logfile protokolliert. Dabei be-
schränkt sich die Verarbeitung ausschließlich auf einen gesamten Nutzen und die Zählung von
verbrauchten Bauteilen. 1
1
Application 1 Installationsanleitung Application Backflush 1.0 to SAP Data Converter
Ausgabe 04/2006
7
1.7 Beschreibung Settings xml-file
1.7.1 Allgemein
Nachfolgend wird die mögliche Konfiguration des Konverters mit Hilfe des Konfigurationsfiles
SETTINGS.XML beschrieben. Dieses File muß sich im gleichen Verzeichnis, wie das Backflush
Programm befinden. Dieser Pfad kann während der Installation einmalig definiert werden. 1
1.7.2 Beispiel-file
1
<?xml version="1.0" encoding="utf-8"?>
<!-- Note: All paths have to be written in absolute way.
That is: FALSE ..\MyFolder\
RIGHT C:\MyFolder\ -->
<backflushSumRecordSettings xmlns="backflushReportSettings" version="1.0">
<!-- backflushSettings: occurrences: exactly 1 time
pollSpan: scan backflush dirs all x seconds (maximum: every 60 seconds)
processDataCount: processes at most x files and then changes to next backflush dir (0:
process all files in dir)
processDelSpan: del processed backflush files that are older than x days (0: don't delete
processed data) -->
<backflushSettings pollSpan="10" processDataCount="200" processedDelSpan="14" />
<!-- reportSettings: occurrences: exactly 1 times
mode: "auto" or "Semiauto"
autoModeReportPath: path for the report files in automatic mode
SemiautoModeReportPath: path for the report files in Semiauto mode -->
<reportSettings mode="auto" autoModeReportPath="C:\Program Files\Siemens
SIPLACE\BackflushToSAP\out\auto" SemiautoModeReportPath=" C:\Program Files\Sie-
mens SIPLACE\BackflushToSAP\out\Semiauto">