cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello Experts,

I have Imported Business package for CRM 5.0 in EP 7.0 sucessfullly.

when i try to open any ivew error comes :-

404 Not Found

The requested resource does not exist.

Details: Go to main page of this application!

pls guide me what i am doing wrong ?

    • points will be rewarded

0 Likes
View Entire Topic
Former Member
0 Likes

HI Darren,

WAS Entries are :--

was host---- 10.192.25.1

was path----

was protocol- http Test Result:- 5. HTTP/S connection failed

ITS Entries are:-

host-- 10.192.25.1

path---

protocol- http Test Result:- Successful

when i put ITS path 'sap/bc/gui/sap/its/webgui' than test result fails stating "HTTP/S connection failed"

when i put WAS path '/sap/bc/bsp/sap' or leave it blank in both the condition result fails.

pls Darren give me solid solution.

    • points will be rewarded.

darren_hague
Product and Topic Expert
Product and Topic Expert
0 Likes

OK, Amit, there are two things here. One is causing the problem you see now, the other will cause your next problem.

First of all, you are specifying an IP address instead of a fully-qualified host name - that will cause single sign-on to fail (i.e. your next problem).

What is probably causing this problem (the 404) is that you have not specified a port number, so port 80 is answering by default, which is probably some random web server on the machine (e.g. IIS for a Windows box). This web server doesn't know anything about your CRM instance.

Assuming that your CRM instance is system number 23, then the WAS host and ITS host settings should be something like <b>sapcrm.company.com:8023</b>, where sapcrm.company.com should be replaced with the full name of your CRM server, and 8023 is the port that the CRM instance normally listens on (e.g. 80<b>23</b> for system number <b>23</b>). If your instance's system number is anything other than 23, just replace 23 above with the instance's (2-digit) system number.

Hope this helps,

Darren

<a href="http://www.fortybeans.com/">My blog</a>