cancel
Showing results for 
Search instead for 
Did you mean: 

Lotus integration In Portal

Former Member
0 Kudos

Hi.

Now my task is to integrate lotus notes into portal.

So I have url = "http://lotnot/customer.nsf"

And I have User = "Alexander Troshanin" and Password = "0123"

When I open page("http://lotnot/customer.nsf") using Intenet Brouser, first I enter User and Password!!! and then begin to work.

And I must create iView so that. When user(Atroshanin) enter into portal he could open this iView.

When he opens this iView - page("http://lotnot/customer.nsf") will be shown without authentication dialog!!!

So I read some docs and forums to this theme, but have some problems.

I understand that first it is necessary to make "System":

I go - System Administration->System Configuration->System Landscape

And here I try to create "System". One of the main things is that I don't know what type of system I must choose at first step.

At this forum, - Yoav said that system Type is not so important. He said that at first, system must have properties I that need.

So I choose first type "Dedicated Application Server for R/3 System".

When this system was created I edit two system propeties:

Logon Method = UIDPW

User Mapping Type = admin,user

And I made one aliase for this system, call it "mySystem".

Thats all I know what to do with System!!!

Then I made "User Mapping":

I go - User Administration->User Mapping

Here I choose User(Atroshanin), choose System(aliase = "mySystem") and entered userName = "Alexander Troshanin" and Password = "0123"

And made mapping.

At this step all is clear and understandable!!!

Then I must create iView.

At this forum, - Yoav said to Choose iView of type Application Integrator

I do it.

Then I set some properties of created iView:

Authentication Scheme = basicauthentication

System = "mySystem"

URL template = "http://lotnot/customer.nsf"

URL template fraction for Single Sign-On (SSO2) = "http://lotnot/customer.nsf"

URL template fraction for user mapping = <MappedUser>:<MappedPassword>@

Thats all I done. May be I must specify some other properties(in system/iView)???

But it is still not works.

Now I know that for "http://lotnot/customer.nsf" there is basic Authentication!!!

So when I look requerst at HttpTracer when I enter User/Password

there is

Authorization: Basic QWxleGFuZGVyIFRyb3NoYW5pbjpWaWtFZWNXbw==

thanks for looking.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI alexander,

I have ben trying to do the same according to the steps provided by u.

But when i complete all the steps which are as fallows:

i have url say http://lotnot/customer.nsf

and them i make the system as per the steps and then mapped the user and password in UM admin .

In iview i set the properties same as in steps

could u just verify the USER TEMPLATE, USER MANAGEMENT AND USER SSO PROPERTY AGAIN

THANKS.

former_member188556
Active Contributor
0 Kudos

Hi Aheesh,

Chk this link. It may help.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/nw/ibm/integrating lotus domino workflows in sap enterprise portal 6.0.article

Do let me know if u still encounter any probs

Regards

Bobu

Former Member
0 Kudos

In SYETEM(USER MANAGEMENT):

Logon Method = UIDPW;

User Mapping Type = admin,use;

In iView:

URL template = http://<Authentication>lotnot/customer.nsf

URL template fraction for user mapping = <MappedUser>:<MappedPassword>@

//----


SORRY, I have forgotten one very important property:

In iView you must specify:

Authentication Scheme = basicauthentication;

Message was edited by: Alexander Troshanin

Former Member
0 Kudos

Hi

I have the same requirement. I just want to know how i can give multiple users the acess.

Moreover will using this the will open in the portal itself or in a separate window.

Thanks in advance.

Alok

Former Member
0 Kudos

My mistake was in iView:

First I set properties so:

Authentication Scheme = “basicauthentication”

System = "mySystem"

URL template = "http://lotnot/customer.nsf"

URL template fraction for Single Sign-On (SSO2) = "http://lotnot/customer.nsf"

URL template fraction for user mapping = <MappedUser>:<MappedPassword>@

It was all right but <b>URL template & URL template fraction for Single Sign-On (SSO2)</b>, they must be:

URL template = "http://<Authentication>lotnot/customer.nsf"

URL template fraction for Single Sign-On (SSO2) = ""

And that’s all!!!

Former Member
0 Kudos

Hi Alexander

Can you provide the steps to integrate Lotus Domino Email,Calender with portal using SSO.please help me in this.if there are good material/tutorial please provide that link also

Prasad

Former Member
0 Kudos

Hi Prasad

If I understand you, - you want to integrate Lotus into portal:

You have some url, for example:

http://lotnot/customer.nsf

Every time when you enter it in your brouser, you need to enter login and password and then work.

And you want to integrate this page(http://lotnot/customer.nsf) in portal so that user will enter only portals login and password. And after portal authentication user will get lotus-page(http://lotnot/customer.nsf).

Is it your problem or not.

If yes I can help!

Former Member
0 Kudos

Hi Alexander

i want the solution(steps) for this.can you provide ?please help

Prasad

Former Member
0 Kudos

First you must create System:

in portal go: System Administration -> System Configuration -> System LandScape

here in wizard create New Ssytem.

Choose any system type you want(at first step of system creation), but when it will be created it must have Property Category - "User Management"

When system is created, open it and Choose Property Category – “User Management”

Change Logon Method = UIDPW, User Mapping Type = admin, user

Then you must create System Aliase: right click on your system - Open -> System Aliases

Enter new Alias name and press “Add”;

Second you must make user mapping:

User Administration -> User Mapping

Select user

Select System(you will select alias, you specify before)

Enter User Name and Password for lotus System.

Press Save

At this step(when pressing save button) you could have problems. If they will be do such a thing:

In your portal go to 'System Administration' -> 'System Configuration' -> 'UM Configuration' -> 'Direct Editing'.

There locate the parameter 'ume.usermapping.unsecure', set it to 'TRUE' and restart your server.

And now last step:

go Content Administration -> Portal Content

Right Click on any Folder - New From Par -> iView

choose type = “com.sap.portal.appintegrator.sap”

choose Portal Component = “Generic”

specify iView name, id, id prefix

In tree choose your iView and edit attributes:

System, - enter system alias name you created before

URL template fraction for user mapping = <MappedUser>:<MappedPassword>@

URL template = http://<Authentication><your lotus base>

for example URL template can be:

http://<Authentication>lotnot/customer.nsf

thats all I have done to integrate lotus into portal!

Message was edited by: Alexander Troshanin

Former Member
0 Kudos

Hi Alexander

Thanks a lot for your response.what is the version of domino server you used?did you configure Email,Calender from Domino also?if you did,can you tell me the steps for Email,Calender configuration also?

Prasad

Former Member
0 Kudos

Hi Prasad.

Realy I did nothing with domino sever!!!

And I even don't know its version!

I worked only with portal!