cancel
Showing results for 
Search instead for 
Did you mean: 

Create URL Iview with HTTP system

Former Member
0 Kudos

Hello.

I must integrate an dot.net aplication in my EP.

The URL of my application is different on each environment.

So I've created an HTTP system in my portal with alias and permissions.

My problem is that i don't find where i specify my system in my URL Iview...

Is someone can help me ?

Thanks for all.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

You cant use URL iView for integrating .net application into EP

Use appintegrator to connect EP into .net

for appintegrator refer this blog

Regards

Hema

Former Member
0 Kudos

Hello.

Thanks for Help.

So i've created my system by i need explain again.

My URL application is : http://vevsd01bb:3001/Infos.aspx.

So my definition system is :

Name of the server => vevsd01bb

Port number => 3001

Protocol of target system => HTTP

URi of web application => /Infos.aspx

Is this right ?

After I've created my Iview with URl Template

<System.protocol>://<System.server><System.port><System.uri>

Is this right ?

When I lunch the preview I've an error message Session management will not work! Please check the DSM log file for details.

What is the problem ?

former_member188632
Active Contributor
0 Kudos

Hi CHALAN,

Yes the details enter are correct, and the message that you are getting : session management will not work is not an error its an informative message, usually The Portal will show an Alert-Box whenever an application is launched within another domain or using another protocol.

For more information go to system administration --> support --> SAP application

--> session management alerts, and you can turn it off..Dont worry turning this off wont harm your application.

Regards,

Ameya

Former Member
0 Kudos

Hi Chalan,

To avoid this alert message, you have to turn off this by the above steps given and you have to do the same for every restart of your Server.

Regards,

Venkatesh. K

/* Points are Welcome */

Former Member
0 Kudos

Maybe you should have a look at the Application Integrator:

<a href="https://www.sdn.sap.com/irj/sdn/advancedsearch?query=application%20integrator&cat=sdn_all">More info on App Integrator on SDN</a>

Esspecially the blogs are good to read.