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

ITS error

Former Member
0 Likes
1,056

Hi all

I have created a internet service for one of the abap report but when i start the service it give me the error as shown below. pls help if u can.

Service cannot be reached

What has happened?

URL http://dssdev.com:8001/sap/bc/gui/sap/its/zuser/ call was terminated because the corresponding service is not available.

Note

The termination occurred in system BD3 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:SUN64_BD3_01-v:0-s:404-r:Notfound

HTTP 404 - Not found

Your SAP Internet Communication Framework Team

thank you

Message was edited by:

pawan sharma

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
917

http://dssdev.com:8001/sap/bc/gui/sap/its/zuser/

the above url pattern is from integrated ITS server, for this to work you should maintain FQDN - fully qualified domain name.

the url should be

http://<host>.<domain>.com:<port>/sap/bc/gui.

how to do this?

check this WIKI

https://wiki.sdn.sap.com/wiki/display/BSP/FullyQualifiedDomainName%28FQDN%29

also, uncheck the "show friendly error messages" check box from the browsers tools->internet options->advanced tab to get more details error messages thrown by the server instead of just "the page cannot be displayed"

Regards

Raja

PS:- Kindly post ITS related question at ITS forum

7 REPLIES 7
Read only

Former Member
0 Likes
917

Hi Pawan,

try giving URL as

http://dssdev.com:8001/sap/bc/gui/sap/its/zuser/ !

It shud work,

-Shital

Read only

0 Likes
917

Hi Shital,

Thanks for the response.

but it still not working can you suggest some other way.

regards.

Read only

0 Likes
917

Did you publish the service?

Rob

Read only

0 Likes
917

Hi Rob,

Yes i did that .

Regards.

Read only

athavanraja
Active Contributor
0 Likes
918

http://dssdev.com:8001/sap/bc/gui/sap/its/zuser/

the above url pattern is from integrated ITS server, for this to work you should maintain FQDN - fully qualified domain name.

the url should be

http://<host>.<domain>.com:<port>/sap/bc/gui.

how to do this?

check this WIKI

https://wiki.sdn.sap.com/wiki/display/BSP/FullyQualifiedDomainName%28FQDN%29

also, uncheck the "show friendly error messages" check box from the browsers tools->internet options->advanced tab to get more details error messages thrown by the server instead of just "the page cannot be displayed"

Regards

Raja

PS:- Kindly post ITS related question at ITS forum

Read only

0 Likes
917

Hi Raja,

Thanks for the info...i tried giving the url in the format you suggested but still its not working... actually when i start the Internet service it give the url in the desire format as you have writting, but still its not working and more over i am very much new to this.....

pls let me know some other solution if u can..

thanks

Read only

0 Likes
917

have you activated the services, virtual_host, sap , bc, gui, sap, its , in transaction SICF and also did you publish SYSTEM and WEBGUI services to site INTERNAL.

for more info check this weblog.

/people/durairaj.athavanraja/blog/2005/08/21/running-your-first-its-webgui-application-in-sap-netweaver-04-abap-edition--nsp

Regards

Raja