You are not logged in.
Pages: 1
Hi ab,
I have a single http server that allows access in two databases dbSecurity (domain=root) and dbData (domain=rootData).
Authentication from dbSecurity is working and I can access the model classes from dbSecurity but I have a problem when I want to remote access a class from dbData model. I receive Error=403 (Forbidden). Is this because I need to authenticate also in dbData server ? I do not want to duplicate the TSQLAuthUser and TSQLAuthGroup tables.
Regards - Teo
Offline
Finally I create two synonyms for authuser and authgroup in dbData and authenticate two times (in dbSecurity and dbData). It's working now.
Last edited by theodor_gl (2014-11-14 10:03:08)
Offline
Pages: 1