cancel
Showing results for 
Search instead for 
Did you mean: 

How to bind an IIS to the enterprise portal installed on a linux machine

Former Member
0 Kudos

Dear all,

I am very new to the topic of Enterprise Portal.

Our intention is, to develop .NET IViews and deploy them in the Enterprise Portal.

The Enterprise Portal Server is set up on a linux machine.

The Guy who did install the Portal Server, has no idea how to "integrate" the Microsoft IIS to the Portal.

After deploying my .net Component, i tried to view this component in the portal (by right clicking the mouse on the Component in in the .NET Solutions Explorer).

This gives me the following error:

Portal Runtime Error

An exception occured while processing a request for:

iView:N/A

Component Name: N/A

Could not find portal application com.sap.portal.dotnet.framework.

Exception id: 02:06.......

See the details for the exception ID in the log file

I think that this has something in common with integrating the IIS on the Linux Machine, and maybe additionaly installing the pdk.net on the IIS webserver machine which should be used.

Thank you for your help.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Welcome to the world of Enterprise portal

Seems to me like you are trying to use the PDK for .NET. If so - Please read the overview section in the documentation to get a general idea of how it works (for example - IIS is not used at all!).

See the Visual Studio integrated help or click this https://media.sdn.sap.com/html/submitted_docs/dotnet/index.htm

there go to "Getting Started" and mostly "Overview".

Anyway, It seems like the problem is that you didn't deploy the 2 required SDA's to the portal. You should also take a look at the "installation and configuration" guide. Download it here: https://www.sdn.sap.com/sdn/developerareas/dotnet.sdn?contenttype=url&content=/irj/servlet/prt/porta... for .net administrator guides.zip

Good luck,

Ofer

Former Member
0 Kudos

Hi Ofer,

thank you very much for your help.

There has been come up another question:

How can I achieve that the Enterprise Portal knows where the Portal Runtime .NET resides? How do I connect the portal server (Java,-NET Interop) with the Windows Server (Portal Runtime .NET) ?

Thanks in advance.

Former Member
0 Kudos

Hi,

Download the supporting guides from - <u>https://www.sdn.sap.com/sdn/developerareas/dotnet.sdn?contenttype=url&content=/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/pdk for .net administrator guides.zip</u>

look at Administration of PDK for .NET guide page 17 - Configuring Portal-Side Settings.

Regards

Yehuda

Former Member
0 Kudos

Thanks