Hi all,

when i try to synchronize roles in Syncope, using the SctiptedSQL bundle,
from external resource, i get the following:

Roles failed to create: CREATE FAILURE (id/name): null/null with
message: InvalidEntityException: SyncopeRole [Standard]
CREATE FAILURE (id/name): null/null with message:
InvalidEntityException: SyncopeRole [Standard]
CREATE FAILURE (id/name): null/null with message:
InvalidEntityException: SyncopeRole [Standard]

I don't understand the reason.

My external resource is structured like this:

Groups | CREATE TABLE `Groups` (
  `id` int NOT NULL AUTO_INCREMENT,
  `gid` char(32) NOT NULL,
  `name` varchar(32) NOT NULL DEFAULT,
  PRIMARY KEY (`id`)
)

How can I map these values in Syncope?

Reply via email to