cancel
Showing results for 
Search instead for 
Did you mean: 

Services in transaction sicf failing with Internal Error 500

Former Member
0 Kudos

Hi all,

When I try to test a service in transaction sicf, by right clicking on it and saying Test service.

I am getting an error "HTTP 500 Internal Server Error". All the services are running fine in

smicm.

The version of SAP is ECC 5.0(only ABAP Stack), Oracle, Windows.

This happens for all the services.

Any help would be greatly appreciated.

Thanks,

Vishi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Before testing the service, you need to activate the same. Right click the service and you can find option to activate/deactivate. Did you activate them or not? What service you are using? If you are using ITS then after activating you need to publish the same. From se38 execute the prohram w3_publish_services, select all services and click on publish internally tab.

Also, make sure you give the entry in host file for server name with IP address.

Thanks & Regards,

Sharath

Former Member
0 Kudos

Hi Sharath,

The services are active. The entry is made in the hosts file.

When I run the report that you have suggested, the system is prompting me to

select a Transport request and a Package name.

How to go further?

Thanks,

Vishi

Former Member
0 Kudos

Hi,

Its not required to give any transport or package. Just proceed further and execute.

Thanks & Regards,

Sharath

Former Member
0 Kudos

Hi Sharath,

Thank you for you response.

We have bunch of componets, which one do we select or should

we select all of them.

Thanks,

Vishi

Former Member
0 Kudos

Hi,

Select all of them.

Regards,

Sharath

Former Member
0 Kudos

Hi Sharath,

I have selected all of them, clicked on publish, the I got a message saying "choose an ITS for publishing"

Using the message in performance assistant,

In se80, Utilities->settings, On the ITS tab under Publish choose the ITS server,

However, here the only options are

1. on all defined sites,

2. on selected site, print

3. to local directory.

Here, I have selected on all defined sites.

Got the message "Object published successfully; site All Defined Sites"

How to proceed further?

Thanks,

Vishi

Edited by: sap.technical on Mar 9, 2010 6:15 AM

Former Member
0 Kudos

Hi,

Is your ITS service activated? If yes, then now u try test connection. If not, then activate ITS and all services under ITS and then re-publish the services again and try test service.

Thanks & Regards,

Sharath

Former Member
0 Kudos

Hi Sharath,

I have done exactly as you have suggested, but the error is still there

"HTTP 500 Internal Server Error"

Thanks,

Vishi

Former Member
0 Kudos

Hi,

I guess the url is using the port 8000 if your system number 00, then kindly check if the port is open. If port is not open then get the port opened and also check firewall settings in your local system. Disable the same if it is enabled.

Also, if your proxy is enabled in IE, then try to disable the proxy and then try it.

Regards,

Sharath

former_member227283
Active Contributor
0 Kudos

Hi,

Run the test service for sicf service

/SAP/BC/PING

let us know what output you get for this service, when you do a test.

Thanks

Anil

Former Member
0 Kudos

Hi Anil,

"Server reached successfully". This is the message I got.

Thanks,

Vishi

former_member227283
Active Contributor
0 Kudos

Hi Vishi,

just for testing do the below steps.

1. Call the sevice thorugh sicf ( call those service which you facing the prpoblem )

2. you will get the error on your borswer , same error which you were getting earlier.

3. goto the URL on the brower and chane the host with ip address of the application and click on refersh and let us know the status what you get now on internet explorer.

Thanks

Anil

Former Member
0 Kudos

Hi Anil,

Below are the error messages when I change the host to the ip,

Internet Explorer cannot display the webpage

You are not connected to the Internet.

The website is encountering problems.

There might be a typing error in the address.

Thanks,

Vishi

former_member227283
Active Contributor
0 Kudos

hi,

can you share us URL ...

share both the URL i.e URL with hostanme and URL with ip address

Also share the the SMICM output i.e goto SMICM --> services and paste the content of services present in SMICM

Thanks

Anil

Former Member
0 Kudos

Hi Anil,

I apologize for the delay in replying to your message.

URL: http://dlwsdv11.i2.com:1080/sap/bc/srt/rfc/sap/z_test_wsd?sap-client=400

URL with ip: http://10.20.2.143:1080/sap/bc/srt/rfc/sap/z_test_wsd?sap-client=400

In smicm,

HTTP 1080,

HTTPS 1443,

SMTP 1025, and all the services are active.

Regards,

Vishi

Former Member
0 Kudos

Hi,

From the URL it seems like you have created some customized Service. Can you check if you are able to access any other standard services in sicf. For example choose ITS and right click on it and do a test. If you are able to access that then check the customized service which you have created,

First check for any standard service, test the same and let us know.

Thanks & Regards,

Sharath

Former Member
0 Kudos

Hi,

You are trying to call a web service from a web browser : it is NOT possible and generates an HTTP 500 error.

Use a web service client software to test web services (SOAPI or SAP Web service Navigator for example).

Regards,

Olivier