Greetings,
I'm facing strange issues while implementing XSS 500 (for ERP2004 backend) and integrating it into portal EP 7.0.
First a description of the landscape.
Backend is a double-stack ECC 5.0
XSS 500 is deployed on the J2EE stack of the backend (J2EE 6.40)
Business Packages ESS/MSS for ERP 2004 are deployed on EP 7.0
When I test XSS by calling the URL directly on the J2EE 6.40 I have no problem.
When I test from the portal I have 2 problems:
1) the J2EE 6.40 asks for userid / password. The system in the PCD is configured with SAPLogonticket but it seems it does not receive a ticket from the portal. Now, to be honest, I'm not using FQDN in the URL but only the hostname:port as there are some troubles with the DNS. Could that be a problem?
2) the XSS_MENU displays fine (apart the fact that it displays in only 1/4 of the page) but as soon as I click on a link, I get HTTP 500 errors with messages telling that the Web Dynpro application has expired. I have noticed that there is a difference of +- 5 minutes between the clocks of the 2 servers (the portal and the J2EE with XSS).
Any idea on how I could trace these issues?