<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.vitadis.de/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.vitadis.de/wiki/feed.php">
        <title>vitadis - wastun</title>
        <description></description>
        <link>http://www.vitadis.de/wiki/</link>
        <image rdf:resource="http://www.vitadis.de/wiki/lib/exe/fetch.php/wiki/dokuwiki.svg" />
       <dc:date>2026-04-04T10:54:27+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.vitadis.de/wiki/doku.php/wastun/benutzer_freischalten"/>
                <rdf:li rdf:resource="http://www.vitadis.de/wiki/doku.php/wastun/bst_loeschen"/>
                <rdf:li rdf:resource="http://www.vitadis.de/wiki/doku.php/wastun/index_kaputt"/>
                <rdf:li rdf:resource="http://www.vitadis.de/wiki/doku.php/wastun/mysqlfront"/>
                <rdf:li rdf:resource="http://www.vitadis.de/wiki/doku.php/wastun/start"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.vitadis.de/wiki/lib/exe/fetch.php/wiki/dokuwiki.svg">
        <title>vitadis</title>
        <link>http://www.vitadis.de/wiki/</link>
        <url>http://www.vitadis.de/wiki/lib/exe/fetch.php/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="http://www.vitadis.de/wiki/doku.php/wastun/benutzer_freischalten">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-23T12:52:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Benutzer freischalten</title>
        <link>http://www.vitadis.de/wiki/doku.php/wastun/benutzer_freischalten</link>
        <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;benutzer_freischalten&quot;&gt;Benutzer freischalten&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;use winmilp;
update user_db set inusetra=&amp;quot;N&amp;quot;, inuseerf=&amp;quot;N&amp;quot;;&lt;/pre&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="http://www.vitadis.de/wiki/doku.php/wastun/bst_loeschen">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-14T10:26:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Betriebe oder Betriebsstätten löschen</title>
        <link>http://www.vitadis.de/wiki/doku.php/wastun/bst_loeschen</link>
        <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;betriebe_oder_betriebsstaetten_loeschen&quot;&gt;Betriebe oder Betriebsstätten löschen&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Betriebsstätten, die am Host abgemeldet werden, bleiben in den ELVE-Stammdaten erhalten.
&lt;/p&gt;

&lt;p&gt;
Die Adressen-Schnittstelle überträgt nur aktive Betriebsstätten, um zu vermeiden, daß durch eine irrtümliche Abmeldung eventuell noch nicht bearbeitete Daten in ELVE zu Fehlern führen.
&lt;/p&gt;

&lt;p&gt;
Im Prinzip stören solche inaktiven AEs auch nicht.
&lt;/p&gt;

&lt;p&gt;
Wenn trotzdem abgemeldete Betriebsstätten in ELVE entfernt werden sollen, muß dies mit mysqlfront erfolgen:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;use winmilp;
delete from stamm_adr where bs=&amp;#039;96320711&amp;#039; and ae=&amp;#039;02&amp;#039;;&lt;/pre&gt;

&lt;p&gt;
bs immer &lt;strong&gt;ohne&lt;/strong&gt; Vornull, ae &lt;strong&gt;mit&lt;/strong&gt; Vornull angeben! 
&lt;/p&gt;

&lt;p&gt;
Man kann auch regelmäßig alle Datensätze löschen, deren letzes verarbeitetes Prüfdatum vor einem bestimmten Tag liegt:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;use winmilp;
delete from stamm_adr where lpmdat&amp;lt;&amp;#039;20110101&amp;#039;;&lt;/pre&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="http://www.vitadis.de/wiki/doku.php/wastun/index_kaputt">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-12T13:04:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Fehler, die auf eine defekte Indexdatei hinweisen</title>
        <link>http://www.vitadis.de/wiki/doku.php/wastun/index_kaputt</link>
        <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;fehler_die_auf_eine_defekte_indexdatei_hinweisen&quot;&gt;Fehler, die auf eine defekte Indexdatei hinweisen&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Beispiel eines Fehlertextes:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;Can´t open file: work_betriebe.MYI`(error :145&lt;/pre&gt;

&lt;p&gt;
Weitere Fehlerarten:
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; 126 = Index file is crashed / Wrong file format&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; 127 = Record-file is crashed&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; 132 = Old database file&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; 134 = Record was already deleted (or record file crashed)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; 141 = Duplicate unique key or constraint on write or update&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; 144 = Table is crashed and last repair failed&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; 145 = Table was marked as crashed and should be repaired&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
Außerdem ist die betroffene Tabelle zu erkennen, hier z.B. work_betriebe. 
&lt;/p&gt;

&lt;p&gt;
In diesen Fällen muß die Indexdatei repariert, bzw. ersetzt werden.
&lt;/p&gt;

&lt;p&gt;
Dazu kann in Mysql-Front folgender SQL-Befehl ausgeführt werden:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;use winmilp;
REPAIR TABLE work_betriebe USE_FRM;&lt;/pre&gt;

&lt;p&gt;
Quelle: &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.1/de/repair.html&quot; class=&quot;urlextern&quot; target=&quot;_new&quot; title=&quot;http://dev.mysql.com/doc/refman/5.1/de/repair.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;mysql-Handbuch&lt;/a&gt;&lt;br/&gt;

&lt;/p&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="http://www.vitadis.de/wiki/doku.php/wastun/mysqlfront">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-14T10:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>http://www.vitadis.de/wiki/doku.php/wastun/mysqlfront</link>
        <description>
&lt;p&gt;
Um SQL-Befehle abzuarbeiten, geht man wie folgt vor:
&lt;/p&gt;
&lt;div class=&quot;table sectionedit1&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;1.&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;das Programm &lt;strong&gt;mysqlfront&lt;/strong&gt; starten&lt;br/&gt;
alternativ: &lt;strong&gt;HeidiSQL&lt;/strong&gt; &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt;&lt;a href=&quot;http://www.vitadis.de/wiki/lib/exe/detail.php/wastun/mf1.png?id=wastun%3Amysqlfront&quot; class=&quot;media&quot; title=&quot;wastun:mf1.png&quot;&gt;&lt;img src=&quot;http://www.vitadis.de/wiki/lib/exe/fetch.php/wastun/mf1.png&quot; class=&quot;media&quot; loading=&quot;lazy&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;2.&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;nach dem Connect auf den Reiter &lt;strong&gt;Query&lt;/strong&gt; wechseln&lt;/td&gt;&lt;td class=&quot;col2&quot;&gt;&lt;a href=&quot;http://www.vitadis.de/wiki/lib/exe/detail.php/wastun/mf2.png?id=wastun%3Amysqlfront&quot; class=&quot;media&quot; title=&quot;wastun:mf2.png&quot;&gt;&lt;img src=&quot;http://www.vitadis.de/wiki/lib/exe/fetch.php/wastun/mf2.png&quot; class=&quot;media&quot; loading=&quot;lazy&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;3.&lt;/td&gt;&lt;td class=&quot;col1&quot; colspan=&quot;2&quot;&gt;die im jeweiligen Fall beschriebenen Befehlszeilen hineinkopieren und die richtigen Parameter eintragen (Betrieb, Kasten etc.)&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;4.&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;mit &lt;strong&gt;Execute SQL&lt;/strong&gt; ausführen&lt;/td&gt;&lt;td class=&quot;col2&quot;&gt;&lt;a href=&quot;http://www.vitadis.de/wiki/lib/exe/detail.php/wastun/mf3.png?id=wastun%3Amysqlfront&quot; class=&quot;media&quot; title=&quot;wastun:mf3.png&quot;&gt;&lt;img src=&quot;http://www.vitadis.de/wiki/lib/exe/fetch.php/wastun/mf3.png&quot; class=&quot;media&quot; loading=&quot;lazy&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;5.&lt;/td&gt;&lt;td class=&quot;col1&quot; colspan=&quot;2&quot;&gt;das Programm schließen&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt;6.&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;falls in der Fallbeschreibung angegeben, in &lt;strong&gt;ELVE&lt;/strong&gt; die Datenreorganisation durchführen, damit die Änderung sichtbar wird&lt;/td&gt;&lt;td class=&quot;col2&quot;&gt;&lt;a href=&quot;http://www.vitadis.de/wiki/lib/exe/detail.php/wastun/mf4.png?id=wastun%3Amysqlfront&quot; class=&quot;media&quot; title=&quot;wastun:mf4.png&quot;&gt;&lt;img src=&quot;http://www.vitadis.de/wiki/lib/exe/fetch.php/wastun/mf4.png&quot; class=&quot;media&quot; loading=&quot;lazy&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;55-592&amp;quot;} --&gt;</description>
    </item>
    <item rdf:about="http://www.vitadis.de/wiki/doku.php/wastun/start">
        <dc:format>text/html</dc:format>
        <dc:date>2014-06-28T09:27:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Was tun ...</title>
        <link>http://www.vitadis.de/wiki/doku.php/wastun/start</link>
        <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;was_tun&quot;&gt;Was tun ...&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
wenn irgendwas nicht klappt?
&lt;/p&gt;

&lt;p&gt;
Hier sind ein paar Hilfen für Fälle, die nicht direkt im Programm gelöst werden können.
&lt;/p&gt;

&lt;p&gt;
Es werden sql-Befehle bereitgestellt, die mit &lt;a href=&quot;http://www.vitadis.de/wiki/doku.php/wastun/mysqlfront&quot; class=&quot;wikilink1&quot; target=&quot;_self&quot; title=&quot;wastun:mysqlfront&quot; data-wiki-id=&quot;wastun:mysqlfront&quot;&gt;MysqlFront abzuarbeiten&lt;/a&gt; sind.&lt;br/&gt;

Setzen sie jeweils die für den konkreten Fall zutreffenden Werte ein.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.vitadis.de/wiki/doku.php/wastun/kasten_verbinden&quot; class=&quot;wikilink2&quot; target=&quot;_self&quot; title=&quot;wastun:kasten_verbinden&quot; rel=&quot;nofollow&quot; data-wiki-id=&quot;wastun:kasten_verbinden&quot;&gt;Kästen verbinden&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.vitadis.de/wiki/doku.php/elve/wastun/kasten_teilen&quot; class=&quot;wikilink1&quot; target=&quot;_self&quot; title=&quot;elve:wastun:kasten_teilen&quot; data-wiki-id=&quot;elve:wastun:kasten_teilen&quot;&gt;Kasten aufteilen&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.vitadis.de/wiki/doku.php/elve/wastun/xpsuche&quot; class=&quot;wikilink1&quot; target=&quot;_self&quot; title=&quot;elve:wastun:xpsuche&quot; data-wiki-id=&quot;elve:wastun:xpsuche&quot;&gt;Suchfunktion für XP&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.vitadis.de/wiki/doku.php/elve/verarbeitung/version/reset_version&quot; class=&quot;wikilink1&quot; target=&quot;_self&quot; title=&quot;elve:verarbeitung:version:reset_version&quot; data-wiki-id=&quot;elve:verarbeitung:version:reset_version&quot;&gt;Programmversion zurücksetzen&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
</description>
    </item>
</rdf:RDF>
