Hi,
are you still facing the issue?
Error is happening when trying to retrieve roles
could you check the following query in your source SPAGOBI gives result? look I provided SPAGOBI as organization but please put yours, check also that roles have ORGANIZATION not null, in some installations I found it was null, this would work anyay in SpagoBI because it uses default values but is not correct
thanks
SELECT
EXT_ROLE_ID,
NAME
FROM sbi_ext_roles
WHERE organization = 'SPAGOBI'
AND (
NAME = '/spagobi/admin'
OR NAME = '/spagobi/user'
OR NAME = '/spagobi/dev'
OR NAME = '/spagobi/test'
)