You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@syncope.apache.org by Manfredo Hopp <mh...@gmail.com> on 2014/10/29 20:40:50 UTC

Syncronizing with db table doesnt create any user

Hello,

I just installed syncope on a tomcat 7 environment and am trying to
sync user attributes FROM a resource TO Syncope using DBTable MYSQL
connector, but task execution doesnt update/create any user.

Through core-connid.log I see that the connection could be established
and schema is created, and no errors appear on other logs!

core-connid.log:


10:18:09.535 DEBUG Enter: validate()	Method: validate
10:18:09.548 INFO  Validate DatabaseTableConfiguration	Method: validate
10:18:09.549 INFO  Validate driver configuration.	Method: validate
10:18:09.551 DEBUG Driver configuration is ok	Method: validate
10:18:09.650 DEBUG Configuration is valid	Method: validate
10:18:09.651 DEBUG Return: null	Method: validate
10:18:09.653 DEBUG Enter: schema()	Method: schema
10:18:09.657 INFO  checkAlive DatabaseTable connector	Method: checkAlive
10:18:09.659 INFO  valid connection query is empty, test connection
using default	Method: test
10:18:09.664 DEBUG connection tested	Method: test
10:18:09.666 DEBUG checkAlive DatabaseTable connector ok	Method: checkAlive
10:18:09.667 DEBUG schema	Method: schema
10:18:09.682 DEBUG Return: <Schema>
  <ObjectClassInfos>
    <ObjectClassInfo type='__ACCOUNT__' container='false'>
      <AttributeInfos>

...

Any help appreciated..

Re: Syncronizing with db table doesnt create any user

Posted by Fabio Martelli <fa...@gmail.com>.
Hi Manfredo, have you configured full-reconciliation on the task? Synchronisation (not full) require changelog column.

Best regards,
F. 

Il 29 ottobre 2014 20:40:50 CET, Manfredo Hopp <mh...@gmail.com> ha scritto:
>Hello,
>
>I just installed syncope on a tomcat 7 environment and am trying to
>sync user attributes FROM a resource TO Syncope using DBTable MYSQL
>connector, but task execution doesnt update/create any user.
>
>Through core-connid.log I see that the connection could be established
>and schema is created, and no errors appear on other logs!
>
>core-connid.log:
>
>
>10:18:09.535 DEBUG Enter: validate()	Method: validate
>10:18:09.548 INFO  Validate DatabaseTableConfiguration	Method: validate
>10:18:09.549 INFO  Validate driver configuration.	Method: validate
>10:18:09.551 DEBUG Driver configuration is ok	Method: validate
>10:18:09.650 DEBUG Configuration is valid	Method: validate
>10:18:09.651 DEBUG Return: null	Method: validate
>10:18:09.653 DEBUG Enter: schema()	Method: schema
>10:18:09.657 INFO  checkAlive DatabaseTable connector	Method:
>checkAlive
>10:18:09.659 INFO  valid connection query is empty, test connection
>using default	Method: test
>10:18:09.664 DEBUG connection tested	Method: test
>10:18:09.666 DEBUG checkAlive DatabaseTable connector ok	Method:
>checkAlive
>10:18:09.667 DEBUG schema	Method: schema
>10:18:09.682 DEBUG Return: <Schema>
>  <ObjectClassInfos>
>    <ObjectClassInfo type='__ACCOUNT__' container='false'>
>      <AttributeInfos>
>
>...
>
>Any help appreciated..