Synchroniser

Installieren

Syncroniser

  • Am Zkalk Server muss der Synchroniser installiert werden
  • HELP es nicht unbedingt notwendig den Synchroniser am ZKalk Server zu installieren

baustellen.xml

SourceHighlightPlugin Error: Unable to handle 'xml' syntax. Please use one of bash, cpp, flex, java, perl, php3, prolog, python, sql

 
    
      
        
             select
               left(COL_DokumentenNummer,8)     as dokument,
               left(COL_SuchText,30)            as bez,
               left(COL_DokumentenNummer
                || ' '
                || COL_SuchText,20)             as baustelle,
               left(COL_PostLeitZahl,6)         as plz,
               left(COL_Ort,30)                 as ort,
               left(COL_Strasse,60)             as strasse,
               left(COL_HausNummer,30)          as hausnummer,
               convert(varchar(2),COL_Erledigt) as erledigt
             from
               tbl_dokument
             where
               Col_DokumentenTyp = 'Arbeitsauftrag'
               and COL_Erledigt  = '0'
               and COL_IstInNK   = '1'
        
      
      
        
        
      
    
Die Abfrage der Baustellen (Aufträge) kann noch angepasst werden.

buchungen.xml

SourceHighlightPlugin Error: Unable to handle 'xml' syntax. Please use one of bash, cpp, flex, java, perl, php3, prolog, python, sql

 
   
      
        
      
   

  • clean tage damit wird definiert, wieviel Tage im Puffer bleiben

ODBC

Für den DB Zugriff wird ein ODBC Eintrag benötigt

Zeitsteuerung

  • die Jobs könne über die Aufgabenplanung regelmäßig ausgeführt werden
  • HELP für den Abgleich wird eine Internet Verbindung benötigt
  • Aufgaben Planung

bat Datei

upload.bat

 cd /d %~dp0
..\bs2sync.exe baustellen.xml > baustellen.log

-- Main.ErnstHerko - 2015-06-20

Edit | Attach | Watch | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r7 - 2015-07-16 - ErnstHerko
 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright by www.bs2.at. All material on this collaboration platform is the property of the contributing bs2.at
Ideas, requests, problems regarding TWiki? Send feedback