cancel
Showing results for 
Search instead for 
Did you mean: 

SSO2 is not activated

Former Member
0 Kudos

Dear,

after apllying sp11 with the lates patches we can not use the link Alert-Configuration and Alert-Inbox in the RWB. We get the error that SSO2 is not activated in our system.

But why should we use SSO? We don't customized anything in

the direction of SSO. It seem that SP11 forced to use SSO with the RWB. Does somebody have this isue? Where to go from here?

thanks,

Ly-Na Phu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear,

there is a OSS-Hint 840849 that just come out on the same day which describe this problem. We do the setting and the Error SSO2 is not active in this system is gone.

But now there is a popup screen where user and password

are asked for. We enter the user/password but we don't get

in. Finally we get the error HTTP 401 - Unauthorized.

regards,

Ly-Na Phu

former_member189324
Contributor
0 Kudos

Hi Phu,

Looks like a Auhtorization Problem with the user you are logging in..Check whether the user has the necessary RWB roles and authorizations.

Also i would suggest to update the cache manually using the url: http://<J2EE-Host>:<HTTP-Port>/rwb/rtc?op=init

Thanks

Prasad

Former Member
0 Kudos

Hi prasad,

thanks for your advise. We use the rwb with the user xirwbuser and this user has the authorization because

it was created automatically while installing XI-Komponent. We check also the authorization of this user and he has the role sap_xi_rwb_serv_user_main.

Also we did the cache initialization manually like your suggested but no succes. The system prompt again the dialog with user and password. And when enter the user xirwbuser and the password we don't get in.

We have tested the password with the sapgui and we come

in with the password. The password we use is correct!

What can be the reason?

Thanks,

Ly-Na Phu

former_member189324
Contributor
0 Kudos

Hi Phu,

Did you try click on the Basic Aunthentication Button in the pop up window twice befoe applying the below note????

I dont any other posibble reasons here why it is not working...

If not i would suggest to open a customer message for any other support...

Thanks

Prasad

Former Member
0 Kudos

Hi Prasad,

yes i did. But now i have analyse a litte bit the log file application.log and see almost the same error like this. Maybe this is the cause of the problem:

#1.5#02004C4F4F5000030000059B000011280005149E9D7E3A8B#1430046363182#/Applications/ExchangeInfrastructure##com.sap.aii.utilxi.sld.XISubSystem######459993e0ec0211e4a6ae02004c4f4f50#SAPEngine_System_Thread[impl:5]_60##0#0#Error#1#com.sap.aii.utilxi.sld.XISubSystem#Plain###No host name defined in Exchange Profile for rwb.xc1.m30#

#1.5#02004C4F4F5000030000059D000011280005149E9D7E42DD#1430046363192#/Applications/ExchangeInfrastructure##com.sap.aii.utilxi.sld.XISubSystem######459993e0ec0211e4a6ae02004c4f4f50#SAPEngine_System_Thread[impl:5]_60##0#0#Error#1#com.sap.aii.utilxi.sld.XISubSystem#Plain###No HTTP port defined in Exchange Profile for rwb.xc1.m30#

#1.5#02004C4F4F5000030000059F000011280005149E9D7E471D#1430046363192#/Applications/ExchangeInfrastructure##com.sap.aii.utilxi.sld.XISubSystem######459993e0ec0211e4a6ae02004c4f4f50#SAPEngine_System_Thread[impl:5]_60##0#0#Error#1#com.sap.aii.utilxi.sld.XISubSystem#Plain###Error reading from AII properties for rwb.xc1.m30

Thrown:

MESSAGE ID: com.sap.aii.utilxi.misc.api.rb_exception.MESS_INVALLD_PARAMETER_VALUE

com.sap.aii.utilxi.misc.api.InvalidArgumentException: Parameter httpPort has the invalid value null

at com.sap.aii.utilxi.sld.SldUtil.constructHttpsPort(SldUtil.java:345)

at com.sap.aii.utilxi.sld.XISubSystem.setAccessInfoFromAiiProperties(XISubSystem.java:301)

at com.sap.aii.utilxi.sld.XISubSystem.setFromAiiProperties(XISubSystem.java:264)

at com.sap.aii.utilxi.sld.XIRuntimeManagementServer.setFromAiiProperties(XIRuntimeManagementServer.java:116)

at com.sap.aii.utilxi.sld.SubSystemFactory.createXIDomainFromAiiProps(SubSystemFactory.java:245)

at com.sap.aii.utilxi.sld.SubSystemFactory.createXISubSystemWithoutServices(SubSystemFactory.java:173)

at com.sap.aii.utilxi.sld.SubSystemFactory.createXISubSystemFromAiiProps(SubSystemFactory.java:125)

at com.sap.aii.af.service.sld.SLDAccess.getSLDInstanceName(SLDAccess.java:556)

at com.sap.aii.af.service.cpa.impl.util.SLDReader.run(SLDReader.java:95)

at com.sap.engine.frame.core.thread.Task.run(Task.java:60)

at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)

at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:145)

#

This Exception occurs serveral time and it is always the same. But where do i set this in sld?

Additional Info:

When looking to the sld to view the technical landscape we

don't see an entry of the sld when selecting the typ as

System Landscape Directory. Maybe we have to register the SLD itself as a technical system. How to do this?

Thanks,

Ly-Na Phu

Message was edited by: Ly-Na Phu

Former Member
0 Kudos

It looks like you have not set up your exchange profile properly? http://<server>:<port>/exchangeProfile

Connections->

com.sap.aii.connect.rwb.httpport

com.sap.aii.connect.rwb.name

(Check all parameters there)

-AD

Former Member
0 Kudos

Hi,

this problem is cause due to domain name which is not

a fully qualify domain name. Since XI run on a test PC

and this PC is not member in a domain we don't have

domain name specify in the url.

To solve this problem just simulate the fully qualify

domain name in the host file in ../driver/etc. in windows.

Just add a line like

127.0.0.0 m30.lypra.com

After call the tools with the fully qualify name. Now it

works!

regards,

Ly-Na Phu