cancel
Showing results for 
Search instead for 
Did you mean: 

ITS error code 404

former_member300754
Participant
0 Kudos

Hi all,

At the time i run 'Internet Service' application from SE80 thru Web Application Builder. The Internet Explorer has shown the error as the following:


Service cannot be reached

What has happened?
URL http://devdbs.xxxx.com:8000/sap/bc/gui/sap/its/zpiqcmadm_de/ call was terminated because the corresponding service is not available.
  
Note

The termination occurred in system DEV with error code 404 and for the reason Not found. 
The selected virtual host was 0 . 
 
What can I do?
Please select a valid URL. 
If you do not yet have a user ID, contact your system administrator. 

ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:devdbs_DEV_00-v:0-s:404-r:Notfound

HTTP 404 - Not found

Your SAP Internet Communication Framework Team

Is it about ICF system service (TCODE: SICF)

Please give me some advise on this

Thanks in advance,

PeeraSit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hej

Normally, the 404 or Not Found error message is an HTTP standard response code indicating that the client was able to communicate with the server but either the server could not find what was requested, or it was configured not to fulfill the request and did not reveal the reason why. 404 errors should not be confused with "server not found" or similar errors, in which a connection to the destination server could not be made at all.

Make sure your server is reachable.

Thanks

Max

Answers (2)

Answers (2)

Former Member
0 Kudos

If you are using Java instance only... then check MMC, Whether all of your services are running or not.

Also check, whether the user id you are using has the requisite authorisations.

If you are using ABAP+Java Instance go and check into transaction SICF whether all services are active or not.

former_member228142
Active Contributor
0 Kudos

You have probably forgotten to define an ICF entry for your service using transaction SICF. The error message tells you that the service does not exist in ICF. For how to create the service in ICF please read in the documentation the topic Migration of existing ITS services http://help.sap.com/saphelp_nw70/helpdata/en/54/4d9993c6592941a407313a6763575c/frameset.htm

Regards,

Klaus