cancel
Showing results for 
Search instead for 
Did you mean: 

Call BSP from another WAS

Former Member
0 Kudos

Hi all

I hava a BSP-Application on a WAS (lets say WAS1) and it works pretty well. But now I got a new request, to navigate to a different WAS (SEM BW -> WAS2) through a button on my BSP and call a BSP from there.

I tried with the direct url (navigation->goto_page(....) ) but then a login pop-up appeared, forcing the user to log onto the WAS2. Is it possible to navigate to a BSP from WAS2 without the login pop-up?

I tried also to pass user and password in the direct url but it didn't work, although SSO is set enabled (I tried the test page sso2test.htm and there no pop-up appeared).

Does any of you know how I can navigate to WAS2 BSP without login?

Thanks

Regards Melanie

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Once you are sure that SSO is configured properly on both systems, you probably also want to go to transaction STRUSTSSO2 in each system. Make sure that each system has the other system in their Single Sign-On Access Control List.

Former Member
0 Kudos

Hey you two

Thanks for your answers. Unfortunately I don't have permissions for such settings you mentioned. But I passed them to our SAP Basis. I hope I can post the "Problem solved" soon ;).

Thanks again! I will post success or failure when I know

See ya

greez Melanie

Former Member
0 Kudos

Hey Guys

Sorry but it took me a while to answer. I solved my problem my self and it's pretty easy. There was a disparity in the passwords from the user from the WAS and BW system.

I passed the password from user from WAS via URL but never got the chance to logon the user at onRequest at BW, because the password was not right for the BW system.

greez Melanie

eddy_declercq
Active Contributor
0 Kudos

Hi,

If you are providing userid/password via the URL (which is very insecure) you're not working via SSO.

Eddy

Answers (1)

Answers (1)

eddy_declercq
Active Contributor
0 Kudos