Application Backflush 1-0 to SAP Data Converter.pdf - 第32页
2 Installation instructions for the Backflush 1.0 to SAP Data Converte r application Application 04/2006 Edition 32 2.5 Languages The application generates st atus and erro r messa ges in English only in the form of log …
Application 2 Installation instructions for the Backflush 1.0 to SAP Data Converter application
04/2006 Edition
31
2 Installation instructions for the
Backflush 1.0 to SAP Data Converter
application
2.1 Brief description
The Backflush to SAP DATA Converter application converts the XML backflush file into a totals
XML file. This file is then transferred to SAP by a non-Siemens converter. 2
Part of this document only discusses the Backflush XML to SAP XML converter. 2
The application has no graphical user interface, and communicates only via log files. The behavior
of the converter can be modified to a limited extent. 2
2.2 References
This description is based on the following documents: 2
– Backflush 1.0 Version Description and Installation Guide (00194626-01)
– Siplace Explorer Options Getting Started (00194627-01)
– Functional Design Specification Siemens VDO Brandýs CZ 2
(Version 1.0 Author Gero Kohnert)
2.3 Deliverables
2.4 Software components
– Backflush to SAP DATA Converter application CD (00169104-02)
– Backflush 1.0 (build 1.0.22)
– Java 2 Runtime Environment SE v1.4.2.
2
2

2 Installation instructions for the Backflush 1.0 to SAP Data Converter application Application
04/2006 Edition
32
2.5 Languages
The application generates status and error messages in English only in the form of log files. 2
2.6 Software components
2.6.1 Overview
2
2
The application is limited to the time-driven (no. 3) conversion of the backflush XML files (no. 2)
to a SAP format XML file (no. 5). Once the files have been processed, these backflush files are
stored in an archive and errors are logged in a log file. The processing is limited solely to a whole
panel and to counting the number of components used. 2
2

Application 2 Installation instructions for the Backflush 1.0 to SAP Data Converter application
04/2006 Edition
33
2.7 Description of the settings XML file
2.7.1 General
Configuration of the converters using the SETTINGS.XML configuration file is described below.
This file must be located in the same directory as the Backflush program. The path is defined once
only during installation. 2
2.7.2 Sample file
2
<?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 time
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">