#33353
Jorgev
Miembro

Hola Gabriel,
tenes que usar esta query para habilitar el Diccionario de Datos:

set search_path to libertya;
update ad_client set isactive=’Y’ where ad_client_id=0;
update ad_org set isactive=’Y’ where ad_client_id=0;
update ad_role set isactive=’Y’ where ad_client_id=0;
update ad_user_roles set isactive=’Y’ where ad_client_id=0;
update ad_user set isactive = ‘Y’, password=’System’ where ad_client_id=0;

Saludos!
Jorge