Dear Experts,
We are performing a BW (ABAP+JAVA) split in sandbox environment.
OS: Aix
DB: Oracle
NW:7.01
I took a java export and installed in new server and performed the post steps in RSPOR_SETUP. Changed the system object in system landscape of portal. I have selected the option of send assertion ticket in the RFC. Exchanged the certificates between ABAP+JAVA as well. However when i invoke any web reports throws an error as below.
Issuer of SSO ticket is not authorized
When i checked the work process trace able to find the error as below.
N *** ERROR => System ID and client from ticket are not the same than mine. [ssoxxkrn.c 1065]
N {root-id=5576E25FE25E00A0E10000000A440017}_{conn-id=00000000000000000000000000000000}_0
N *** ERROR => Neither was ticket issued by myself nor can I find issuer in TWPSSO2ACL (see note 1055856). [ssoxxkrn.c 1071]
N {root-id=5576E25FE25E00A0E10000000A440017}_{conn-id=00000000000000000000000000000000}_0
N *** ERROR => System ID and client from ticket are not the same than mine. [ssoxxkrn.c 1065]
N {root-id=5576E25FE25E00A0E10000000A440017}_{conn-id=00000000000000000000000000000000}_0
N *** ERROR => Neither was ticket issued by myself nor can I find issuer in TWPSSO2ACL (see note 1055856). [ssoxxkrn.c 1071]
But the table entry has the below values
400 <ABAP SID> 400
400 <JAVA SID> 000
Is there any other steps need to be carried out. Please update.