Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Two SAP console instance runing on same server with two different Web Links

Former Member
0 Likes
891

Hi,

Currently we are having Window 2003 server with IIS service activated and SAP Console 7.1 installed on it which is hosting the Production Client's Web link

Also it is having other Quality client profile and Development Client profile configured on it.

But we can activate one profile at a time, so to done testing we need to activate the Quatity client profile.

What we want is to run two instance of SAP Console at a time which will point to two different profile and use two different URL.

Is it possible to do so??

If yes then how?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
844

You need to add another web site in IIS and configure accordingly so that WebSAPConsole for Q&A is invoked. You will have to use either a different IP address or TCP port. I'm assuming you mean WebSAPConsole, not SAPConsole, since IIS is in the picture.

6 REPLIES 6
Read only

Former Member
0 Likes
845

You need to add another web site in IIS and configure accordingly so that WebSAPConsole for Q&A is invoked. You will have to use either a different IP address or TCP port. I'm assuming you mean WebSAPConsole, not SAPConsole, since IIS is in the picture.

Read only

0 Likes
844

Hii Samuli Kaski,

Thank you for the responce, and yes i meant WebSAPConsole

But how to add another web site in the IIS and how will these two different URLs will point to the respective instances of the WebSAPConsole on the same Server.

Read only

0 Likes
844

You don't have to setup multiple web sites. You can specify the used profile as a parameter to isapi_sapcnsl.dll, like p=<profile>. See Appendix A of the SAPConsole Help Documentation for details.

Read only

0 Likes
844

so we mean to say that if currently we are using

http://<IP>/sap/isapi_sapcnsl.dll  as the URL, the we just need to pass the profile name to the URL as http://<IP>/sap/isapi_sapcnsl.dll?p=<profile>   and it will invoke that profile????

Read only

0 Likes
844

Correct.

Read only

0 Likes
844

Thank you so much.

Problem solved