Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. netzi01
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 14
    • Groups 0

    netzi01

    @netzi01

    0
    Reputation
    57
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 24

    netzi01 Unfollow Follow

    Latest posts made by netzi01

    • RE: DB-Fehler bei Abschluß Workflow-Task

      Hallo,
      nachdem ich wohl der einzige bin, der mit so einem Fehler zu kämpfen hat, werd ich idoit noch mal komplett neu installieren.
      Trotzdem danke für die Hilfe 🙂

      mfg.
        hartmut

      posted in Betrieb
      N
      netzi01
    • RE: DB-Fehler bei Abschluß Workflow-Task

      Hallo,

      hab da leider immer noch einen Fehler:

      mysql> ALTER TABLE  isys_workflow_action_parameter DROP FOREIGN KEY  isys_workflow_action_parameter_ibfk_3 ;
      ERROR 1025 (HY000): Error on rename of './idoit_data/isys_workflow_action_parameter' to './idoit_data/#sql2-4150-d5d3b' (errno: 152) 😞

      mfg.
        Hartmut

      posted in Betrieb
      N
      netzi01
    • RE: DB-Fehler bei Abschluß Workflow-Task

      Hallo,

      hab jetzt auch mal das Update 0.9.9-1 installiert sowie den vorhergehenden Patch; hat alles nichts gebracht. Bei der Neuanlage eines Workflow erscheint wieder diese Meldung.

      mfg.
        Hartmut

      posted in Betrieb
      N
      netzi01
    • RE: Update auf 0.9.9, Fremdschlüssel (Foreign Key) Problematik

      So, jetzt hat er es gemacht, aber folgende Meldung hab ich erhalten:

      Warning: isys_exception_database : Query error: 'DELETE FROM isys_workflow_action_parameter WHERE NOT ISNULL(isys_workflow_action_parameter__isys_wf_template_parameter__id) AND isys_workflow_action_parameter__isys_wf_template_parameter__id NOT IN (SELECT second.isys_wf_template_parameter__id FROM isys_wf_template_parameter second)': Table 'idoit_data.isys_wf_template_parameter' doesn't exist

      Hat er die Tabelle jetzt neu angelegt, oder fehlt die weiterhin?

      mfg.
        Hartmut

      posted in Betrieb
      N
      netzi01
    • RE: Update auf 0.9.9, Fremdschlüssel (Foreign Key) Problematik

      Ja, ich hab den Ordner bei mir im Verzeichnis /srv/www/htdocs/idoit entpackt. Wenn ich dann die Updatefunktion im Idoit aufrufe, dann kann ich das Update nicht auswählen (grau unterlegt)

      mfg.
        Hartmut

      posted in Betrieb
      N
      netzi01
    • RE: DB-Fehler bei Abschluß Workflow-Task

      Yupp, hab ich hier:

      mysql> use idoit_data
      Database changed
      mysql> SHOW CREATE TABLE isys_workflow_action_parameter;
      +–------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
      | Table                          | Create Table                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
      +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
      | isys_workflow_action_parameter | CREATE TABLE isys_workflow_action_parameter (
        isys_workflow_action_parameter__id int(10) unsigned NOT NULL auto_increment,
        isys_workflow_action_parameter__isys_workflow_action__id int(10) default NULL,
        isys_workflow_action_parameter__isys_wf_template_parameter__id int(10) unsigned default NULL,
        isys_workflow_action_parameter__key varchar(255) collate utf8_unicode_ci default NULL,
        isys_workflow_action_parameter__int int(10) unsigned default NULL,
        isys_workflow_action_parameter__string varchar(255) collate utf8_unicode_ci default NULL,
        isys_workflow_action_parameter__text text collate utf8_unicode_ci,
        isys_workflow_action_parameter__datetime datetime default NULL,
        PRIMARY KEY  (isys_workflow_action_parameter__id),
        KEY isys_workflow_action_parameter__isys_workflow_action__id (isys_workflow_action_parameter__isys_workflow_action__id),
        KEY isys_workflow_action_parameter__isys_wf_template_parameter__id (isys_workflow_action_parameter__isys_wf_template_parameter__id),
        CONSTRAINT isys_workflow_action_parameter_ibfk_1 FOREIGN KEY (isys_workflow_action_parameter__isys_workflow_action__id) REFERENCES isys_workflow_action (isys_workflow_action__id),
        CONSTRAINT isys_workflow_action_parameter_ibfk_2 FOREIGN KEY (isys_workflow_action_parameter__isys_wf_template_parameter__id) REFERENCES isys_workflow_template_parameter (isys_workflow_template_parameter__id),
        CONSTRAINT isys_workflow_action_parameter_ibfk_3 FOREIGN KEY (isys_workflow_action_parameter__isys_wf_template_parameter__id) REFERENCES idoit_data_ng.isys_workflow_template_parameter (isys_workflow_template_parameter__id) ON DELETE SET NULL ON UPDATE CASCADE
      ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci |
      +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
      1 row in set (0.00 sec)

      mfg.
        Hartmut

      posted in Betrieb
      N
      netzi01
    • RE: Update auf 0.9.9, Fremdschlüssel (Foreign Key) Problematik

      Also,
      ich kann es immer noch nicht installieren 😞 ; es wird bei mir nur grau hinterlegt angezeigt, sodaß ich es nicht auswählen kann. ( Rev. 0.9.9 Vers. 5050 )
      Rechte sind auf 775 gesetzt und User bzw. Group für den Web-Zugriff.

      mfg.
        Hartmut

      posted in Betrieb
      N
      netzi01
    • RE: Update auf 0.9.9, Fremdschlüssel (Foreign Key) Problematik

      Hallo.

      Hab's gerade runtergeladen; folgnder Fehler unter 0.9.9.

      Fatal error: Call to a member function query() on a non-object in /srv/www/htdocs/idoit/updates/classes/isys_update.class.php on line 47

      mfg.
       Hartmut

      posted in Betrieb
      N
      netzi01
    • RE: DB-Fehler bei Abschluß Workflow-Task

      Hallo,

      hab die Änderungen eingegeben; es gab keine Fehler.
      Dann hab ich in Idoit versucht einen neuen Workflow mit einer checklist einzugeben.
      habe eine Person ausgewählt, ein Objekt hinzugefügt, Start und Enddatum eingesetzt, Beschreibung und habe dann 'Speichern' gedrückt.
      Beim Abspeichern kommt nun folgende Meldung:

      isys_exception_database : Query error: 'INSERT INTO isys_workflow_action_parameter SET isys_workflow_action_parameter__key = 'checklist__start_date',isys_workflow_action_parameter__isys_wf_template_parameter__id = '5', isys_workflow_action_parameter__isys_workflow_action__id = '1', isys_workflow_action_parameter__datetime = '2010-03-31';': Cannot add or update a child row: a foreign key constraint fails (idoit_data/isys_workflow_action_parameter, CONSTRAINT isys_workflow_action_parameter_ibfk_3 FOREIGN KEY (isys_workflow_action_parameter__isys_wf_template_parameter__id) REFERENCES `idoit)

      Jetzt sucht er plötzlich 'isys_workflow_action_parameter_ibfk_3'

      mfg.
        Hartmut

      posted in Betrieb
      N
      netzi01
    • RE: DB-Fehler bei Abschluß Workflow-Task

      Jupp, hab ich gemacht:

      mysql> use idoit_data
      Database changed
      mysql> ALTER TABLE  isys_workflow_action_parameter DROP FOREIGN KEY  isys_workflow_action_parameter_ibfk_20 ;
      ERROR 1025 (HY000): Error on rename of './idoit_data/isys_workflow_action_parameter' to './idoit_data/#sql2-4150-9f970'              (errno: 152)
      mysql> ALTER TABLE  isys_workflow_action_parameter ADD FOREIGN KEY (  isys_workflow_action_parameter__isys_wf_templa              te_parameter__id ) REFERENCES  idoit_data_ng.isys_workflow_template_parameter (
          -> isys_workflow_template_parameter__id
          -> ) ON DELETE SET NULL ON UPDATE CASCADE ;
      ERROR 1005 (HY000): Can't create table './idoit_data/#sql-4150_9f970.frm' (errno: 150)
      mysql>

      Schaut nicht gut aus. Das war eine Neu-Instalalation der Version 0.99; kein Update einer früheren.
      Was ist denn das –> './idoit_data/#sql2-4150-9f970' ?

      mfg.
        Hartmut

      posted in Betrieb
      N
      netzi01